forked from pool/kernel-source-longterm
Accepting request 1315247 from Kernel:slowroll
update longterm OBS-URL: https://build.opensuse.org/request/show/1315247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=97
This commit is contained in:
@@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 17:27:02 CET 2025 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.12.57 (bsc#1234429).
|
||||
- btrfs: tree-checker: fix bounds check in check_inode_extref()
|
||||
(bsc#1234429).
|
||||
- sfc: fix NULL dereferences in ef100_process_design_param()
|
||||
(bsc#1234429).
|
||||
- udmabuf: fix a buf size overflow issue during udmabuf creation
|
||||
(bsc#1234429).
|
||||
- wifi: ath12k: fix read pointer after free in
|
||||
ath12k_mac_assign_vif_to_vdev() (bsc#1234429).
|
||||
- iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (bsc#1234429).
|
||||
- gpio: idio-16: Define fixed direction of the GPIO lines
|
||||
(bsc#1234429).
|
||||
- gpio: regmap: add the .fixed_direction_output configuration
|
||||
parameter (bsc#1234429).
|
||||
- gpio: regmap: Allow to allocate regmap-irq device (bsc#1234429).
|
||||
- bits: introduce fixed-type GENMASK_U*() (bsc#1234429).
|
||||
- bits: add comments and newlines to #if, #else and #endif
|
||||
directives (bsc#1234429).
|
||||
- bonding: check xdp prog when set bond mode (bsc#1234429).
|
||||
- bonding: return detailed error when loading native XDP fails
|
||||
(bsc#1234429).
|
||||
- wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
|
||||
(bsc#1234429).
|
||||
- f2fs: fix to avoid panic once fallocation fails for pinfile
|
||||
(bsc#1234429).
|
||||
- mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
|
||||
(bsc#1234429).
|
||||
- selftests: mptcp: join: mark 'delete re-add signal' as skipped
|
||||
if not supported (bsc#1234429).
|
||||
- selftests: mptcp: disable add_addr retrans in endpoint_tests
|
||||
(bsc#1234429).
|
||||
- docs: kdoc: handle the obsolescensce of docutils.ErrorString()
|
||||
(bsc#1234429).
|
||||
- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
|
||||
(bsc#1234429).
|
||||
- sched_ext: Make qmap dump operation non-destructive
|
||||
(bsc#1234429).
|
||||
- btrfs: use smp_mb__after_atomic() when forcing COW in
|
||||
create_pending_snapshot() (bsc#1234429).
|
||||
- btrfs: tree-checker: add inode extref checks (bsc#1234429).
|
||||
- btrfs: abort transaction if we fail to update inode in log
|
||||
replay dir fixup (bsc#1234429).
|
||||
- btrfs: use level argument in log tree walk callback
|
||||
replay_one_buffer() (bsc#1234429).
|
||||
- btrfs: always drop log root tree reference in btrfs_replay_log()
|
||||
(bsc#1234429).
|
||||
- btrfs: scrub: replace max_t()/min_t() with clamp() in
|
||||
scrub_throttle_dev_io() (bsc#1234429).
|
||||
- btrfs: zoned: refine extent allocator hint selection
|
||||
(bsc#1234429).
|
||||
- btrfs: zoned: return error from btrfs_zone_finish_endio()
|
||||
(bsc#1234429).
|
||||
- btrfs: abort transaction in the process_one_buffer() log tree
|
||||
walk callback (bsc#1234429).
|
||||
- btrfs: abort transaction on specific error places when walking
|
||||
log tree (bsc#1234429).
|
||||
- cpuset: Use new excpus for nocpu error check when enabling
|
||||
root partition (bsc#1234429).
|
||||
- EDAC/mc_sysfs: Increase legacy channel support to 16
|
||||
(bsc#1234429).
|
||||
- x86/bugs: Fix reporting of LFENCE retpoline (bsc#1234429).
|
||||
- x86/bugs: Report correct retbleed mitigation status
|
||||
(bsc#1234429).
|
||||
- seccomp: passthrough uprobe systemcall without filtering
|
||||
(bsc#1234429).
|
||||
- perf: Skip user unwind if the task is a kernel thread
|
||||
(bsc#1234429).
|
||||
- perf: Have get_perf_callchain() return NULL if crosstask and
|
||||
user are set (bsc#1234429).
|
||||
- perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead
|
||||
of current->mm == NULL (bsc#1234429).
|
||||
- perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into
|
||||
INTEL_FIXED_BITS_MASK (bsc#1234429).
|
||||
- audit: record fanotify event regardless of presence of rules
|
||||
(bsc#1234429).
|
||||
- net/sched: sch_qfq: Fix null-deref in agg_dequeue (bsc#1234429).
|
||||
- commit a2c4297
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 15:15:13 CET 2025 - rfrohl@suse.com
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.56
|
||||
%define git_commit bc19934fa0481c2c2796094ab40c3456da480be5
|
||||
%define patchversion 6.12.57
|
||||
%define git_commit e77bdc7b0791e0ae46766d9d0ba45dd183d700b8
|
||||
%define variant -longterm%{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -40,9 +40,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: kernel-longterm
|
||||
Version: 6.12.56
|
||||
Version: 6.12.57
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gbc19934
|
||||
Release: <RELEASE>.ge77bdc7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 17:27:02 CET 2025 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.12.57 (bsc#1234429).
|
||||
- btrfs: tree-checker: fix bounds check in check_inode_extref()
|
||||
(bsc#1234429).
|
||||
- sfc: fix NULL dereferences in ef100_process_design_param()
|
||||
(bsc#1234429).
|
||||
- udmabuf: fix a buf size overflow issue during udmabuf creation
|
||||
(bsc#1234429).
|
||||
- wifi: ath12k: fix read pointer after free in
|
||||
ath12k_mac_assign_vif_to_vdev() (bsc#1234429).
|
||||
- iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (bsc#1234429).
|
||||
- gpio: idio-16: Define fixed direction of the GPIO lines
|
||||
(bsc#1234429).
|
||||
- gpio: regmap: add the .fixed_direction_output configuration
|
||||
parameter (bsc#1234429).
|
||||
- gpio: regmap: Allow to allocate regmap-irq device (bsc#1234429).
|
||||
- bits: introduce fixed-type GENMASK_U*() (bsc#1234429).
|
||||
- bits: add comments and newlines to #if, #else and #endif
|
||||
directives (bsc#1234429).
|
||||
- bonding: check xdp prog when set bond mode (bsc#1234429).
|
||||
- bonding: return detailed error when loading native XDP fails
|
||||
(bsc#1234429).
|
||||
- wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
|
||||
(bsc#1234429).
|
||||
- f2fs: fix to avoid panic once fallocation fails for pinfile
|
||||
(bsc#1234429).
|
||||
- mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
|
||||
(bsc#1234429).
|
||||
- selftests: mptcp: join: mark 'delete re-add signal' as skipped
|
||||
if not supported (bsc#1234429).
|
||||
- selftests: mptcp: disable add_addr retrans in endpoint_tests
|
||||
(bsc#1234429).
|
||||
- docs: kdoc: handle the obsolescensce of docutils.ErrorString()
|
||||
(bsc#1234429).
|
||||
- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
|
||||
(bsc#1234429).
|
||||
- sched_ext: Make qmap dump operation non-destructive
|
||||
(bsc#1234429).
|
||||
- btrfs: use smp_mb__after_atomic() when forcing COW in
|
||||
create_pending_snapshot() (bsc#1234429).
|
||||
- btrfs: tree-checker: add inode extref checks (bsc#1234429).
|
||||
- btrfs: abort transaction if we fail to update inode in log
|
||||
replay dir fixup (bsc#1234429).
|
||||
- btrfs: use level argument in log tree walk callback
|
||||
replay_one_buffer() (bsc#1234429).
|
||||
- btrfs: always drop log root tree reference in btrfs_replay_log()
|
||||
(bsc#1234429).
|
||||
- btrfs: scrub: replace max_t()/min_t() with clamp() in
|
||||
scrub_throttle_dev_io() (bsc#1234429).
|
||||
- btrfs: zoned: refine extent allocator hint selection
|
||||
(bsc#1234429).
|
||||
- btrfs: zoned: return error from btrfs_zone_finish_endio()
|
||||
(bsc#1234429).
|
||||
- btrfs: abort transaction in the process_one_buffer() log tree
|
||||
walk callback (bsc#1234429).
|
||||
- btrfs: abort transaction on specific error places when walking
|
||||
log tree (bsc#1234429).
|
||||
- cpuset: Use new excpus for nocpu error check when enabling
|
||||
root partition (bsc#1234429).
|
||||
- EDAC/mc_sysfs: Increase legacy channel support to 16
|
||||
(bsc#1234429).
|
||||
- x86/bugs: Fix reporting of LFENCE retpoline (bsc#1234429).
|
||||
- x86/bugs: Report correct retbleed mitigation status
|
||||
(bsc#1234429).
|
||||
- seccomp: passthrough uprobe systemcall without filtering
|
||||
(bsc#1234429).
|
||||
- perf: Skip user unwind if the task is a kernel thread
|
||||
(bsc#1234429).
|
||||
- perf: Have get_perf_callchain() return NULL if crosstask and
|
||||
user are set (bsc#1234429).
|
||||
- perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead
|
||||
of current->mm == NULL (bsc#1234429).
|
||||
- perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into
|
||||
INTEL_FIXED_BITS_MASK (bsc#1234429).
|
||||
- audit: record fanotify event regardless of presence of rules
|
||||
(bsc#1234429).
|
||||
- net/sched: sch_qfq: Fix null-deref in agg_dequeue (bsc#1234429).
|
||||
- commit a2c4297
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 15:15:13 CET 2025 - rfrohl@suse.com
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.56
|
||||
%define git_commit bc19934fa0481c2c2796094ab40c3456da480be5
|
||||
%define patchversion 6.12.57
|
||||
%define git_commit e77bdc7b0791e0ae46766d9d0ba45dd183d700b8
|
||||
%define variant -longterm%{nil}
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
@@ -28,9 +28,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,arch-symbols,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.12.56
|
||||
Version: 6.12.57
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gbc19934
|
||||
Release: <RELEASE>.ge77bdc7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 17:27:02 CET 2025 - rfrohl@suse.com
|
||||
|
||||
- Linux 6.12.57 (bsc#1234429).
|
||||
- btrfs: tree-checker: fix bounds check in check_inode_extref()
|
||||
(bsc#1234429).
|
||||
- sfc: fix NULL dereferences in ef100_process_design_param()
|
||||
(bsc#1234429).
|
||||
- udmabuf: fix a buf size overflow issue during udmabuf creation
|
||||
(bsc#1234429).
|
||||
- wifi: ath12k: fix read pointer after free in
|
||||
ath12k_mac_assign_vif_to_vdev() (bsc#1234429).
|
||||
- iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (bsc#1234429).
|
||||
- gpio: idio-16: Define fixed direction of the GPIO lines
|
||||
(bsc#1234429).
|
||||
- gpio: regmap: add the .fixed_direction_output configuration
|
||||
parameter (bsc#1234429).
|
||||
- gpio: regmap: Allow to allocate regmap-irq device (bsc#1234429).
|
||||
- bits: introduce fixed-type GENMASK_U*() (bsc#1234429).
|
||||
- bits: add comments and newlines to #if, #else and #endif
|
||||
directives (bsc#1234429).
|
||||
- bonding: check xdp prog when set bond mode (bsc#1234429).
|
||||
- bonding: return detailed error when loading native XDP fails
|
||||
(bsc#1234429).
|
||||
- wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()
|
||||
(bsc#1234429).
|
||||
- f2fs: fix to avoid panic once fallocation fails for pinfile
|
||||
(bsc#1234429).
|
||||
- mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
|
||||
(bsc#1234429).
|
||||
- selftests: mptcp: join: mark 'delete re-add signal' as skipped
|
||||
if not supported (bsc#1234429).
|
||||
- selftests: mptcp: disable add_addr retrans in endpoint_tests
|
||||
(bsc#1234429).
|
||||
- docs: kdoc: handle the obsolescensce of docutils.ErrorString()
|
||||
(bsc#1234429).
|
||||
- arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
|
||||
(bsc#1234429).
|
||||
- sched_ext: Make qmap dump operation non-destructive
|
||||
(bsc#1234429).
|
||||
- btrfs: use smp_mb__after_atomic() when forcing COW in
|
||||
create_pending_snapshot() (bsc#1234429).
|
||||
- btrfs: tree-checker: add inode extref checks (bsc#1234429).
|
||||
- btrfs: abort transaction if we fail to update inode in log
|
||||
replay dir fixup (bsc#1234429).
|
||||
- btrfs: use level argument in log tree walk callback
|
||||
replay_one_buffer() (bsc#1234429).
|
||||
- btrfs: always drop log root tree reference in btrfs_replay_log()
|
||||
(bsc#1234429).
|
||||
- btrfs: scrub: replace max_t()/min_t() with clamp() in
|
||||
scrub_throttle_dev_io() (bsc#1234429).
|
||||
- btrfs: zoned: refine extent allocator hint selection
|
||||
(bsc#1234429).
|
||||
- btrfs: zoned: return error from btrfs_zone_finish_endio()
|
||||
(bsc#1234429).
|
||||
- btrfs: abort transaction in the process_one_buffer() log tree
|
||||
walk callback (bsc#1234429).
|
||||
- btrfs: abort transaction on specific error places when walking
|
||||
log tree (bsc#1234429).
|
||||
- cpuset: Use new excpus for nocpu error check when enabling
|
||||
root partition (bsc#1234429).
|
||||
- EDAC/mc_sysfs: Increase legacy channel support to 16
|
||||
(bsc#1234429).
|
||||
- x86/bugs: Fix reporting of LFENCE retpoline (bsc#1234429).
|
||||
- x86/bugs: Report correct retbleed mitigation status
|
||||
(bsc#1234429).
|
||||
- seccomp: passthrough uprobe systemcall without filtering
|
||||
(bsc#1234429).
|
||||
- perf: Skip user unwind if the task is a kernel thread
|
||||
(bsc#1234429).
|
||||
- perf: Have get_perf_callchain() return NULL if crosstask and
|
||||
user are set (bsc#1234429).
|
||||
- perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead
|
||||
of current->mm == NULL (bsc#1234429).
|
||||
- perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into
|
||||
INTEL_FIXED_BITS_MASK (bsc#1234429).
|
||||
- audit: record fanotify event regardless of presence of rules
|
||||
(bsc#1234429).
|
||||
- net/sched: sch_qfq: Fix null-deref in agg_dequeue (bsc#1234429).
|
||||
- commit a2c4297
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 15:15:13 CET 2025 - rfrohl@suse.com
|
||||
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit bc19934fa0481c2c2796094ab40c3456da480be5
|
||||
%define git_commit e77bdc7b0791e0ae46766d9d0ba45dd183d700b8
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-syms-longterm
|
||||
Version: 6.12.56
|
||||
Version: 6.12.57
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gbc19934
|
||||
Release: <RELEASE>.ge77bdc7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56145af32fd68037d243fe8a6b4eb0715fa60604f7d5790df9f3d9e79fc1bad2
|
||||
size 9209216
|
||||
oid sha256:26b3c76156a16fcccefa3f329d03a62e43544d643ff9bd6991a82ba2d2b46c49
|
||||
size 9245219
|
||||
|
||||
42
series.conf
42
series.conf
@@ -11515,6 +11515,48 @@
|
||||
patches.kernel.org/6.12.56-117-xfs-always-warn-about-deprecated-mount-option.patch
|
||||
patches.kernel.org/6.12.56-118-ksmbd-transport_ipc-validate-payload-size-bef.patch
|
||||
patches.kernel.org/6.12.56-119-Linux-6.12.56.patch
|
||||
patches.kernel.org/6.12.57-001-net-sched-sch_qfq-Fix-null-deref-in-agg_deque.patch
|
||||
patches.kernel.org/6.12.57-002-audit-record-fanotify-event-regardless-of-pre.patch
|
||||
patches.kernel.org/6.12.57-003-perf-x86-intel-Add-ICL_FIXED_0_ADAPTIVE-bit-i.patch
|
||||
patches.kernel.org/6.12.57-004-perf-Use-current-flags-PF_KTHREAD-PF_USER_WOR.patch
|
||||
patches.kernel.org/6.12.57-005-perf-Have-get_perf_callchain-return-NULL-if-c.patch
|
||||
patches.kernel.org/6.12.57-006-perf-Skip-user-unwind-if-the-task-is-a-kernel.patch
|
||||
patches.kernel.org/6.12.57-007-seccomp-passthrough-uprobe-systemcall-without.patch
|
||||
patches.kernel.org/6.12.57-008-x86-bugs-Report-correct-retbleed-mitigation-s.patch
|
||||
patches.kernel.org/6.12.57-009-x86-bugs-Fix-reporting-of-LFENCE-retpoline.patch
|
||||
patches.kernel.org/6.12.57-010-EDAC-mc_sysfs-Increase-legacy-channel-support.patch
|
||||
patches.kernel.org/6.12.57-011-cpuset-Use-new-excpus-for-nocpu-error-check-w.patch
|
||||
patches.kernel.org/6.12.57-012-btrfs-abort-transaction-on-specific-error-pla.patch
|
||||
patches.kernel.org/6.12.57-013-btrfs-abort-transaction-in-the-process_one_bu.patch
|
||||
patches.kernel.org/6.12.57-014-btrfs-zoned-return-error-from-btrfs_zone_fini.patch
|
||||
patches.kernel.org/6.12.57-015-btrfs-zoned-refine-extent-allocator-hint-sele.patch
|
||||
patches.kernel.org/6.12.57-016-btrfs-scrub-replace-max_t-min_t-with-clamp-in.patch
|
||||
patches.kernel.org/6.12.57-017-btrfs-always-drop-log-root-tree-reference-in-.patch
|
||||
patches.kernel.org/6.12.57-018-btrfs-use-level-argument-in-log-tree-walk-cal.patch
|
||||
patches.kernel.org/6.12.57-019-btrfs-abort-transaction-if-we-fail-to-update-.patch
|
||||
patches.kernel.org/6.12.57-020-btrfs-tree-checker-add-inode-extref-checks.patch
|
||||
patches.kernel.org/6.12.57-021-btrfs-use-smp_mb__after_atomic-when-forcing-C.patch
|
||||
patches.kernel.org/6.12.57-022-sched_ext-Make-qmap-dump-operation-non-destru.patch
|
||||
patches.kernel.org/6.12.57-023-arch-Add-the-macro-COMPILE_OFFSETS-to-all-the.patch
|
||||
patches.kernel.org/6.12.57-024-docs-kdoc-handle-the-obsolescensce-of-docutil.patch
|
||||
patches.kernel.org/6.12.57-025-selftests-mptcp-disable-add_addr-retrans-in-e.patch
|
||||
patches.kernel.org/6.12.57-026-selftests-mptcp-join-mark-delete-re-add-signa.patch
|
||||
patches.kernel.org/6.12.57-027-mptcp-pm-in-kernel-C-flag-handle-late-ADD_ADD.patch
|
||||
patches.kernel.org/6.12.57-028-f2fs-fix-to-avoid-panic-once-fallocation-fail.patch
|
||||
patches.kernel.org/6.12.57-029-wifi-cfg80211-Add-missing-lock-in-cfg80211_ch.patch
|
||||
patches.kernel.org/6.12.57-030-bonding-return-detailed-error-when-loading-na.patch
|
||||
patches.kernel.org/6.12.57-031-bonding-check-xdp-prog-when-set-bond-mode.patch
|
||||
patches.kernel.org/6.12.57-032-bits-add-comments-and-newlines-to-if-else-and.patch
|
||||
patches.kernel.org/6.12.57-033-bits-introduce-fixed-type-GENMASK_U.patch
|
||||
patches.kernel.org/6.12.57-034-gpio-regmap-Allow-to-allocate-regmap-irq-devi.patch
|
||||
patches.kernel.org/6.12.57-035-gpio-regmap-add-the-.fixed_direction_output-c.patch
|
||||
patches.kernel.org/6.12.57-036-gpio-idio-16-Define-fixed-direction-of-the-GP.patch
|
||||
patches.kernel.org/6.12.57-037-iommu-vt-d-Avoid-use-of-NULL-after-WARN_ON_ON.patch
|
||||
patches.kernel.org/6.12.57-038-wifi-ath12k-fix-read-pointer-after-free-in-at.patch
|
||||
patches.kernel.org/6.12.57-039-udmabuf-fix-a-buf-size-overflow-issue-during-.patch
|
||||
patches.kernel.org/6.12.57-040-sfc-fix-NULL-dereferences-in-ef100_process_de.patch
|
||||
patches.kernel.org/6.12.57-041-btrfs-tree-checker-fix-bounds-check-in-check_.patch
|
||||
patches.kernel.org/6.12.57-042-Linux-6.12.57.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2025-10-29 17:07:23 +0000
|
||||
GIT Revision: bc19934fa0481c2c2796094ab40c3456da480be5
|
||||
2025-11-02 17:15:51 +0000
|
||||
GIT Revision: e77bdc7b0791e0ae46766d9d0ba45dd183d700b8
|
||||
GIT Branch: slowroll
|
||||
|
||||
Reference in New Issue
Block a user