diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2014-01-30 15:59:07 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2014-01-30 15:59:12 -0500 |
| commit | fa9dce87799f882ff7d8f15908e176ffcd7a48fd (patch) | |
| tree | ac02d45d5cee1762e3eced2cc69d4a37051fbdcd /kernel.spec | |
| parent | 1c81678d15e6d31ec39e430cf6965caf5142b17c (diff) | |
| download | kernel-fa9dce87799f882ff7d8f15908e176ffcd7a48fd.tar.gz kernel-fa9dce87799f882ff7d8f15908e176ffcd7a48fd.tar.xz kernel-fa9dce87799f882ff7d8f15908e176ffcd7a48fd.zip | |
Add patches to fix imx-hdmi build, and fix kernfs lockdep oops (rhbz 1055105)
Also stop building exynos_hdmi because it doesn't build
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 65332beb..17250ad8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -624,6 +624,11 @@ Patch25188: 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch Patch25189: ath9k-fix-bad-udelay.patch Patch25190: perf-fix-asm-hash-build.patch +#rhbz 1055105 +Patch25191: kernfs-oops-fix.patch + +Patch25192: imx-hdmi-fix.patch + # END OF PATCH DEFINITIONS %endif @@ -1270,6 +1275,11 @@ ApplyPatch 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch ApplyPatch ath9k-fix-bad-udelay.patch ApplyPatch perf-fix-asm-hash-build.patch +#rhbz 1055105 +ApplyPatch kernfs-oops-fix.patch + +ApplyPatch imx-hdmi-fix.patch + # END OF PATCH APPLICATIONS %endif @@ -2051,6 +2061,7 @@ fi %changelog * Thu Jan 30 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git17.1 - Linux v3.13-10094-g9b0cd30 +- Add patches to fix imx-hdmi build, and fix kernfs lockdep oops (rhbz 1055105) * Thu Jan 30 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git16.1 - Linux v3.13-9240-g1329311 |
