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 EC4D42798E8 for ; Mon, 16 Feb 2026 09:46:17 +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=1771235178; cv=none; b=Cv4tWVYWOAKADkSzoSaLh58o7QLbQjX/SjfSIZIQDnm1nDMe2A+wfL7Ltp8I5J6yZwkT7zsgPINrCyNUPKLcocsdkCDlb3K2Yo2OezVi6bPVod08COpaZJETP4UZaJXCJXkc+Y+cY9jTJ8x3+IhTewDKHIo3z/aYdc4we4IQjjo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771235178; c=relaxed/simple; bh=7y8SJvZoVxK5vpsWKcK/KCyPUHHEIuQePp76p4SqzsQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bi2QodLAUs+FJNsRqJyCZIAsiOFPAnO7bQ5YQamBqroez0CGkf4ECaxbAanF1NRAsYRGgH6q19Xe7Cf+rO9ne/olOcJsE4xQMINVjoxQm0H662LcPrOxOIz6lD7dJr0FmU6nEumfGIucALSDz1UvHmJimIsPmWJIGAUcxLZdH1o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=mlqJyPd1; 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="mlqJyPd1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EF26C116C6; Mon, 16 Feb 2026 09:46:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771235177; bh=7y8SJvZoVxK5vpsWKcK/KCyPUHHEIuQePp76p4SqzsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mlqJyPd1v8EzRkG6FNQRmLTGaGmaUf9atPOlqvZg3AbQKTVgy7nlrPduSYybN0mDt PFItEw8jE4yhiQy4WwBlZdQb9VDRmnDUEZne/vzepeuVy1hp2VgnTjY0V1kah0s8qq Qxf65OjccRuLsD73lfgNToMjjWhB/EeDbqGYWAq0= Date: Mon, 16 Feb 2026 10:46:15 +0100 From: Greg KH To: Michael Chan Cc: stable@vger.kernel.org Subject: Re: Request 2 bnxt_en patches for 6.12 Message-ID: <2026021608-showing-engross-1ac5@gregkh> References: 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: On Sun, Feb 15, 2026 at 04:06:01PM -0800, Michael Chan wrote: > I'd like to request these 2 patches to be applied to the 6.12 stable kernel: > > 8ff617513996 ("bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific code") > 0fcad44a86bd ("bnxt_en: Change FW message timeout warning") > > Without the patches, an annoying warning message is always logged when > the bnxt_en driver is loaded for every device. With the patches, the > warning will be more restricted and logged when necessary. All now queued up, thanks. greg k-h