Commit graph

2,431 commits

Author SHA1 Message Date
Josh Boyer
cbb8a694bd Fix iscsi with QNAP devices (rhbz 1208999) 2015-04-24 09:53:34 -04:00
Peter Robinson
6aa9b21f87 Enable all sound modules for TrimSlice (also needed for other devices), 4.0.0-2 was never built against commit so update to avoid changelog <-> NV confusion 2015-04-22 13:26:35 +01:00
Peter Robinson
9ed4e5a6ac add patch to fix RTC on TrimSlice (on route to 4.1) 2015-04-22 00:11:11 +01:00
Laura Abbott
b9992ba31f Fix sound issues (rhbz 1188741) 2015-04-20 09:24:12 -07:00
Josh Boyer
6bb1eb088b Add support for touchpad on Google Pixel 2 (rhbz 1209088) 2015-04-17 11:24:28 -04:00
Josh Boyer
92d6f6219a Allow disabling raw mode in logitech-hidpp (rhbz 1210801) 2015-04-17 08:22:03 -04:00
Josh Boyer
721969bbbe Add patch to fix tty closure race (rhbz 1208953) 2015-04-15 12:53:24 -04:00
Josh Boyer
097f49cf7d Linux v4.0 2015-04-13 05:37:34 -04:00
Josh Boyer
8f3ea8efc7 Linux v4.0-rc7-42-ge5e02de0665e 2015-04-10 10:59:05 -04:00
Josh Boyer
ab147f2e64 Linux v4.0-rc7-30-g20624d17963c 2015-04-09 10:00:14 -04:00
Josh Boyer
498055861e Linux v4.0-rc6-101-g0a4812798fae 2015-04-02 16:47:05 -04:00
Josh Boyer
d97032bf4d DoS against IPv6 stacks due to improper handling of RA (rhbz 1203712 1208491) 2015-04-02 08:24:00 -04:00
Josh Boyer
1a6df1b900 Linux v4.0-rc6-31-gd4039314d0b1
- CVE-2015-2150 xen: NMIs triggerable by guests (rhbz 1196266 1200397)
2015-04-01 20:24:27 -04:00
Josh Boyer
a86ca716e6 CVE-2015-2150 xen: NMIs triggerable by guests (rhbz 1196266 1200397)
Part deux: Fix it harder
2015-04-01 08:39:55 -04:00
Josh Boyer
ba969407f8 Enable MLX4_EN_VXLAN (rhbz 1207728) 2015-03-31 11:15:10 -04:00
Josh Boyer
69e62930fa Linux v4.0-rc6 2015-03-30 09:07:22 -04:00
Josh Boyer
83d70862f3 Linux v4.0-rc5-96-g3c435c1e472b
- Fixes hangs due to i915 issues (rhbz 1204050 1206056)
2015-03-27 09:22:25 -04:00
Josh Boyer
6b80640f60 Linux v4.0-rc5-80-g4c4fe4c24782 2015-03-26 09:21:49 -04:00
Peter Robinson
d2357b5286 Add aarch64 patches to fix mustang usb, seattle eth, and console settings 2015-03-26 01:15:14 +00:00
Josh Boyer
069780434c Add patches to fix a few more i915 hangs/oopses 2015-03-25 17:36:11 -04:00
Josh Boyer
ef873954a5 Linux v4.0-rc5-53-gc875f421097a 2015-03-25 13:09:44 -04:00
Josh Boyer
abd32ea61a Fix ALPS v5 and v7 trackpads (rhbz 1203584) 2015-03-24 12:33:10 -04:00
Josh Boyer
1654466ce9 Linux v4.0-rc5-25-g90a5a895cc8b
- Add some i915 fixes
2015-03-24 12:14:01 -04:00
Peter Robinson
2464bd0900 drop aarch64patches. No functional change 2015-03-24 14:57:35 +00:00
Josh Boyer
57da8c8042 Enable CONFIG_SND_BEBOB (rhbz 1204342) 2015-03-23 15:17:14 -04:00
Josh Boyer
5d1d60df95 Validate iovec range in sys_sendto/sys_recvfrom 2015-03-23 15:17:09 -04:00
Josh Boyer
51ab767c6f Revert i915 commit that causes boot hangs on at least some headless machines 2015-03-23 15:16:58 -04:00
Josh Boyer
5c419be2ac Linux v4.0-rc5 2015-03-23 15:16:51 -04:00
Josh Boyer
57574e5ee3 Fix brightness on Lenovo Ideapad Z570 (rhbz 1187004) 2015-03-20 11:35:28 -04:00
Josh Boyer
d7ac01aa2c Linux v4.0-rc4-199-gb314acaccd7e 2015-03-20 11:28:54 -04:00
Josh Boyer
53cebab302 Linux v4.0-rc4-88-g7b09ac704bac
- Rename arm64-xgbe-a0.patch
2015-03-19 16:06:06 -04:00
Peter Robinson
32901ddb89 Drop the big arm64 patch, just pull in the specific patches we need to fix specific problems 2015-03-19 18:23:30 +00:00
Jarod Wilson
f079072cc5 The package and description definitions should always match
The %package foo and %description foo bits should always match. If you use
-n for one, use it for the other, and vice versa.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-19 10:52:22 -04:00
Josh Boyer
f407480a26 Add patch to fix high cpu usage on direct_read kernfs files (rhbz 1202362) 2015-03-19 09:11:24 -04:00
Jarod Wilson
1a7a65b477 The if conditional needs quotes here, apparently
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-18 15:54:55 -04:00
Jarod Wilson
debc07551f Add k-var-headers Obsoletes/Provides
When doing a variant build, you want kernel-variant-headers to Obsoletes:
and Provides: kernel-headers, so that it can upgrade/replace
kernel-headers. Otherwise, attempting to install kernel-variant-headers
leads to rpm spewing file conflicts with kernel-headers, if installed.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-18 15:54:52 -04:00
Jarod Wilson
cfabbc3496 Fix kernel-uname-r Requires/Provides variant mismatches
There was some discontinuity between the Requires and Provides with
respect to variant builds. They have to match, or you wind up with variant
builds that can't install w/o forcing them to ignore dependencies.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-18 15:54:36 -04:00
Kyle McMartin
32b7aa0cb5 enable PCI_ECAM 2015-03-17 11:36:42 -04:00
Kyle McMartin
b932f950c0 tag for build 2015-03-17 11:17:06 -04:00
Kyle McMartin
3cfa813c24 update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64 2015-03-17 11:15:44 -04:00
Jarod Wilson
f8e9640c2b Fix bad variant usage in kernel dependencies
This was resulting in a variant build with dependencies like so:

