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

[202411] Update to Linux 6.1.123 #459

Draft
wants to merge 1 commit into
base: 202411
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ SHELL = /bin/bash
.SHELLFLAGS += -e

KERNEL_ABI_MINOR_VERSION = 2
KVERSION_SHORT ?= 6.1.0-22-$(KERNEL_ABI_MINOR_VERSION)
KVERSION_SHORT ?= 6.1.0-29-$(KERNEL_ABI_MINOR_VERSION)
KVERSION ?= $(KVERSION_SHORT)-amd64
KERNEL_VERSION ?= 6.1.94
KERNEL_VERSION ?= 6.1.123
KERNEL_SUBVERSION ?= 1
CONFIGURED_ARCH ?= amd64
CONFIGURED_PLATFORM ?= vs
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ index 7d4eabf04..30b3c66a3 100644
a20d83421667bad21739041d4e743ed1 debian/templates/sourcebin.meta.maintscript.in
cbc5b0a81441c4c98b329ebe10827812 debian/templates/tools-unversioned.control.in
568f629072d584e9a0eb1dc9d3a94749 debian/templates/tools-versioned.control.in
-1d140a262c41627e255a1aaa0ddcfe92 debian/config/defines
+cb9f5129f072fe65d26e16d8963d4297 debian/config/defines
-26c0dd754fd9fd1ffd676fe8a91d40c2 debian/config/defines
+f2176df3239edfc784a274054247ec8b debian/config/defines
59a811890d2e7129bec940075850f11f debian/config/alpha/defines
60569b1b4c618e2fe7b135f687d0f0d2 debian/config/amd64/defines
bc35d767074baf305423437d049be85d debian/config/arm64/defines
8 changes: 4 additions & 4 deletions patch/preconfig/packaging-update-abiname.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ index 983625720..55d7e51a7 100644
+++ b/debian/config/defines
@@ -1,5 +1,5 @@
[abi]
-abiname: 22
+abiname: 22-2
-abiname: 29
+abiname: 29-2
ignore-changes:
__cpuhp_*
__udp_gso_segment
Expand All @@ -27,8 +27,8 @@ index b3ce4f58d..7d4eabf04 100644
a20d83421667bad21739041d4e743ed1 debian/templates/sourcebin.meta.maintscript.in
cbc5b0a81441c4c98b329ebe10827812 debian/templates/tools-unversioned.control.in
568f629072d584e9a0eb1dc9d3a94749 debian/templates/tools-versioned.control.in
-36001efefc2d9ec53b7a0fd2a504677b debian/config/defines
+1d140a262c41627e255a1aaa0ddcfe92 debian/config/defines
-f3ba608063c55ec489dcdf9397ec8082 debian/config/defines
+26c0dd754fd9fd1ffd676fe8a91d40c2 debian/config/defines
59a811890d2e7129bec940075850f11f debian/config/alpha/defines
60569b1b4c618e2fe7b135f687d0f0d2 debian/config/amd64/defines
bc35d767074baf305423437d049be85d debian/config/arm64/defines
7 changes: 1 addition & 6 deletions patch/series
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ Support-for-fullcone-nat.patch
# Tbridge-per-port-multicast-broadcast-flood-flags.patch
#

0001-devlink-Fix-RCU-stall-when-unregistering-a-devlink-i.patch

# Mellanox patches for 5.10
###-> mellanox_sdk-start
0001-psample-define-the-macro-PSAMPLE_MD_EXTENDED_ATTR.patch
Expand Down Expand Up @@ -141,7 +139,7 @@ Support-for-fullcone-nat.patch
0092-platform-mellanox-Introduce-support-of-Nvidia-smart-.patch
0093-hwmon-pmbus-Add-support-for-MPS-Multi-phase-mp2855-c.patch
0094-i2c-asf-Introduce-MCTP-support-over-ASF-controller.patch
0095-platform-mellanox-nvsw-sn2201-Add-support-for-new-sy.patch
#0095-platform-mellanox-nvsw-sn2201-Add-support-for-new-sy.patch
8000-mlxsw-Use-weak-reverse-dependencies-for-firmware-fla.patch
8003-mlxsw-i2c-SONIC-ISSU-Prevent-transaction-execution-f.patch
8004-mlxsw-minimal-Downstream-Ignore-error-reading-SPAD-r.patch
Expand Down Expand Up @@ -215,9 +213,6 @@ cisco-npu-disable-other-bars.patch
0028-Create-miniaturised-diafgw-partition-for-128MB-flash.patch
0029-pcie-if-hotplug-enabled-do-immediate-reset-on-panic.patch

# Fix for w25q128 flash that dont have SFDP support
0001-Revert-mtd-spi-nor-Correct-flags-for-Winbond-w25q128.patch

# Security patch
0001-Change-the-system.map-file-permission-only-readable-.patch

Expand Down