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 9F0BA2690EC; Mon, 16 Feb 2026 15:48:40 +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=1771256920; cv=none; b=UGDLmcAyfa3Iggllvs9HUmJl2XkHoVRSgFU76nfiW3uAJzle7HGevpczHGxIsgyte/vUKVh0xv0sa1T9X9jBKWBO8lSoi8TcsuzHTo4Ftwf/B+3bjdfGU7YtCICqtAKQuBW2OHEwPOsC4bN0mpYjNM3KUc9OIuF9O+GJnG7pGsQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771256920; c=relaxed/simple; bh=kvmk9Nk3azwvwuhSY2Z7ciR0/RZ1Vx+Arvb+7UIojmo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cPe7MMZhtWiJ0MxQkOik9AFIBkWGy04GdpSH185BOmxtXam2u4T7quf61JsijZp/nBZdubAm1L9rBzs13otEP444V+2WuNaa/A86DuiaYaV14EPhxYG0iYR+uNmudlRPIOje81l0SrPprp8u6DjCvLvc0XYZLJE3kd1fjvW1w3Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eOb5IkJz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eOb5IkJz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45F23C116C6; Mon, 16 Feb 2026 15:48:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771256920; bh=kvmk9Nk3azwvwuhSY2Z7ciR0/RZ1Vx+Arvb+7UIojmo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eOb5IkJzK82iQS6KiaoOpFZVzWcl+YPajcvGAV0rW9idL5difTNhQK/Kh8RO1Bca3 ON6nXSSPWZvBW12HwX0H8BjoAo1WgiU0Sy0LVs59Ej/Bb2rLDS9051M5BS+GRKIv7O XAZCPu4z/pYzggzQsWgzlP4+Bbv+18LCVa3RAwI9lX+MRJMkDBnOuKJKQkXIv97ZvL h7PFVtPf5RPCGlQDxwEd51CJwLL7weFyuvaxAhxwANFGivIJ45Fk+I+uusP1ipBbDt hpJsRy8sP6JYuruMcg0kvReJzeRluESlD6i0wknXXHZyN9j1qDqG8SwVcdRS59yTn7 BtLV0ysSX1rlQ== Date: Mon, 16 Feb 2026 10:48:39 -0500 From: Sasha Levin To: Geert Uytterhoeven Cc: patches@lists.linux.dev, stable@vger.kernel.org, Helge Deller , guoren@kernel.org, neil.armstrong@linaro.org, brauner@kernel.org, yelangyan@huaqin.corp-partner.google.com, schuster.simon@siemens-energy.com, linux-csky@vger.kernel.org, Parisc List Subject: Re: [PATCH AUTOSEL 6.19-5.10] parisc: Prevent interrupts during reboot Message-ID: References: <20260214005825.3665084-1-sashal@kernel.org> 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; format=flowed Content-Disposition: inline In-Reply-To: On Mon, Feb 16, 2026 at 02:28:14PM +0100, Geert Uytterhoeven wrote: >Hi Sasha, > >On Mon, 16 Feb 2026 at 14:12, Sasha Levin wrote: >> On Mon, Feb 16, 2026 at 11:21:25AM +0100, Geert Uytterhoeven wrote: >> >Cc linux-parisc >> > >> >How did you (or the LLM?) came up with that CC list?!? >> >> Interesting... >> >> $ ~/linux/scripts/get_maintainer.pl --pattern-depth=1 --no-rolestats --nor --nos 0001-parisc-Prevent-interrupts-during-reboot.patch >> Neil Armstrong >> "Guo Ren (Alibaba Damo Academy)" >> Christian Brauner >> Geert Uytterhoeven >> Andreas Larsson >> Helge Deller >> Langyan Ye >> Simon Schuster > >Still doesn't explain linux-csky? Oh, that was there because the LLM mentioned csky in it's comparison with other archs and get_maintainer.pl used keyword matching. If you grab the actual patch that was sent in the AUTOSEL mail: $ ~/linux/scripts/get_maintainer.pl --pattern-depth=1 --no-rolestats --nor --nos raw Guo Ren linux-csky@vger.kernel.org -- Thanks, Sasha