From: Greg Kroah-Hartman Date: Fri, 17 May 2019 07:33:36 +0000 (+0200) Subject: reorder 4.9 and 4.14 series so we can bisect properly X-Git-Tag: v4.9.178~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=befd78c4984433adff157eaf3ea5d973e4070b7f;p=thirdparty%2Fkernel%2Fstable-queue.git reorder 4.9 and 4.14 series so we can bisect properly --- diff --git a/queue-4.14/net-core-another-layer-of-lists-around-pf_memalloc-s.patch b/queue-4.14/net-core-another-layer-of-lists-around-pf_memalloc-s.patch index 5ee71c210c4..6b81dcfcf46 100644 --- a/queue-4.14/net-core-another-layer-of-lists-around-pf_memalloc-s.patch +++ b/queue-4.14/net-core-another-layer-of-lists-around-pf_memalloc-s.patch @@ -15,14 +15,12 @@ Signed-off-by: David S. Miller [sl: cut out non list.h bits, we only want list_cut_before] Signed-off-by: Sasha Levin --- - include/linux/list.h | 30 ++++++++++++++++++++++++++++++ + include/linux/list.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) -diff --git a/include/linux/list.h b/include/linux/list.h -index 4b129df4d46b5..de04cc5ed5367 100644 --- a/include/linux/list.h +++ b/include/linux/list.h -@@ -285,6 +285,36 @@ static inline void list_cut_position(struct list_head *list, +@@ -285,6 +285,36 @@ static inline void list_cut_position(str __list_cut_position(list, head, entry); } @@ -59,6 +57,3 @@ index 4b129df4d46b5..de04cc5ed5367 100644 static inline void __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) --- -2.20.1 - diff --git a/queue-4.14/series b/queue-4.14/series index 57ad6228d83..1e6a136f120 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -1,5 +1,5 @@ +net-core-another-layer-of-lists-around-pf_memalloc-s.patch locking-rwsem-prevent-decrement-of-reader-count-befo.patch pci-hv-fix-a-memory-leak-in-hv_eject_device_work.patch pci-hv-add-hv_pci_remove_slots-when-we-unload-the-dr.patch pci-hv-add-pci_destroy_slot-in-pci_devices_present_w.patch -net-core-another-layer-of-lists-around-pf_memalloc-s.patch diff --git a/queue-4.9/series b/queue-4.9/series index f40ffccee6e..7049931f6b8 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -1,3 +1,3 @@ +net-core-another-layer-of-lists-around-pf_memalloc-s.patch locking-rwsem-prevent-decrement-of-reader-count-befo.patch pci-hv-fix-a-memory-leak-in-hv_eject_device_work.patch -net-core-another-layer-of-lists-around-pf_memalloc-s.patch