From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B80723FE51; Tue, 30 Apr 2024 08:01:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714464091; cv=none; b=rRt/+OCjfs7NPEtnp+ZPeAGiSwCxPJONf9jjZsUiErWknIx+vZ/bztXqrJNXlFkiCikM8s5CMV33gWywWMCyPi7+MhBqXkIQ/p56hQIjfXv6SV8lAfMLH7llJAWWtc/HkQzli2bs1NqymA8+ud9xEaN9hrc0ZeenpytITU6GSgo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714464091; c=relaxed/simple; bh=Ivf8CZAnBx0jRErie+QIQroeMkAJvGihEtDiGqm7Dds=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AVOyEDHWi80T6cA2rBF06THB/9ZRNRk6PlaBOpyj7QJAq4kde5JQyCe0mQGcX9rtdXIyvStKYAg28UiNl7NGzLfNHKI02O4MhZnmWjWhlDyzucXrV0kwM94pRGJuHKAgnDFd6SIbUVN7MbEgoN/U3hf04CL30DLD0YJcUvaoMc4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hoO+GWhE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="hoO+GWhE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1AA9C2BBFC; Tue, 30 Apr 2024 08:01:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1714464091; bh=Ivf8CZAnBx0jRErie+QIQroeMkAJvGihEtDiGqm7Dds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hoO+GWhE3pNtmESPSyptY4Q+9eF/VnvIxRJAH/plQ8QkenRkbjc1kPNDHASEn1xIo lCrqyDfnQ1rK3o4LIjRGKMOJSS/3lVMVK+NxDV0UOnfBO72fvlvPIztprguPTG+Zce 3Tjl8LUT0q6+Nvd6dwrC05/+EDAZEU2xle9qD+0Q= Date: Tue, 30 Apr 2024 10:01:28 +0200 From: Greg KH To: Atishya Jain Cc: stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: Kernel Issue: Wrong EFI Loader Signature followed by Kernel Panic Message-ID: <2024043036-encourage-attractor-a889@gregkh> References: <2024043037-capture-trench-3611@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Apr 30, 2024 at 01:20:27PM +0530, Atishya Jain wrote: > XDP is used for Fast Packet Processing which is only on the RX path of the > kernel . XDP on TX path is not supported by the kernel . > Mail list for egress XDP : (Add Support of egress XDP patch ) If you rely on external changes, please work with the developers of those changes, nothing we can do about them. > So I Extracted the patch from it and first Applied on the latest Version > only but got many failed to patch messages so I looked for different > versions and 5.4 got matched almost perfectly . Again, 5.4 is VERY old, and probably is doing something wrong with the efi stuff that your system is expecting. Please try a more modern kernel version please. good luck! greg k-h