Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965183AbeALUap (ORCPT + 1 other); Fri, 12 Jan 2018 15:30:45 -0500 Received: from out01.mta.xmission.com ([166.70.13.231]:35870 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965105AbeALUan (ORCPT ); Fri, 12 Jan 2018 15:30:43 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Cc: Oleg Nesterov , Al Viro , References: <87373b6ghs.fsf@xmission.com> Date: Fri, 12 Jan 2018 14:29:55 -0600 In-Reply-To: <87373b6ghs.fsf@xmission.com> (Eric W. Biederman's message of "Thu, 11 Jan 2018 18:57:35 -0600") Message-ID: <87vag6zupo.fsf@xmission.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1ea5yL-0002m6-V9;;;mid=<87vag6zupo.fsf@xmission.com>;;;hst=in02.mta.xmission.com;;;ip=97.121.73.102;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1+mhvvcAxiR9Us449Vdr0LXozJrDyeNDa4= X-SA-Exim-Connect-IP: 97.121.73.102 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: [PATCH 0/2] siginfo fixes X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: These are two additional siginfo fixes I overlooked yesterday. Thankfully the confusion was not arch specific, and did not set an ABI to userspace that I had to worry about breaking, so I could fix these two issues properly. Eric W. Biederman (2): mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy x86/mm/pkeys: Fix fill_sig_info_pkey arch/mn10300/mm/misalignment.c | 2 +- arch/x86/mm/fault.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-)