From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC67BEB64DA for ; Thu, 22 Jun 2023 09:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229908AbjFVJ1V (ORCPT ); Thu, 22 Jun 2023 05:27:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232089AbjFVJ1D (ORCPT ); Thu, 22 Jun 2023 05:27:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F12C268A for ; Thu, 22 Jun 2023 02:17:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2BFF4617D7 for ; Thu, 22 Jun 2023 09:17:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12CA8C433C0; Thu, 22 Jun 2023 09:17:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687425422; bh=A7AQXtt/KFDxudkuK9bKcbPkzr4ajpUNaDSMmZQ/e/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mw6nr0/0fo9KlFwtUK1tI18XMNfAcMjUWSU1Eo0VZaSTUt6LmFb4ACU6qm7ihu47D ENrj0ypO7/3YO1cxR9Q9UHFVJ3B3CXJhY+Mhk00lijVS2mdanBwa+4dNuvsQFpYn9N 1fZFxME+Rwb+MEnb06WOdGmzcHc4+2mnWNa45p8s= Date: Thu, 22 Jun 2023 11:16:58 +0200 From: Greg KH To: Conor Dooley Cc: conor@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] scripts/quilt-mail: add email address for Conor Dooley Message-ID: <2023062248-waggle-earful-fe7f@gregkh> References: <20230622083443.930823-1-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230622083443.930823-1-conor.dooley@microchip.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 22, 2023 at 09:34:44AM +0100, Conor Dooley wrote: > Sometimes I miss the stable announcements cos of the delights of our > corporate email setup, so add me to the 0th mail CC list. > > Signed-off-by: Conor Dooley > --- > I dunno how to test this, but touch wood I've not made a hames of > something trivial... Looks good to me, now applied, thanks. greg k-h