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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 368ABC433EF for ; Thu, 7 Oct 2021 00:57:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0ADB56113E for ; Thu, 7 Oct 2021 00:57:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240143AbhJGA7s (ORCPT ); Wed, 6 Oct 2021 20:59:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:38096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231279AbhJGA7r (ORCPT ); Wed, 6 Oct 2021 20:59:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 84C3461130; Thu, 7 Oct 2021 00:57:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1633568274; bh=komW+5NE27C9leEh8nNx5UfbYZzM+0OjLi9wkZGsyDU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fG/4KRD2P5RVUleYJLQlACxIwvaPWzlLD+g2IRS2Hq0/RbBGfBDT3IJlo5AAts512 zAHuv14SxXX/v13yLZmyAkZXLZfBpxm7zVS7NZaFgcRJpQ2UaZiCAsTuZPzQu/vRF8 pYgyWKl6Qn03jmrMsg8WICZ1ST80NcjM8duwo0ck= Date: Wed, 6 Oct 2021 17:57:54 -0700 From: Andrew Morton To: Nick Desaulniers Cc: Catalin Marinas , Arnd Bergmann , linux-kernel@vger.kernel.org, Nathan Chancellor , Barret Rhoden , Lukas Bulwahn Subject: Re: [PATCH] elfcore: um: Fix CONFIG_UM typo in linux/elfcore.h Message-Id: <20211006175754.038332e2c358e85ea4e184ed@linux-foundation.org> In-Reply-To: References: <20211006181119.2851441-1-catalin.marinas@arm.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Oct 2021 14:57:56 -0700 Nick Desaulniers wrote: > On Wed, Oct 6, 2021 at 11:11 AM Catalin Marinas wrote: > > > > There is no CONFIG_UM, only UML. In addition, the arch/x86/um/elfcore.c > > file is only compiled if CONFIG_X86_32. Fix the #if conditions in the > > linux/elfcore.h header accordingly. > > > > Fixes: 6e7b64b9dd6d ("elfcore: fix building with clang") > > Signed-off-by: Catalin Marinas > > Cc: Arnd Bergmann > > Lukas noticed and sent a patch coincidentally just before you: > https://lore.kernel.org/lkml/20211006082209.417-1-lukas.bulwahn@gmail.com/ > > Let me cc' you and Arnd into that thread. I grabbed Lukas's version, as it seemed more complete. Also I added cc:stable.