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 572542E92A5 for ; Tue, 22 Jul 2025 12:15: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=1753186511; cv=none; b=ZOhfXladYbr66oK/A/HxuIExQjqnIbBTLLgkchv9JMAmorbuUrMwYiHucQ7aNtDSi/Znyl09aDOTXR/d760YMRuopGYUZRagYZuIN5smy5bnCekF0b5uLeCLdDOBMBziUr0O5PneDZhQ3q8BMN7ybqy2vwdn79sQEhb9QdaKT7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753186511; c=relaxed/simple; bh=rMN80HF4py2Yv2Mi8Yx91mg8Jubafoat69sWoDW3uPk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tLQbqpHg3KNp317ItQZC1E6pSpo3j8YFnEXuwr5Dt8fQDlaqnu1ounKWUftzoAOCJ4yUsSTwzTKSbwXu6h5UyeXltSBVWF4Bf4oJxl1ai+vZz2c4nU4l3pRzWSq2fTVmtUlnmEmH2gjt4bDzzPQvtouEpqy6sgKKHiZMhJRl6UM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yhBb761t; 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="yhBb761t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 710D6C4CEEB; Tue, 22 Jul 2025 12:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753186509; bh=rMN80HF4py2Yv2Mi8Yx91mg8Jubafoat69sWoDW3uPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yhBb761tfHH8gCO6Ec9oct18hjkCg2KOtaR/+JEaFjIXPBi5lhCNCjeziUcL9YKQY UIHisejAiWJxyDA0p5/CDKV/6dalMN4L1KO469wJ7zOKXWgA2CevBvyTACk4O3fvAY ruf5q1c3tOrRca3YUA6z69+fHZ8LmWqL37Nm/Oeo= Date: Tue, 22 Jul 2025 14:15:06 +0200 From: Greg KH To: Siddhi Katage Cc: "stable@vger.kernel.org" Subject: Re: [External] : Re: [PATCH 5.15.y 0/4] Fix blank WHCAN value in 'ps' output Message-ID: <2025072254-numerate-uprising-72d3@gregkh> References: <20250722062642.309842-1-siddhi.katage@oracle.com> <2025072252-urban-triage-41c9@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: On Tue, Jul 22, 2025 at 11:13:08AM +0000, Siddhi Katage wrote: > Hi Greg, > > This patch is already present in stable-5.15.y. Ah, missed that, thanks! greg k-h