Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367502
| From | "Luis R. Rodriguez" <mcgrof@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes |
| Date | 2016-03-30 20:10 +0200 |
| Message-ID | <risJ4-Lt-9@gated-at.bofh.it> (permalink) |
| References | <rfXT4-qz-15@gated-at.bofh.it> <rhZe4-4MC-61@gated-at.bofh.it> <ri1Sz-6PD-15@gated-at.bofh.it> <ri37X-7Fn-1@gated-at.bofh.it> <ri3hE-7IL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Mar 29, 2016 at 8:49 AM, Toshi Kani <toshi.kani@hpe.com> wrote: > On Tue, 2016-03-29 at 10:46 -0400, Boris Ostrovsky wrote: >> On 03/29/2016 10:19 AM, Toshi Kani wrote: >> > On Tue, 2016-03-29 at 12:34 +0200, Ingo Molnar wrote: >> > >> > > > I'd appreciate if someone can test this patch-set on Xen to verify >> > > > that there is no change in "x86/PAT: Configuration [0-7] .." >> > > > message in dmesg. >> > > So I don't have a Xen setup, but hopefully such testing will happen >> > > once these changes show up in linux-next, tomorrow or so. >> > I will address if any issue is found in testing. >> >> I ran a subset of out nightly test. Nobody died. >> >> So this all looks good. (It actually may have also fixed another bug >> that was reported recently by Olaf, copied here) > > Cool! Thanks Boris! Hoping Boris or someone on the Xen front would test this prior to merging helps but it also slows us down, a while ago we discussed the possibility of getting Linux Xen guests automatically tested as part of 0-day, this way then when a developer (in this case Toshi) pushes to his own tree, he'd be able to just sit and wait for the results, without having to hope Boris or someone goes out and tests. Its a major undertaking to get Linux Xen guests boot strapped into 0-day, however such prospects were raised a while ago and it seems we may be able to get there. Just wanted to send a reminder about this possibility, and highlight this patch set as an ideal candidate where a proactive test could have helped as well. I proactively caught the original Xen issue, but git logs shows we are not doing so great in this area, so any help on the Xen side as well to help with 0-day integration would be appreciated. I'll follow up on another thread on that. Luis
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/7] Enhance PAT init to fix Xorg crashes Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 21:50 +0100
[PATCH v3 1/7] x86/mm/pat: Add support of non-default PAT MSR setting Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 21:50 +0100
[tip:x86/mm] x86/mm/pat: Add support of non-default PAT MSR setting tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:40 +0200
[PATCH v3 5/7] x86/mtrr: Fix PAT init handling when MTRR is disabled Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/mtrr: Fix PAT init handling when MTRR is disabled tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
[PATCH v3 6/7] x86/xen,pat: Remove PAT table init code from Xen Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/xen, pat: Remove PAT table init code from Xen tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
[PATCH v3 3/7] x86/mm/pat: Replace cpu_has_pat with boot_cpu_has Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
[PATCH v3 2/7] x86/mm/pat: Add pat_disable() interface Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/mm/pat: Add pat_disable() interface tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
[PATCH v3 7/7] x86/pat: Document PAT initialization Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/pat: Document the PAT initialization sequence tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
[PATCH v3 4/6] x86/mtrr: Fix Xorg crashes in Qemu sessions Toshi Kani <toshi.kani@hpe.com> - 2016-03-23 22:00 +0100
[tip:x86/mm] x86/mtrr: Fix Xorg crashes in Qemu sessions tip-bot for Toshi Kani <tipbot@zytor.com> - 2016-03-29 12:50 +0200
Re: [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes Ingo Molnar <mingo@kernel.org> - 2016-03-29 12:40 +0200
Re: [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes Toshi Kani <toshi.kani@hpe.com> - 2016-03-29 15:30 +0200
Re: [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2016-03-29 16:50 +0200
Re: [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes Toshi Kani <toshi.kani@hpe.com> - 2016-03-29 17:00 +0200
Re: [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes "Luis R. Rodriguez" <mcgrof@suse.com> - 2016-03-30 20:10 +0200
Re: [LKP] [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes "Luis R. Rodriguez" <mcgrof@suse.com> - 2016-03-30 22:20 +0200
Re: [LKP] [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes "Luis R. Rodriguez" <mcgrof@suse.com> - 2016-03-30 22:50 +0200
csiph-web