backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] backports: Update to kernel 5.4-rc1
@ 2019-10-03 15:56 Hauke Mehrtens
  2019-10-03 15:56 ` [PATCH 01/11] backports: patches: refresh against " Hauke Mehrtens
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Hauke Mehrtens @ 2019-10-03 15:56 UTC (permalink / raw)
  To: backports; +Cc: johannes, Hauke Mehrtens

This adapts backports for kernel 5.4-rc1, most of the changes are minor.

It does not build fully on kernel 3.12 any more, but I do not really 
care, if someone wants to fix this please send a patch.

1   3.12.74             [  FAIL  ]
2   3.13.11             [  LINK  ]
3   3.14.79             [  LINK  ]
4   3.16.74             [  OK  ]
5   3.18.140            [  OK  ]
6   4.0.9               [  LINK  ]
7   4.1.52              [  OK  ]
8   4.2.8               [  LINK  ]
9   4.3.6               [  LINK  ]
10  4.4.194             [  OK  ]
11  4.5.7               [  OK  ]
12  4.6.7               [  OK  ]
13  4.7.10              [  OK  ]
14  4.8.17              [  OK  ]
15  4.9.194             [  OK  ]
16  4.10.17             [  OK  ]
17  4.11.12             [  OK  ]
18  4.12.14             [  OK  ]
19  4.13.16             [  OK  ]
20  4.14.146            [  OK  ]
21  4.15.18             [  OK  ]
22  4.16.18             [  OK  ]
23  4.17.19             [  OK  ]
24  4.18.20             [  OK  ]
25  4.19.75             [  OK  ]
26  4.20.17             [  OK  ]
27  5.0.21              [  OK  ]
28  5.1.21              [  OK  ]
29  5.2.17              [  OK  ]
30  5.3.1               [  OK  ]


Hauke Mehrtens (11):
  backports: patches: refresh against kernel 5.4-rc1
  backports: pci: include linux/pci-aspm.h
  backports: build_bug.h: Add static_assert()
  backports: platform_device.h: Add devm_platform_ioremap_resource()
  backports: skbuf.h: Add skb_frag_off()
  backports: skbuff.h: Add skb_mac_offset()
  backports: io.h: Add __ioread32_copy()
  backports: io: Add writel_relaxed()
  backports: dependencies: make ATH9K OWL depend on kernel 3.14
  backports: lib-arc4: Do not build when activated in kernel
  backports: ckmake: limit load to number of CPUs

 backport/backport-include/linux/build_bug.h   | 21 ++++++++++++++++++
 backport/backport-include/linux/io.h          | 13 +++++++++++
 backport/backport-include/linux/pci.h         |  4 ++++
 .../backport-include/linux/platform_device.h  | 22 +++++++++++++++++++
 backport/backport-include/linux/skbuff.h      | 20 +++++++++++++++++
 backport/compat/Kconfig                       |  2 +-
 backport/compat/backport-4.5.c                | 22 +++++++++++++++++++
 dependencies                                  |  3 +++
 devel/ckmake                                  |  4 ++--
 ...2-disable-dump-adjust-on-old-kernels.patch |  4 ++--
 .../include_net_cfg80211.patch                |  2 +-
 .../net_wireless_core.patch                   |  2 +-
 .../net_wireless_core.patch                   |  4 ++--
 .../0013-fix-makefile-includes/rtw88.patch    | 16 +++++++-------
 .../net_wireless_nl80211.patch                |  2 +-
 ...drivers_net_wireless_libertas_if_usb.patch |  4 ++--
 patches/0025-usb-sg/usbnet.patch              | 12 +++++-----
 patches/0028-select_queue/rtl8723bs.patch     |  2 +-
 patches/0053-possible_net_t.patch             |  2 +-
 patches/0069-iwlwifi-pd-string-fix.patch      |  2 +-
 patches/0071-skb-head_frag/wireless.patch     |  2 +-
 patches/0075-ndo-stats-64/usbnet.patch        |  2 +-
 patches/0077-genl-ro-after-init/hwsim.patch   |  2 +-
 patches/0077-genl-ro-after-init/nl80211.patch |  2 +-
 patches/0079-netdev-destructor/brcmfmac.patch |  4 ++--
 patches/0085-iwlwifi-pci-device-removal.patch |  4 ++--
 patches/0090-remove-GRO_CONSUMED.patch        |  4 ++--
 patches/devcoredump.patch                     |  4 ++--
 28 files changed, 146 insertions(+), 41 deletions(-)

-- 
2.20.1

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

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

end of thread, other threads:[~2019-10-04 19:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 15:56 [PATCH 00/11] backports: Update to kernel 5.4-rc1 Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 01/11] backports: patches: refresh against " Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 02/11] backports: pci: include linux/pci-aspm.h Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 03/11] backports: build_bug.h: Add static_assert() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 04/11] backports: platform_device.h: Add devm_platform_ioremap_resource() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 05/11] backports: skbuf.h: Add skb_frag_off() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 06/11] backports: skbuff.h: Add skb_mac_offset() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 07/11] backports: io.h: Add __ioread32_copy() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 08/11] backports: io: Add writel_relaxed() Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 09/11] backports: dependencies: make ATH9K OWL depend on kernel 3.14 Hauke Mehrtens
2019-10-04  8:55   ` Johannes Berg
2019-10-04 19:34     ` Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 10/11] backports: lib-arc4: Do not build when activated in kernel Hauke Mehrtens
2019-10-03 15:56 ` [PATCH 11/11] backports: ckmake: limit load to number of CPUs Hauke Mehrtens

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).