Commit Graph

2622 Commits

Author SHA1 Message Date
Josh Boyer 861ffc70d2 Linux v4.2-2890-g361f7d175734 2015-09-01 15:17:24 -04:00
Josh Boyer 01b3ca6be6 Linux v4.2-2744-g65a99597f044
- Reenable debugging options.
2015-09-01 12:25:34 -04:00
Josh Boyer 0ee200eaae Linux v4.2
Also add a check for a created git dir.  We don't handle the released_kernel
case otherwise.  I'll have to go back and fix this later.
2015-08-31 11:29:14 -04:00
Josh Boyer 1003f0bfb9 Linux v4.2-rc8-37-g4941b8f0c2b9 2015-08-28 10:50:43 -04:00
Josh Boyer bd6b6503a2 Fix vmware driver issues from Thomas Hellström (rhbz 1227193) 2015-08-27 13:43:42 -04:00
Josh Boyer a0d9621008 Add patch from Jonathon Jongsma to fix modes in qxl (rhbz 1212201) 2015-08-27 09:13:04 -04:00
Josh Boyer 7a6072325a Add patch from Hans de Goede to fix nv46 based cards (rhbz 1257534) 2015-08-27 09:10:44 -04:00
Josh Boyer fc8febbaea Linux v4.2-rc8-10-gf9ed72dde34e 2015-08-27 09:10:12 -04:00
Josh Boyer 3a1ac34ad2 Add BuildRequires on xz-devel
perf needs this to be able to deal with xz compressed modules apparently.  It
helpfully warns about it missing but doesn't fail the build.  Given we install
modules xz compressed, it's probably a good idea.
2015-08-26 12:43:15 -04:00
Josh Boyer f18145731c Don't build perf-read-vdsox32 either 2015-08-26 12:39:34 -04:00
Josh Boyer 5d89c131a7 Trim changelog 2015-08-26 10:25:28 -04:00
Josh Boyer 6adaa1f725 Linux v4.2-rc8-7-gf5db4b31b315
- Fixes x2apic panic (rhbz 1224764)
2015-08-26 08:57:04 -04:00
Josh Boyer f761bb27bd Enable SCHEDSTATS and LATENCYTOP again (rhbz 1013225) 2015-08-26 08:45:33 -04:00
Peter Robinson 5969c87ac9 Build in GPIO_OMAP to fix BeagleBone boot on mSD (changes in 4.2 upstream) 2015-08-25 01:17:42 +01:00
Josh Boyer b2d1157318 Linux v4.2-rc8 2015-08-24 10:17:37 -04:00
Josh Boyer ed43d25f10 Disable EFI_VARS (rhbz 1252137) 2015-08-21 17:28:04 -04:00
Josh Boyer 858cd9bff3 Linux v4.2-rc7-100-ge45fc85a2f37 2015-08-21 17:16:48 -04:00
Josh Boyer 6fbbc15fdc Linux v4.2-rc7-71-g0bad90985d39 2015-08-21 11:27:29 -04:00
Peter Robinson 0280017043 Minor config updates for ARMv7 2015-08-21 10:10:20 +01:00
Josh Boyer 16b395303f Fix incorrect ext4 freezing behavior on non-journaled fs (rhbz 1250717) 2015-08-20 13:53:28 -04:00
Josh Boyer db6684e6ce Linux v4.2-rc7-24-g1b647a166f07 2015-08-19 12:31:29 -04:00
Josh Boyer 7c4d1bbea1 Linux v4.2-rc7-15-gbf6740281ed5 2015-08-18 07:42:50 -04:00
Josh Boyer 63bde484ad Fix iscsi issue (rhbz 1253789) 2015-08-17 11:27:15 -04:00
Josh Boyer a2c295ca1b Linux v4.2-rc7 2015-08-17 07:59:44 -04:00
Josh Boyer 6358da6713 Patch from Hans de Goede to add yoga 3 rfkill quirk (rhbz 1239050) 2015-08-15 20:54:25 -04:00
Josh Boyer 0a3cece340 Linux v4.2-rc6-130-g7ddab73346a1 2015-08-14 10:59:25 -04:00
Josh Boyer ca1c5365f7 Bump for build 2015-08-12 14:31:18 -04:00
Peter Robinson 766a149dc4 Drop UACCESS_WITH_MEMCPY on ARMv7 as it's broken (rhbz 1250613) 2015-08-11 22:50:52 +01:00
Josh Boyer c00d75db9b Linux v4.2-rc6 2015-08-10 07:58:33 -04:00
Josh Boyer b9699864c5 Linux v4.2-rc5-78-g49d7c6559bf2 2015-08-07 10:46:55 -04:00
Dave Young eca4cec9a5 kexec/uefi: copy secure boot flag in boot params across kexec reboot
Kexec reboot in case secure boot enabled does not keep the secure boot mode
in new kernel, so later one can load unsigned kernel via legacy kexec_load.

