Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1367608

Re: [LKP] [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes

From "Luis R. Rodriguez" <mcgrof@suse.com>
Newsgroups linux.kernel
Subject Re: [LKP] [Xen-devel] [PATCH v3 0/7] Enhance PAT init to fix Xorg crashes
Date 2016-03-30 22:50 +0200
Message-ID <rivdU-2oS-5@gated-at.bofh.it> (permalink)
References (4 earlier) <ri3hE-7IL-3@gated-at.bofh.it> <risJ4-Lt-9@gated-at.bofh.it> <riuKS-2cZ-15@gated-at.bofh.it> <riuKS-2cZ-13@gated-at.bofh.it> <rivdU-2oS-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Mar 30, 2016 at 1:29 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
> On Wed, Mar 30, 2016 at 01:10:29PM -0700, Luis R. Rodriguez wrote:
>
> Are you saying that you expect Xen maintainers to _NOT_ test Xen related
> patches? Especially ones they have been involved with?

Of course not, I'm saying we have a bottleneck on development if we
need to wait for Xen patches to be tested, and we can do better if we
had 0-day testing this for us. In this case it was *me* who brought up
the issue of a Xen conflict early, and later through other iterations
Toshi addressed this, given we have the technology and bandwidth to do
more testing with 0-day we should not have to count on me or others to
do the proactive review to ensure there is no Xen conflict, or on
Boris for final confirmation. Its a nobrainer the value of integration
of Xen with 0-day.

>> If its really trivial then you give me the impression you can help
>> with its integration. 0-day is open after all.
>
> I have no clue on how the 0-day works - hence my question. I would be more than
> happy to help once free time lines up.

Great.

  Luis

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


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