diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2016-02-25 10:23:41 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2016-02-25 10:23:41 +0000 |
commit | 3ce62e18dde09a42a3d20d82c5d8d9a930de6088 (patch) | |
tree | 84b337e976f92ec8ad76a24090484b2b0b4e38e4 /kernel.spec | |
parent | 1f3ef36b870f074863dbd9d9170ee5ad4a398777 (diff) | |
download | kernel-3ce62e18dde09a42a3d20d82c5d8d9a930de6088.tar.gz kernel-3ce62e18dde09a42a3d20d82c5d8d9a930de6088.tar.xz kernel-3ce62e18dde09a42a3d20d82c5d8d9a930de6088.zip |
Fix tegra nouveau module load, PowerPC Little Endian ToC fix
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index a5a6997d5..36d29f956 100644 --- a/kernel.spec +++ b/kernel.spec @@ -40,7 +40,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -503,8 +503,11 @@ Patch454: arm64-avoid-needing-console-to-enable-serial-console.patch Patch456: arm64-acpi-drop-expert-patch.patch +# http://patchwork.ozlabs.org/patch/587554/ Patch457: ARM-tegra-usb-no-reset.patch +Patch458: drm-nouveau-platform-Fix-deferred-probe.patch + Patch463: arm-i.MX6-Utilite-device-dtb.patch Patch466: input-kill-stupid-messages.patch @@ -583,8 +586,6 @@ Patch502: firmware-Drop-WARN-from-usermodehelper_read_trylock-.patch Patch508: kexec-uefi-copy-secure_boot-flag-in-boot-params.patch -# Patch510: 0001-Revert-powerpc-Simplify-module-TOC-handling.patch - #rhbz 1286293 Patch571: ideapad-laptop-Add-Lenovo-ideapad-Y700-17ISK-to-no_h.patch @@ -2123,6 +2124,10 @@ fi # # %changelog +* Thu Feb 25 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.5.0-0.rc5.git0.2 +- Fix tegra nouveau module load (thank kwizart for reference) +- PowerPC Little Endian ToC fix + * Sun Feb 21 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.5.0-0.rc5.git0.1 - Disable debugging options. - Linux v4.5-rc5 |