Re: [PATCH 31/31] genirq: Improve "hwirq" output in /proc and /sys/

2021-05-20 Thread Cédric Le Goater
On 5/14/21 10:49 PM, Thomas Gleixner wrote: > On Fri, Apr 30 2021 at 10:04, Cédric Le Goater wrote: >> The HW IRQ numbers generated by the PCI MSI layer can be quite large >> on a pSeries machine when running under the IBM Hypervisor and they >> appear as negative. Use '%u' to show them correctly.

Re: [PATCH 31/31] genirq: Improve "hwirq" output in /proc and /sys/

2021-05-20 Thread Thomas Gleixner
On Thu, May 20 2021 at 14:27, Cédric Le Goater wrote: > On 5/14/21 10:49 PM, Thomas Gleixner wrote: >> On Fri, Apr 30 2021 at 10:04, Cédric Le Goater wrote: >>> The HW IRQ numbers generated by the PCI MSI layer can be quite large >>> on a pSeries machine when running under the IBM Hypervisor and th

Re: [PATCH 31/31] genirq: Improve "hwirq" output in /proc and /sys/

2021-05-14 Thread Thomas Gleixner
On Fri, Apr 30 2021 at 10:04, Cédric Le Goater wrote: > The HW IRQ numbers generated by the PCI MSI layer can be quite large > on a pSeries machine when running under the IBM Hypervisor and they > appear as negative. Use '%u' to show them correctly. > > Cc: Thomas Gleixner > Signed-off-by: Cédric

[PATCH 31/31] genirq: Improve "hwirq" output in /proc and /sys/

2021-04-30 Thread Cédric Le Goater
The HW IRQ numbers generated by the PCI MSI layer can be quite large on a pSeries machine when running under the IBM Hypervisor and they appear as negative. Use '%u' to show them correctly. Cc: Thomas Gleixner Signed-off-by: Cédric Le Goater --- kernel/irq/irqdesc.c | 2 +- kernel/irq/proc.c