From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39EA7C43381 for ; Mon, 18 Feb 2019 12:45:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B360217F5 for ; Mon, 18 Feb 2019 12:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550493917; bh=HBZzafHOshW1ZGfC43i1U/MjKQ/ZPuCT+Bu/BJv0a5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Mm6r4HGAhFDtT2W6OVC+b4aTGHzIL3ZzIh6wABCXlX56irvKuSYOZqEM6UmeAHEYu 6k5ZG8bxAwwWAlvKZEmzdeYYnekTryhR4Kofanyq/p20HVxg/zZDrQm4WZl7FZjWzH +oyUMAlE6SNsYCTvQRZDBuiZaok/K1g6gNunHgt0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729203AbfBRMpQ (ORCPT ); Mon, 18 Feb 2019 07:45:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:39958 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729069AbfBRMpQ (ORCPT ); Mon, 18 Feb 2019 07:45:16 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8E9462173C; Mon, 18 Feb 2019 12:45:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550493916; bh=HBZzafHOshW1ZGfC43i1U/MjKQ/ZPuCT+Bu/BJv0a5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ifvhmcux+HTa53/ML1nsnhMErt9a6sE2eaxqS5uf5gFoA4SZlRKN6h9rPmwGNyhmK JObLbmCgS6+1g1EorczHgi4gl6X6oEGIaMiBis0XiLqckypOIRw5QaDrrH9Ab/Aznt 4hljoe42zNyQ7sScLSwUR10XarJ3n53BOa2nlkRA= Date: Mon, 18 Feb 2019 13:45:12 +0100 From: Greg Kroah-Hartman To: Linus Walleij Cc: stable@vger.kernel.org, openwrt-devel@lists.openwrt.org, "David S . Miller" , Eric Dumazet , Liping Zhang , John Youn , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , James Hughes , Felix Fietkau Subject: Re: [PATCH 0/8 v3] Stable material from OpenWrt for v4.9.y Message-ID: <20190218124512.GA15796@kroah.com> References: <20190214132403.10687-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190214132403.10687-1-linus.walleij@linaro.org> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 14, 2019 at 02:23:55PM +0100, Linus Walleij wrote: > This is a series of patches used in OpenWrt's v4.9 backports > that seem to be of generic interest to v4.9.y > > For the remaining patches I cherry-picked the upstream > commits except for (8/8) > "netfilter: nf_tables: fix mismatch in big-endian system" > where I used OpenWrt's backport. Now queued up, except for the ones that were new features :) thanks, greg k-h