Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp781726ybh; Tue, 10 Mar 2020 08:09:42 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtciiLg1Webb0M5CHXLz0osHsW0G2+V0BElYvRrwaMn4GUDpj4SuvpriFdg153OrnkNhvap X-Received: by 2002:a05:6830:231d:: with SMTP id u29mr16348006ote.1.1583852982397; Tue, 10 Mar 2020 08:09:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583852982; cv=none; d=google.com; s=arc-20160816; b=quyVXEpz2oi0Cf+xMCeg/alfPDrlXHpSp9y6wdtUtdaX6U0uL3i7Th0dIOGKk5zB3S +kKH5IgAGTq07k+xUylBCqpGRRHgkJk48COORnf+GN8Mu3mY8h7/m9xwIFWxcqNFMbNd 7hWxe9L0DX+HhtCi4ljeweXh6b1pynp24iK0E/XIIg9wt29FZbM8K+LhE+grYs/F8wj/ 96yhgIYOFlOrEH+nYgfYislSY9OdvSxxWUxErWfVMHGthleM+n6Fm1XMa6+DLCZ1tZY7 w1ZSJZ7Ys4raSPt8HHx26dzf7hm4tqNJDq/JNYwEZ0Okm9MLD/41tP4oLMXrGJd3/iKi O5rA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=6d0bsmR+WzdYGxX/S10SMeb8PI6zNydmHg47YcGKu7g=; b=m8Jzw/hUKTmT4mW6wXjfeWgI8gAJdRfoVisFyse0fiKDnRnCvAm0kDTDBu6OY38xZv AcOZfa0zyDMeYkiqo9/tBAFU+O1dy0ZsWtjuhxavMWTkbryiGZnXE+64ETId329VyZPb /8eLLqvr2Uw0WLOi94eHdRrjgGOFDuzftzdaH6pJ0TofLixiy19yY5nJu16AL5NFKNgb lzHL+3ag5Xw2fWAFKRPGaZyH8p5D1Zds04vI0iMDx7f4cERE+wlFIQS1jjU9NQas3OQt bzrZLbACtXuS4BpmNoPz8TQA2Vd9K3tJF/gMELvbbnNdwjqTMEFBfKaWubZ27XtlVq3F fqrA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b4si45515otq.178.2020.03.10.08.09.22; Tue, 10 Mar 2020 08:09:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727365AbgCJPIo (ORCPT + 99 others); Tue, 10 Mar 2020 11:08:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:35562 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726271AbgCJPIn (ORCPT ); Tue, 10 Mar 2020 11:08:43 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E5900ADDD; Tue, 10 Mar 2020 15:08:41 +0000 (UTC) Date: Tue, 10 Mar 2020 16:08:45 +0100 From: Borislav Petkov To: Thomas Voegtle , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, "H.J. Lu" , Sasha Levin Subject: Re: [PATCH 4.9 62/88] x86/boot/compressed: Dont declare __force_order in kaslr_64.c Message-ID: <20200310150845.GA16975@zn.tnic> References: <20200310123606.543939933@linuxfoundation.org> <20200310123621.868809541@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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, Mar 10, 2020 at 03:33:57PM +0100, Thomas Voegtle wrote: > This ends up for me in: > > arch/x86/boot/compressed/pagetable.o: In function > `initialize_identity_maps': > pagetable.c:(.text+0x309): undefined reference to `__force_order' > arch/x86/boot/compressed/pagetable.o: In function `finalize_identity_maps': > pagetable.c:(.text+0x41a): undefined reference to `__force_order' > > > pgtable_64.c doesn't exist in v4.9 for x86. > > So I guess it's not correct to remove __force_order from pagetable.c? Yes, the second __force_order thing was added by 08529078d8d9 ("x86/boot/compressed/64: Detect and handle 5-level paging at boot-time") which is 4.14. Greg, pls drop this patch from the 4.9 lineup. Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg