Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2479587imm; Mon, 28 May 2018 08:53:03 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpp24vY48dmCcVAM3OUrz29IW82hINieTgIDhtzQ5VVd6owOErORQjhSxo+nqJ3+Du+dBx6 X-Received: by 2002:a62:91b:: with SMTP id e27-v6mr14024060pfd.93.1527522783327; Mon, 28 May 2018 08:53:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527522783; cv=none; d=google.com; s=arc-20160816; b=Eyavj6DXhiUQ6wn0MGvGqNuhTxrHDvQcwWyW9saiJUAchvigzhYtRmYaH27AvYOeR3 jdM3mjJRcKuXCswfA8sSGBkfCm+5NyE73Vwbs+LU51gYsbk2bOHy6Jjv0lXNFCVctzTK cclkjnMpzZU6ZmWo2xJr+50XnYEr7BeIomHlRYoCrBUhJ27TRaYALNmZDbuwWVEbdrJm r9K/1tbBsEc3gossu8o2IDL1b1Br47WUnIdjywTRHVX8tGLtXGRt1zeVj/+bSnzxWt90 e17xCud2B1lirIcKLke+8YKnWwM2xWpyrw3uBr3wOX9/qdGcQSEKAT8B9apYr2kQVUip dcqQ== 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:dkim-signature :arc-authentication-results; bh=XJpHptakPkB01xvzY2+AkpWwURttO9rwuODOLROL95M=; b=L71C0nKnS1DAxwmVp0GdhVuggCvHUHs3SjRE5Fa9hwbXOi6rINSD3quQx3VhihS0vF uk68MD4HKFSbDce6+zDzdJTUJ6V5aDkEpEfYCtghEdRllfOivf9YLr0Lc55p+aER4A4r Qqp9d1CeVoeJsh0GR+2LvqjtBmHBRNwKrrfzefD/BA69v9INaV7lpes8S6x3p+S14rjM YNjxD0j6if8hWwbtKcurzB5PbHJQ/FqDeP8/fGwy365DT/st1pMk44DwzCh301SuM/VX Q0yZ6OCm2GjwHUoxshVmihnHdq0eUkXj85ETiLStBsq7SVhN8jpPedattHKJiY4bgdb2 k2iw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HIyUpic/; 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 g5-v6si29148748pfh.271.2018.05.28.08.52.48; Mon, 28 May 2018 08:53:03 -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; dkim=pass header.i=@kernel.org header.s=default header.b=HIyUpic/; 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 S1035059AbeE1PwX (ORCPT + 99 others); Mon, 28 May 2018 11:52:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:36034 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966828AbeE1KPy (ORCPT ); Mon, 28 May 2018 06:15:54 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2B200206B7; Mon, 28 May 2018 10:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527502553; bh=9tIHegZQdHHYcrvg3505x3sNYB207+j0EsUtpohP1Ms=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HIyUpic/MEjLhrt7ByJ/xTkk/ZPEW9AreCEjG5VIdmQ9i4IL8Gso1wH3l9BhmSE/A HkSpH+pTTht5suQPgP8hai/GH1KtfJnGdcRSYG/uE2UCp6f9FX0P6ES1mZUuAYY0zY /rfURnSuqr/Q9OUyxVEVQ3iHsyCWlzdFqx7bwhS4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Davidlohr Bueso , Joe Lawrence , Andrea Arcangeli , Manfred Spraul , Andrew Morton , Linus Torvalds Subject: [PATCH 4.4 011/268] Revert "ipc/shm: Fix shmat mmap nil-page protection" Date: Mon, 28 May 2018 11:59:45 +0200 Message-Id: <20180528100203.357731085@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180528100202.045206534@linuxfoundation.org> References: <20180528100202.045206534@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.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Davidlohr Bueso commit a73ab244f0dad8fffb3291b905f73e2d3eaa7c00 upstream. Patch series "ipc/shm: shmat() fixes around nil-page". These patches fix two issues reported[1] a while back by Joe and Andrea around how shmat(2) behaves with nil-page. The first reverts a commit that it was incorrectly thought that mapping nil-page (address=0) was a no no with MAP_FIXED. This is not the case, with the exception of SHM_REMAP; which is address in the second patch. I chose two patches because it is easier to backport and it explicitly reverts bogus behaviour. Both patches ought to be in -stable and ltp testcases need updated (the added testcase around the cve can be modified to just test for SHM_RND|SHM_REMAP). [1] lkml.kernel.org/r/20180430172152.nfa564pvgpk3ut7p@linux-n805 This patch (of 2): Commit 95e91b831f87 ("ipc/shm: Fix shmat mmap nil-page protection") worked on the idea that we should not be mapping as root addr=0 and MAP_FIXED. However, it was reported that this scenario is in fact valid, thus making the patch both bogus and breaks userspace as well. For example X11's libint10.so relies on shmat(1, SHM_RND) for lowmem initialization[1]. [1] https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/os-support/linux/int10/linux.c#n347 Link: http://lkml.kernel.org/r/20180503203243.15045-2-dave@stgolabs.net Fixes: 95e91b831f87 ("ipc/shm: Fix shmat mmap nil-page protection") Signed-off-by: Davidlohr Bueso Reported-by: Joe Lawrence Reported-by: Andrea Arcangeli Cc: Manfred Spraul Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- ipc/shm.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) --- a/ipc/shm.c +++ b/ipc/shm.c @@ -1113,13 +1113,8 @@ long do_shmat(int shmid, char __user *sh goto out; else if ((addr = (ulong)shmaddr)) { if (addr & (shmlba - 1)) { - /* - * Round down to the nearest multiple of shmlba. - * For sane do_mmap_pgoff() parameters, avoid - * round downs that trigger nil-page and MAP_FIXED. - */ - if ((shmflg & SHM_RND) && addr >= shmlba) - addr &= ~(shmlba - 1); + if (shmflg & SHM_RND) + addr &= ~(shmlba - 1); /* round down */ else #ifndef __ARCH_FORCE_SHMLBA if (addr & ~PAGE_MASK)