Re: [PATCH] [v2] mm: make arch_has_descending_max_zone_pfns() static

2023-04-18 Thread Mike Rapoport
On Sat, Apr 15, 2023 at 10:18:20AM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > clang produces a build failure on x86 for some randconfig builds > after a change that moves around code to mm/mm_init.c: > > Cannot find symbol for section 2: .text. > mm/mm_init.o: failed > > I have not b

Re: [PATCH] [v2] mm: make arch_has_descending_max_zone_pfns() static

2023-04-18 Thread Geert Uytterhoeven
Hi Arnd, On Sat, 15 Apr 2023, Arnd Bergmann wrote: From: Arnd Bergmann clang produces a build failure on x86 for some randconfig builds after a change that moves around code to mm/mm_init.c: Cannot find symbol for section 2: .text. mm/mm_init.o: failed I have not been able to figure

Re: [PATCH v3 00/19] arch: Consolidate

2023-04-18 Thread Thomas Zimmermann
Hi Am 17.04.23 um 16:12 schrieb Arnd Bergmann: On Mon, Apr 17, 2023, at 14:56, Thomas Zimmermann wrote: Various architectures provide with helpers for fbdev framebuffer devices. Share the contained code where possible. There is already , which implements generic (as in 'empty') functions of th