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 50905C05027 for ; Tue, 24 Jan 2023 02:41:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232161AbjAXClO (ORCPT ); Mon, 23 Jan 2023 21:41:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232667AbjAXClA (ORCPT ); Mon, 23 Jan 2023 21:41:00 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 577543C291; Mon, 23 Jan 2023 18:40:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=hJzZkQ5tXghkUUrzWChisLPF8Mi1gd4we1pNZEFybz4=; b=BNkeuaZKrQdLKO0JthXe6ioOVI /fGtObqN4ZTyFYEeLhwrbKiO2/Xs+4BWrOSxdEy3UYD/vOQmK5bUUP8M2z/Bug7Pc1W/VmkPpae8J ORg1G/CCKiFh2yjUtNovYGdAOzaSOS0390hQc8+cjj7CpXji0m/2WRx1WAf2hyuav/YmKHHyyc0F5 EhmrHtS9CRiJcUDQdJ7eIjVpZE3IZAB8k5ini+ouo4Hu+5nnYVz6cYsTfarSzPdwz+xZi8nGgG/Qf xwAVbMuA1P5s8ktPbPl//v69czuYeTSGObdjMHwanxpvuIK7LHimAkr8sNzjlihGCnVaJ4+eJNnGd AGWn11HA==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK9E1-004i9u-Cj; Tue, 24 Jan 2023 02:39:53 +0000 Date: Tue, 24 Jan 2023 02:39:53 +0000 From: Matthew Wilcox To: Luis Chamberlain Cc: Greg KH , Konstantin Ryabitsev , Tom Lendacky , Catalin Marinas , Anton Blanchard , Trilok Soni , James Morris , corbet@lwn.net, javier.gonz@samsung.com, linux-doc@vger.kernel.org, a.manzanares@samsung.com, dave@stgolabs.net, darren@os.amperecomputing.com, ndesaulniers@google.com, gost.dev@samsung.com, linux-kernel@vger.kernel.org, Luis Chamberlain Subject: Re: [PATCH] docs: embargoed-hardware-issues: add embargoed HW contact for Samsung Message-ID: References: <20230123183926.249601-1-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 23, 2023 at 01:48:03PM -0800, Luis Chamberlain wrote: > > > @@ -251,6 +251,7 @@ an involved disclosed party. The current ambassadors list: > > > IBM Z Christian Borntraeger > > > Intel Tony Luck > > > Qualcomm Trilok Soni > > > + Samsung Javier González > > I'll send a fix on v2. > > BTW while at it, it got me wondering, since most of the emails on > this hw embargo page are not required to have kernel.org accounts This isn't the list of hw embargo people. This is the list of "ambassadors" who can help people work through the security disclosure process. My impression is that it's to tell me that I should contact Konrad, since he also works at Oracle, to help me through the process. It's not for people outside Oracle to contact. If I have the wrong impression of that list, perhaps the description could be clarified. > not all of the folks on that page have a PGP key on the pgpkeys git > tree [0]. Today we constrain kernel.org accounts to folks that send > pull requests to Linus. Not all folks on the embargo list need to also > be active kernel developers. Given the issues reported before by Konstantin > on PGP keyservers we rely on our own git tree for keys we wish to get access > to in our community. The below email addresses do not have any PGP > key associated on the pgpkeys tree as of this day. > > * Tom Lendacky > * Catalin Marinas > * Anton Blanchard > * Trilok Soni > * James Morris > So it occurs to me to perhaps modify pgpg keys documentation to welcome > community related keys to at least include folks like the above for the > hw embargo emails should communication via PGP be required. Thoughts? > > [0] https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git > > Luis