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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 EDCCBC282C3 for ; Tue, 22 Jan 2019 12:17:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ADE1220879 for ; Tue, 22 Jan 2019 12:17:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="YWEyWzxx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728286AbfAVMRu (ORCPT ); Tue, 22 Jan 2019 07:17:50 -0500 Received: from mail.skyhub.de ([5.9.137.197]:57258 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728093AbfAVMRu (ORCPT ); Tue, 22 Jan 2019 07:17:50 -0500 Received: from zn.tnic (p200300EC2BCBD9002C2383DF7DDD45BD.dip0.t-ipconnect.de [IPv6:2003:ec:2bcb:d900:2c23:83df:7ddd:45bd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 5C2B61EC01B6; Tue, 22 Jan 2019 13:17:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1548159469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=XXX5h0A1hsQT45b+2viLZ5Aw89lkOh+aTrf2D8E4Ln0=; b=YWEyWzxxS+hyKxewZmJVNcTzRy2gK6chaaT5pe3BXHPwIRSlzvUa1j6hybxMX4LvwKLbkJ +25ZkJ7cRuzYEHxir7HBt2sqecNau80e1t7IID/zlMhJxVVUlgXkPfZtN8JBAHX6UtGsdw Hkky6Cpae8pdb1/9VXy8yKVsHGwAiIs= Date: Tue, 22 Jan 2019 13:17:48 +0100 From: Borislav Petkov To: Chao Fan Cc: Kairui Song , linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, Dave Young , Baoquan He , kexec@lists.infradead.org, akpm@linux-foundation.org, robert.moore@intel.com, erik.schmauss@intel.com, rafael.j.wysocki@intel.com, Len Brown Subject: Re: [PATCH v2 2/2] x86, kexec_file_load: make it work with efi=noruntime or efi=old_map Message-ID: <20190122121748.GF26587@zn.tnic> References: <20190115095834.22617-1-kasong@redhat.com> <20190115095834.22617-3-kasong@redhat.com> <20190115231005.GF6596@zn.tnic> <20190116094619.GB15409@zn.tnic> <20190118102636.GB622@zn.tnic> <20190121011830.GA1554@localhost.localdomain> <20190121082932.GA29166@zn.tnic> <20190122033241.GE15754@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190122033241.GE15754@localhost.localdomain> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 22, 2019 at 11:32:41AM +0800, Chao Fan wrote: > But I notice the only function call entry is in kaslr.c which needs > RANDOMIZE_BASE, so do I need change it as: > vmlinux-objs-$(CONFIG_RANDOMIZE_BASE) += $(obj)/acpi.o Well, the very first patch in this thread doesn't have anything to do with CONFIG_RANDOMIZE_BASE but wants RDSP too. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.