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 01C7113E03B; Tue, 23 Apr 2024 16:23:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713889436; cv=none; b=BqmXzBuyTuzJ7BxV6Bl49D0Xvg0s+Zvs7RUqrYP7pJp/g/jWH7TStlSlJZWe9MkXi86yVzujU94PPC/jx8z700OXsAFGp4T7tp3A1Cv4pWU+Shgc39tVnAzgN5TS1F5sG6rbkV8QTs4Rd5sWhP+BxzzP6cvFlFDYtP9mh6IDCUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713889436; c=relaxed/simple; bh=3rE8iCzACJ3xQrQo2n7+k+pI9IyJWXmBfSTaEbZ8Wjc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f5Q9jE2yRf4WcgE96Yp+pbnlQVj2erMo7imzg1QlcbZqAdt533LxNleT+2MfqeDsvKFXXL1UFfz9VCZKhyMf7HJhtg8xQ3OPRo0CUaLFjMEuRvssQrnqyCKwKvDyiYzaJ2uYeiFVEcp7isn9hzxOZNzQbMmCC+7Id10awOy+VqI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nThVN82K; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nThVN82K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 801D2C116B1; Tue, 23 Apr 2024 16:23:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1713889435; bh=3rE8iCzACJ3xQrQo2n7+k+pI9IyJWXmBfSTaEbZ8Wjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nThVN82Kxi0XgxvS273sJ4SetvM8MeSKZouTlFVsenVzlc1/VrdZZgIJrVhWcdZmX 5WhQ51oV4EBJq/gZUbuesH0JENAYYo+IuK0cCGG8r+whTh4eAIrs7PlS9jlzZrUB8c nq3oGE4gtw/xO/KFmMH7+7ybYSTvHxN6zEKd8Bqo= Date: Tue, 23 Apr 2024 09:23:46 -0700 From: Greg Kroah-Hartman To: =?iso-8859-1?B?Suly9G1l?= Carretero Cc: Sasha Neftin , netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [Intel-wired-lan] [BUG] e1000e, scheduling while atomic (stable) Message-ID: <2024042328-footprint-enrage-2db3@gregkh> References: <2259bbeb9a012548779e3bf09a393fdb7d62dd0c.camel@zougloub.eu> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2259bbeb9a012548779e3bf09a393fdb7d62dd0c.camel@zougloub.eu> On Fri, Apr 19, 2024 at 12:20:05PM -0400, Jérôme Carretero wrote: > Hi Sasha, > > > Thank you, sorry for the delay but I coudln't reboot. > > Adding Greg KH because I don't know if stable will receive my e-mail > (not subscribed) but the regression was integrated in stable: > commit 0a4e3c2d976aa4dd38951afd6267f74ef3fade0e > so they should get the fix ASAP too. The fix needs to show up in Linus's tree, is it on its way there? thanks, greg k-h