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 57753C7EE2D for ; Wed, 24 May 2023 02:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236502AbjEXCNx (ORCPT ); Tue, 23 May 2023 22:13:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232036AbjEXCNw (ORCPT ); Tue, 23 May 2023 22:13:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 213A713E; Tue, 23 May 2023 19:13:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AA0E963760; Wed, 24 May 2023 02:13:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C3F0C433D2; Wed, 24 May 2023 02:13:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684894430; bh=lQ+RJVQY9YAF2fxnygyHT0XuujcPWCBCVMHk5qLdGYo=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=IfmFNDPZkEainTVx2Mp4ms2bg9tCoaw2yfQ2vL0CrTQF0FZvJa3DmiJVtMXYY1Ovz wJrVehjFX+ZFTGyHf9n2AZahlAkyH4GM+BeIJjcllc32Cn6W3vxogJXvap/LNXoPo1 SmAZTdmX+0n/6hexL7yenPDR9GTFaHapkQEOlp/rDTpLpMoJTKdcV5AJFacyvyyWLc zpjnNRp+xI3j8ZWawwqfvElK4zEwKY4ujPLgyNU9lXVSjaWwgY4xG5K/ZAECOb196q bSTxviQ+UCrZPSDUymk3c7mfEGm7LhwHT7yrQ3JHP9V/VZg6emGeVeBCm7V0n98KG3 rzo/sBabl+SQg== Message-ID: Subject: Re: [PATCH] Documentation: module-signing: Mention default_x509.genkey template From: Jarkko Sakkinen To: Bagas Sanjaya , Linux Keyrings , Linux Kernel Build System , Linux Documentation , Linux Kernel Mailing List Cc: David Howells , David Woodhouse , Jonathan Corbet , Masahiro Yamada Date: Wed, 24 May 2023 05:13:47 +0300 In-Reply-To: <20230511043852.25803-1-bagasdotme@gmail.com> References: <20230511043852.25803-1-bagasdotme@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1-0ubuntu1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Thu, 2023-05-11 at 11:38 +0700, Bagas Sanjaya wrote: > Commit f3a2ba44e93e2c ("certs: check-in the default x509 config file") > adds default x509 keypair config file template, but forgets to mention > it in kernel module signing documentation. Update the doc accordingly. >=20 > Signed-off-by: Bagas Sanjaya Acked-by: Jarkko Sakkinen BR, Jarkko