All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: johannes@sipsolutions.net
Cc: backports@vger.kernel.org, Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 0/4] backports: make compatible with kernel 4.14-rc
Date: Sun, 17 Sep 2017 18:58:09 +0200	[thread overview]
Message-ID: <20170917165813.17580-1-hauke@hauke-m.de> (raw)

This makes it possible to base backports on top of Linux 4.14-rc1.

I got these compile results:

1   3.0.101             [  FAIL  ]
2   3.1.10              [  FAIL  ]
3   3.2.92              [  FAIL  ]
4   3.3.8               [  FAIL  ]
5   3.4.110             [  LINK  ]
6   3.5.7               [  LINK  ]
7   3.6.11              [  LINK  ]
8   3.7.10              [  LINK  ]
9   3.8.13              [  LINK  ]
10  3.9.11              [  LINK  ]
11  3.10.107            [  FAIL  ]
12  3.11.10             [  FAIL  ]
13  3.12.74             [  FAIL  ]
14  3.13.11             [  OK  ]
15  3.14.79             [  OK  ]
16  3.15.10             [  OK  ]
17  3.16.47             [  OK  ]
18  3.17.8              [  OK  ]
19  3.18.70             [  OK  ]
20  3.19.8              [  OK  ]
21  4.0.9               [  OK  ]
22  4.1.43              [  OK  ]
23  4.2.8               [  OK  ]
24  4.3.6               [  OK  ]
25  4.4.87              [  OK  ]
26  4.5.7               [  OK  ]
27  4.6.7               [  OK  ]
28  4.7.10              [  OK  ]
29  4.8.17              [  OK  ]
30  4.9.47              [  OK  ]
31  4.10.17             [  OK  ]
32  4.11.12             [  OK  ]
33  4.12.11             [  OK  ]
34  4.13.0              [  OK  ]


Hauke Mehrtens (4):
  patches: refresh patches on v4.14-rc1
  header: add uuid backports
  header: add UUID_STRING_LEN
  header: add ether_addr_to_u64() and u64_to_ether_addr()

 backport/backport-include/linux/etherdevice.h      | 34 ++++++++++++++++++++++
 backport/backport-include/linux/uuid.h             | 33 +++++++++++++++++++++
 .../0002-disable-dump-adjust-on-old-kernels.patch  |  4 +--
 .../include_net_cfg80211.patch                     |  2 +-
 .../net_wireless_core.patch                        |  2 +-
 .../net_wireless_core.patch                        |  4 +--
 .../drivers_net_wireless_cw1200_sdio.patch         |  2 +-
 .../net_wireless_Makefile.patch                    |  4 +--
 .../0014-netlink_seq/net_wireless_nl80211.patch    |  2 +-
 .../drivers_net_wireless_libertas_if_usb.patch     |  4 +--
 patches/0021-umode_t-api-change/ath10k.patch       |  2 +-
 patches/0021-umode_t-api-change/ath9k.patch        |  2 +-
 patches/0024-led-blink-api/mac80211.patch          |  2 +-
 patches/0025-usb-sg/usbnet.patch                   | 12 ++++----
 patches/0026-ipv6_stub/cdc_mbim.patch              |  6 ++--
 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/0069-iwlwifi-pd-string-fix.patch           |  8 ++---
 patches/0069-remove-of_irq/bcma.patch              |  2 +-
 patches/0070-mac80211-fils.patch                   | 10 ++-----
 patches/0071-skb-head_frag/wireless.patch          |  4 +--
 patches/0077-genl-ro-after-init/hwsim.patch        |  2 +-
 patches/0077-genl-ro-after-init/nl80211.patch      |  4 +--
 patches/0081-proto_ops-accept/nfc.patch            |  2 +-
 patches/crypto-ccm.patch                           |  4 +--
 patches/crypto-skcipher.patch                      | 10 +++----
 patches/devcoredump.patch                          | 30 +++++++++----------
 patches/lib-rhashtable.patch                       |  6 ++--
 30 files changed, 134 insertions(+), 73 deletions(-)
 create mode 100644 backport/backport-include/linux/uuid.h

-- 
2.11.0

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

             reply	other threads:[~2017-09-17 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-17 16:58 Hauke Mehrtens [this message]
2017-09-17 16:58 ` [PATCH 1/4] patches: refresh patches on v4.14-rc1 Hauke Mehrtens
2017-09-17 16:58 ` [PATCH 2/4] header: add uuid backports Hauke Mehrtens
2017-09-17 16:58 ` [PATCH 3/4] header: add UUID_STRING_LEN Hauke Mehrtens
2017-09-17 16:58 ` [PATCH 4/4] header: add ether_addr_to_u64() and u64_to_ether_addr() Hauke Mehrtens
2017-09-21 13:23 ` [PATCH 0/4] backports: make compatible with kernel 4.14-rc Johannes Berg

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=20170917165813.17580-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 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.