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 5B1BF421EE0 for ; Wed, 4 Feb 2026 15:52:15 +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=1770220335; cv=none; b=KYhSVjGcdwotHnDSITyyogYFgi6tNFoKeg86l1ej7bX58MBQ8/yW9YAS4e8MEzWYsx1U86kei1NrBXCXQgS0VOIuvy50eXn2sd+cBDYX8V5Ww8SsUcX6ISU7IAZ+1bueg1p21kcczdMIp50Dl0sEBwRH+LQIV0lW9rBraEoOZE8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770220335; c=relaxed/simple; bh=afzcTaEMBGazWXugfYarDZ0QNuWsDs21Ebd04dqnKe4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CJcBSuSAmtFXInUsXEPdpNJroCqC54wVz9avUQcwhx2/gYQN/mPYG/+Xjai5cXG8MBMKaVYoOcApz+kuOoyW62QonPOIl9bb3sJ6pId5OolCLQatybS/05MR9ta0XbglEF6iw3W3/Um/igG+cJapjaQbVUlIwaE9pyyLw2zyrE8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=T7yFgkSy; 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="T7yFgkSy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 720BDC19423; Wed, 4 Feb 2026 15:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770220335; bh=afzcTaEMBGazWXugfYarDZ0QNuWsDs21Ebd04dqnKe4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T7yFgkSypRUtEKiFrkTgElaS4OY2uaFjK3A5CRw0UtdXfTzuHTyVy1jWRKv4hWIIN Ab5iIsVwKRonYYRJq3W42OnphKthNETJl0rTaV8kIXQwLaLlWduMEE5QBPq1cZi6sl Ek5gf4D0emYMzJomn8A5aY+ChxH3GXlvwyX9Eo6I= Date: Wed, 4 Feb 2026 16:52:11 +0100 From: Greg KH To: Slade Watkins Cc: stable@vger.kernel.org, Pavel Machek , Pavel Machek Subject: Re: [PATCH] scripts/quilt-mail: update email address for Pavel Machek Message-ID: <2026020404-cubbyhole-catapult-a9a0@gregkh> References: <20260129072100.33442-1-sr@sladewatkins.com> 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: <20260129072100.33442-1-sr@sladewatkins.com> On Thu, Jan 29, 2026 at 02:21:00AM -0500, Slade Watkins wrote: > Pavel's denx.de address is no longer valid, this commit changes it to the correct one. > > Link: https://lore.kernel.org/stable/aXpt7kUYDovR4Fxo@ucw.cz/ > Cc: Pavel Machek > Cc: Pavel Machek > Signed-off-by: Slade Watkins > --- > scripts/quilt-mail | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/quilt-mail b/scripts/quilt-mail > index 7ef3f2fdbc..b4963620ba 100755 > --- a/scripts/quilt-mail > +++ b/scripts/quilt-mail > @@ -173,7 +173,7 @@ CC_NAMES=("linux-kernel@vger\.kernel\.org" > "shuah@kernel\.org" > "patches@kernelci\.org" > "lkft-triage@lists\.linaro\.org" > - "pavel@denx\.de" > + "pavel@nabladev\.com" > "jonathanh@nvidia\.com" > "f\.fainelli@gmail\.com" > "sudipm\.mukherjee@gmail\.com" > -- > 2.52.0 > > Now applied, thanks! greg k-h