Fix tegra nouveau module load, PowerPC Little Endian ToC fix
This commit is contained in:
parent
1f3ef36b87
commit
3ce62e18dd
3 changed files with 124 additions and 106 deletions
11
kernel.spec
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue