From: Sasha Levin Date: Fri, 16 Apr 2021 00:05:16 +0000 (-0400) Subject: Drop radix-tree-test-suite-fix-compilation.patch from 5.10 X-Git-Tag: v5.11.15~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07910040ada9d21c0fd47bb000422e0d01b4ca36;p=thirdparty%2Fkernel%2Fstable-queue.git Drop radix-tree-test-suite-fix-compilation.patch from 5.10 Signed-off-by: Sasha Levin --- diff --git a/queue-5.10/radix-tree-test-suite-fix-compilation.patch b/queue-5.10/radix-tree-test-suite-fix-compilation.patch deleted file mode 100644 index 0133b4844cf..00000000000 --- a/queue-5.10/radix-tree-test-suite-fix-compilation.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 651bc91b26012a5c0e553675373425b4b975cde5 Mon Sep 17 00:00:00 2001 -From: Sasha Levin -Date: Tue, 30 Mar 2021 13:44:35 -0400 -Subject: radix tree test suite: Fix compilation - -From: Matthew Wilcox (Oracle) - -[ Upstream commit 7487de534dcbe143e6f41da751dd3ffcf93b00ee ] - -Commit 4bba4c4bb09a added tools/include/linux/compiler_types.h which -includes linux/compiler-gcc.h. Unfortunately, we had our own (empty) -compiler_types.h which overrode the one added by that commit, and -so we lost the definition of __must_be_array(). Removing our empty -compiler_types.h fixes the problem and reduces our divergence from the -rest of the tools. - -Signed-off-by: Matthew Wilcox (Oracle) -Signed-off-by: Sasha Levin ---- - tools/testing/radix-tree/linux/compiler_types.h | 0 - 1 file changed, 0 insertions(+), 0 deletions(-) - delete mode 100644 tools/testing/radix-tree/linux/compiler_types.h - -diff --git a/tools/testing/radix-tree/linux/compiler_types.h b/tools/testing/radix-tree/linux/compiler_types.h -deleted file mode 100644 -index e69de29bb2d1..000000000000 --- -2.30.2 - diff --git a/queue-5.10/series b/queue-5.10/series index 558062c301e..0b58c5a7f3c 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -9,7 +9,6 @@ tools-kvm_stat-add-restart-delay.patch drm-tegra-dc-don-t-set-pll-clock-to-0hz.patch gpu-host1x-use-different-lock-classes-for-each-clien.patch xarray-fix-splitting-to-non-zero-orders.patch -radix-tree-test-suite-fix-compilation.patch block-only-update-parent-bi_status-when-bio-fail.patch radix-tree-test-suite-register-the-main-thread-with-.patch idr-test-suite-take-rcu-read-lock-in-idr_find_test_1.patch