Vanilla Linux kernel sources with minor build fixes.
Source Timestamp: 2026-01-16 09:29:05 +0000
GIT Revision: 9badd3c570535ce3911ad6f288e3e859a21a76f0
Provides
Requires
License
GPL-2.0-only
Changelog
* Fri Jan 16 2026 vkarasulli@suse.de
- Refresh
patches.kabi/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch.
Refresh kABI workaround to use 'unsigned char' instead
of the original 'enum bpf_attach_type' as the data type.
It was discovered at SL-16.0 MU submission time that the kABI workaround
currently in-place does not work on -rt flavor. The reason is that due
to preceding spinlock_t having a different size, the hole was only 2
bytes instead of 6 bytes, and thus too small to fit 'enum'.
Since all the possible enum values are small enough to fit within
'unsigned char', switch the data type of the new field to that instead.
- commit 06ff4d9
* Fri Jan