Adding a patch to fix this by retain the secure_boot flag in original kernel.

Signed-off-by: Dave Young <dyoung@redhat.com>
2015-08-07 07:17:02 -04:00
Josh Boyer c3a77ea556 Linux v4.2-rc5-42-g4e6b6ee253ce 2015-08-05 10:35:31 -04:00
Josh Boyer 172dafa8ae Patch from Nicholas Kudriavtsev for Acer Switch 12 Fn keys (rhbz 1244511) 2015-08-04 14:28:47 -04:00
Josh Boyer bc0254236b Linux v4.2-rc5-19-gc2f3ba745d1c 2015-08-04 09:49:29 -04:00
Hans de Goede 2899d29b6e Always enable mmiotrace when building x86 kernels
mmiotrace uses the ftrace framework for dynamic patching, so enabling it
does not cause any performance impact.

Having mmiotrace enabled is very useful for debugging nvidia / nouveau
driver problems, as we often use mmiotraces for nouveau development /
debugging.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2015-08-04 07:49:09 -04:00
Hans de Goede 2e5f2061f5 Move joydev.ko from kernel-modules-extra to kernel-modules
Unlike the other joystick modules joydev is not just needed for old analog
joysticks, but also to provide /dev/js? devices with new usb connected
joysticks.

Many games still use the (old) /dev/js interface, and will not work ootb
unless kernel-modules-extra is installed. Moving jodev.ko to the main
kernel package fixes this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2015-08-04 07:48:12 -04:00
Josh Boyer 27951d8b7e Fix i386 boot bug correctly (rhbz 1247382) 2015-08-03 21:09:12 -04:00
Josh Boyer dba6c5bc71 CVE-2015-5697 info leak in md driver (rhbz 1249011 1249013) 2015-08-03 20:25:56 -04:00
Josh Boyer f2e2f136a7 Linux v4.2-rc5 2015-08-03 10:50:47 -04:00
Josh Boyer 7bc5dc75da Disable debugging options. 2015-08-03 08:57:53 -04:00
Josh Boyer c25d6c075d Revert upstream commit 1c220c69ce to fix i686 booting (rhbz 1247382) 2015-08-03 08:57:04 -04:00
Josh Boyer c3cd2b9025 Linux v4.2-rc4-111-g8400935737bf 2015-07-31 11:49:28 -04:00
Josh Boyer f83431fd87 Linux v4.2-rc4-87-g86ea07ca846a 2015-07-30 09:27:08 -04:00
Peter Robinson f2b1b300d3 Disable CRYPTO_DEV_VMX_ENCRYPT on PPC for now to fix Power 8 boot (rhbz 1237089) 2015-07-30 13:59:46 +01:00
Josh Boyer b6e2727857 Linux v4.2-rc4-53-g956325bd55bb 2015-07-29 13:04:35 -04:00
Josh Boyer 7031fc6322 Drop acpi_brightness_enable revert patch
https://lists.fedoraproject.org/pipermail/kernel/2015-July/005958.html
2015-07-29 11:24:51 -04:00
Josh Boyer d2354f0ec0 Linux v4.2-rc4-44-g67eb890e5e13 2015-07-28 15:52:17 -04:00
Josh Boyer e3539a5fbb Reenable debugging options. 2015-07-28 14:32:09 -04:00
Josh Boyer 86b8d46cbb CVE-2015-1333 add_key memory leak (rhbz 1244171) 2015-07-27 10:44:30 -04:00
Josh Boyer b942d8e16a Linux v4.2-rc4
- Disable debugging options.
2015-07-27 10:35:37 -04:00
Josh Boyer fa4660e648 Disable debugging options. 2015-07-27 07:45:45 -04:00
Josh Boyer 45a3161340 Linux v4.2-rc3-136-g45b4b782e848 2015-07-24 09:57:21 -04:00
Josh Boyer e2a71e13fb Drop upstream merged patch 2015-07-23 15:03:14 -04:00
Josh Boyer e3aad9c8d4 Linux v4.2-rc3-115-gc5dfd654d0ec 2015-07-23 14:26:48 -04:00
Josh Boyer d6c0ee9df8 Linux v4.2-rc3-17-gd725e66c06ab 2015-07-22 10:08:06 -04:00
Peter Robinson 001b058a11 drop ARM BBB patches, not sure they're useful now, we can add updated ones back if strictly necessary. Drop highbank patch, fixed differently upstream, seems to work 2015-07-21 21:08:36 +01:00
Josh Boyer ab1baf6d54 Linux v4.2-rc3-4-g9d634c410b07 2015-07-21 08:38:46 -04:00
Josh Boyer 17981c2696 Reenable debugging options. 2015-07-21 08:38:06 -04:00
Peter Robinson d2064a30f2 Fix stmmac eth driver (AllWinner, other ARM, and other devices) 2015-07-21 11:11:21 +01:00
Josh Boyer 6e946a4d94 Linux v4.2-rc3 2015-07-20 11:17:52 -04:00
Josh Boyer fcfbe654e8 Linux v4.2-rc2-190-g21bdb584af8c 2015-07-17 15:34:45 -04:00
Peter Robinson d74310b357 Enable DW MMC for generic ARM (hi6220 SoC support) 2015-07-17 10:48:13 +01:00
Josh Boyer 097adef62b Linux v4.2-rc2-77-gf760b87f8f12 2015-07-15 11:29:40 -04:00
Peter Robinson c3a494ca7b Update AMD Seattle a0 eth driver for 4.2 2015-07-14 18:52:00 +01:00
Josh Boyer 43c4e9c549 Collapse kdbus patches into a single patch
Yes, this is a big uber-patch.  But with the git-am apply method, it still
splits them out in the prepped tree.  There's really no advantage to listing
78 patches in the spec at this point as kdbus is likely to go all-or-nothing
if/when it is merged.
2015-07-14 13:20:12 -04:00
Josh Boyer 228ccc4def Linux v4.2-rc2
- Disable debugging options.
2015-07-13 10:53:53 -04:00
Josh Boyer 91185af140 Fix perf build with hardening
So.  Because of the joys of how perf builds up its LDFLAGS, builds started
failing in rawhide with the latest perl build.  See, perf thinks it is a
good idea to look at perl (and python too) and see what ld options were
used to build it, then just slam those into what it uses.  That's cute, and
probably kind of works, but with the hardening changes it totally broke
the build.  One of the final links failed with:

