diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2011-11-08 11:37:04 -0500 |
---|---|---|
committer | Neil Horman <nhorman@tuxdriver.com> | 2011-11-08 11:37:04 -0500 |
commit | 778a29ad099ef3eff77cc4ce7ac4bd332793a0be (patch) | |
tree | c589205c998fd340924f0381136cbcf29ba63431 /kernel.spec | |
parent | 92b4ce742c5dd6c1fa3d6d43808028d66569f74d (diff) | |
download | kernel-778a29ad099ef3eff77cc4ce7ac4bd332793a0be.tar.gz kernel-778a29ad099ef3eff77cc4ce7ac4bd332793a0be.tar.xz kernel-778a29ad099ef3eff77cc4ce7ac4bd332793a0be.zip |
sysfs: Add msi irq device enumeration (bz 744012)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 9b4216c1..04325256 100644 --- a/kernel.spec +++ b/kernel.spec @@ -702,6 +702,8 @@ Patch21050: xfs-Fix-possible-memory-corruption-in-xfs_readlink.patch Patch21070: oom-fix-integer-overflow-of-points.patch +Patch21080: sysfs-msi-irq-per-device.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1323,6 +1325,9 @@ ApplyPatch utrace.patch #rhbz 750402 ApplyPatch oom-fix-integer-overflow-of-points.patch +# Add msi irq ennumeration in sysfs for devices +ApplyPatch sysfs-msi-irq-per-device.patch + # END OF PATCH APPLICATIONS %endif @@ -2026,6 +2031,9 @@ fi # ||----w | # || || %changelog +* Tue Nov 08 2011 Neil Horman <nhorman@redhat.com> +- Add msi irq ennumeration per dev in sysfs (bz 744012) + * Tue Nov 08 2011 Josh Boyer <jwboyer@redhat.com> - Linux 3.2-rc1 |