]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop some more patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Dec 2025 16:32:22 +0000 (17:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Dec 2025 16:32:22 +0000 (17:32 +0100)
queue-5.10/series
queue-5.10/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch [deleted file]
queue-5.15/drm-amd-add-more-cyan-skillfish-pci-ids.patch [deleted file]
queue-5.15/series
queue-5.15/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch [deleted file]

index 433cd5fb3a685c8901f1368c8714ba3790a81198..66c97d166d4a45238c02f711da13fa5c4d82914a 100644 (file)
@@ -149,7 +149,6 @@ arm-at91-pm-save-and-restore-acr-during-pll-disable-.patch
 9p-fix-sys-fs-9p-caches-overwriting-itself.patch
 9p-sysfs_init-don-t-hardcode-error-to-enomem.patch
 acpi-property-return-present-device-nodes-only-on-fw.patch
-tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch
 fbdev-add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch
 asoc-meson-aiu-encoder-i2s-fix-bit-clock-polarity.patch
 ceph-add-checking-of-wait_for_completion_killable-re.patch
diff --git a/queue-5.10/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch b/queue-5.10/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch
deleted file mode 100644 (file)
index be9a061..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-From 0430138bed32614aec8697650a0f3962e1c0b1d8 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 5 Sep 2025 15:47:06 -0700
-Subject: tools bitmap: Add missing asm-generic/bitsperlong.h include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Ian Rogers <irogers@google.com>
-
-[ Upstream commit f38ce0209ab4553906b44bd1159e35c740a84161 ]
-
-small_const_nbits is defined in asm-generic/bitsperlong.h which
-bitmap.h uses but doesn't include causing build failures in some build
-systems. Add the missing #include.
-
-Note the bitmap.h in tools has diverged from that of the kernel, so no
-changes are made there.
-
-Signed-off-by: Ian Rogers <irogers@google.com>
-Acked-by: Yury Norov <yury.norov@gmail.com>
-Cc: Adrian Hunter <adrian.hunter@intel.com>
-Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Cc: AndrĂ© Almeida <andrealmeid@igalia.com>
-Cc: Daniel Borkmann <daniel@iogearbox.net>
-Cc: Darren Hart <dvhart@infradead.org>
-Cc: David S. Miller <davem@davemloft.net>
-Cc: Davidlohr Bueso <dave@stgolabs.net>
-Cc: Ido Schimmel <idosch@nvidia.com>
-Cc: Ingo Molnar <mingo@redhat.com>
-Cc: Jakub Kicinski <kuba@kernel.org>
-Cc: Jamal Hadi Salim <jhs@mojatatu.com>
-Cc: Jason Xing <kerneljasonxing@gmail.com>
-Cc: Jiri Olsa <jolsa@kernel.org>
-Cc: Jonas Gottlieb <jonas.gottlieb@stackit.cloud>
-Cc: Kan Liang <kan.liang@linux.intel.com>
-Cc: Mark Rutland <mark.rutland@arm.com>
-Cc: Maurice Lambert <mauricelambert434@gmail.com>
-Cc: Namhyung Kim <namhyung@kernel.org>
-Cc: Paolo Abeni <pabeni@redhat.com>
-Cc: Peter Zijlstra <peterz@infradead.org>
-Cc: Petr Machata <petrm@nvidia.com>
-Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
-Cc: Thomas Gleixner <tglx@linutronix.de>
-Cc: Yuyang Huang <yuyanghuang@google.com>
-Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- tools/include/linux/bitmap.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tools/include/linux/bitmap.h b/tools/include/linux/bitmap.h
-index de45cad6cec19..1eeba6a147fb6 100644
---- a/tools/include/linux/bitmap.h
-+++ b/tools/include/linux/bitmap.h
-@@ -3,6 +3,7 @@
- #define _PERF_BITOPS_H
- #include <string.h>
-+#include <asm-generic/bitsperlong.h>
- #include <linux/align.h>
- #include <linux/bitops.h>
- #include <stdlib.h>
--- 
-2.51.0
-
diff --git a/queue-5.15/drm-amd-add-more-cyan-skillfish-pci-ids.patch b/queue-5.15/drm-amd-add-more-cyan-skillfish-pci-ids.patch
deleted file mode 100644 (file)
index 1f18eb6..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From c318c4535d0a2fc50ebad608f85c2ba6336372ae Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 27 Jun 2025 10:09:06 -0400
-Subject: drm/amd: add more cyan skillfish PCI ids
-
-From: Alex Deucher <alexander.deucher@amd.com>
-
-[ Upstream commit 1e18746381793bef7c715fc5ec5611a422a75c4c ]
-
-Add additional PCI IDs to the cyan skillfish family.
-
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-index adcf3adc5ca51..7abcb5db9ae26 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
-@@ -1942,6 +1942,11 @@ static const struct pci_device_id pciidlist[] = {
-       {0x1002, 0x7410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ALDEBARAN},
-       /* CYAN_SKILLFISH */
-+      {0x1002, 0x13DB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-+      {0x1002, 0x13F9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-+      {0x1002, 0x13FA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-+      {0x1002, 0x13FB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-+      {0x1002, 0x13FC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-       {0x1002, 0x13FE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CYAN_SKILLFISH|AMD_IS_APU},
-       /* BEIGE_GOBY */
--- 
-2.51.0
-
index 393bfa8691340d3d956723cb223a10d536a9d6f3..51a17609ffbabd68294dec46f2e0a593a5d762fa 100644 (file)
@@ -132,7 +132,6 @@ ipv6-add-sanity-checks-on-ipv6_devconf.rpl_seg_enabl.patch
 net-nfc-nci-increase-nci_data_timeout-to-3000-ms.patch
 net-call-cond_resched-less-often-in-__release_sock.patch
 iommu-amd-skip-enabling-command-event-buffers-for-kd.patch
-drm-amd-add-more-cyan-skillfish-pci-ids.patch
 usb-gadget-f_hid-fix-zero-length-packet-transfer.patch
 usb-cdns3-gadget-use-after-free-during-failed-initia.patch
 drm-msm-make-sure-to-not-queue-up-recovery-more-than.patch
@@ -198,7 +197,6 @@ clk-ti-am33xx-keep-wkup_debugss_clkctrl-enabled.patch
 cpufreq-tegra186-initialize-all-cores-to-max-frequen.patch
 9p-sysfs_init-don-t-hardcode-error-to-enomem.patch
 acpi-property-return-present-device-nodes-only-on-fw.patch
-tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch
 fbdev-add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch
 asoc-meson-aiu-encoder-i2s-fix-bit-clock-polarity.patch
 ceph-add-checking-of-wait_for_completion_killable-re.patch
diff --git a/queue-5.15/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch b/queue-5.15/tools-bitmap-add-missing-asm-generic-bitsperlong.h-i.patch
deleted file mode 100644 (file)
index 9e73f08..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-From 57302daa9a0026053191219259fd89acf099fa45 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 5 Sep 2025 15:47:06 -0700
-Subject: tools bitmap: Add missing asm-generic/bitsperlong.h include
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Ian Rogers <irogers@google.com>
-
-[ Upstream commit f38ce0209ab4553906b44bd1159e35c740a84161 ]
-
-small_const_nbits is defined in asm-generic/bitsperlong.h which
-bitmap.h uses but doesn't include causing build failures in some build
-systems. Add the missing #include.
-
-Note the bitmap.h in tools has diverged from that of the kernel, so no
-changes are made there.
-
-Signed-off-by: Ian Rogers <irogers@google.com>
-Acked-by: Yury Norov <yury.norov@gmail.com>
-Cc: Adrian Hunter <adrian.hunter@intel.com>
-Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Cc: AndrĂ© Almeida <andrealmeid@igalia.com>
-Cc: Daniel Borkmann <daniel@iogearbox.net>
-Cc: Darren Hart <dvhart@infradead.org>
-Cc: David S. Miller <davem@davemloft.net>
-Cc: Davidlohr Bueso <dave@stgolabs.net>
-Cc: Ido Schimmel <idosch@nvidia.com>
-Cc: Ingo Molnar <mingo@redhat.com>
-Cc: Jakub Kicinski <kuba@kernel.org>
-Cc: Jamal Hadi Salim <jhs@mojatatu.com>
-Cc: Jason Xing <kerneljasonxing@gmail.com>
-Cc: Jiri Olsa <jolsa@kernel.org>
-Cc: Jonas Gottlieb <jonas.gottlieb@stackit.cloud>
-Cc: Kan Liang <kan.liang@linux.intel.com>
-Cc: Mark Rutland <mark.rutland@arm.com>
-Cc: Maurice Lambert <mauricelambert434@gmail.com>
-Cc: Namhyung Kim <namhyung@kernel.org>
-Cc: Paolo Abeni <pabeni@redhat.com>
-Cc: Peter Zijlstra <peterz@infradead.org>
-Cc: Petr Machata <petrm@nvidia.com>
-Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
-Cc: Thomas Gleixner <tglx@linutronix.de>
-Cc: Yuyang Huang <yuyanghuang@google.com>
-Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- tools/include/linux/bitmap.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tools/include/linux/bitmap.h b/tools/include/linux/bitmap.h
-index a83ffdf1e2117..e65a7e84c7541 100644
---- a/tools/include/linux/bitmap.h
-+++ b/tools/include/linux/bitmap.h
-@@ -3,6 +3,7 @@
- #define _PERF_BITOPS_H
- #include <string.h>
-+#include <asm-generic/bitsperlong.h>
- #include <linux/align.h>
- #include <linux/bitops.h>
- #include <stdlib.h>
--- 
-2.51.0
-