There is only one Kconfig user of CONFIG_EMBEDDED and it can be
switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd).
Signed-off-by: Randy Dunlap
Cc: Russell King
Cc: linux-arm-ker...@lists.infradead.org
Cc: Arnd Bergmann
Cc: Jason A. Donenfeld
Cc: wiregu...@lists.zx2c4.com
Cc: l
+CC Alexey and Claudiu
On 8/15/23 09:35, Paul E. McKenney wrote:
On Tue, Aug 15, 2023 at 07:34:04AM +, Liu, Yujie wrote:
Hi Paul,
On Fri, 2023-08-11 at 08:41 -0700, Paul E. McKenney wrote:
On Fri, Aug 11, 2023 at 01:02:12PM +0800, kernel test robot wrote:
tree: https://git.kernel.org/p
On Tue, Aug 15, 2023 at 07:34:04AM +, Liu, Yujie wrote:
> Hi Paul,
>
> On Fri, 2023-08-11 at 08:41 -0700, Paul E. McKenney wrote:
> > On Fri, Aug 11, 2023 at 01:02:12PM +0800, kernel test robot wrote:
> > > tree:
> > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git maste
On 8/15/23 08:11, pavel.koz...@synopsys.com wrote:
From: Pavel Kozlov
Notify a compiler about write operations and prevent unwanted
optimizations. Add the "memory" clobber to the clobber list.
An obvious problem with unwanted compiler optimizations appeared after
the cpumask optimization com
From: Pavel Kozlov
Notify a compiler about write operations and prevent unwanted
optimizations. Add the "memory" clobber to the clobber list.
An obvious problem with unwanted compiler optimizations appeared after
the cpumask optimization commit 596ff4a09b89 ("cpumask: re-introduce
constant-sized