[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OSSTEST] ts-kernel-build: add kernel kconfig for the Arndale
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Mon, 24 Jul 2023 10:30:20 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=CyRuusSFZEPsZjA8p+nkAzliUVaXuPh/L6Zq0u/a56w=; b=C1dewd4Y6r4LaLWb11rmmaJUgJx/GsmIaxv5ZyEtkLq7RvRUTL7pTGGURhEakMzo3OmZcuJRgSThlKxxpP/METwWDFMPHqWtvSYDvlKN5aM3wVWSGPrEx7Z9RyJnLgK/aGdw/pVJrhmFGapXWjFRUDqlSX8U6kAhT4vHh7BKFYOvCf0liPf7CEoehyCtQbPnT28d7n/dITOOWsDT5y1bozA2w2Pi+DQUQu3gNRzGC1xO2dIlvavk7jsxD3JMtKgF9UV7r1J24d3wWZGNmP1W+NU2OzgI/08r+a7y/OOMqfPT/IMQdQdTDGjJq0hcxfns5YT03hbQvJjXQ/+6XE0jbA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eBs4esRyHGya6Pw1ojXPVKl1QOXc1Zmamdtr58QJsWSNM7IZfQpyuad9oVWg4yNbl74j93wPWzUCS9ZvgSsd3JppLlUelj8mRN3t76N1p48Z/KYi4dmAoq1k652UiDzsNGAht2abmCLqLH2Q1k9tu5foe8spdCMEmDjTqfqrvcfoVApfJ79Ipqu6GTB0O4GJ/LCHaAhDdlYijoC/tiSeomHdCxX9Oav1uiVFLTjT6814U1PCDkkExM4JC45eU1Y//K1HhjbG9wgM312Pm5X5Hf/GVXID+LP5gbFlv7RSYs4NjStNtPgSoe2nKGrpN0NjvljtXl8tNtSoEoEFrvbh/g==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Jan Beulich <jbeulich@xxxxxxxx>, Rahul Singh <Rahul.Singh@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 24 Jul 2023 10:30:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZu81JNSQT8M0pukCzoS21u4bdG6/ENcMAgAA4KoCABE2HAIAAAJYA
- Thread-topic: [OSSTEST] ts-kernel-build: add kernel kconfig for the Arndale
> On 24 Jul 2023, at 11:28, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote:
>
> On Fri, Jul 21, 2023 at 04:45:44PM +0000, Luca Fancellu wrote:
>>> On 21 Jul 2023, at 14:24, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>>> On 21.07.2023 14:16, Luca Fancellu wrote:
>>>> --- a/ts-kernel-build
>>>> +++ b/ts-kernel-build
>>>> @@ -245,6 +245,7 @@ setopt CONFIG_SENSORS_LM90 n
>>>> setopt CONFIG_ICS932S401 n
>>>>
>>>> # Enable some additional drivers for Arndale.
>>>> +setopt CONFIG_AHCI_DWC y
>>>
>>> ... does it really need to be y (and not m) here?
>>
>> I didn’t try with m before because I was unsure where the kernel module were
>> put (in the disk? But then we need to read it),
>> but now I did a try with ‘m’ and it works, so I guess the module are put in
>> some ramdisk instead of the disk we want to read.
>>
>> Thanks for pointing that out.
>>
>> @Roger, is it possible to change it on commit or should I send a v2?
>
> I've pushed the patch to "pretest" with this modification.
Thanks Anthony
>
> If osstest is happy with the patch (that is no regression with a
> "xen-unstable" flight), it will be committed.
Fingers crossed
Cheers,
Luca
>
> Thanks,
>
> --
> Anthony PERARD
|