Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6272572imu; Mon, 21 Jan 2019 06:11:21 -0800 (PST) X-Google-Smtp-Source: ALg8bN5RnicQ/kQzCsFg3jrhZ2o2l52BKQncEZMI4IrF7xgYbXEg529zmZ0QV4Rvlkh8HjfYOw+K X-Received: by 2002:a62:1a44:: with SMTP id a65mr30333814pfa.30.1548079881196; Mon, 21 Jan 2019 06:11:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548079881; cv=none; d=google.com; s=arc-20160816; b=nliuxQ5mlt8FgOyOE8lqYrma1F91QdFQonuM1W1vwIo4/UW6X/jhhr2PYcoJ83CJJt B4j7lwAZJu55Vit45PzTlarK+ljgDZ/m0UQwdNu4RFIZjkK7jdCyKiVtR0kztKhX2G5C bJzQIzlPxPsh4cuZILtHV/dtADWLULnq0n7LEMcg5m+wwIZvS+GNP08ZcC7E9rx8ZgWB 9LX8yS1nZ89jevT+7V7EGgd/y1n5cJZH9lvfMLteKIRP/YAofaFSdzGfSxJvZnfzL5Z6 fvbQFqH+eaqU+H/Kx/vmoDuvMIFh4PZWekveVRtytCgbQMwRQUTTPdWoNwnmIquypqN4 R0GA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=o1Hp1BzaCt5d3RGmthqldQ82z2Gaeowg3vJvY4lDmYc=; b=mBEVfYtqs1A9f7ikfRrCscERTBTkqptXCoL6BBgOHPvkSorejGOi/NoQpq3C5a8Cvx f1A86aIyCxHh+i1sGMajYweS3RAlEhhQ+bLtABXyU68To1fzh/sZMTOA0IYnJ6bICXDe dhRAfzWZphxzgJXgWcxhP3X1YUL2LrN0Bn5N5LOBIcGxixku2GHDQkDF1gzvPn7ae93J PhJWq5SPuJTmY4oP8howsoLFnsvhiCn9LnXvL2+FObyaDPamrF8pQ23GgXyiGyEVw8Cn iOnBOh8S3yOcj6ak6yy3Tw5Y+/U2l1dboFVy5h+/SjIdgrjr8U2gWstVVwg+sg45M8fQ 79nQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=DWOKMncH; 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 l8si12181971pfc.98.2019.01.21.06.11.05; Mon, 21 Jan 2019 06:11:21 -0800 (PST) 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=DWOKMncH; 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 S1731573AbfAUOJc (ORCPT + 99 others); Mon, 21 Jan 2019 09:09:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:39758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730551AbfAUNzN (ORCPT ); Mon, 21 Jan 2019 08:55:13 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 6F5E520861; Mon, 21 Jan 2019 13:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548078912; bh=wR5w45Yb4/fud0h/RZD6NHFIn1QttTT1pZaqaUfQPDs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DWOKMncHA38jq0HiaNOMCyL9cx4M7tvvwY2mCeLhJuTisQiBnqALz6dn6cUvyN5h3 9dtsvas5twS3xoEKLZcFHkPz5gbnLkbhJwPQigCZW1XC1RTOJepL6hqCSgVdw6nnXs PqwXRaZ+eb5GufkAn7rulDm1iccgy3+aWPqna360= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Paul Burton , linux-mips@vger.kernel.org Subject: [PATCH 4.9 27/51] mips: fix n32 compat_ipc_parse_version Date: Mon, 21 Jan 2019 14:44:23 +0100 Message-Id: <20190121122456.105302155@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190121122453.700446926@linuxfoundation.org> References: <20190121122453.700446926@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit 5a9372f751b5350e0ce3d2ee91832f1feae2c2e5 upstream. While reading through the sysvipc implementation, I noticed that the n32 semctl/shmctl/msgctl system calls behave differently based on whether o32 support is enabled or not: Without o32, the IPC_64 flag passed by user space is rejected but calls without that flag get IPC_64 behavior. As far as I can tell, this was inadvertently changed by a cleanup patch but never noticed by anyone, possibly nobody has tried using sysvipc on n32 after linux-3.19. Change it back to the old behavior now. Fixes: 78aaf956ba3a ("MIPS: Compat: Fix build error if CONFIG_MIPS32_COMPAT but no compat ABI.") Signed-off-by: Arnd Bergmann Signed-off-by: Paul Burton Cc: linux-mips@vger.kernel.org Cc: stable@vger.kernel.org # 3.19+ Signed-off-by: Greg Kroah-Hartman --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3135,6 +3135,7 @@ config MIPS32_O32 config MIPS32_N32 bool "Kernel support for n32 binaries" depends on 64BIT + select ARCH_WANT_COMPAT_IPC_PARSE_VERSION select COMPAT select MIPS32_COMPAT select SYSVIPC_COMPAT if SYSVIPC