backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: backports@vger.kernel.org
Cc: johannes@sipsolutions.net, Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 00/30] backports: Update to match kernel 5.10-rc6
Date: Tue,  1 Dec 2020 23:03:45 +0100	[thread overview]
Message-ID: <20201201220415.30582-1-hauke@hauke-m.de> (raw)

This adds many changes to make backports compatible with kernel 5.10-rc6.

I plan to create also releaes based on 5.8.18 and 5.9.11, I will take 
the commit directly before the refresh for the next kernel version.

Felix Fietkau (2):
  backports: add sched_set_fifo_low
  backports: add tasklet_setup, from_tasklet

Hauke Mehrtens (27):
  backports: Adapt to changes in Ubuntu mainline URLs
  gentree.py: Remoace space between -I and $(src)
  backports: Extend NOSTDINC_FLAGS
  patches: Refresh on kernel 5.8.18
  backprots: make patches apply on 5.9.11
  header: add module_sdio_driver
  header: Rename kfree_sensitive(x) to kzfree(x)
  header: dummy implementation for thermal_zone_device_enable
  header: Add __skb_put_zero()
  dependency: add MT7663S
  backports: add gpiochip_request_own_desc()
  backports: Add microchip wilc1000 driver
  backports: Make rx_list handling work on older kernel versions
  patches: Add missing linux/kthread.h include
  patches: Add include to rtw88
  patches: handle netdev_walk_all_lower_dev()
  patches: Remove unneeded 0018-pv-trace-fixes patch
  patches: Refresh on kernel 5.10-rc6
  patches: Avoid using NLA_POLICY_RANGE(NLA_BINARY, ...)
  patches: Deactivate hikey9xx staging driver
  patches: Revert usage of small_ops
  headers: Add DEFINE_SEQ_ATTRIBUTE
  backports: Add netif_rx_any_context()
  backports: Add dev_fetch_sw_netstats()
  backports: Make ieee80211_tx_status handling work on older kernel
    versions
  backports: Add sysfs_emit()
  backports: Remove crypto/akcipher.h

Shay Bar (1):
  backports: Add time64_to_tm and ipv6_mc_check_mld

 backport/Makefile.kernel                      |   4 +-
 backport/backport-include/linux/gpio/driver.h |  12 ++
 backport/backport-include/linux/interrupt.h   |  17 +++
 .../backport-include/linux/mmc/sdio_func.h    |  14 +++
 backport/backport-include/linux/netdevice.h   |  21 ++++
 backport/backport-include/linux/sched.h       |  20 +++
 backport/backport-include/linux/seq_file.h    |  21 ++++
 backport/backport-include/linux/skbuff.h      |   8 ++
 backport/backport-include/linux/slab.h        |   4 +
 backport/backport-include/linux/sysfs.h       |  14 +++
 backport/backport-include/linux/thermal.h     |  10 ++
 backport/backport-include/linux/time.h        |   8 ++
 backport/backport-include/net/addrconf.h      |  15 +++
 backport/backport-include/net/netlink.h       |   6 +
 backport/compat/Makefile                      |   2 +
 backport/compat/backport-5.10.c               |  81 ++++++++++++
 backport/compat/backport-5.3.c                |  74 +++++++++++
 copy-list                                     |   1 +
 dependencies                                  |   1 +
 devel/backports-update-manager                |  44 ++++---
 gentree.py                                    |   2 +-
 ...2-disable-dump-adjust-on-old-kernels.patch |   4 +-
 .../include_net_cfg80211.patch                |   2 +-
 .../net_wireless_core.patch                   |   2 +-
 .../net_wireless_core.patch                   |  26 ++--
 patches/0013-fix-makefile-includes/mt76.patch |  32 +++++
 .../0013-fix-makefile-includes/rtw88.patch    |  12 ++
 .../0013-fix-makefile-includes/wilc1000.patch |  34 ++++++
 .../net_wireless_nl80211.patch                |   2 +-
 patches/0018-pv-trace-fixes/INFO              |   7 --
 ...ivers_net_wireless_iwlwifi_iwl-debug.patch |  65 ----------
 .../net_mac80211_trace.patch                  |  79 ------------
 patches/0024-led-blink-api/mac80211.patch     |   2 +-
 patches/0025-usb-sg/usbnet.patch              |  14 +--
 patches/0028-select_queue/mac80211.patch      |   4 +-
 patches/0028-select_queue/mwifiex.patch       |   2 +-
 patches/0053-possible_net_t.patch             |   2 +-
 patches/0055-name_assign_type/brcmfmac.patch  |   2 +-
 patches/0071-skb-head_frag/wireless.patch     |   2 +-
 patches/0075-ndo-stats-64/usbnet.patch        |   6 +-
 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/0084-disable-some-staging-dirs.patch  |   6 +
 patches/0085-iwlwifi-pci-device-removal.patch |   4 +-
 patches/0091-fq-no-siphash_key_t/fq.patch     |  36 ------
 patches/0094-ndo-tx-timeout/prism54.patch     |   2 +-
 patches/0094-ndo-tx-timeout/usbnet.patch      |   2 +-
 patches/0095-spi-delay/wilc1000.patch         |  47 +++++++
 patches/0097-skb-list/mac80211-rx.patch       | 115 ++++++++++++++++++
 patches/0097-skb-list/mac80211-status.patch   |  47 +++++++
 patches/0098-netdev_nested_priv/qtnfmac.patch |  43 +++++++
 patches/0099-netlink-range/mac80211.patch     |  57 +++++++++
 patches/0100-revert-small_ops/mac80211.patch  |  25 ++++
 .../mac80211_hwsim.patch                      |  28 +++++
 patches/verify.patch                          |  14 ++-
 56 files changed, 861 insertions(+), 251 deletions(-)
 create mode 100644 backport/backport-include/linux/sched.h
 create mode 100644 backport/compat/backport-5.10.c
 create mode 100644 backport/compat/backport-5.3.c
 create mode 100644 patches/0013-fix-makefile-includes/wilc1000.patch
 delete mode 100644 patches/0018-pv-trace-fixes/INFO
 delete mode 100644 patches/0018-pv-trace-fixes/drivers_net_wireless_iwlwifi_iwl-debug.patch
 delete mode 100644 patches/0018-pv-trace-fixes/net_mac80211_trace.patch
 delete mode 100644 patches/0091-fq-no-siphash_key_t/fq.patch
 create mode 100644 patches/0095-spi-delay/wilc1000.patch
 create mode 100644 patches/0097-skb-list/mac80211-rx.patch
 create mode 100644 patches/0097-skb-list/mac80211-status.patch
 create mode 100644 patches/0098-netdev_nested_priv/qtnfmac.patch
 create mode 100644 patches/0099-netlink-range/mac80211.patch
 create mode 100644 patches/0100-revert-small_ops/mac80211.patch
 create mode 100644 patches/0100-revert-small_ops/mac80211_hwsim.patch

