Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1833082imm; Mon, 3 Sep 2018 10:36:05 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaAY6kwLQcz8b7o8h0ifi4kyqieE3jh4w9k9ASdiD7m0acodsASCzyFF+8Hxn66bBndTAYD X-Received: by 2002:a17:902:6ac7:: with SMTP id i7-v6mr29754606plt.288.1535996165816; Mon, 03 Sep 2018 10:36:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535996165; cv=none; d=google.com; s=arc-20160816; b=o8k2c7R7lzbKFVgHSMghBHVzsrabSDiVDJWg6EZbzydx4BQCAg/hptKd1oQOjA8o6d aCCn2mV9d6jA2EOi0yndxdoHGAa0HOUJ3kppYu7vylAhl95X35KrIk7YHdrd23Tp9Bc0 /70tvyrQ4AT0dpSAGiELvTMzeV7CXGQtaq9oXAjRTmxPN0r3MIY8ofIxQGDmhHLBbi7Q 8Hkcp3EKdIhtScADDzEU2EAonozGh+1TFu8q+LXq4/z0mSD9SryKD0oozxh+NLECa9q6 cpaPmbQzimHLr9HHEIftRlkG773wz305HVgX4/a/8ggFMtygc7Bj26AkbSH7SmblL9qy tW0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=MnthNFr5ss84jY5QnpBQwtlkJRsC92Ok7OEYoz/Tb6g=; b=vkj6mhC7HmtPyOCLqLM+Xt4B/E9G4RBJ3ATQSlFlfbxtfw/nadRUQqXObxsni6Atie MB94Tg2Vr2vis9bUZxBiZRCmKv9v0X4NZyRKlQGCmn58nt+0ncydBGWM5GQSMfaXoZxz RuIL13X7iTmOtuw5olwMy8c/BJjSyjDSuU2iT0M/8AHDvfHzquLFGCu7uug/c6dO1w7W +bkqzk9TE+E/LRd39RBM4wUQMDOHvBcIWUfR/P43ntiXcdrDhVR6Kk0hs+4cXm0/S79/ aNCCEbtRK034WKI7L8KXiTUe33T/1b2h5iTTDF9U0K3h2OCeAmQ6IbRnXwgj3bDUiNLm xGTw== 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 u18-v6si16290739plq.1.2018.09.03.10.35.50; Mon, 03 Sep 2018 10:36:05 -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 S1731413AbeICVzy (ORCPT + 99 others); Mon, 3 Sep 2018 17:55:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47836 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728335AbeICVzx (ORCPT ); Mon, 3 Sep 2018 17:55:53 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0BFB4D30; Mon, 3 Sep 2018 17:34:43 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dominique Leuenberger , Adrian Schroeter , Vlastimil Babka , Thomas Gleixner , Andi Kleen , Michal Hocko , "H . Peter Anvin" , Linus Torvalds , Dave Hansen , Michal Hocko Subject: [PATCH 4.18 051/123] x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit Date: Mon, 3 Sep 2018 18:56:35 +0200 Message-Id: <20180903165721.616170486@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180903165719.499675257@linuxfoundation.org> References: <20180903165719.499675257@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Vlastimil Babka commit 9df9516940a61d29aedf4d91b483ca6597e7d480 upstream. On 32bit PAE kernels on 64bit hardware with enough physical bits, l1tf_pfn_limit() will overflow unsigned long. This in turn affects max_swapfile_size() and can lead to swapon returning -EINVAL. This has been observed in a 32bit guest with 42 bits physical address size, where max_swapfile_size() overflows exactly to 1 << 32, thus zero, and produces the following warning to dmesg: [ 6.396845] Truncating oversized swap area, only using 0k out of 2047996k Fix this by using unsigned long long instead. Fixes: 17dbca119312 ("x86/speculation/l1tf: Add sysfs reporting for l1tf") Fixes: 377eeaa8e11f ("x86/speculation/l1tf: Limit swap file size to MAX_PA/2") Reported-by: Dominique Leuenberger Reported-by: Adrian Schroeter Signed-off-by: Vlastimil Babka Signed-off-by: Thomas Gleixner Acked-by: Andi Kleen Acked-by: Michal Hocko Cc: "H . Peter Anvin" Cc: Linus Torvalds Cc: Dave Hansen Cc: Michal Hocko Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/20180820095835.5298-1-vbabka@suse.cz Signed-off-by: Greg Kroah-Hartman --- arch/x86/include/asm/processor.h | 4 ++-- arch/x86/mm/init.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -181,9 +181,9 @@ extern const struct seq_operations cpuin extern void cpu_detect(struct cpuinfo_x86 *c); -static inline unsigned long l1tf_pfn_limit(void) +static inline unsigned long long l1tf_pfn_limit(void) { - return BIT(boot_cpu_data.x86_phys_bits - 1 - PAGE_SHIFT) - 1; + return BIT_ULL(boot_cpu_data.x86_phys_bits - 1 - PAGE_SHIFT) - 1; } extern void early_cpu_init(void); --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@ -923,7 +923,7 @@ unsigned long max_swapfile_size(void) if (boot_cpu_has_bug(X86_BUG_L1TF)) { /* Limit the swap file size to MAX_PA/2 for L1TF workaround */ - unsigned long l1tf_limit = l1tf_pfn_limit() + 1; + unsigned long long l1tf_limit = l1tf_pfn_limit() + 1; /* * We encode swap offsets also with 3 bits below those for pfn * which makes the usable limit higher. @@ -931,7 +931,7 @@ unsigned long max_swapfile_size(void) #if CONFIG_PGTABLE_LEVELS > 2 l1tf_limit <<= PAGE_SHIFT - SWP_OFFSET_FIRST_BIT; #endif - pages = min_t(unsigned long, l1tf_limit, pages); + pages = min_t(unsigned long long, l1tf_limit, pages); } return pages; }