> On 24 Jul 2023, at 11:28, Anthony PERARD <[email protected]> wrote: > > On Fri, Jul 21, 2023 at 04:45:44PM +0000, Luca Fancellu wrote: >>> On 21 Jul 2023, at 14:24, Jan Beulich <[email protected]> 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
