summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2023-09-02 10:46:39 -0400
committergraysky2023-09-02 10:46:39 -0400
commitcb2544eb38960bcfa0a1a2bacc9b64b2c814a963 (patch)
treeee770508ec0b0472610d5875f5f41e10db01fc0a
parent1cd5be7f584e609ed3e64bf632db7a9d245fd3a2 (diff)
downloadaur-cb2544eb38960bcfa0a1a2bacc9b64b2c814a963.tar.gz
Update to 6.5.1-1
-rw-r--r--.SRCINFO22
-rw-r--r--0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch14
-rw-r--r--0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch9
-rw-r--r--0003-tpm-Don-t-make-vendor-check-required-for-probe.patch39
-rw-r--r--0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch78
-rw-r--r--0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch6
-rw-r--r--0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch79
-rw-r--r--PKGBUILD18
-rw-r--r--config4
9 files changed, 195 insertions, 74 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618b539f779b..04ecf5fd2bae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-ck
- pkgver = 6.5
+ pkgver = 6.5.1
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
@@ -15,26 +15,28 @@ pkgbase = linux-ck
makedepends = tar
makedepends = xz
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.1.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.1.tar.sign
source = config
source = more-uarches-20221217.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20221217.tar.gz
source = ck-hrtimer-6ef0e9ff5db0ed380f98cc8c7436ca9c44ea32c9.tar.gz::https://github.com/graysky2/linux-patches/archive/6ef0e9ff5db0ed380f98cc8c7436ca9c44ea32c9.tar.gz
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = 0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
- source = 0003-tpm-Don-t-make-vendor-check-required-for-probe.patch
+ source = 0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch
source = 0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch
+ source = 0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884
+ sha256sums = 23765dd44425462cd92adbee52670608fd7f3fd183a83b25ba7a7b4883d0451b
sha256sums = SKIP
- sha256sums = 0c5c9a23df4af4c7da897f92f297c54a35056e75b47a3b76e7605c568ed60694
+ sha256sums = b36c2945633d49b5f85600b58989a58f5ac61e31ca2c02f2046ce15b1462ea4b
sha256sums = f1d586e111932890ad5e0df15d092fb9b3f87bae4ea17812aae9b0ec98fe2db0
sha256sums = a86a59d089ddd4f31565ff6a27ba74f4697ffa0ab0f57dc839e1da6ab83d77a4
- sha256sums = 26932226873903df3e4c330581b0112e4817ecb55c60bebc969f8aeba440a7f7
- sha256sums = ca8e9ae6b10b394f71314dcbc381832d5c2ab654aa1c4bd24a25a0ba3588c3a3
- sha256sums = 83dec929306e9dc54d8f786866a478ee530912ba722479d6dbfb099d5023a7cb
- sha256sums = 65b6e434abc21c29a33a4d73dee40d33679f04ee740ded8fe88c320d1248055c
+ sha256sums = 227cc673c7978c5d353cc19ffc9725d684b91de779adc6eef1e59cbc7fdce8bb
+ sha256sums = 5c5a5e75113a4d8cfcd2e5628f6c86efbd412313cfb3a2c9220da5a70045639a
+ sha256sums = 9279683f5517af465e98244bc35cfb734e26ff9c9d6e466432963dd71eb28042
+ sha256sums = 3521e575ea05c2f2a9bd77c4affbb7a76ab5b84aac6a5abf3d9d30660baecfa7
+ sha256sums = 44e1ebe817f1708b49b7473e640cd814bc5bdb983d71758893c5c9003034183c
pkgname = linux-ck
pkgdesc = The Linux kernel and modules with ck's hrtimer patches
diff --git a/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch b/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
index 614a5993db89..fc350588cf25 100644
--- a/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+++ b/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
@@ -1,7 +1,7 @@
-From 093ed5b87ed2e51249857480db29b82d5e067dfd Mon Sep 17 00:00:00 2001
+From 8659d263820b50c42036dd38fff16e0f6852575d Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Mon, 16 Sep 2019 04:53:20 +0200
-Subject: [PATCH 1/5] ZEN: Add sysctl and CONFIG to disallow unprivileged
+Subject: [PATCH 1/6] ZEN: Add sysctl and CONFIG to disallow unprivileged
CLONE_NEWUSER
Our default behavior continues to match the vanilla kernel.
@@ -36,7 +36,7 @@ index 45f09bec02c4..87b20e2ee274 100644
{
return &init_user_ns;
diff --git a/init/Kconfig b/init/Kconfig
-index 32c24950c4ce..f17ef1360063 100644
+index f7f65af4ee12..c2ecb3bb3392 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1225,6 +1225,22 @@ config USER_NS
@@ -63,7 +63,7 @@ index 32c24950c4ce..f17ef1360063 100644
bool "PID Namespaces"
default y
diff --git a/kernel/fork.c b/kernel/fork.c
-index 8103ffd217e9..f405763e06ae 100644
+index d2e12b6d2b18..95ca80492a37 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -100,6 +100,10 @@
@@ -77,7 +77,7 @@ index 8103ffd217e9..f405763e06ae 100644
#include <asm/pgalloc.h>
#include <linux/uaccess.h>
#include <asm/mmu_context.h>
-@@ -2267,6 +2271,10 @@ __latent_entropy struct task_struct *copy_process(
+@@ -2263,6 +2267,10 @@ __latent_entropy struct task_struct *copy_process(
if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS))
return ERR_PTR(-EINVAL);
@@ -88,7 +88,7 @@ index 8103ffd217e9..f405763e06ae 100644
/*
* Thread groups must share signals as well, and detached threads
* can only be started up within the thread group.
-@@ -3420,6 +3428,12 @@ int ksys_unshare(unsigned long unshare_flags)
+@@ -3416,6 +3424,12 @@ int ksys_unshare(unsigned long unshare_flags)
if (unshare_flags & CLONE_NEWNS)
unshare_flags |= CLONE_FS;
@@ -102,7 +102,7 @@ index 8103ffd217e9..f405763e06ae 100644
if (err)
goto bad_unshare_out;
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
-index bfe53e835524..c64fa2b70a78 100644
+index 354a2d294f52..5bc5605e7cdb 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -80,6 +80,9 @@
diff --git a/0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch b/0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
index e2b49f15fef6..8f54e46a09a6 100644
--- a/0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
+++ b/0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
@@ -1,7 +1,7 @@
-From 3720e1b0eb7d814345b25541997e63b50b897749 Mon Sep 17 00:00:00 2001
+From f0d16bed34435cef3908134d6af13aee7793cfdc Mon Sep 17 00:00:00 2001
From: Javier Martinez Canillas <javierm@redhat.com>
Date: Thu, 19 May 2022 14:40:07 +0200
-Subject: [PATCH 2/5] drivers/firmware: skip simpledrm if nvidia-drm.modeset=1
+Subject: [PATCH 2/6] drivers/firmware: skip simpledrm if nvidia-drm.modeset=1
is set
The Nvidia proprietary driver has some bugs that leads to issues if used
@@ -43,14 +43,13 @@ For this to work, the CONFIG_FB_EFI and CONFIG_FB_VESA config options must
be enabled besides CONFIG_DRM_SIMPLEDRM.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
-(cherry picked from commit 811fe0e4dcfd86a0db5135d3bfef4936794efdb6)
-For: https://bugs.archlinux.org/task/73720
+Cherry-picked-for: https://bugs.archlinux.org/task/73720
---
drivers/firmware/sysfb.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/drivers/firmware/sysfb.c b/drivers/firmware/sysfb.c
-index 3c197db42c9d..16e4a2e90fae 100644
+index 82fcfd29bc4d..17b7e096b682 100644
--- a/drivers/firmware/sysfb.c
+++ b/drivers/firmware/sysfb.c
@@ -34,6 +34,22 @@
diff --git a/0003-tpm-Don-t-make-vendor-check-required-for-probe.patch b/0003-tpm-Don-t-make-vendor-check-required-for-probe.patch
deleted file mode 100644
index 92270a69f304..000000000000
--- a/0003-tpm-Don-t-make-vendor-check-required-for-probe.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From e5f6f3e36b5e3a3bae8d890f70d3508edc4049be Mon Sep 17 00:00:00 2001
-From: Mario Limonciello <mario.limonciello@amd.com>
-Date: Fri, 18 Aug 2023 13:15:16 -0500
-Subject: [PATCH 3/5] tpm: Don't make vendor check required for probe
-
-The vendor check introduced by commit 554b841d4703 ("tpm: Disable RNG for
-all AMD fTPMs") doesn't work properly on Intel fTPM. The TPM doesn't reply
-at bootup and returns back the command code.
-
-As this isn't crucial for anything but AMD fTPM and AMD fTPM works, throw
-away the error code to let Intel fTPM continue to work.
-
-Cc: stable@vger.kernel.org
-Fixes: 554b841d4703 ("tpm: Disable RNG for all AMD fTPMs")
-Reported-by: Todd Brandt <todd.e.brandt@intel.com>
-Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217804
-Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
-Cherry-picked-for: https://bugs.archlinux.org/task/79366
----
- drivers/char/tpm/tpm_crb.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c
-index 9eb1a1859012..b0e9931fe436 100644
---- a/drivers/char/tpm/tpm_crb.c
-+++ b/drivers/char/tpm/tpm_crb.c
-@@ -472,8 +472,7 @@ static int crb_check_flags(struct tpm_chip *chip)
- if (ret)
- return ret;
-
-- ret = tpm2_get_tpm_pt(chip, TPM2_PT_MANUFACTURER, &val, NULL);
-- if (ret)
-+ if (tpm2_get_tpm_pt(chip, TPM2_PT_MANUFACTURER, &val, NULL))
- goto release;
-
- if (val == 0x414D4400U /* AMD */)
---
-2.42.0
-
diff --git a/0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch b/0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch
new file mode 100644
index 000000000000..82b420aa9063
--- /dev/null
+++ b/0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch
@@ -0,0 +1,78 @@
+From 4b4714cfb7e76ce749c8cea583f0571c53214b30 Mon Sep 17 00:00:00 2001
+From: Jarkko Sakkinen <jarkko@kernel.org>
+Date: Wed, 23 Aug 2023 02:15:10 +0300
+Subject: [PATCH 3/6] tpm: Enable hwrng only for Pluton on AMD CPUs
+
+The vendor check introduced by commit 554b841d4703 ("tpm: Disable RNG for
+all AMD fTPMs") doesn't work properly on a number of Intel fTPMs. On the
+reported systems the TPM doesn't reply at bootup and returns back the
+command code. This makes the TPM fail probe.
+
+Since only Microsoft Pluton is the only known combination of AMD CPU and
+fTPM from other vendor, disable hwrng otherwise. In order to make sysadmin
+aware of this, print also info message to the klog.
+
+Cc: stable@vger.kernel.org
+Fixes: 554b841d4703 ("tpm: Disable RNG for all AMD fTPMs")
+Reported-by: Todd Brandt <todd.e.brandt@intel.com>
+Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217804
+Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
+Cherry-picked-for: https://bugs.archlinux.org/task/79366
+---
+ drivers/char/tpm/tpm_crb.c | 33 ++++++++-------------------------
+ 1 file changed, 8 insertions(+), 25 deletions(-)
+
+diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c
+index 9eb1a1859012..a5dbebb1acfc 100644
+--- a/drivers/char/tpm/tpm_crb.c
++++ b/drivers/char/tpm/tpm_crb.c
+@@ -463,28 +463,6 @@ static bool crb_req_canceled(struct tpm_chip *chip, u8 status)
+ return (cancel & CRB_CANCEL_INVOKE) == CRB_CANCEL_INVOKE;
+ }
+
+-static int crb_check_flags(struct tpm_chip *chip)
+-{
+- u32 val;
+- int ret;
+-
+- ret = crb_request_locality(chip, 0);
+- if (ret)
+- return ret;
+-
+- ret = tpm2_get_tpm_pt(chip, TPM2_PT_MANUFACTURER, &val, NULL);
+- if (ret)
+- goto release;
+-
+- if (val == 0x414D4400U /* AMD */)
+- chip->flags |= TPM_CHIP_FLAG_HWRNG_DISABLED;
+-
+-release:
+- crb_relinquish_locality(chip, 0);
+-
+- return ret;
+-}
+-
+ static const struct tpm_class_ops tpm_crb = {
+ .flags = TPM_OPS_AUTO_STARTUP,
+ .status = crb_status,
+@@ -826,9 +804,14 @@ static int crb_acpi_add(struct acpi_device *device)
+ if (rc)
+ goto out;
+
+- rc = crb_check_flags(chip);
+- if (rc)
+- goto out;
++#ifdef CONFIG_X86
++ /* A quirk for https://www.amd.com/en/support/kb/faq/pa-410 */
++ if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
++ priv->sm != ACPI_TPM2_COMMAND_BUFFER_WITH_PLUTON) {
++ dev_info(dev, "Disabling hwrng\n");
++ chip->flags |= TPM_CHIP_FLAG_HWRNG_DISABLED;
++ }
++#endif /* CONFIG_X86 */
+
+ rc = tpm_chip_register(chip);
+
+--
+2.42.0
+
diff --git a/0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch b/0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch
index 0f9d562584be..4be4c07875fd 100644
--- a/0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch
+++ b/0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch
@@ -1,7 +1,7 @@
-From 879f0f7fc0f9130075d722c213014d0cff9d40a1 Mon Sep 17 00:00:00 2001
+From 555b718e90b662cb924b562227e4c4e3cd60cd76 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Thu, 24 Aug 2023 01:28:17 +0200
-Subject: [PATCH 4/5] sphinx: kfigure.py: Convert outdir to str before using
+Subject: [PATCH 4/6] sphinx: kfigure.py: Convert outdir to str before using
len
Sphinx 7.2 replaced several uses of str with pathlib Paths, causing the
@@ -9,8 +9,8 @@ build to fail with a TypeError when attempting to use len on one.
Patch by @loqs; thanks.
-Signed-off-by: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Fixes: https://bugs.archlinux.org/task/79446
+Signed-off-by: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
---
Documentation/sphinx/kfigure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch b/0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch
new file mode 100644
index 000000000000..1471b3cea28a
--- /dev/null
+++ b/0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch
@@ -0,0 +1,79 @@
+From 82d8584b889db5166bf7ad7863e079d38c9c6e7a Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
+Date: Sat, 2 Sep 2023 15:28:31 +0200
+Subject: [PATCH 5/6] Revert "ASoC: Intel: soc-acpi: add tables for Dell SKU
+ 0B34"
+
+This reverts commit b62a1a839b48f55046727089c3ba7a8ebbf97f0e.
+
+It broke stereo sound on the Dell XPS 13 Plus 9320 (SKU 0AF3),
+see https://github.com/thesofproject/linux/issues/4559.
+
+Considering that this apparently wasn't enough to get sound working on
+SKU 0B34 (https://github.com/thesofproject/linux/issues/4399) and that
+Dell officially supports Linux on 0AF3 but not 0B34, I think this is
+safe to revert.
+
+Fixes: https://github.com/thesofproject/linux/issues/4559
+Signed-off-by: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
+---
+ .../intel/common/soc-acpi-intel-adl-match.c | 29 -------------------
+ 1 file changed, 29 deletions(-)
+
+diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
+index bcd66e0094b4..83414bfa8d6c 100644
+--- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c
++++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c
+@@ -133,15 +133,6 @@ static const struct snd_soc_acpi_adr_device rt1316_1_group2_adr[] = {
+ }
+ };
+
+-static const struct snd_soc_acpi_adr_device rt1316_1_single_adr[] = {
+- {
+- .adr = 0x000130025D131601ull,
+- .num_endpoints = 1,
+- .endpoints = &single_endpoint,
+- .name_prefix = "rt1316-1"
+- }
+-};
+-
+ static const struct snd_soc_acpi_adr_device rt1316_2_single_adr[] = {
+ {
+ .adr = 0x000230025D131601ull,
+@@ -321,20 +312,6 @@ static const struct snd_soc_acpi_link_adr adl_sdw_rt1316_link12_rt714_link0[] =
+ {}
+ };
+
+-static const struct snd_soc_acpi_link_adr adl_sdw_rt1316_link1_rt714_link0[] = {
+- {
+- .mask = BIT(1),
+- .num_adr = ARRAY_SIZE(rt1316_1_single_adr),
+- .adr_d = rt1316_1_single_adr,
+- },
+- {
+- .mask = BIT(0),
+- .num_adr = ARRAY_SIZE(rt714_0_adr),
+- .adr_d = rt714_0_adr,
+- },
+- {}
+-};
+-
+ static const struct snd_soc_acpi_link_adr adl_sdw_rt1316_link2_rt714_link3[] = {
+ {
+ .mask = BIT(2),
+@@ -648,12 +625,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_sdw_machines[] = {
+ .drv_name = "sof_sdw",
+ .sof_tplg_filename = "sof-adl-rt1316-l2-mono-rt714-l3.tplg",
+ },
+- {
+- .link_mask = 0x3, /* rt1316 on link1 & rt714 on link0 */
+- .links = adl_sdw_rt1316_link1_rt714_link0,
+- .drv_name = "sof_sdw",
+- .sof_tplg_filename = "sof-adl-rt1316-l1-mono-rt714-l0.tplg",
+- },
+ {
+ .link_mask = 0x7, /* rt714 on link0 & two rt1316s on link1 and link2 */
+ .links = adl_sdw_rt1316_link12_rt714_link0,
+--
+2.42.0
+
diff --git a/PKGBUILD b/PKGBUILD
index f1211674995d..08b177bc7de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,7 +71,7 @@ _subarch=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck
-pkgver=6.5
+pkgver=6.5.1
pkgrel=1
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -104,22 +104,24 @@ source=(
"ck-hrtimer-$_commit.tar.gz::https://github.com/graysky2/linux-patches/archive/$_commit.tar.gz"
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
0002-drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
- 0003-tpm-Don-t-make-vendor-check-required-for-probe.patch
+ 0003-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch
0004-sphinx-kfigure.py-Convert-outdir-to-str-before-using.patch
+ 0005-Revert-ASoC-Intel-soc-acpi-add-tables-for-Dell-SKU-0.patch
)
validpgpkeys=(
ABAF11C65A2970B130ABE3C479BE3E4300411886 # Linus Torvalds
647F28654894E3BD457199BE38DBBDC86092693E # Greg Kroah-Hartman
)
-sha256sums=('7a574bbc20802ea76b52ca7faf07267f72045e861b18915c5272a98c27abf884'
+sha256sums=('23765dd44425462cd92adbee52670608fd7f3fd183a83b25ba7a7b4883d0451b'
'SKIP'
- '0c5c9a23df4af4c7da897f92f297c54a35056e75b47a3b76e7605c568ed60694'
+ 'b36c2945633d49b5f85600b58989a58f5ac61e31ca2c02f2046ce15b1462ea4b'
'f1d586e111932890ad5e0df15d092fb9b3f87bae4ea17812aae9b0ec98fe2db0'
'a86a59d089ddd4f31565ff6a27ba74f4697ffa0ab0f57dc839e1da6ab83d77a4'
- '26932226873903df3e4c330581b0112e4817ecb55c60bebc969f8aeba440a7f7'
- 'ca8e9ae6b10b394f71314dcbc381832d5c2ab654aa1c4bd24a25a0ba3588c3a3'
- '83dec929306e9dc54d8f786866a478ee530912ba722479d6dbfb099d5023a7cb'
- '65b6e434abc21c29a33a4d73dee40d33679f04ee740ded8fe88c320d1248055c')
+ '227cc673c7978c5d353cc19ffc9725d684b91de779adc6eef1e59cbc7fdce8bb'
+ '5c5a5e75113a4d8cfcd2e5628f6c86efbd412313cfb3a2c9220da5a70045639a'
+ '9279683f5517af465e98244bc35cfb734e26ff9c9d6e466432963dd71eb28042'
+ '3521e575ea05c2f2a9bd77c4affbb7a76ab5b84aac6a5abf3d9d30660baecfa7'
+ '44e1ebe817f1708b49b7473e640cd814bc5bdb983d71758893c5c9003034183c')
_make() {
test -s version
make KERNELRELEASE="$(<version)" "$@"
diff --git a/config b/config
index e953884ade23..29d59830731d 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.5.0-arch1 Kernel Configuration
+# Linux/x86 6.5.1-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y
@@ -1053,7 +1053,7 @@ CONFIG_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
CONFIG_ZSWAP_DEFAULT_ON=y
-CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=y
+# CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set