All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] backports: misc fixes
@ 2017-09-10 22:10 Hauke Mehrtens
  2017-09-10 22:10 ` [PATCH 1/8] patches: export bp_usbnet_get_stats64() only if function is added Hauke Mehrtens
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Hauke Mehrtens @ 2017-09-10 22:10 UTC (permalink / raw)
  To: johannes; +Cc: backports, Hauke Mehrtens

This fixes two problems introduced in my previous patches and also adds 
some other small functions needed to build against kernel >= 3.13.

Hauke Mehrtens (8):
  patches: export bp_usbnet_get_stats64() only if function is added
  patches: brcmfmac: Fix netdev_set_priv_destructor
  backport: add ethtool_convert_legacy_u32_to_link_mode()
  header: add IOMEM_ERR_PTR()
  header: add __get_dynamic_array_len
  header: add pm_system_wakeup()
  dependencies: make NFC_TRF7970A depend on kernel > 3.17
  dependencies: make MWIFIEX_PCIE depend on kernel > 3.16

 backport/backport-include/linux/io.h          |  9 +++++++++
 backport/backport-include/linux/netdevice.h   |  3 +--
 backport/backport-include/linux/suspend.h     | 12 ++++++++++++
 backport/backport-include/trace/ftrace.h      |  4 ++++
 backport/compat/backport-4.10.c               |  7 +++++++
 dependencies                                  |  4 ++++
 patches/0075-ndo-stats-64/usbnet.patch        | 10 ++++------
 patches/0079-netdev-destructor/brcmfmac.patch | 13 ++++++++-----
 8 files changed, 49 insertions(+), 13 deletions(-)
 create mode 100644 backport/backport-include/linux/io.h
 create mode 100644 backport/backport-include/linux/suspend.h

-- 
2.11.0

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

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

end of thread, other threads:[~2017-09-15  7:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-10 22:10 [PATCH 0/8] backports: misc fixes Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 1/8] patches: export bp_usbnet_get_stats64() only if function is added Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 2/8] patches: brcmfmac: Fix netdev_set_priv_destructor Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 3/8] backport: add ethtool_convert_legacy_u32_to_link_mode() Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 4/8] header: add IOMEM_ERR_PTR() Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 5/8] header: add __get_dynamic_array_len Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 6/8] header: add pm_system_wakeup() Hauke Mehrtens
2017-09-12  9:35   ` Johannes Berg
2017-09-12 21:39     ` Hauke Mehrtens
2017-09-15  7:32       ` Johannes Berg
2017-09-10 22:10 ` [PATCH 7/8] dependencies: make NFC_TRF7970A depend on kernel > 3.17 Hauke Mehrtens
2017-09-10 22:10 ` [PATCH 8/8] dependencies: make MWIFIEX_PCIE depend on kernel > 3.16 Hauke Mehrtens
2017-09-11 14:48 ` [PATCH 0/8] backports: misc fixes Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.