From 07910040ada9d21c0fd47bb000422e0d01b4ca36 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Thu, 15 Apr 2021 20:05:16 -0400 Subject: [PATCH] Drop radix-tree-test-suite-fix-compilation.patch from 5.10 Signed-off-by: Sasha Levin --- ...adix-tree-test-suite-fix-compilation.patch | 29 ------------------- queue-5.10/series | 1 - 2 files changed, 30 deletions(-) delete mode 100644 queue-5.10/radix-tree-test-suite-fix-compilation.patch 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 -- 2.47.3