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 98CBB28A72F; Mon, 25 Aug 2025 07:29:10 +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=1756106950; cv=none; b=sEsyb68uW/N7AIhbgbqvEsZNgJ+rLNMJvz+i8XdFrmM4pGCcquwwkBo9vkzUI6w5TpcOaDKLIbbrM8aMSSPeLAt4ZabuHOtJlMjnYt03dHGkDCGTCGtGIzNGVMtDLt0TZzdKalV5GfZYtoJkNHDkOuiXbvogb541EAKQf1ZaWX0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756106950; c=relaxed/simple; bh=wpGnEdncs5ybAgDrJs/O3uFVp6Q0EacKXfCD0TLb8bw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gJsLQ1QUkh35oFuqn2BGjVXMWoFft5S6FXeV/NwnCyXDzrBpooAUcKVeo0tb29mLqMS7p6VPbCfo1uyMpxP/JCY6U8dszP3xhBqckaiMU2RFOgHqm7QmGN9pP3d210dexuzv4+qh6CR+jEc2kkZai49xx7ResdDlWKgISW/ZrQU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DVRtroUH; 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="DVRtroUH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D02C0C4CEED; Mon, 25 Aug 2025 07:29:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756106950; bh=wpGnEdncs5ybAgDrJs/O3uFVp6Q0EacKXfCD0TLb8bw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DVRtroUH0i9lTHWiz3TEo7Gce4hjt6Yw7Tw2muDbRv8QlfR+LUTPIk13k6bg9lUZl N0jkM8DpfMeED0rIocSstTXmRqDSZ397wt3ogh/bvyOGs61w8XlYmpwf+5wAF/rJYH /QWgI7vgkq/BadR7T2AI/eynUJ+ElQEz7w7IVqVg= Date: Mon, 25 Aug 2025 09:29:05 +0200 From: Greg Kroah-Hartman To: Kyle Sanderson Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, jslaby@suse.cz Subject: Re: [REGRESSION] - BROKEN NETWORKING Re: Linux 6.16.3 Message-ID: <2025082553-overripe-sanction-bc82@gregkh> References: <2025082354-halogen-retaliate-a8ba@gregkh> <2025082529-reporter-frays-73a5@gregkh> Precedence: bulk X-Mailing-List: stable@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: <2025082529-reporter-frays-73a5@gregkh> On Mon, Aug 25, 2025 at 09:00:14AM +0200, Greg Kroah-Hartman wrote: > On Sun, Aug 24, 2025 at 11:31:01AM -0700, Kyle Sanderson wrote: > > On 8/23/2025 7:51 AM, Greg Kroah-Hartman wrote: > > > I'm announcing the release of the 6.16.3 kernel. > > > > > > All users of the 6.16 kernel series that use the ext4 filesystem should > > > upgrade. > > > > > > The updated 6.16.y git tree can be found at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.16.y > > > and can be browsed at the normal kernel.org git web browser: > > > https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary > > > > > > thanks, > > > > > > greg k-h > > > > Hi Greg, > > > > Thanks for maintaining these as always. For the first time in a long time, I > > booted the latest stable (6.15.x -> 6.16.3) and somehow lost my networking. > > It looks like there is a patch from Intel (reported by AMD) that did not > > make it into stable 6.16. > > > > e67a0bc3ed4fd8ee1697cb6d937e2b294ec13b5e - ixgbe > > https://lore.kernel.org/all/94d7d5c0bb4fc171154ccff36e85261a9f186923.1755661118.git.calvin@wbinvd.org/ > > - i40e > > Any specific reason why this hasn't been asked to be backported to > stable trees if it fixes an issue? Please cc: the developers involved > so that they know to let us pick it up. I've picked it up now, simple enough.