Josh Boyer
0d23ee9d2a
Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch
2014-06-03 14:47:58 -04:00
Josh Boyer
be24dc2637
Fixes from Hans de Goede for backlight and platform drivers on various
...
machines. (rhbz 1025690 1012674 1093171 1097436 861573)
2014-06-03 11:37:21 -04:00
Josh Boyer
7fd1921ca2
Use native backlight for HP ProBook 4540s (rhbz 1025690)
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:15:07 -04:00
Josh Boyer
e6a4d30f1b
Use native backlight for newer laptop models with nvidia and ati GPUs (rhbz 1093171)
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:14:23 -04:00
Josh Boyer
51fdf98b47
Fix brightness key issues on various Acer models (rhbz 1012674)
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:13:45 -04:00
Josh Boyer
55244d5e48
Add no backlight quirks for various Asus machines (rhbz 1097436)
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:13:08 -04:00
Josh Boyer
9d60dbe3b5
Blacklist rfkill on Yoga Pro 2
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:12:54 -04:00
Josh Boyer
c25186f0b7
Fix backlight issues on some Samsung laptops (rhbz 861573)
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:12:35 -04:00
Josh Boyer
e8129d69bd
Add F9-F12 hotkeys on various thinkpads
...
From: Hans de Goede <hdegoede@redhat.com>
2014-06-03 10:12:21 -04:00
Kyle McMartin
bb584dd537
perf: install trace-event plugins
...
perf hardcodes $libdir to be lib for all but x86_64, so kludge around it
until upstream gets their act together.
--kyle
2014-06-03 08:33:36 -04:00
Josh Boyer
f5cb86548f
Linux v3.15-rc8-53-gcae61ba37b4c
...
- Reenable debugging options.
2014-06-03 08:21:31 -04:00
Peter Robinson
9954eb4cc6
Minor ARM MMC config updates
2014-06-02 15:58:46 +01:00
Josh Boyer
d97bd18688
Linux v3.15-rc8
...
- Disable debugging options.
2014-06-02 09:26:10 -04:00
Josh Boyer
2a0a85581b
Add patch to fix dentry lockdep splat
2014-05-31 12:13:21 -04:00
Josh Boyer
f2b63222ef
Linux v3.15-rc7-102-g1487385edb55
2014-05-31 10:41:16 -04:00
Josh Boyer
a20632f17c
Linux v3.15-rc7-79-gfe45736f4134
...
- Disable CARL9170 on ppc64le
2014-05-30 09:21:04 -04:00
Josh Boyer
9532e08a65
CVE-2014-3917 DoS with syscall auditing (rhbz 1102571 1102715)
2014-05-29 10:25:47 -04:00
Josh Boyer
5024391080
Linux v3.15-rc7-53-g4efdedca9326
2014-05-28 13:53:07 -04:00
Josh Boyer
d0310083bc
Linux v3.15-rc7-40-gcd79bde29f00
...
- Reenable debugging options.
2014-05-28 09:25:47 -04:00
Josh Boyer
ef9829bea9
Linux v3.15-rc7
...
- Disable debugging options.
2014-05-26 15:08:56 -04:00
Josh Boyer
59109928c5
Linux v3.15-rc6-213-gdb1003f23189
...
- Reenable debugging options.
2014-05-25 20:09:28 -04:00
Josh Boyer
89def195d0
Enable CONFIG_R8723AU (rhbz 1100162)
2014-05-22 09:49:27 -04:00
Josh Boyer
ae50ad7f0e
Linux v3.15-rc6
...
- Disable debugging options.
2014-05-22 08:16:37 -04:00
Josh Boyer
f47e6726e9
Linux v3.15-rc5-270-gfba69f042ad9
2014-05-21 10:22:34 -04:00
Josh Boyer
6031430eb3
Linux v3.15-rc5-157-g60b5f90d0fac
2014-05-20 09:44:35 -04:00
Dan Horák
a9cc543e43
kernel metapackage shouldn't depend on subpackages we don't build
...
On %{nobuildarches} we don't build the real kernel and modules, so don't set
a Requires for them. The positive effect is that we can eliminate an explicit
kernel Provides from the fake-build-provides package in secondary kojis.
2014-05-19 11:38:30 -04:00
Josh Boyer
f055781cf8
Fix build fail on s390x
2014-05-15 14:16:36 -04:00
Josh Boyer
f19b8f46b4
Enable autoprov for kernel packages
...
This allows RPM to generate Provides:kmod(foo.ko) statements for every
module shipped in the package. That in turn allows packages to put
requires on specific modules and not worry about which package they are
located in.
2014-05-14 09:52:58 -04:00
Kyle McMartin
8922622858
kernel.spec: xz compress modules on i686 and x86_64
...
Pretty grody, but it seems to be working... it has to happen after
module signing (obviously) and after find-debuginfo.sh runs as well, so
tacking it onto the end seems sensible, and then just fixing up the file
lists as we go. Provides a nice tidy savings to the disk footprint:
kyle@dreadnought:~% for i in kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm \
kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm.1; do \
rpm -qip $i | grep '^Size'; done
Size : 43011603
Size : 81106737
kmod has handed .xz and .gz modules for a long time now, and can cope.
I was thinking we might also %ghost the .ko, and have a %post install
script that un-xz the modules in /proc/modules, but none of them are big
enough for that to be worthwhile I think (maybe XFS, but I doubt it.)
--Kyle
2014-05-13 11:30:35 -04:00
Josh Boyer
54a9e1a9cf
Don't try and merge local config changes on arches we aren't building
2014-05-13 11:29:55 -04:00
Josh Boyer
8ac1d4cad8
Linux v3.15-rc5-77-g14186fea0cb0
2014-05-13 10:04:51 -04:00
Josh Boyer
f14e7d5392
Linux v3.15-rc5-9-g7e338c9991ec
...
- Reenable debugging options.
2014-05-12 15:00:40 -04:00
Peter Robinson
01fa90a68e
Disable some unneed drivers on ARM
2014-05-10 23:24:25 +01:00
Peter Robinson
5f0cb5e84b
Enable Marvell Dove support, minor ARM cleanups
2014-05-10 21:59:43 +01:00
Josh Boyer
3db76a2743
Linux v3.15-rc5
...
- Disable debugging options.
2014-05-10 09:45:02 -04:00
Josh Boyer
ccd2942fe5
Move isofs to kernel-core
2014-05-09 11:03:40 -04:00
Josh Boyer
64f88b805e
Linux v3.15-rc4-320-gafcf0a2d9289
2014-05-09 09:59:18 -04:00
Josh Boyer
5f24d860e4
Linux v3.15-rc4-298-g9f1eb57dc706
2014-05-08 08:38:31 -04:00
Josh Boyer
578819169f
Linux v3.15-rc4-260-g38583f095c5a
2014-05-07 09:32:32 -04:00
Josh Boyer
94665dc3b5
Linux v3.15-rc4-202-g30321c7b658a
...
- Reenable debugging options.
2014-05-06 09:02:21 -04:00
Peter Robinson
b478a814ee
fix arm merge
2014-05-05 22:50:43 +01:00
Peter Robinson
b597cbbbef
Fix some USB on ARM LPAE kernels
2014-05-05 22:49:15 +01:00
Kyle McMartin
ea6c81b4d8
install arch/arm/include/asm/xen headers on aarch64
2014-05-05 17:46:26 -04:00
Josh Boyer
4e7d9ba0b6
Linux v3.15-rc4
...
- Disable debugging options.
2014-05-05 15:38:28 -04:00
Hans de Goede
da8e53a108
Add use_native_brightness quirk for the ThinkPad T530 (rhbz 1089545)
2014-05-05 14:08:30 +02:00
Peter Robinson
a810b00c27
remove last vestiges of ISA config which was obsolete anyway as ISA is disabled
2014-05-05 00:03:56 +01:00
Peter Robinson
8332546a78
General minor ARM cleanups
2014-05-04 21:28:41 +01:00
Peter Robinson
6f47bb5863
minor generic cleanups, no overall change
2014-05-04 19:39:46 +01:00
Josh Boyer
7634052e1c
Bump baserelease for build
2014-05-04 07:35:24 -04:00
Josh Boyer
6d90aa8fe0
Fix k-m-e requires on k-m-uname-r provides
...
ONE MORE TIME WITH FEELING
2014-05-04 07:34:08 -04:00