From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932183AbbJ0Whx (ORCPT ); Tue, 27 Oct 2015 18:37:53 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:35759 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752888AbbJ0Whv (ORCPT ); Tue, 27 Oct 2015 18:37:51 -0400 MIME-Version: 1.0 In-Reply-To: <562F84AE.1030500@list.ru> References: <562E126E.6030300@list.ru> <562F84AE.1030500@list.ru> Date: Wed, 28 Oct 2015 07:37:50 +0900 X-Google-Sender-Auth: sq7IHQJKbJM64NRoTXLbkLvf9iM Message-ID: Subject: Re: [PATCH v2 0/4] x86: sigcontext fixes, again From: Linus Torvalds To: Stas Sergeev , Andrew Morton , Toshi Kani , Ingo Molnar Cc: Andy Lutomirski , Andy Lutomirski , X86 ML , "linux-kernel@vger.kernel.org" , Brian Gerst , Denys Vlasenko , Borislav Petkov , Stas Sergeev Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2015 at 11:05 PM, Stas Sergeev wrote: > > I can't easily post an Oops: under X it doesn't even appear - > machine freezes immediately, and under non-KMS console it is > possible to get one, but difficult to screen-shot (using bare > metal, not VM). Also the Oops was seemingly unrelated. > And if you run "dosemu -s" under non-KMS console, you'll also > reproduce this one: > https://bugzilla.kernel.org/show_bug.cgi?id=97321 Hmm. Andrew Morton responded to that initially, but then nothing happened, and now it's been another six months. Andrew? The arch/x86/mm/pat.c error handling does seem to be suspect. This is all code several years old, so none of this is new, and I think Suresh is gone. Adding a few other people with recent sign-offs to that file, in the hope that somebody feels like they own it.. Linus