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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BE87C4320E for ; Wed, 1 Sep 2021 07:43:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78B6361056 for ; Wed, 1 Sep 2021 07:43:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242808AbhIAHoS (ORCPT ); Wed, 1 Sep 2021 03:44:18 -0400 Received: from verein.lst.de ([213.95.11.211]:46566 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242708AbhIAHoB (ORCPT ); Wed, 1 Sep 2021 03:44:01 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 83F0968D06; Wed, 1 Sep 2021 09:43:00 +0200 (CEST) Date: Wed, 1 Sep 2021 09:42:59 +0200 From: Christoph Hellwig To: Borislav Petkov Cc: Christoph Hellwig , torvalds@linux-foundation.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: make setup.c build again Message-ID: <20210901074259.GA18673@lst.de> References: <20210901071232.1258388-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 01, 2021 at 09:33:08AM +0200, Borislav Petkov wrote: > There's an identical fix > > https://lkml.kernel.org/r/20210901021510.1561219-1-nathan@kernel.org > > which explains why it happens but I'm fine with whichever one Linus > picks up. Yeahm the changelog from Nathan looks better. I'm fine as long as we get this fixed ASAP.