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 4E811C25B08 for ; Wed, 17 Aug 2022 12:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239261AbiHQMHn (ORCPT ); Wed, 17 Aug 2022 08:07:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239235AbiHQMH3 (ORCPT ); Wed, 17 Aug 2022 08:07:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD11D8A1CD for ; Wed, 17 Aug 2022 05:07:03 -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 ams.source.kernel.org (Postfix) with ESMTPS id C8509B81DA0 for ; Wed, 17 Aug 2022 12:06:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E7A6C433D6; Wed, 17 Aug 2022 12:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660738002; bh=jqY7t/n9Qrca/NeNBFujtrKPFqaDZirVTFZ9pG5iynU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xYW3T2J/TuT8GRPaR83iJAR5kBsU7q/7eh2puHIBplktKdTdpuryMKgjkWoSbIP9Y zkfjUUdJq/ZAQUmodUKYlaH/6SVFKE6m/sJ6ZvTsFuHdPiawSRYeAn78l1ol5DG0Kd 6fcVOBOkuQ/4sfyyhrVCrj+k/WcTUPHMO2nDKU0s= Date: Wed, 17 Aug 2022 14:06:39 +0200 From: Greg KH To: Mimi Zohar Cc: Michal =?iso-8859-1?Q?Such=E1nek?= , coxu@redhat.com, bhe@redhat.com, ebiederm@xmission.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] kexec: clean up arch_kexec_kernel_verify_sig" failed to apply to 5.15-stable tree Message-ID: References: <1660564084173149@kroah.com> <20220815124125.GD17705@kitsune.suse.cz> <4b217b8801fe66a0fd71dad62571059d67f784bc.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4b217b8801fe66a0fd71dad62571059d67f784bc.camel@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 15, 2022 at 09:22:39AM -0400, Mimi Zohar wrote: > On Mon, 2022-08-15 at 15:03 +0200, Greg KH wrote: > > On Mon, Aug 15, 2022 at 02:41:25PM +0200, Michal Suchánek wrote: > > > Hello, > > > > > > it applies on top of 105e10e2cf1c > > > > I see no such commit id in Linus's tree, what am I missing here? > > > > confused, > > 0738eceb6201 kexec: drop weak attribute from functions > 65d9a9a60fd7 kexec_file: drop weak attribute from functions That is 2 commit ids, not just one as Michal said, why? I am totally confused here, sorry. Can I have a list of the git ids that need to be applied here, including the original git id of the patch that started this whole thread off, so I know _EXACTLY_ what I need to apply to the tree (and to what trees?) thanks, greg k-h