Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain

2012-10-21 Thread Craig Hada
On 10/17/2012 2:17 PM, Tom Mingarelli wrote: This patch is to prevent devices that have RMRRs associated with them to not be placed into the SI Domain during init. We don't put USB devices into this category, however. This fixes the issue where the RMRR info for devices being placed in and out of

RE: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain

2012-10-17 Thread Mingarelli, Thomas
; David Woodhouse; Don Dutile Cc: Khan, Shuah; Mingarelli, Thomas; Knippers, Linda; io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org Subject: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain This patch is to prevent devices that have RMRRs associated with them to not

[PATCH v3] Prevent devices with RMRRs from being placed into SI Domain

2012-10-17 Thread Tom Mingarelli
This patch is to prevent devices that have RMRRs associated with them to not be placed into the SI Domain during init. We don't put USB devices into this category, however. This fixes the issue where the RMRR info for devices being placed in and out of the SI Domain gets lost. Signed-off-by: Thoma

RE: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Mingarelli, Thomas
Don Dutile; Knippers, Linda; io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org; shuahk...@gmail.com Subject: Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup On Tue, 2012-10-16 at 16:50 +, Tom Mingarelli wrote: > This patch is to prevent devi

RE: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Mingarelli, Thomas
: Tuesday, October 16, 2012 12:26 PM To: Mingarelli, Thomas Cc: Alex Williamson; David Woodhouse; Don Dutile; Knippers, Linda; io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org; shuahk...@gmail.com Subject: Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during

RE: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Mingarelli, Thomas
[mailto:alex.william...@redhat.com] Sent: Tuesday, October 16, 2012 12:00 PM To: Mingarelli, Thomas Cc: David Woodhouse; Don Dutile; Khan, Shuah; Knippers, Linda; io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI

Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Shuah Khan
On Tue, 2012-10-16 at 16:50 +, Tom Mingarelli wrote: > This patch is to prevent devices that have RMRRs associated with them > from getting placed into the SI Domain during init. We don't put USB devices > into this category, however. This fixes the issue where the RMRR info > for devices bein

Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Shuah Khan
On Tue, 2012-10-16 at 16:50 +, Tom Mingarelli wrote: > This patch is to prevent devices that have RMRRs associated with them > from getting placed into the SI Domain during init. We don't put USB devices > into this category, however. This fixes the issue where the RMRR info > for devices bein

Re: [PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Alex Williamson
On Tue, 2012-10-16 at 16:50 +, Tom Mingarelli wrote: > This patch is to prevent devices that have RMRRs associated with them > from getting placed into the SI Domain during init. We don't put USB devices > into this category, however. This fixes the issue where the RMRR info > for devices bein

[PATCH v3] Prevent devices with RMRRs from being placed into SI Domain during startup

2012-10-16 Thread Tom Mingarelli
This patch is to prevent devices that have RMRRs associated with them from getting placed into the SI Domain during init. We don't put USB devices into this category, however. This fixes the issue where the RMRR info for devices being placed in and out of the SI Domain gets lost. Signed-off-by: T