From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE35A9443 for ; Sun, 13 Aug 2023 20:22:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01502C433C7; Sun, 13 Aug 2023 20:22:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691958151; bh=mGaxb/v93wxDqmTbSSYAvxfquShX5rFkS3m7T1jd2ZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cH8v7AQ5dn480AL1+dwxHnHHbDNogreUZb4lh1Xp86gJBrEFYi7SJuhXAIkWUf0y5 UzuvLoWpQdzPnMl2dh/1SuAO7TZhm+VCzw6HVib+N1DPLXLPHE5m4CRUV8+xzraQl9 9Zcdp1f/Tv/ZwBRVVZbG1WxZSzSOfu/Ok4PEvReI= Date: Sun, 13 Aug 2023 22:22:28 +0200 From: Greg Kroah-Hartman To: Fedor Pchelkin Cc: stable@vger.kernel.org, Jamal Hadi Salim , Eric Dumazet , Jakub Kicinski , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexey Khoroshilov , lvc-project@linuxtesting.org, Stephen Hemminger Subject: Re: [PATCH 4.19/5.4/5.10/5.15/6.1 0/1] sch_netem: fix issues in netem_change() vs get_dist_table() Message-ID: <2023081318-dental-rocker-796a@gregkh> References: <20230813200746.288589-1-pchelkin@ispras.ru> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230813200746.288589-1-pchelkin@ispras.ru> On Sun, Aug 13, 2023 at 11:07:45PM +0300, Fedor Pchelkin wrote: > Commit 2174a08db80d ("sch_netem: acquire qdisc lock in netem_change()") > was backported to older stables where it is causing 'sleeping in invalid > context' bug. The following patch fixes the problem and can be cleanly > applied to the stable branches affected. It was backported to 6.4.y about > a month ago. Now queued up, thanks. greg k-h