Re: x86: Use named address spaces in asm/percpu.h

From: Uros Bizjak
Date: Thu Apr 25 2019 - 08:20:22 EST


> * Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
>> Not all GCC versions seem to like this series:
>>
>> In file included from arch/x86/mm/tlb.c:12:0:
>> arch/x86/mm/tlb.c: In function âswitch_mm_irqs_offâ:
>> ./arch/x86/include/asm/mmu_context.h:210:28: internal compiler error: Segmentation fault
>> #define switch_mm_irqs_off switch_mm_irqs_off
>> arch/x86/mm/tlb.c:183:6: note: in expansion of macro âswitch_mm_irqs_offâ
>> void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
>>
>> gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)
>
> That's with a 32-bit kernel, config attached.

I am resurrecting an old thread at [1] that tried to introduce named
address spaces in asm/percpu.h. The thread ended with the above
message [2], but no bugreport was ever filled to GCC's bugzilla. Can
please someone from linux community file a PR with a failing testcase
to GCC Bugzilla, so we (the GCC community) can analyze the problem and
eventually fix the compiler?

[1] https://lkml.org/lkml/2018/9/12/646
[2] https://lkml.org/lkml/2018/9/12/1052
[3] https://gcc.gnu.org/bugs/

Thanks,
Uros.