-- 
2.20.1

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

             reply	other threads:[~2020-12-01 22:05 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 22:03 Hauke Mehrtens [this message]
2020-12-01 22:03 ` [PATCH 01/30] backports: Adapt to changes in Ubuntu mainline URLs Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 02/30] gentree.py: Remoace space between -I and $(src) Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 03/30] backports: Extend NOSTDINC_FLAGS Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 04/30] patches: Refresh on kernel 5.8.18 Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 05/30] backports: add sched_set_fifo_low Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 06/30] backports: add tasklet_setup, from_tasklet Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 07/30] backports: Add time64_to_tm and ipv6_mc_check_mld Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 08/30] backprots: make patches apply on 5.9.11 Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 09/30] header: add module_sdio_driver Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 10/30] header: Rename kfree_sensitive(x) to kzfree(x) Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 11/30] header: dummy implementation for thermal_zone_device_enable Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 12/30] header: Add __skb_put_zero() Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 13/30] dependency: add MT7663S Hauke Mehrtens
2020-12-01 22:03 ` [PATCH 14/30] backports: add gpiochip_request_own_desc() Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 15/30] backports: Add microchip wilc1000 driver Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 16/30] backports: Make rx_list handling work on older kernel versions Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 17/30] patches: Add missing linux/kthread.h include Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 18/30] patches: Add include to rtw88 Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 19/30] patches: handle netdev_walk_all_lower_dev() Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 20/30] patches: Remove unneeded 0018-pv-trace-fixes patch Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 21/30] patches: Refresh on kernel 5.10-rc6 Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 22/30] patches: Avoid using NLA_POLICY_RANGE(NLA_BINARY, ...) Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 23/30] patches: Deactivate hikey9xx staging driver Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 24/30] patches: Revert usage of small_ops Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 25/30] headers: Add DEFINE_SEQ_ATTRIBUTE Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 26/30] backports: Add netif_rx_any_context() Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 27/30] backports: Add dev_fetch_sw_netstats() Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 28/30] backports: Make ieee80211_tx_status handling work on older kernel versions Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 29/30] backports: Add sysfs_emit() Hauke Mehrtens
2020-12-01 22:04 ` [PATCH 30/30] backports: Remove crypto/akcipher.h Hauke Mehrtens
2020-12-06 15:57 ` [PATCH 00/30] backports: Update to match kernel 5.10-rc6 Hauke Mehrtens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201201220415.30582-1-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=backports@vger.kernel.org \
    --cc=johannes@sipsolutions.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).