Backports Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: backports@vger.kernel.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 00/10] backports: Remove support for kernel older than 4.14
Date: Tue,  2 Apr 2024 00:03:04 +0200	[thread overview]
Message-ID: <20240401220314.2434455-1-hauke@hauke-m.de> (raw)

Remove support for older kernel versions to make maintenance of backports easier in
the future.

Hauke Mehrtens (10):
  backports: Remove support for kernel smaller than 4.5
  backports: Remove support for kernel smaller than 4.6
  backports: Remove support for kernel smaller than 4.7
  backports: Remove support for kernel smaller than 4.8
  backports: Remove support for kernel smaller than 4.9
  backports: Remove support for kernel smaller than 4.10
  backports: Remove support for kernel smaller than 4.11
  backports: Remove support for kernel smaller than 4.12
  backports: Remove support for kernel smaller than 4.13
  backports: Remove support for kernel smaller than 4.14

 .github/workflows/create.yml                  |  10 -
 README                                        |   2 +-
 backport/backport-include/acpi/acpi_bus.h     |  15 -
 backport/backport-include/crypto/hash.h       |  38 ---
 backport/backport-include/linux/acpi.h        |  15 -
 backport/backport-include/linux/atomic.h      |  48 ---
 backport/backport-include/linux/bits.h        |   4 +-
 backport/backport-include/linux/build_bug.h   |   4 -
 backport/backport-include/linux/debugfs.h     |  14 -
 backport/backport-include/linux/devcoredump.h |  30 --
 backport/backport-include/linux/etherdevice.h |  41 ---
 backport/backport-include/linux/fs.h          |   5 -
 backport/backport-include/linux/gfp.h         |  25 --
 backport/backport-include/linux/interrupt.h   |  40 ---
 backport/backport-include/linux/io.h          |   5 -
 backport/backport-include/linux/kcov.h        |   2 -
 backport/backport-include/linux/kernel.h      |  44 ---
 backport/backport-include/linux/leds.h        |  29 --
 backport/backport-include/linux/mii.h         |  14 -
 backport/backport-include/linux/mm.h          |  42 ---
 backport/backport-include/linux/netdevice.h   |  73 +----
 backport/backport-include/linux/netlink.h     |  47 ---
 backport/backport-include/linux/nospec.h      |   4 +-
 backport/backport-include/linux/of_device.h   |   5 +-
 backport/backport-include/linux/page_ref.h    |  25 --
 backport/backport-include/linux/pci.h         |  50 ----
 backport/backport-include/linux/phy.h         |  65 -----
 backport/backport-include/linux/random.h      |  14 -
 backport/backport-include/linux/rbtree.h      |  59 ----
 backport/backport-include/linux/rhashtable.h  |  31 --
 backport/backport-include/linux/sched.h       |   7 -
 backport/backport-include/linux/skbuff.h      |  66 +----
 backport/backport-include/linux/string.h      |  15 -
 backport/backport-include/linux/thermal.h     |  23 --
 backport/backport-include/linux/time.h        |   8 -
 backport/backport-include/linux/usb.h         |  10 -
 backport/backport-include/linux/usb/cdc.h     |  61 ----
 backport/backport-include/linux/usb/ch9.h     |  12 -
 backport/backport-include/linux/uuid.h        |  34 ---
 .../backport-include/linux/verification.h     |   4 +-
 .../backport-include/linux/virtio_config.h    |  31 --
 backport/backport-include/linux/wait.h        |  25 --
 backport/backport-include/net/genetlink.h     |  49 ----
 backport/backport-include/net/ipv6.h          |  25 --
 backport/backport-include/net/iw_handler.h    |  11 -
 backport/backport-include/net/netlink.h       | 200 -------------
 backport/backport-include/net/sock.h          |  17 --
 backport/compat/Kconfig                       |  18 --
 backport/compat/Makefile                      |   7 -
 backport/compat/backport-4.10.c               | 274 ------------------
 backport/compat/backport-4.11.c               |  12 -
 backport/compat/backport-4.12.c               |  94 ------
 backport/compat/backport-4.5.c                | 165 -----------
 backport/compat/backport-4.6.c                | 103 -------
 backport/compat/backport-4.7.c                | 176 -----------
 backport/compat/backport-4.8.c                | 196 -------------
 backport/compat/backport-5.15.c               |   2 -
 backport/compat/backport-genetlink.c          | 170 +----------
 dependencies                                  |  14 -
 patches/0002-gpio-parent.cocci                |  25 --
 .../0013-fix-makefile-includes/brcmfmac.patch |  13 -
 patches/0013-fix-makefile-includes/mt76.patch |  22 --
 .../0013-fix-makefile-includes/wilc1000.patch |  24 +-
 patches/0067-mdio-addr.cocci                  |   5 -
 patches/0073-netdevice-mtu-range.cocci        | 100 -------
 patches/0074-netdevice-mtu-range-ifdefs.cocci |  26 --
 patches/0075-ndo-stats-64.cocci               |  32 --
 patches/0077-genl-ro-after-init/hwsim.patch   |  11 -
 patches/0077-genl-ro-after-init/nl80211.patch |  11 -
 patches/0078-genl-extack.cocci                |  12 -
 patches/0079-netdev-destructor.cocci          | 116 --------
 patches/0079-netdev-destructor/brcmfmac.patch |  38 ---
 patches/0080-i2c-proble-new.cocci             |  25 --
 patches/0082-pci_error_handlers.cocci         |  32 --
 patches/0095-spi-delay/wilc1000.patch         |   6 +-
 75 files changed, 14 insertions(+), 3113 deletions(-)
 delete mode 100644 backport/backport-include/acpi/acpi_bus.h
 delete mode 100644 backport/backport-include/crypto/hash.h
 delete mode 100644 backport/backport-include/linux/acpi.h
 delete mode 100644 backport/backport-include/linux/devcoredump.h
 delete mode 100644 backport/backport-include/linux/etherdevice.h
 delete mode 100644 backport/backport-include/linux/gfp.h
 delete mode 100644 backport/backport-include/linux/kernel.h
 delete mode 100644 backport/backport-include/linux/leds.h
 delete mode 100644 backport/backport-include/linux/mii.h
 delete mode 100644 backport/backport-include/linux/page_ref.h
 delete mode 100644 backport/backport-include/linux/phy.h
 delete mode 100644 backport/backport-include/linux/random.h
 delete mode 100644 backport/backport-include/linux/rbtree.h
 delete mode 100644 backport/backport-include/linux/rhashtable.h
 delete mode 100644 backport/backport-include/linux/string.h
 delete mode 100644 backport/backport-include/linux/usb/cdc.h
 delete mode 100644 backport/backport-include/linux/usb/ch9.h
 delete mode 100644 backport/backport-include/linux/uuid.h
 delete mode 100644 backport/backport-include/linux/virtio_config.h
 delete mode 100644 backport/backport-include/linux/wait.h
 delete mode 100644 backport/backport-include/net/ipv6.h
 delete mode 100644 backport/backport-include/net/iw_handler.h
 delete mode 100644 backport/compat/backport-4.10.c
 delete mode 100644 backport/compat/backport-4.11.c
 delete mode 100644 backport/compat/backport-4.12.c
 delete mode 100644 backport/compat/backport-4.5.c
 delete mode 100644 backport/compat/backport-4.6.c
 delete mode 100644 backport/compat/backport-4.7.c
 delete mode 100644 backport/compat/backport-4.8.c
 delete mode 100644 patches/0002-gpio-parent.cocci
 delete mode 100644 patches/0013-fix-makefile-includes/brcmfmac.patch
 delete mode 100644 patches/0067-mdio-addr.cocci
 delete mode 100644 patches/0073-netdevice-mtu-range.cocci
 delete mode 100644 patches/0074-netdevice-mtu-range-ifdefs.cocci
 delete mode 100644 patches/0075-ndo-stats-64.cocci
 delete mode 100644 patches/0077-genl-ro-after-init/hwsim.patch
 delete mode 100644 patches/0077-genl-ro-after-init/nl80211.patch
 delete mode 100644 patches/0079-netdev-destructor.cocci
 delete mode 100644 patches/0079-netdev-destructor/brcmfmac.patch
 delete mode 100644 patches/0080-i2c-proble-new.cocci
 delete mode 100644 patches/0082-pci_error_handlers.cocci

-- 
2.44.0


             reply	other threads:[~2024-04-01 22:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-01 22:03 Hauke Mehrtens [this message]
2024-04-01 22:03 ` [PATCH 01/10] backports: Remove support for kernel smaller than 4.5 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 02/10] backports: Remove support for kernel smaller than 4.6 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 03/10] backports: Remove support for kernel smaller than 4.7 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 04/10] backports: Remove support for kernel smaller than 4.8 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 05/10] backports: Remove support for kernel smaller than 4.9 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 06/10] backports: Remove support for kernel smaller than 4.10 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 07/10] backports: Remove support for kernel smaller than 4.11 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 08/10] backports: Remove support for kernel smaller than 4.12 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 09/10] backports: Remove support for kernel smaller than 4.13 Hauke Mehrtens
2024-04-01 22:03 ` [PATCH 10/10] backports: Remove support for kernel smaller than 4.14 Hauke Mehrtens
2024-04-08 13:49 ` [PATCH 00/10] backports: Remove support for kernel older " Johannes Berg
2024-04-08 14:15   ` Johannes Berg
2024-04-08 22:31     ` 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=20240401220314.2434455-1-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=backports@vger.kernel.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).