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 7EFD3C636D4 for ; Mon, 13 Feb 2023 12:31:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229593AbjBMMb4 (ORCPT ); Mon, 13 Feb 2023 07:31:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbjBMMb4 (ORCPT ); Mon, 13 Feb 2023 07:31:56 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C133A115 for ; Mon, 13 Feb 2023 04:31:53 -0800 (PST) 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 63CE160BEA for ; Mon, 13 Feb 2023 12:31:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D49BC433D2; Mon, 13 Feb 2023 12:31:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676291512; bh=pOkhng9aBIf2TIwr0IzFJKNfoyNxh0i9ZJ+asCRRCck=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VnqFC7ZrMj+xmoHwPJkWbJfUl4Y3g+SviXcKxICq9AhN7i4myVwX8OSVzvAxrd1QT qPkSj5dyBnK+f0sH/Bja7uBvKiuGZwPTmIviMcLkSZNAMpKFqD/sQdD+N6v7/CO3nR WJ/D4pALGEJxjSiIuXyxDxrdwp67T6N9PLg525ok= Date: Mon, 13 Feb 2023 13:31:49 +0100 From: Greg KH To: Xinghui Li Cc: peterz@infradead.org, jpoimboe@redhat.com, tglx@linutronix.de, stable@vger.kernel.org, x86@kernel.org, alexs@kernel.org Subject: Re: [bug report]warning about entry_64.S from objtool in v5.4 LTS Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Feb 13, 2023 at 08:20:03PM +0800, Xinghui Li wrote: > However, for conservative reasons, parts of our customers are opposed > to making significant upgrades to the products. Your customers are not concervative at all if they are consuming the RETBLEED and other Spectre-like fixes into your kernels. Those are major changes as you can see (affecting every single file you build), so the "do not change anything" argument does not make any sense here, right? > Meanwhile, for commercial purposes, we are committed to maintaining > the products we sell over a period of time. > For the above reasons, we also maintain older versions of the product, > so we will fix/report the issues in older kernels just like this time. That's great, but some help in fixing this reported issue would also be most appreciated, as you are the best one to test and verify the fix. thanks, greg k-h