From patchwork Thu Sep 20 11:28:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 10607515 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 69ACB157B for ; Thu, 20 Sep 2018 11:28:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4B4602D09B for ; Thu, 20 Sep 2018 11:28:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3FBD02D0AA; Thu, 20 Sep 2018 11:28:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 86E142D09B for ; Thu, 20 Sep 2018 11:28:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727710AbeITRLv (ORCPT ); Thu, 20 Sep 2018 13:11:51 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:50942 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726954AbeITRLv (ORCPT ); Thu, 20 Sep 2018 13:11:51 -0400 Received: from 91-156-4-241.elisa-laajakaista.fi ([91.156.4.241] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.91) (envelope-from ) id 1g2x8Z-0004SQ-Uf; Thu, 20 Sep 2018 14:28:48 +0300 From: Luca Coelho To: backports@vger.kernel.org Cc: Luca Coelho Date: Thu, 20 Sep 2018 14:28:28 +0300 Message-Id: <20180920112842.27198-1-luca@coelho.fi> X-Mailer: git-send-email 2.18.0 Subject: [PATCH 00/14] backport: updates for 4.19 Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Luca Coelho Hi, I finally found the time to go through the backports I had made for our internal tree and send them upstream. We've compile tested this on some old kernels, but the list is far from being comprehensive. Please review. Cheers, Luca. Johannes Berg (1): backports: improve skb->xmit_more handling Luca Coelho (12): backport: fix compilation with IPV6 not set backport: introduce match_string() for kernels < 4.6 backport: add patch to ignore iwlwifi removal on < 3.14 kernels backport: convert tree section names to ascii backport: add rhashtable-types.h backport: remove duplicate leds.h inclusion from backport-4.5.c backport: prevent unused subclass variable warning in < 3.18 backport: make ktime_get_boottime_seconds() non-inline backport: update u64_stats_init() to a new version in kernels < 4.2 backport: update lib-rhashtable.c backport: convert int led activate op to void when needed backports: add __alloc_bucket_spinlocks() for < 4.19 Shahar S Matityahu (1): backports: add wait_event_killable_timeout backport support backport/backport-include/linux/netdevice.h | 10 ++++++ backport/backport-include/linux/skbuff.h | 9 ++++++ backport/backport-include/linux/spinlock.h | 32 +++++++++++++++++++ backport/backport-include/linux/string.h | 4 +++ backport/backport-include/linux/timekeeping.h | 5 +-- backport/backport-include/linux/wait.h | 15 +++++++++ backport/compat/Kconfig | 1 + backport/compat/Makefile | 1 + backport/compat/backport-4.18.c | 11 +++++++ backport/compat/backport-4.4.c | 6 ++++ backport/compat/backport-4.5.c | 1 - backport/compat/backport-4.6.c | 26 +++++++++++++++ devel/git-tracker.py | 2 ++ .../0059-skb_xmit_more/skb_no_xmit_more.cocci | 10 ++---- patches/iwlwifi-pci-device-removal.patch | 24 ++++++++++++++ patches/led_activate.cocci | 24 ++++++++++++++ patches/lib-rhashtable.patch | 14 ++++++++ 17 files changed, 183 insertions(+), 12 deletions(-) create mode 100644 backport/compat/backport-4.18.c create mode 100644 patches/iwlwifi-pci-device-removal.patch create mode 100644 patches/led_activate.cocci create mode 100644 patches/lib-rhashtable.patch