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 535F7C433EF for ; Thu, 12 May 2022 06:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350591AbiELGz2 (ORCPT ); Thu, 12 May 2022 02:55:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350583AbiELGz1 (ORCPT ); Thu, 12 May 2022 02:55:27 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 93B3E222426 for ; Wed, 11 May 2022 23:55:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652338524; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KIW16efPZTPXF7vXmoAKJ6+LI7vVPqzYCyoW+qf9gM4=; b=LMtI8BI+qESvjstEIkT0xeBTq9zN48S4rkZvyciR0Rh1kYsEZ6f7ldVer30d5167Qa9+Qy 5U6+RTwCjsBPQszxvec5xay8D4jiMRJW8F9jMjrwdJLpBzK/F9kUZe3HE0jO1Egf7WeZLa Pi+d0at6YhUF2SDHfVeh+2eahBSHYKc= Received: from mail-pl1-f199.google.com (mail-pl1-f199.google.com [209.85.214.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-267-nOaoBrzuMwe2VcnjEiZ1EA-1; Thu, 12 May 2022 02:55:21 -0400 X-MC-Unique: nOaoBrzuMwe2VcnjEiZ1EA-1 Received: by mail-pl1-f199.google.com with SMTP id n4-20020a170902f60400b00158d1f2d442so2280571plg.18 for ; Wed, 11 May 2022 23:55:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KIW16efPZTPXF7vXmoAKJ6+LI7vVPqzYCyoW+qf9gM4=; b=JQiVZRLw9BLeAfDMz+MRGdzvGiYbTEVvLbp7XWU30loX6f/yzIe+zvs2r8zq4Rrd9j SQovlRB1yiHb2jMxNYgloK4lWzYxzo88lUdyPuQsO//A1oKBUQda048/D5lDx6k5kKHK 9Eht896Ebeol9Yi4UZ1AexQ3oQF8cS8VaIjztVVfJ12KznfTD7xDu2MTZK4p0LV+4psY G9ZhY9+qarn6DWYaAxN7teyHavFYRKCc+rmnlFAGLWNhdL+/ZnwG9wjHpia+SHTw6iHA raCTOzRp7SbRGB5dsFyHOq4i61i5esNDMUlTrJlnNmb1tOj3rt18f57G9zgfV8uSTQdy Jh4g== X-Gm-Message-State: AOAM533xe1c0KBQiQTRUiGLLnOQbcbC3aan4NqTDhWFbjcrKBr7pVmlo qa3zDACk425qjtpOeeVGEINFMrqQxbAb7S8yRwpn8+iLTliWpcbavZoby735s08DOehA7hK500v HJVF2OSyruOrlPwA/2wDhWzTWWtTdeySS1/5B X-Received: by 2002:a63:80c6:0:b0:3c2:88f0:9035 with SMTP id j189-20020a6380c6000000b003c288f09035mr24278680pgd.606.1652338520732; Wed, 11 May 2022 23:55:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzkdTJ7sQGjP+3Rj3u8vSGTO9HWGPdcwyACt6Ww8UmyQOmDfjVrRB+T+y5XgfYVWwoXO1Gqrg== X-Received: by 2002:a63:80c6:0:b0:3c2:88f0:9035 with SMTP id j189-20020a6380c6000000b003c288f09035mr24278669pgd.606.1652338520467; Wed, 11 May 2022 23:55:20 -0700 (PDT) Received: from localhost ([240e:3a1:2e9:efa0:e73c:e550:ac9e:58fd]) by smtp.gmail.com with ESMTPSA id l12-20020a170902d34c00b0015e8d4eb296sm3022491plk.224.2022.05.11.23.55.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 23:55:20 -0700 (PDT) Date: Thu, 12 May 2022 14:54:09 +0800 From: Coiby Xu To: Baoquan He Cc: kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Michal Suchanek , Dave Young , Will Deacon , "Eric W . Biederman" , Mimi Zohar , Chun-Yi Lee , keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, stable@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , "H. Peter Anvin" , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" Subject: Re: [PATCH v7 2/4] kexec, KEYS: make the code in bzImage64_verify_sig generic Message-ID: <20220512065409.xxegsttgwfh63fsv@Rk> References: <20220512023402.9913-1-coxu@redhat.com> <20220512023402.9913-3-coxu@redhat.com> <20220512043310.v3e22423ybe4z65e@Rk> MIME-Version: 1.0 In-Reply-To: Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=coxu@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Precedence: bulk List-ID: On Thu, May 12, 2022 at 02:22:57PM +0800, Baoquan He wrote: >On 05/12/22 at 12:33pm, Coiby Xu wrote: [...] >> > Just to make clear , is this patch fixing an issue, or it's just an >> > preparation for later patch's use? >> > >> > Or I should ask in another way, any problem is solved with this patch? >> >> At least it doesn't fix an issue that satisfy the criteria listed in >> https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > >Then it should not be CC-ed to stable. OK, I'll drop "CC:" in next version. > >> >> > >> > >> > > > Reviewed-by: Michal Suchanek >> > > > Signed-off-by: Coiby Xu >> > > > --- >> > > >> > > You can put the note here, it won't be added to commit log when merged. >> > > Maybe it can be removed when merged. >> >> Thanks for the suggestion! Shall I send a version to fix this problem or >> can I just bother the maintainer to remove it? > >Better send a clean one, it will save maintainer's time, they can pick >it directly. Thanks for the confirmation! I'll simply delete them because, 1. these notes don't make sense anymore if I don't CC the patches to the stable tree 2. I've explained in the cover letter the first two patches are the prerequisite patches for the 3rd patch. -- Best regards, Coiby