backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] backports: misc fixes to improve support of 4.19
@ 2018-09-23 17:45 Hauke Mehrtens
  2018-09-23 17:45 ` [PATCH 01/10] backports: Remove ssb and bcma Hauke Mehrtens
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: Hauke Mehrtens @ 2018-09-23 17:45 UTC (permalink / raw)
  To: johannes; +Cc: backports, john, Hauke Mehrtens

These patches are based on top of Luca's patches.

This was only basically tested that it compiles against kernel 4.4, 4.9 
and 4.14 on x86 and mips be in OpenWrt.

Hauke Mehrtens (10):
  backports: Remove ssb and bcma
  backports: Remove NFC support
  copy: Add crc32poly.h
  dependencies: Make RSI_COEX coexistence depend on kernel >= 4.17
  dependencies: Make WIL6210 depend on kernel >= 4.8
  dependencies: make hostap and atmel depend on kernel >= 4.18
  patches: make mt76 use skb_pad() instead of __skb_pad()
  patches: remove .coredump from struct driver for kernel < 4.16
  backports: Make netdev destructor spatch apply correctly again
  patches: Do not remove linux/kmemleak.h include

 backport/Kconfig.sources                           |  5 --
 backport/Makefile.kernel                           |  4 -
 .../linux/bcma/bcma_driver_chipcommon.h            | 23 ++++++
 backport/defconfigs/b43                            |  7 --
 backport/defconfigs/b43legacy                      |  5 --
 backport/defconfigs/brcmsmac                       |  2 -
 backport/defconfigs/nfc                            | 20 -----
 backport/defconfigs/wifi                           |  6 --
 copy-list                                          | 16 +---
 dependencies                                       | 66 +++------------
 patches/0013-fix-makefile-includes/mei_phy.patch   | 10 ---
 patches/0051-no-wakeup_path/ssb.patch              | 12 ---
 patches/0059-uuid-in-mei/nfc.patch                 | 32 --------
 patches/0061-termios_rwsem/nfc.patch               | 20 -----
 patches/0069-remove-of_irq/bcma.patch              | 24 ------
 patches/0079-netdev-destructor.cocci               | 32 ++++++++
 patches/0081-proto_ops-accept/nfc.patch            | 16 ----
 patches/0085-not-include-kmemleak.patch            | 11 ---
 patches/0088-coredump.cocci                        | 93 ++++++++++++++++++++++
 patches/0090-use-skb_pad.patch                     | 11 +++
 20 files changed, 169 insertions(+), 246 deletions(-)
 create mode 100644 backport/backport-include/linux/bcma/bcma_driver_chipcommon.h
 delete mode 100644 backport/defconfigs/nfc
 delete mode 100644 patches/0013-fix-makefile-includes/mei_phy.patch
 delete mode 100644 patches/0051-no-wakeup_path/ssb.patch
 delete mode 100644 patches/0059-uuid-in-mei/nfc.patch
 delete mode 100644 patches/0061-termios_rwsem/nfc.patch
 delete mode 100644 patches/0069-remove-of_irq/bcma.patch
 delete mode 100644 patches/0081-proto_ops-accept/nfc.patch
 delete mode 100644 patches/0085-not-include-kmemleak.patch
 create mode 100644 patches/0088-coredump.cocci
 create mode 100644 patches/0090-use-skb_pad.patch

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe backports" in

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-09-25  2:33 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23 17:45 [PATCH 00/10] backports: misc fixes to improve support of 4.19 Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 01/10] backports: Remove ssb and bcma Hauke Mehrtens
2018-09-23 20:10   ` Johannes Berg
2018-09-23 20:18     ` Hauke Mehrtens
2018-09-24 10:48   ` Johannes Berg
2018-09-24 20:17     ` Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 02/10] backports: Remove NFC support Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 03/10] copy: Add crc32poly.h Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 04/10] dependencies: Make RSI_COEX coexistence depend on kernel >= 4.17 Hauke Mehrtens
2018-09-23 20:20   ` Johannes Berg
2018-09-23 17:45 ` [PATCH 05/10] dependencies: Make WIL6210 depend on kernel >= 4.8 Hauke Mehrtens
2018-09-23 20:12   ` Johannes Berg
2018-09-23 20:36     ` Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 06/10] dependencies: make hostap and atmel depend on kernel >= 4.18 Hauke Mehrtens
2018-09-23 20:17   ` Johannes Berg
2018-09-23 20:23     ` Hauke Mehrtens
2018-09-23 20:33       ` Johannes Berg
2018-09-23 17:45 ` [PATCH 07/10] patches: make mt76 use skb_pad() instead of __skb_pad() Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 08/10] patches: remove .coredump from struct driver for kernel < 4.16 Hauke Mehrtens
2018-09-24  8:36   ` Johannes Berg
2018-09-24 20:20     ` Hauke Mehrtens
2018-09-23 17:45 ` [PATCH 09/10] backports: Make netdev destructor spatch apply correctly again Hauke Mehrtens
2018-09-23 20:17   ` Johannes Berg
2018-09-23 17:45 ` [PATCH 10/10] patches: Do not remove linux/kmemleak.h include Hauke Mehrtens
2018-09-23 20:18   ` Johannes Berg
2018-09-24  8:12 ` [PATCH 00/10] backports: misc fixes to improve support of 4.19 Johannes Berg
2018-09-24 20:27   ` Hauke Mehrtens
2018-09-24 20:28     ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).