Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2019-01-23 Thread Greg KH
On Wed, Jan 23, 2019 at 05:27:51PM +0100, Paul Menzel wrote: > From: Corey Minyard > Date: Thu, 15 Feb 2018 16:58:26 -0600 > > [ upstream commit bc48fa1b9d3b04106055b27078da824cd209865a ] > > Realtek has some sort of "Virtual" IPMI device on the PCI bus as a > KCS controller, but whatever it

[PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2019-01-23 Thread Paul Menzel
From: Corey Minyard Date: Thu, 15 Feb 2018 16:58:26 -0600 [ upstream commit bc48fa1b9d3b04106055b27078da824cd209865a ] Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. Reported-by: Chris Chiu

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-03-13 Thread Corey Minyard
On 03/13/2018 02:27 AM, Daniel Drake wrote: Hi, On Mon, Feb 26, 2018 at 10:50 AM, wrote: From: Corey Minyard Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen.

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-03-13 Thread Corey Minyard
On 03/13/2018 02:27 AM, Daniel Drake wrote: Hi, On Mon, Feb 26, 2018 at 10:50 AM, wrote: From: Corey Minyard Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. Reported-by: Chris Chiu Signed-off-by:

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-03-13 Thread Daniel Drake
Hi, On Mon, Feb 26, 2018 at 10:50 AM, wrote: > From: Corey Minyard > > Realtek has some sort of "Virtual" IPMI device on the PCI bus as a > KCS controller, but whatever it is, it's not one. Ignore it if seen. > > Reported-by: Chris Chiu

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-03-13 Thread Daniel Drake
Hi, On Mon, Feb 26, 2018 at 10:50 AM, wrote: > From: Corey Minyard > > Realtek has some sort of "Virtual" IPMI device on the PCI bus as a > KCS controller, but whatever it is, it's not one. Ignore it if seen. > > Reported-by: Chris Chiu > Signed-off-by: Corey Minyard > --- > > I haven't

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-26 Thread Corey Minyard
On 02/26/2018 08:34 AM, Andy Shevchenko wrote: On Mon, Feb 26, 2018 at 4:50 AM, wrote: Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. +static struct pci_device_id ipmi_pci_blacklist[] =

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-26 Thread Corey Minyard
On 02/26/2018 08:34 AM, Andy Shevchenko wrote: On Mon, Feb 26, 2018 at 4:50 AM, wrote: Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. +static struct pci_device_id ipmi_pci_blacklist[] = { + /* +

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-26 Thread Andy Shevchenko
On Mon, Feb 26, 2018 at 4:50 AM, wrote: > Realtek has some sort of "Virtual" IPMI device on the PCI bus as a > KCS controller, but whatever it is, it's not one. Ignore it if seen. > +static struct pci_device_id ipmi_pci_blacklist[] = { > + /* > +* This is a

Re: [PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-26 Thread Andy Shevchenko
On Mon, Feb 26, 2018 at 4:50 AM, wrote: > Realtek has some sort of "Virtual" IPMI device on the PCI bus as a > KCS controller, but whatever it is, it's not one. Ignore it if seen. > +static struct pci_device_id ipmi_pci_blacklist[] = { > + /* > +* This is a "Virtual IPMI

[PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-25 Thread minyard
From: Corey Minyard Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. Reported-by: Chris Chiu Signed-off-by: Corey Minyard --- I haven't heard

[PATCH] ipmi:pci: Blacklist a Realtek "IPMI" device

2018-02-25 Thread minyard
From: Corey Minyard Realtek has some sort of "Virtual" IPMI device on the PCI bus as a KCS controller, but whatever it is, it's not one. Ignore it if seen. Reported-by: Chris Chiu Signed-off-by: Corey Minyard --- I haven't heard anything from you on this. Here is a patch that should