From 28be5000a647f045ed13a6ef472abf6a11f71f9b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 24 Sep 2018 20:41:21 +0200 Subject: [PATCH] drop ib patch --- .../ib-nes-fix-a-compiler-warning.patch | 33 ------------------- queue-3.18/series | 1 - .../ib-nes-fix-a-compiler-warning.patch | 33 ------------------- queue-4.14/series | 1 - .../ib-nes-fix-a-compiler-warning.patch | 33 ------------------- queue-4.18/series | 1 - queue-4.4/ib-nes-fix-a-compiler-warning.patch | 33 ------------------- queue-4.4/series | 1 - queue-4.9/ib-nes-fix-a-compiler-warning.patch | 33 ------------------- queue-4.9/series | 1 - 10 files changed, 170 deletions(-) delete mode 100644 queue-3.18/ib-nes-fix-a-compiler-warning.patch delete mode 100644 queue-4.14/ib-nes-fix-a-compiler-warning.patch delete mode 100644 queue-4.18/ib-nes-fix-a-compiler-warning.patch delete mode 100644 queue-4.4/ib-nes-fix-a-compiler-warning.patch delete mode 100644 queue-4.9/ib-nes-fix-a-compiler-warning.patch diff --git a/queue-3.18/ib-nes-fix-a-compiler-warning.patch b/queue-3.18/ib-nes-fix-a-compiler-warning.patch deleted file mode 100644 index e2d8184171c..00000000000 --- a/queue-3.18/ib-nes-fix-a-compiler-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From foo@baz Mon Sep 24 09:22:32 CEST 2018 -From: Bart Van Assche -Date: Thu, 5 Jul 2018 10:51:35 -0700 -Subject: IB/nes: Fix a compiler warning - -From: Bart Van Assche - -[ Upstream commit 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe ] - -Avoid that the following compiler warning is reported when building with -W=1: - -drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] - -Signed-off-by: Bart Van Assche -Signed-off-by: Jason Gunthorpe -Signed-off-by: Sasha Levin -Signed-off-by: Greg Kroah-Hartman ---- - drivers/infiniband/hw/nes/nes.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/infiniband/hw/nes/nes.h -+++ b/drivers/infiniband/hw/nes/nes.h -@@ -156,7 +156,7 @@ do { \ - - #define NES_EVENT_TIMEOUT 1200000 - #else --#define nes_debug(level, fmt, args...) -+#define nes_debug(level, fmt, args...) do {} while (0) - #define assert(expr) do {} while (0) - - #define NES_EVENT_TIMEOUT 100000 diff --git a/queue-3.18/series b/queue-3.18/series index 4e4a1105006..30b7b23748e 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -101,5 +101,4 @@ parport-sunbpp-fix-error-return-code.patch rtc-bq4802-add-error-handling-for-devm_ioremap.patch alsa-pcm-fix-snd_interval_refine-first-last-with-open-min-max.patch drm-panel-type-promotion-bug-in-s6e8aa0_read_mtp_id.patch -ib-nes-fix-a-compiler-warning.patch usb-serial-ti_usb_3410_5052-fix-array-underflow-in-completion-handler.patch diff --git a/queue-4.14/ib-nes-fix-a-compiler-warning.patch b/queue-4.14/ib-nes-fix-a-compiler-warning.patch deleted file mode 100644 index 2f590c6f952..00000000000 --- a/queue-4.14/ib-nes-fix-a-compiler-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From foo@baz Mon Sep 24 09:35:12 CEST 2018 -From: Bart Van Assche -Date: Thu, 5 Jul 2018 10:51:35 -0700 -Subject: IB/nes: Fix a compiler warning - -From: Bart Van Assche - -[ Upstream commit 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe ] - -Avoid that the following compiler warning is reported when building with -W=1: - -drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] - -Signed-off-by: Bart Van Assche -Signed-off-by: Jason Gunthorpe -Signed-off-by: Sasha Levin -Signed-off-by: Greg Kroah-Hartman ---- - drivers/infiniband/hw/nes/nes.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/infiniband/hw/nes/nes.h -+++ b/drivers/infiniband/hw/nes/nes.h -@@ -159,7 +159,7 @@ do { \ - - #define NES_EVENT_TIMEOUT 1200000 - #else --#define nes_debug(level, fmt, args...) -+#define nes_debug(level, fmt, args...) do {} while (0) - #define assert(expr) do {} while (0) - - #define NES_EVENT_TIMEOUT 100000 diff --git a/queue-4.14/series b/queue-4.14/series index 1c0298cd015..7c2dc0f5289 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -149,7 +149,6 @@ alsa-pcm-fix-snd_interval_refine-first-last-with-open-min-max.patch scsi-libfc-fixup-sleeping-function-called-from-invalid-context.patch selftest-timers-tweak-raw_skew-to-skip-when-adj_offset-other-clock-adjustments-are-in-progress.patch drm-panel-type-promotion-bug-in-s6e8aa0_read_mtp_id.patch -ib-nes-fix-a-compiler-warning.patch blk-mq-only-attempt-to-merge-bio-if-there-is-rq-in-sw-queue.patch blk-mq-avoid-to-synchronize-rcu-inside-blk_cleanup_queue.patch gpiolib-respect-error-code-of-get_direction.patch diff --git a/queue-4.18/ib-nes-fix-a-compiler-warning.patch b/queue-4.18/ib-nes-fix-a-compiler-warning.patch deleted file mode 100644 index ce5f4b0532b..00000000000 --- a/queue-4.18/ib-nes-fix-a-compiler-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From foo@baz Mon Sep 24 09:45:39 CEST 2018 -From: Bart Van Assche -Date: Thu, 5 Jul 2018 10:51:35 -0700 -Subject: IB/nes: Fix a compiler warning - -From: Bart Van Assche - -[ Upstream commit 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe ] - -Avoid that the following compiler warning is reported when building with -W=1: - -drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] - -Signed-off-by: Bart Van Assche -Signed-off-by: Jason Gunthorpe -Signed-off-by: Sasha Levin -Signed-off-by: Greg Kroah-Hartman ---- - drivers/infiniband/hw/nes/nes.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/infiniband/hw/nes/nes.h -+++ b/drivers/infiniband/hw/nes/nes.h -@@ -159,7 +159,7 @@ do { \ - - #define NES_EVENT_TIMEOUT 1200000 - #else --#define nes_debug(level, fmt, args...) -+#define nes_debug(level, fmt, args...) do {} while (0) - #define assert(expr) do {} while (0) - - #define NES_EVENT_TIMEOUT 100000 diff --git a/queue-4.18/series b/queue-4.18/series index 25bcf916712..e08b126f8e8 100644 --- a/queue-4.18/series +++ b/queue-4.18/series @@ -220,7 +220,6 @@ arm64-perf-disable-pmu-while-processing-counter-overflows.patch drm-amd-pp-send-khz-clock-values-to-dc-for-smu7-8.patch dmaengine-sh-rcar-dmac-avoid-to-write-chcr.te-to-1-if-tcr-is-set-to-0.patch staging-fsl-dpaa2-eth-fix-dma-mapping-direction.patch -ib-nes-fix-a-compiler-warning.patch block-dac960.c-fix-defined-but-not-used-build-warnings.patch ib-mlx5-fix-uaccess-beyond-count-in-debugfs-read-write-handlers.patch blk-mq-only-attempt-to-merge-bio-if-there-is-rq-in-sw-queue.patch diff --git a/queue-4.4/ib-nes-fix-a-compiler-warning.patch b/queue-4.4/ib-nes-fix-a-compiler-warning.patch deleted file mode 100644 index 7d5e6d65880..00000000000 --- a/queue-4.4/ib-nes-fix-a-compiler-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From foo@baz Mon Sep 24 09:26:11 CEST 2018 -From: Bart Van Assche -Date: Thu, 5 Jul 2018 10:51:35 -0700 -Subject: IB/nes: Fix a compiler warning - -From: Bart Van Assche - -[ Upstream commit 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe ] - -Avoid that the following compiler warning is reported when building with -W=1: - -drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] - -Signed-off-by: Bart Van Assche -Signed-off-by: Jason Gunthorpe -Signed-off-by: Sasha Levin -Signed-off-by: Greg Kroah-Hartman ---- - drivers/infiniband/hw/nes/nes.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/infiniband/hw/nes/nes.h -+++ b/drivers/infiniband/hw/nes/nes.h -@@ -156,7 +156,7 @@ do { \ - - #define NES_EVENT_TIMEOUT 1200000 - #else --#define nes_debug(level, fmt, args...) -+#define nes_debug(level, fmt, args...) do {} while (0) - #define assert(expr) do {} while (0) - - #define NES_EVENT_TIMEOUT 100000 diff --git a/queue-4.4/series b/queue-4.4/series index e9a97f1f74e..5ae54bf1941 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -61,7 +61,6 @@ rtc-bq4802-add-error-handling-for-devm_ioremap.patch alsa-pcm-fix-snd_interval_refine-first-last-with-open-min-max.patch selftest-timers-tweak-raw_skew-to-skip-when-adj_offset-other-clock-adjustments-are-in-progress.patch drm-panel-type-promotion-bug-in-s6e8aa0_read_mtp_id.patch -ib-nes-fix-a-compiler-warning.patch pinctrl-qcom-spmi-gpio-fix-pmic_gpio_config_get-to-be-compliant.patch usb-serial-ti_usb_3410_5052-fix-array-underflow-in-completion-handler.patch mei-bus-type-promotion-bug-in-mei_nfc_if_version.patch diff --git a/queue-4.9/ib-nes-fix-a-compiler-warning.patch b/queue-4.9/ib-nes-fix-a-compiler-warning.patch deleted file mode 100644 index 1c69e37f404..00000000000 --- a/queue-4.9/ib-nes-fix-a-compiler-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From foo@baz Mon Sep 24 09:32:39 CEST 2018 -From: Bart Van Assche -Date: Thu, 5 Jul 2018 10:51:35 -0700 -Subject: IB/nes: Fix a compiler warning - -From: Bart Van Assche - -[ Upstream commit 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe ] - -Avoid that the following compiler warning is reported when building with -W=1: - -drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] - -Signed-off-by: Bart Van Assche -Signed-off-by: Jason Gunthorpe -Signed-off-by: Sasha Levin -Signed-off-by: Greg Kroah-Hartman ---- - drivers/infiniband/hw/nes/nes.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/infiniband/hw/nes/nes.h -+++ b/drivers/infiniband/hw/nes/nes.h -@@ -156,7 +156,7 @@ do { \ - - #define NES_EVENT_TIMEOUT 1200000 - #else --#define nes_debug(level, fmt, args...) -+#define nes_debug(level, fmt, args...) do {} while (0) - #define assert(expr) do {} while (0) - - #define NES_EVENT_TIMEOUT 100000 diff --git a/queue-4.9/series b/queue-4.9/series index c585f0a28a7..08a3efefee9 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -96,7 +96,6 @@ rtc-bq4802-add-error-handling-for-devm_ioremap.patch alsa-pcm-fix-snd_interval_refine-first-last-with-open-min-max.patch selftest-timers-tweak-raw_skew-to-skip-when-adj_offset-other-clock-adjustments-are-in-progress.patch drm-panel-type-promotion-bug-in-s6e8aa0_read_mtp_id.patch -ib-nes-fix-a-compiler-warning.patch gpiolib-respect-error-code-of-get_direction.patch pinctrl-qcom-spmi-gpio-fix-pmic_gpio_config_get-to-be-compliant.patch mei-bus-type-promotion-bug-in-mei_nfc_if_version.patch -- 2.47.3