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,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, 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 F2B97C43218 for ; Sat, 27 Apr 2019 14:00:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B79DC208C2 for ; Sat, 27 Apr 2019 14:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556373624; bh=re6hmmtlNOjlr9ni92lk7uj85VFI6FAkldwId56jY5k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=RIkGOLEPMvZLErEBLvUKSy5yDQ8JThjwPeRmyhs8qIn4k2uf8fj4GyuBUi+ocLl1c +gbnwUqZBITtvgAhZE6mqNabmon4s5c6lNvc85nmgooJgXrxW6d7Re81v6/7ffw/tW U6FGD8PTfJpyUIVvSvfHVkF2uk/EMl1JC/MIYTRs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbfD0OAY (ORCPT ); Sat, 27 Apr 2019 10:00:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:39914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfD0OAY (ORCPT ); Sat, 27 Apr 2019 10:00:24 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 49A152087F; Sat, 27 Apr 2019 14:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556373623; bh=re6hmmtlNOjlr9ni92lk7uj85VFI6FAkldwId56jY5k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U6hrp7uEhXR+e2bncDZdQ35kqT5Ylm/mVnq4T+GehmrZ7k5SwbvdTO4LSCu7SwVrg BtsOFLsxhKC4Ir9dmzS+mPcHKsU8Pdkp5d5Egb0MhA4gYfr2Y2nS+N8hF707VhZevm Go0VEijs9stN2kT1wIJSYtC9I3RIRGRQpmvcMADg= Date: Sat, 27 Apr 2019 10:00:22 -0400 From: Sasha Levin To: Heiner Kallweit Cc: Rasmus Villemoes , "stable@vger.kernel.org" , David Miller , Andrew Lunn , Greg Kroah-Hartman Subject: Re: add 3acca1dd to 4.19-stable Message-ID: <20190427140022.GE17719@sasha-vm> References: <1e6b7b7d-93ac-beed-d82d-db80fcb1a6a1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1e6b7b7d-93ac-beed-d82d-db80fcb1a6a1@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Apr 26, 2019 at 08:57:51PM +0200, Heiner Kallweit wrote: >On 26.04.2019 12:55, Rasmus Villemoes wrote: >> After ed8fe20205ac (net: dsa: mv88e6xxx: prevent interrupt storm caused >> by mv88e6390x_port_set_cmode) got into 4.19-stable (as 4d8f5df0), a >> non-CONFIG_NET_DSA_LEGACY build warns >> >> drivers/net/dsa/mv88e6xxx/chip.c:4635:13: warning: >> ‘mv88e6xxx_ports_cmode_init’ defined but not used [-Wunused-function] >> >> I think 3acca1dd (net: dsa: mv88e6xxx: add call to >> mv88e6xxx_ports_cmode_init to probe for new DSA framework) should be >> added to the same stable trees that ed8fe20205ac was, at least 4.19. >> >That's right. Actually the referenced fix should have been applied to >4.19, not sure why this wasn't done. On 5.0 it was applied. > >That's the confirmation from Dave that it was queued up for stable. >https://marc.info/?l=linux-netdev&m=155173359712109&w=2 I've queued it for 4.19, thanks! -- Thanks, Sasha