summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-04-07 10:55:46 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-04-07 10:55:46 +0900
commite24b78c9bfae2cf628ec3c40f5543e04bb5e0406 (patch)
tree82f3d9b0fca522bf7d122c85756faaecc01f0f7c /debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
parentfe407802669e4b4e336af87aec9e70e38d538e7c (diff)
parentdd748cd0148acca6bb11005bef5751a4f20fa5f4 (diff)
downloadlinux-debian-e24b78c9bfae2cf628ec3c40f5543e04bb5e0406.tar.gz
Merge remote-tracking branch 'upstream/buster-backports' into ky/pu-5.11-rhe0
* upstream/buster-backports: (68 commits) Prepare to release linux (5.10.24-1~bpo10+1). [x86] efi: Enable EFI_VARS as built-in for compatibility with buster's fwupdate Prepare to release linux (5.10.24-1). [armhf] net: dsa: b53: Support setting learning on port ALSA: usb-audio: Don't avoid stopping the stream at disconnection Revert "nfsd4: a client's own opens needn't prevent delegations" Revert "nfsd4: remove check_conflicting_opens warning" fuse: fix live lock in fuse_iget() RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes [x86] crypto: x86/aes-ni-xts - use direct calls to and 4-way stride [x86] crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg Prefix changes with 'drivers/perf:' [arm64] Enable ARM_SMMU_V3_PMU as module [arm64] Enable ARM_CMN as module bpf, selftests: Fix up some test_verifier cases for unprivileged bpf: Add sanity check for upper ptr_limit bpf: Simplify alu_limit masking for pointer arithmetic bpf: Fix off-by-one for area size in creating mask to left (CVE-2020-27171) bpf: Prohibit alu ops for pointer types not defining ptr_limit (CVE-2020-27170) Refresh "Include package version along with kernel release in stack traces" ...
Diffstat (limited to 'debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch')
-rw-r--r--debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch b/debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
index ae9b7fcd9..fbafc6cbf 100644
--- a/debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
+++ b/debian/patches-rt/0008-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Fri, 13 Nov 2020 15:02:15 +0100
Subject: [PATCH 08/12] sh: irqstat: Use the generic irq_cpustat_t
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.8-rt24.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.21-rt34.tar.xz
SH can now use the generic irq_cpustat_t. Define ack_bad_irq so the generic
header does not emit the generic version of it.