Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257487
| From | Toshi Kani <toshi.kani@hpe.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/4] x86: sigcontext fixes, again |
| Date | 2015-10-28 01:10 +0100 |
| Message-ID | <qomtr-3Aj-1@gated-at.bofh.it> (permalink) |
| References | <qnELL-1Sy-5@gated-at.bofh.it> <qnOrM-7Hj-19@gated-at.bofh.it> <qo0Mi-6Ms-3@gated-at.bofh.it> <qod6O-6ak-13@gated-at.bofh.it> <qol4l-2Aj-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2015-10-28 at 07:37 +0900, Linus Torvalds wrote: > On Tue, Oct 27, 2015 at 11:05 PM, Stas Sergeev <stsp@list.ru> 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.. In the case of PFNMAP, the range should always be mapped. So, I wonder why follow_phys() failed with the !pte_present() check. Stas, do you have a test program that can reproduce 97321? -Toshi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] x86: sigcontext fixes, again Andy Lutomirski <luto@kernel.org> - 2015-10-26 02:30 +0100
[PATCH v2 2/4] x86/signal/64: Fix SS if needed when delivering a 64-bit signal Andy Lutomirski <luto@kernel.org> - 2015-10-26 02:30 +0100
[PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs Andy Lutomirski <luto@kernel.org> - 2015-10-26 02:30 +0100
[PATCH v2 3/4] x86/signal/64: Re-add support for SS in the 64-bit signal context Andy Lutomirski <luto@kernel.org> - 2015-10-26 02:30 +0100
[PATCH v2 4/4] selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SS Andy Lutomirski <luto@kernel.org> - 2015-10-26 02:30 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Stas Sergeev <stsp@list.ru> - 2015-10-26 12:50 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Andy Lutomirski <luto@amacapital.net> - 2015-10-27 02:00 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-27 23:40 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Toshi Kani <toshi.kani@hpe.com> - 2015-10-28 01:10 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Stas Sergeev <stsp@list.ru> - 2015-10-28 11:00 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Toshi Kani <toshi.kani@hpe.com> - 2015-10-28 17:40 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Toshi Kani <toshi.kani@hpe.com> - 2015-10-28 20:30 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Toshi Kani <toshi.kani@hpe.com> - 2015-10-29 00:00 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Stas Sergeev <stsp@list.ru> - 2015-10-31 13:50 +0100
Re: [PATCH v2 0/4] x86: sigcontext fixes, again Andy Lutomirski <luto@amacapital.net> - 2015-10-31 01:00 +0100
csiph-web