error: Failed dependencies:
	kernel--vanilla-core-uname-r = ...

The variant already has a - at the start of it, so the always-there one
should be after variant and variant will provide the one between kernel
and itself.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-17 09:17:54 -04:00
Josh Boyer
35466ad3b6 Drop upstreamed quirk patches that still apply
Yay patch(1) for letting these get doubly applied.
2015-03-17 09:02:54 -04:00
Josh Boyer
9608f11d20 Linux v4.0-rc4
- Drop arm64 RCU revert patch.  Should be fixed properly upstream now.
- Disable debugging options.
2015-03-16 10:07:00 -04:00
Jarod Wilson
cd37906b18 And one more missing -n for kernel-tools
Yeah, I shouldn't be committing things to the Fedora kernel tree when I
haven't done so in years, and its after 2am on a Saturday night. I promise
I haven't been drinking though...

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-15 02:10:02 -04:00
Jarod Wilson
831c8c2758 Oops, missed a few more -n for kernel-tools
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-15 02:08:25 -04:00
Jarod Wilson
7220f8a9ca Fix kernel-tools sub-packages for variant builds
If you try rebuilding with a %variant set, you'll hit:

error: line 2026: Package does not exist: %post -n kernel-tools

In the %post defs, we had '%post -n kernel-tools', while the package was
named simply '%package tools', which for the base kernel build, meant they
worked out to the same thing, but if doing say a kernel-vanilla build, you
had kernel-vanilla-tools and kernel-tools mismatching. This fixes the
inconsistency.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2015-03-15 02:02:19 -04:00
Josh Boyer
02a7d0ba14 Fix esrt build on aarch64
Tested via cross build with:
[jwboyer@vader linux]$ aarch64-linux-gnu-gcc --version
aarch64-linux-gnu-gcc (GCC) 4.9.1 20140717 (Red Hat Cross 4.9.1-1)
2015-03-13 15:26:01 -04:00
Kyle McMartin
10b2b756c8 revert ESRT on AArch64 for now 2015-03-13 12:57:01 -04:00
Kyle McMartin
088b1f27a9 arm64-revert-tlb-rcu_table_free.patch: revert 5e5f6dc1
which causes lockups on arm64 machines.
2015-03-13 12:38:27 -04:00
Josh Boyer
62a6befde2 Add patch to support clickpads (rhbz 1201532) 2015-03-13 09:47:14 -04:00