/usr/bin/ld: perf-in.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
perf-in.o: error adding symbols: Bad value

because it sucked in the hardened build LD options from perl, but didn't
we didn't pass in the required CFLAGS options.  Isn't that special?

Fix this by specifying both LDFLAGS (so it isn't magically getting applied
without thought) and EXTRA_CFLAGS for the perf build.

I hate everything.
2015-07-10 15:37:08 -04:00
Josh Boyer 00b03ffa70 Linux v4.2-rc1-62-gc4b5fd3fb205
- Build perf with NO_PERF_READ_VDSO32 on all arches
2015-07-10 09:47:55 -04:00
Josh Boyer 178df3ffaa Use git to apply patches 2015-07-09 15:46:07 -04:00
Josh Boyer 8be443055e Linux v4.2-rc1-33-gd6ac4ffc61ac 2015-07-08 10:30:06 -04:00
Josh Boyer 84bb446543 Linux v4.2-rc1-17-gc7e9ad7da219
- Reenable debugging options.
2015-07-07 10:55:05 -04:00
Josh Boyer 088a50c52e Linux v4.2-rc1
- Disable debug options.
- Add patch to fix perf build
2015-07-06 16:34:35 -04:00
Josh Boyer 55b5c15b8f Linux v4.1-11549-g05a8256c586a 2015-07-01 12:11:35 -04:00
Josh Boyer 6a50f36878 Linux v4.1-11355-g6aaf0da8728c
- Add patch to fix KVM sleeping in atomic issue (rhbz 1237143)
- Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
2015-06-30 13:01:28 -04:00
Josh Boyer 76c11d9b55 Linux v4.1-11235-gc63f887bdae8
- Reenable debugging options.
2015-06-29 11:24:25 -04:00
Peter Robinson c9229e1608 Reorganisation and cleanup of the powerpc configs 2015-06-26 22:23:54 +01:00
Josh Boyer 35eff41288 Linux v4.1-5596-gaefbef10e3ae 2015-06-26 09:33:38 -04:00
Josh Boyer 21694f1b76 Linux v4.1 2015-06-22 10:46:26 -04:00
Peter Robinson b83b35dd44 minor arm patch renumbering 2015-06-20 11:35:11 +01:00
Josh Boyer 45d703f790 Add patch to fix touchpad issues on Razer machines (rhbz 1227891) 2015-06-18 19:00:58 -04:00
Josh Boyer 69ab2981da Bump for rebuild to hopefully fix size issues due to elfutils bug 2015-06-16 22:31:12 -04:00
Peter Robinson 3db312aeb5 Make some of the ARMv7 cpufreq drivers modular 2015-06-16 20:51:36 +01:00
Josh Boyer 5c0a6a5f01 Linux v4.1-rc8 2015-06-15 08:49:37 -04:00
Josh Boyer c68e8929a1 Linux v4.1-rc7-72-gdf5f4158415b 2015-06-12 15:11:23 -04:00
Josh Boyer 6adde40b1c CVE-2015-XXXX kvm: NULL ptr deref in kvm_apic_has_events (rhbz 1230770 1230774) 2015-06-12 10:15:55 -04:00
Josh Boyer 3e99e442f6 Fix touchpad for Thinkpad S540 (rhbz 1223051) 2015-06-09 13:32:31 -04:00
Josh Boyer 1ea79ee0a4 Linux v4.1-rc7 2015-06-08 10:16:55 -04:00
Josh Boyer 14846f6e6e Linux v4.1-rc6-49-g8a7deb362b76 2015-06-04 07:49:14 -04:00
Josh Boyer ea54a55052 Add patch to turn of WC mmaps on i915 from airlied (rhbz 1226743) 2015-06-04 07:27:05 -04:00
Laura Abbott 3d17f6ae21 Drop firwmare warning until we get a real fix (rhbz 1133378) 2015-06-04 07:27:05 -04:00
Laura Abbott a7c7ac3b2b Fix auditing of canonical mode (rhbz 1188695) 2015-06-04 07:26:59 -04:00
Josh Boyer 1fb2ddd2bd Fix from Ngo Than for perf build on ppc64le (rhbz 1227260) 2015-06-03 16:04:34 -04:00
Josh Boyer 534118bd28 Linux v4.1-rc6-44-g8cd9234c64c5 2015-06-03 08:37:20 -04:00
Josh Boyer 23c2849918 Drop merged backlight quirk patch
This went upstream as commit 3295d73002f4be341069a000aec4b8d7e5ea8d2c in 4.0-rc1
2015-06-02 15:19:13 -04:00
Josh Boyer ebfeb3d81a Fix middle button issues on external Lenovo keyboards (rhbz 1225563) 2015-06-02 09:16:14 -04:00
Josh Boyer 4741bb0739 Linux v4.1-rc6 2015-06-01 09:53:57 -04:00
Josh Boyer 0c12f1ccc8 Add quirk for Mac Pro backlight (rhbz 1217249) 2015-05-28 13:42:30 -04:00
Josh Boyer c1b2ad21a7 Drop compile-fixes and upstream-reverts patches
We very very rarely use these.  The last time compile-fixes.patch was
used was over 3 years ago.  The upstream-reverts.patch has literally
never been used since Fedora switched to git.  We tend to apply the
reverts as stand-alone patches anyway, and compile fixes are generally
better as stand-alone patches that get sent upstream ASAP.
2015-05-26 19:12:52 -04:00
Josh Boyer e6dab7abf6 Drop patches that have long been unapplied
We've carried these along but not applied them for quite some time.
Drop them now
2015-05-26 19:09:38 -04:00
Josh Boyer 264ac3865c Linux v4.1-rc5
- Disable debugging options.
2015-05-25 10:32:01 -04:00