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.5 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 674DCC43381 for ; Wed, 27 Feb 2019 16:38:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33CED21852 for ; Wed, 27 Feb 2019 16:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551285511; bh=YL3pSr+CwgGbnXK/K9vQn1Y+jlNaVnQL4UGoQVK1MT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iZq1E22SQzYrhkeJkkVF5Bz3ww/ybZQ74txK48sFETV5qayMQfUpOhUaV3CIqLtjp NJW4QM9EipZy72il9RquOaNeVA9egMyJqB/yMdFcFZzA9kM6Bcyn+hFzgn2ZdKmsWk fSg2i6CElB4K1GNFihZsLC8IQWMWekbQczbRf5Mk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725854AbfB0Qia (ORCPT ); Wed, 27 Feb 2019 11:38:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:44602 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726594AbfB0Qia (ORCPT ); Wed, 27 Feb 2019 11:38:30 -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 A3B6321852; Wed, 27 Feb 2019 16:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551285510; bh=YL3pSr+CwgGbnXK/K9vQn1Y+jlNaVnQL4UGoQVK1MT8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RL2ohp+UBPy/rqosVyPX1QS2WRol4z4Zo82PWI43/tg3p2BYDGsTd95PVMDJ3GI/I 6WdIxDeRA9M4UoTJoPHQuYHjx5bisnz06i58b+5M4y7duh1jUlOlucnE1amChBSZom 1XrjI8xWgcGrFngbEAU9KvxIZEJtdpNxdhIAru7U= Date: Wed, 27 Feb 2019 17:38:27 +0100 From: Greg KH To: Niklas Cassel Cc: stable@vger.kernel.org Subject: Re: stable backport request for stmmac DSA tag fixes Message-ID: <20190227163827.GA25138@kroah.com> References: <20190227161911.GA18873@centauri.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190227161911.GA18873@centauri.lan> 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 Wed, Feb 27, 2019 at 05:19:11PM +0100, Niklas Cassel wrote: > Hello, > > I would like to request: > > 8cad443eacf6 ("net: stmmac: Fix reception of Broadcom switches tags") > (was first included in v4.16) > > and > > 565020aaeebf ("net: stmmac: Disable ACS Feature for GMAC >= 4") > (was first included in v4.17) This patch looks like it needs to be applied to 4.9.y as well, can you provide a backported version? > to be backported to linux-stable/linux-4.14.y > > Without these, packets will get stripped twice (corrupted) > when using stmmac with switches that uses DSA tags. Both now queued up, thanks. greg k-h