[packages/kernel/LINUX_5_10] - 5.10.243
baggins
baggins at pld-linux.org
Thu Sep 11 00:00:31 CEST 2025
commit 219c5ff6ce4d5da1265a3d4d6e8b8216bcc1a681
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Sep 11 02:00:20 2025 +0200
- 5.10.243
kernel-multiarch.config | 5 +++
kernel-x86.config | 2 +
kernel.spec | 8 ++--
soc-intel-platform.patch | 99 ------------------------------------------------
4 files changed, 10 insertions(+), 104 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 7568370d..8b76482d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -71,9 +71,9 @@
%define have_pcmcia 0
%endif
-%define rel 2
+%define rel 1
%define basever 5.10
-%define postver .238
+%define postver .243
# define this to '-%{basever}' for longterm branch
%define versuffix -%{basever}
@@ -127,7 +127,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
# Source0-md5: 753adc474bf799d569dec4f165ed92c3
%if "%{postver}" != ".0"
Patch0: https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5: 86cc93474bb5bda73ceaa58ace8cbaac
+# Patch0-md5: 1d05af239b01a80881b81d7d54fa1baa
%endif
Source1: kernel.sysconfig
@@ -220,7 +220,6 @@ Patch500: kernel-rt.patch
Patch2000: kernel-small_fixes.patch
Patch2001: kernel-pwc-uncompress.patch
Patch2003: kernel-regressions.patch
-Patch2004: soc-intel-platform.patch
# for rescuecd
# based on ftp://ftp.leg.uct.ac.za/pub/linux/rip/tmpfs_root-2.6.30.diff.gz
@@ -714,7 +713,6 @@ rm -f localversion-rt
%patch -P 2000 -p1
%patch -P 2001 -p1
#patch -P 2003 -p1
-%patch -P 2004 -p1
# Do not remove this, please!
#patch -P 50000 -p1
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 66faa5e2..2059b075 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -7365,6 +7365,11 @@ MELLANOX_PLATFORM all=y
MLXREG_HOTPLUG all=m
MLXREG_IO all=m
+#-
+#- *** FILE: drivers/platform/surface/Kconfig ***
+#-
+SURFACE_PLATFORMS all=y
+
#-
#- *** FILE: drivers/platform/x86/Kconfig ***
#-
diff --git a/kernel-x86.config b/kernel-x86.config
index 80fe7846..79c90540 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -119,6 +119,8 @@ CPU_SRSO x86_64=y
SLS x86_64=y
GDS_FORCE_MITIGATION all=n
MITIGATION_RFDS all=y
+MITIGATION_ITS all=y
+MITIGATION_TSA all=y
#- file kernel/power/Kconfig goes here
#- file drivers/acpi/Kconfig goes here
#- file drivers/sfi/Kconfig goes here
diff --git a/soc-intel-platform.patch b/soc-intel-platform.patch
deleted file mode 100644
index 207a8ce2..00000000
--- a/soc-intel-platform.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From 3c561a090c7920624b83005a279a66cc8a7bed2b Mon Sep 17 00:00:00 2001
-From: Brent Lu <brent.lu at intel.com>
-Date: Mon, 27 Sep 2021 22:32:49 +0800
-Subject: ASoC: intel: sof_rt5682: update platform device name for Maxim
- amplifier
-
-To follow 20-character length limitation of platform device name, we
-have only 7 character space for amplifier. Therefore, the last
-character of mx98357a and mx98360a is removed to save space.
-
-Signed-off-by: Brent Lu <brent.lu at intel.com>
-Fixes: e224ef76fa8a ('ASoC: intel: sof_rt5682: support jsl_rt5682s_mx98360a board')
-Acked-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
-Link: https://lore.kernel.org/r/20210927143249.439129-1-brent.lu@intel.com
-Signed-off-by: Mark Brown <broonie at kernel.org>
----
- sound/soc/intel/boards/sof_rt5682.c | 8 ++++----
- sound/soc/intel/common/soc-acpi-intel-adl-match.c | 2 +-
- sound/soc/intel/common/soc-acpi-intel-jsl-match.c | 4 ++--
- sound/soc/intel/common/soc-acpi-intel-tgl-match.c | 2 +-
- 4 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
-index 3f6f19d9b19e60..ad42d4c7ade5f6 100644
---- a/sound/soc/intel/boards/sof_rt5682.c
-+++ b/sound/soc/intel/boards/sof_rt5682.c
-@@ -959,7 +959,7 @@ static const struct platform_device_id board_ids[] = {
- .name = "sof_rt5682",
- },
- {
-- .name = "tgl_max98357a_rt5682",
-+ .name = "tgl_mx98357_rt5682",
- .driver_data = (kernel_ulong_t)(SOF_RT5682_MCLK_EN |
- SOF_RT5682_SSP_CODEC(0) |
- SOF_SPEAKER_AMP_PRESENT |
-@@ -989,7 +989,7 @@ static const struct platform_device_id board_ids[] = {
- SOF_RT5682_NUM_HDMIDEV(4)),
- },
- {
-- .name = "jsl_rt5682_max98360a",
-+ .name = "jsl_rt5682_mx98360",
- .driver_data = (kernel_ulong_t)(SOF_RT5682_MCLK_EN |
- SOF_RT5682_MCLK_24MHZ |
- SOF_RT5682_SSP_CODEC(0) |
-diff --git a/sound/soc/intel/common/soc-acpi-intel-jsl-match.c b/sound/soc/intel/common/soc-acpi-intel-jsl-match.c
-index cfd6bf756215b4..20fd9dcc74af6a 100644
---- a/sound/soc/intel/common/soc-acpi-intel-jsl-match.c
-+++ b/sound/soc/intel/common/soc-acpi-intel-jsl-match.c
-@@ -40,7 +40,7 @@
- },
- {
- .id = "DLGS7219",
-- .drv_name = "sof_da7219_max98360a",
-+ .drv_name = "sof_da7219_mx98360",
- .sof_fw_filename = "sof-jsl.ri",
- .sof_tplg_filename = "sof-jsl-da7219-mx98360a.tplg",
- },
-@@ -67,7 +67,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_jsl_machines[] = {
- },
- {
- .id = "10EC5682",
-- .drv_name = "jsl_rt5682_max98360a",
-+ .drv_name = "jsl_rt5682_mx98360",
- .sof_fw_filename = "sof-jsl.ri",
- .machine_quirk = snd_soc_acpi_codec_list,
- .quirk_data = &mx98360a_spk,
-diff --git a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c
-index 785d5f5f8a9c9c..91ef71c2535d0a 100644
---- a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c
-+++ b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c
-@@ -333,7 +333,7 @@ static const struct snd_soc_acpi_codecs tgl_rt1011_amp = {
- },
- {
- .id = "10EC5682",
-- .drv_name = "tgl_max98357a_rt5682",
-+ .drv_name = "tgl_mx98357_rt5682",
- .machine_quirk = snd_soc_acpi_codec_list,
- .quirk_data = &tgl_codecs,
- .sof_fw_filename = "sof-tgl.ri",
---- a/sound/soc/intel/boards/sof_da7219_max98373.c~ 2025-06-17 03:55:18.000000000 +0200
-+++ b/sound/soc/intel/boards/sof_da7219_max98373.c 2025-06-17 21:25:14.469998291 +0200
-@@ -404,7 +404,7 @@
- return -ENOMEM;
-
- /* By default dais[0] is configured for max98373 */
-- if (!strcmp(pdev->name, "sof_da7219_max98360a")) {
-+ if (!strcmp(pdev->name, "sof_da7219_mx98360")) {
- dais[0] = (struct snd_soc_dai_link) {
- .name = "SSP1-Codec",
- .id = 0,
-@@ -435,7 +435,7 @@
- .driver_data = (kernel_ulong_t)&card_da7219_m98373,
- },
- {
-- .name = "sof_da7219_max98360a",
-+ .name = "sof_da7219_mx98360",
- .driver_data = (kernel_ulong_t)&card_da7219_m98360a,
- },
- { }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/219c5ff6ce4d5da1265a3d4d6e8b8216bcc1a681
More information about the pld-cvs-commit
mailing list