From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 715083858C42 for ; Sun, 5 May 2024 01:30:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 715083858C42 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 715083858C42 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714872613; cv=none; b=bllYeyTkTIfuXpNpWX5oTMfkvCmmQnJWiYS/TkMG84SCIc12UDLPXVWskx2XsEPrMtcWV7wCiQDR2Iy9fBA6QCuQWAAmwZlNgklQNpz+BsvLCaurnA31poFEKo0gvdRomuEZDkiaUW96pypjbqEIjvjPt70Vil/hjIqQE5bNL6s= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714872613; c=relaxed/simple; bh=19eOE4FHm/kbo7unsNRkbgt/q2WXBGAGoYwAH+2OmRA=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=ZWILoKV+FZFe7r3lPzcbjKCWdKgtA4yBeV+56BCQXv6m72lnRFKTvNFjGbTExdgQqa5yuLGn33Hf64Ic3mA+d8QnagbCc1/Z1PIDBVUgsu9l6UzTlELqNYTVni69fS6ucroICHl14qW6UF9PTYVOm/OUH2qi4E1Dkabj+uFEzpw= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714872607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KnHdVzmuhvutr4VXEtYvhnliAVFWHBpf5YSrL36OdrE=; b=L7BY/tu4n7L2luTmyF0DgX3QVI4JmjBYICmpX4NjIDHM/QVkevHAtmgrrcRPojjet/75cT ye2IjlHMAHtgPcrtPNUZwDjwYuuxSRGCYRVI/0H3wLk0tO5LSOUzJzQmx/v2qjCc2BIu6X 8nXWCvhOORAh+RqSwFsbKZTOlPa7bcU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-408-Rvbkq51PNIqcqf6wIPW5fA-1; Sat, 04 May 2024 21:30:05 -0400 X-MC-Unique: Rvbkq51PNIqcqf6wIPW5fA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 37C02804C61; Sun, 5 May 2024 01:30:05 +0000 (UTC) Received: from redhat.com (unknown [10.22.8.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2751C492BC7; Sun, 5 May 2024 01:30:05 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1s3QhX-00027K-PF; Sat, 04 May 2024 21:30:03 -0400 Date: Sat, 4 May 2024 21:30:03 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard , elfutils-devel@sourceware.org Subject: Re: [rfc] [patch] PR28204: debuginfod ima signature verification Message-ID: <20240505013003.GA1291@redhat.com> References: <437d21e98ce9c83d2c34cb2c1e13c5aa7af98c2e.camel@klomp.org> <20240416221500.GA8994@redhat.com> MIME-Version: 1.0 In-Reply-To: <20240416221500.GA8994@redhat.com> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - On Tue, Apr 16, 2024 at 06:15:00PM -0400, Frank Ch. Eigler wrote: > The following is the candidate patch for the basic functionality. > It's been corrected for whitespace & error codes, given more complete > docs and commit message. See also the users/fche/try-bz2824f branch. > [...] ping - FChE