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 2942AC433FE for ; Wed, 12 Oct 2022 15:16:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229496AbiJLPQX (ORCPT ); Wed, 12 Oct 2022 11:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229875AbiJLPQN (ORCPT ); Wed, 12 Oct 2022 11:16:13 -0400 Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D007101C3; Wed, 12 Oct 2022 08:16:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z1V7rPBXjBzr2kqRD67Kh5Hz8Tm/5unrsDPeXYdp7Is=; b=D2Dp99G6LnpBE3jXmqQ+LMSC7E 2MV6RHyMDVhfL4RkgFpPiYos8ffnDVk5GnqrN3oRXVM2BXquo4OjjRWTvJTgZn6sbBIRZIz8subCx q5xu8fwwD4AtaMrkeL9w15QYg2yW2I3uYza6SuFO+WhGq8pQE4tx84DEcsUd25CyzStLFmrQcbcv+ hvk6zOt9P/bfK54biPfwTXynbN+nSxSGDcP58ZcH+0qulmTyff2TbYJ3fMh7iaBSyTxFNVx9Afrpa CEivguKItNtlBH2NIkxk06mFiPsndGmaIKz1oYWa7xVOY6kVydawEwLhinKTGHcCVDsg+cw5931ZS t6jsfD1w==; Received: from 201-43-120-40.dsl.telesp.net.br ([201.43.120.40] helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1oidSm-000Gy7-09; Wed, 12 Oct 2022 17:16:04 +0200 Message-ID: Date: Wed, 12 Oct 2022 12:15:46 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH 5/5] MAINTAINERS: Update pstore maintainers To: Kees Cook Cc: linux-hardening@vger.kernel.org, Anton Vorontsov , Colin Cross , Tony Luck , Paramjit Oberoi , Ard Biesheuvel , linux-kernel@vger.kernel.org References: <20221011200112.731334-1-keescook@chromium.org> <20221011200112.731334-6-keescook@chromium.org> <202210111518.A626065@keescook> Content-Language: en-US From: "Guilherme G. Piccoli" In-Reply-To: <202210111518.A626065@keescook> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On 11/10/2022 19:20, Kees Cook wrote: > On Tue, Oct 11, 2022 at 05:35:48PM -0300, Guilherme G. Piccoli wrote: >> On 11/10/2022 17:01, Kees Cook wrote: >>> +L: linux-hardening@vger.kernel.org >> >> Just curious, why linux-hardening was the picked list? > > It's where the bulk of other things I work on end up living, and there's > an active patchwork instance, so it'll do patch lifetime tracking for > us: > https://patchwork.kernel.org/project/linux-hardening/list/ > Makes sense, and very nice that it has the patchwork set! Thanks, Guilherme