[PATCH] treewide: drop CONFIG_EMBEDDED

2023-08-15 Thread Randy Dunlap
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

Re: {standard input}:1727: Error: operand out of range (-132 is not between -128 and 127)

2023-08-15 Thread Vineet Gupta
+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

Re: {standard input}:1727: Error: operand out of range (-132 is not between -128 and 127)

2023-08-15 Thread Paul E. McKenney
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

Re: [PATCH] ARC: avoid unwanted gcc optimizations in atomic operations

2023-08-15 Thread Vineet Gupta
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

[PATCH] ARC: avoid unwanted gcc optimizations in atomic operations

2023-08-15 Thread Pavel . Kozlov
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