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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DE64C433B4 for ; Thu, 6 May 2021 16:18:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0AF1961059 for ; Thu, 6 May 2021 16:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235892AbhEFQS5 (ORCPT ); Thu, 6 May 2021 12:18:57 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:12430 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235823AbhEFQSz (ORCPT ); Thu, 6 May 2021 12:18:55 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1620317877; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=Ayfl19XdqX6m/TbOtD8KiL0xKcwzcp5FHJ6ltxor5Ow=; b=wl9fbbgJEf7xP1tF1jic2QuQYYN7vxYdhamEW/sySgqDB+KWP8vHaaKmvJAdaryE97tDCXUM zrCXeldTiMba9A0lfRYix5Y2n3d8+VFKiQroRw2Ex8QxTbROoRJlBCOF3CPstWbJ27UwOcvi l6BLdRBFExDIofzhRdXD617fs20= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-west-2.postgun.com with SMTP id 609416b4febcffa80f4ef8b3 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 06 May 2021 16:17:56 GMT Sender: bcain=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 92389C433F1; Thu, 6 May 2021 16:17:56 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bcain) by smtp.codeaurora.org (Postfix) with ESMTPSA id 18D19C433D3; Thu, 6 May 2021 16:17:56 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 06 May 2021 11:17:56 -0500 From: bcain@codeaurora.org To: Linus Torvalds Cc: linux-hexagon , linux-kernel , sidneym@codeaurora.org, clang-built-linux Subject: Re: [GIT PULL] hexagon changes for v5.13 In-Reply-To: <81ecc015b1bd773f583cc86490e392a0@codeaurora.org> References: <81ecc015b1bd773f583cc86490e392a0@codeaurora.org> Message-ID: <43df6483efd78b46f53e865bd75d75a4@codeaurora.org> X-Sender: bcain@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-05-06 11:16, bcain@codeaurora.org wrote: > On 2021-05-06 11:03, Linus Torvalds wrote: >> On Wed, May 5, 2021 at 2:10 PM wrote: >>> >>> Please pull the following changes for Hexagon: they contain build >>> fixes. >> >> The pull looks fine, but I'm wondering what key you've signed this >> with? >> >> I find your key 175C464E541B6D47 in the kernel.org pgpkeys archive, >> but your tag was signed with RSA key 1A54AFB8E5646C32, which I don't >> find. >> >> And the standard keyservers are - as usual - not very helpful. > > I apologize -- in my initial account setup I'd done the key creation > without a signing feature/capability. So in order to sign the tag I > realized I needed a new subkey for signing. I tried broadcasting the > new key but perhaps I did not send it correctly. I'll try it again > today. > > http://keyserver.ubuntu.com/pks/lookup?search=bcain&fingerprint=on&op=index > > ^^^ this shows one that has 3d66aae474594824c88ce0f81a54afb8e5646c32 > but I'm not quite sure if this is a good keyserver or not. Oh, but the new signing subkey has not been signed by anyone yet. I will see about that. -Brian