Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__write_overflow_field in arch/x86/kernel/apic/io_apic.c with UBSAN_INTEGER_WRAP #2077

Open
nathanchance opened this issue Mar 14, 2025 · 0 comments
Labels
[BUG] linux-next This is an issue only seen in linux-next

Comments

@nathanchance
Copy link
Member

After the recent UBSAN_INTEGER_WRAP changes in Kees's tree, there is a warning:

$ curl -LSso .config https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config

$ make -skj"$(nproc)" ARCH=x86_64 LLVM=1 olddefconfig arch/x86/kernel/apic/io_apic.o
In file included from arch/x86/kernel/apic/io_apic.c:34:
In file included from include/linux/mm.h:7:
In file included from include/linux/gfp.h:7:
In file included from include/linux/mmzone.h:8:
In file included from include/linux/spinlock.h:59:
In file included from include/linux/irqflags.h:18:
In file included from arch/x86/include/asm/irqflags.h:80:
In file included from arch/x86/include/asm/paravirt.h:21:
In file included from include/linux/cpumask.h:12:
In file included from include/linux/bitmap.h:13:
In file included from include/linux/string.h:392:
include/linux/fortify-string.h:480:4: warning: call to '__write_overflow_field' declared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Wattribute-warning]
  480 |                         __write_overflow_field(p_size_field, size);
      |                         ^
1 warning generated.

$ make ARCH=x86_64 clean

$ curl -LSso .config https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config

$ scripts/config -d UBSAN_INTEGER_WRAP

$ make -skj"$(nproc)" ARCH=x86_64 LLVM=1 olddefconfig arch/x86/kernel/apic/io_apic.o

Kees mentioned it appears to be related to the SCL files.

cc @kees @JustinStitt

@nathanchance nathanchance added the [BUG] linux-next This is an issue only seen in linux-next label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[BUG] linux-next This is an issue only seen in linux-next
Projects
None yet
Development

No branches or pull requests

1 participant