Re: [PATCH v2 08/12] powerpc/32s: Allow disabling KUAP at boot time

2021-06-12 Thread Christophe Leroy
Le 03/06/2021 à 10:41, Christophe Leroy a écrit : PPC64 uses MMU features to enable/disable KUAP at boot time. But feature fixups are applied way too early on PPC32. Now that all KUAP related actions are in C following the conversion of KUAP initial setup and context switch in C, static

Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-12 Thread Fabio Estevam
Hi Li, On Fri, Jun 11, 2021 at 9:31 PM Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > >

RE: [PATCH] btrfs: Disable BTRFS on platforms having 256K pages

2021-06-12 Thread Brian Cain
> -Original Message- > From: Christophe Leroy ... > Le 10/06/2021 à 15:54, Chris Mason a écrit : > > > >> On Jun 10, 2021, at 1:23 AM, Christophe Leroy > wrote: > >> > >> With a config having PAGE_SIZE set to 256K, BTRFS build fails > >> with the following message > >> > >>

Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-12 Thread Arnd Bergmann
On Sat, Jun 12, 2021 at 2:31 AM Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > > Signed-off-by: Li