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

dtb-broadcom-6.12.0-160000.9.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: dtb-broadcom 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: System/Boot Build host: reproducible
Size: 270333 Source RPM: dtb-aarch64-6.12.0-160000.9.1.nosrc.rpm
Packager: https://www.suse.com/
Url: https://www.kernel.org/
Summary: Broadcom based arm64 systems
Device Tree files for Broadcom based arm64 systems.

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 16 2026 tiwai@suse.de
  - efi/cper: Fix cper_bits_to_str buffer handling and return value
    (git-fixes).
  - lib/buildid: use __kernel_read() for sleepable con