Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kernel-source-vanilla-6.12.0-160000.9.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: kernel-source-vanilla Distribution: SUSE Linux 16
Version: 6.12.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160000.9.1 Build date: Fri Jan 16 10:11:22 2026
Group: Development/Sources Build host: reproducible
Size: 1472752108 Source RPM: kernel-source-6.12.0-160000.9.1.src.rpm
Packager: https://www.suse.com/
Url: https://www.kernel.org/
Summary: Vanilla Linux kernel sources with minor build fixes
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