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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 1E96FC433E0 for ; Sun, 14 Jun 2020 19:32:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB8A2206B7 for ; Sun, 14 Jun 2020 19:32:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592163146; bh=MjaOqKjyMHqYKRAclrZCzsVHgJQqdJW7CQ6/SGUd/DA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g2aPUz8GoULh243rx08yYU0aiXOLU5+8p383c7JOglzKKG1akH77JH/z7CnvZuTxq zHkM1aQlxnv0S81zlANuYRv4lQn5q35c7yu0RjWjkFR5i/3lSv+oftX3vyZhJs6SXU 4bAjROP7YZTfubjHVLCWFLGPGvSXoj+o8u49UCS0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726766AbgFNTcZ (ORCPT ); Sun, 14 Jun 2020 15:32:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:41308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726648AbgFNTcZ (ORCPT ); Sun, 14 Jun 2020 15:32:25 -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 A2624206B7; Sun, 14 Jun 2020 19:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592163144; bh=MjaOqKjyMHqYKRAclrZCzsVHgJQqdJW7CQ6/SGUd/DA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ocmm35qil24//+556DwxCKxkOxa+UTodFrWDB/p2WaIICSgl2SGZdPKlY8jwh8kPx avoHkEkvv90CnF6InMvHNA1NYte2EIAl8sSG0TWzLGvHPBv7IYR6QTO8DseGAOJf4a 4fpPr7w/Y6Y1q90kRkoy015LspWNmssx8njorw5g= Date: Sun, 14 Jun 2020 15:32:23 -0400 From: Sasha Levin To: William Dauchy Cc: stable , Greg Kroah-Hartman Subject: Re: backport status of "ipv4: fix a RCU-list lock in fib_triestat_seq_show" Message-ID: <20200614193223.GC5492@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jun 14, 2020 at 02:22:47PM +0200, William Dauchy wrote: >Hello, > >I found the following commit fbe4e0c1b298b4665ee6915266c9d6c5b934ef4a >("ipv4: fix a RCU-list lock in fib_triestat_seq_show") backported in >the following stable versions: v5.6.x, v5.5.x, v4.19.x, v4.14.x, >v4.9.x, v4.4.x. >However I cannot find it in v5.4.x yet. I checked stable queue on >netdev side (http://patchwork.ozlabs.org/bundle/davem/stable/?state=*) >but also main stable queue >https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git > >I was wondering whether it was an oversight or it was expected? > >Sorry for the noise if I'm mistaken. That's a good catch! I've queued it for 5.4 as well, thank you! -- Thanks, Sasha