Re: [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally

2023-08-11 Thread Stafford Horne
On Thu, Aug 10, 2023 at 04:19:34PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann ,,, > --- > Below is the full list of warnings I see in defconfig builds for reference, > these > do not need to be part of the changelog. ... > arch/openrisc/kernel/process.c:100:6: error: no previous

Re: [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally

2023-08-11 Thread Vineet Gupta
On 8/10/23 19:33, Guo Ren wrote: Thx, Arnd, I will clean them up for the csky part. Likewise, I'll clean up ARC errors this weekend ! It seems most of therm are in the category you mentioned. Non static but only used by asm code. Thx, -Vineet

Re: [PATCH 14/17] kprobes: unify kprobes_exceptions_nofify() prototypes

2023-08-11 Thread Google
On Thu, 10 Aug 2023 16:19:32 +0200 Arnd Bergmann wrote: > From: Arnd Bergmann > > Most architectures that support kprobes declare this function in their > own asm/kprobes.h header and provide an override, but some are missing > the prototype, which causes a warning for the __weak stub