Josh Boyer
9f67b6884b
Apply patch to fix uvcvideo crash (rhbz 836742)
2012-07-26 11:11:16 -04:00
Josh Boyer
4277cc49ac
Drop ARM support. It isn't built in F16.
2012-07-25 16:33:29 -04:00
Josh Boyer
0e04e7c476
Add patch to fix cpu pinning after suspend/resume (rhbz 714271)
2012-07-25 08:04:51 -04:00
Josh Boyer
83ce91e6c2
Linux v3.4.6
2012-07-19 16:29:04 -04:00
Josh Boyer
9358096eaf
check return value of power_supply_register from Lan Tianyu (rhbz 772730)
2012-07-18 09:13:07 -04:00
Josh Boyer
28a83dc698
Linux v3.4.5
2012-07-16 14:52:26 -04:00
Josh Boyer
b24ad922a5
Add patch to fix ACPICA null pointer exception regression (rhbz 834318)
2012-07-12 16:51:05 -04:00
Justin M. Forbes
a9a4422683
Fix FIPS for aesni hardware (rhbz 839239)
2012-07-11 10:48:33 -05:00
Josh Boyer
3c82288578
Add patch to fix xen dom0 crash when using BLKDISCARD (rhbz 824641)
2012-07-10 13:27:04 -04:00
Justin M. Forbes
6cc1c4a89f
ACPI, APEI, Avoid too much error reporting in runtime
2012-07-06 16:29:41 -05:00
Josh Boyer
e8239bd251
Fix device misprobe for Gobi devices (rhbz 829880)
2012-07-05 13:58:39 -04:00
Josh Boyer
5dd559875a
Fix breakage in nouveau with nv_two_heads (rhbz 830359)
2012-07-05 13:50:40 -04:00
Josh Boyer
84bcf579de
Apply patch to fix tg3 watchdog hangs on BCM5906 devices (rhbz 825123)
2012-07-05 13:45:27 -04:00
Josh Boyer
4ce79607e9
Patch from Stanislaw Gruszka to fix rt2x00 USB access point (rhbz 828824)
2012-07-04 11:30:05 -04:00
Josh Boyer
523e29cf0b
Allow ACPI backlight to still work if _DOS isn't present (rhbz 834910)
2012-07-03 10:25:13 -04:00
John W. Linville
727632ebef
ath9k: fix panic caused by returning a descriptor we have... (rhbz 832927)
2012-06-29 10:41:04 -04:00
Josh Boyer
2f6d12ef4a
Add version to changelog for build
2012-06-26 16:15:42 -04:00
Dave Jones
079eb63f01
Add mm-correctly-synchronize-rss-counters-at-exit-exec.patch (rhbz 832867)
2012-06-26 15:56:16 -04:00
Josh Boyer
7d971d55eb
Add task_work_add backport from Anton Arapov
2012-06-26 15:40:03 -04:00
Josh Boyer
cec1aca5a9
Add patch to fix mount hangs (rhbz 835019)
2012-06-26 11:38:14 -04:00
John W. Linville
def7f17730
ath9k_htc: configure bssid on ASSOC/IBSS change (rhbz 828731)
2012-06-26 11:12:53 -04:00
Justin M. Forbes
1b3fae83d0
Linux 3.4.4
2012-06-22 16:53:07 -05:00
Josh Boyer
2da3bb764c
Add uprobe backports from Anton Arapov (rhbz 832083)
2012-06-22 10:19:17 -04:00
Josh Boyer
8a1178d184
Disable UDL DRM driver per Dave Airlie
2012-06-22 07:58:19 -04:00
Josh Boyer
d82b14bfca
Fix incorrect logic in irqpoll patch
2012-06-20 15:17:29 -04:00
Josh Boyer
783e7aa493
Add proposed patch to fix READ_CAPACITY command on usb keys (rhbz 831807)
2012-06-20 08:36:33 -04:00
Justin M. Forbes
06bcea703a
Linux 3.4.3
2012-06-18 10:50:32 -05:00
Josh Boyer
fd269b5b6a
Add patch to fix CIFS password mount option parsing (rhbz 832741)
...
- Add patch to fix udl device binding (rhbz 832188)
2012-06-18 08:37:35 -04:00
Justin M. Forbes
8b4ddbe29f
Add bison to buildrequires, learn from my mistakes
2012-06-14 15:02:27 -05:00
Justin M. Forbes
14735d3577
Linux 3.4.2
2012-06-14 14:03:10 -05:00
Josh Boyer
c701cb2c67
Linux v3.3.8
2012-06-04 16:13:28 -04:00
Dave Jones
474849beb1
disable 32bit nx, it seems to be broken
2012-06-04 11:55:51 -04:00
Josh Boyer
d0d0771165
Include upstream commit 4523e145 for CVE-2012-2390
...
This fixes an oops that was trivially triggered after the original commit
went in. Props to Dave J.
2012-05-30 12:02:58 -04:00
Josh Boyer
0cb34a0046
CVE-2012-2390 huge pages: memory leak on mmap failure (rhbz 824352 824345)
2012-05-30 07:45:02 -04:00
Mauro Carvalho Chehab
8ae7ce1b01
Don't customise tuners or frontends
...
The option to customise tuners/frontends are there to allow
embedded systems or advanced users that compile their own
kernels to disable I2C modules that aren't used by their
specific device. When those options are not selected, the
building system will automatically select the modules that
are needed by each DVB device.
The end result is that dummy frontends used only for testing,
like DVB_DUMMY_FE won't be selected.
Also, when newer frontends are added (and they're added all
the times), the new ones will automatically be selected, if
the bridge drivers that support them are selected.
This also makes the configuration simpler to understand.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-05-25 08:13:45 -03:00
Josh Boyer
11891dbd24
CVE-2012-2372 mm: 32bit PAE pmd walk vs populate SMP race (rhbz 822821 822825)
2012-05-24 07:44:21 -04:00
Justin M. Forbes
60baf10f8c
Linux 3.3.7
2012-05-22 08:43:51 -05:00
Josh Boyer
d1a2aa668f
Additional fixes for CVE-2011-4131 (rhbz 822874 822869)
2012-05-18 09:19:40 -04:00
Josh Boyer
5a13292239
Fix rtlwifi async firmware load race condition (rhbz 822120)
2012-05-17 10:32:19 -04:00
Justin M. Forbes
9011ea4427
rtl818x fix sleeping function called from invalid context (rhbz 795176)
2012-05-16 16:26:49 -05:00
Josh Boyer
2db8c9ffc3
Fixup atl1c register programming (rhbz 749276)
2012-05-15 07:58:00 -04:00
Justin M. Forbes
eefa8b0319
Linux 3.3.6
2012-05-14 13:33:04 -05:00
Mauro Carvalho Chehab
79b001249a
Update the release tag
...
Previous patch updated the wrong field.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-05-08 07:47:41 -03:00
Mauro Carvalho Chehab
33a9dbb6ec
Fix DVB-S zig-zag logic
...
This logic got broken by the dvb_frontend.c rewrite.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-05-07 14:50:48 -03:00
Josh Boyer
eee168ca53
Linux 3.3.5
...
- Add patch to rate limit NFSv4 message (rhbz 732748)
2012-05-07 13:31:38 -04:00
Josh Boyer
269237b49f
unfiltered netdev rio_ioctl access by users (rhbz 818820)
2012-05-04 07:18:01 -04:00
Justin M. Forbes
e4ef364737
Additional slip options reverted to prior state
2012-05-03 09:29:13 -05:00
Justin M. Forbes
f6138cc863
Reenable slip for F16 (rhbz 818308)
2012-05-03 08:52:20 -05:00
Justin M. Forbes
28303e222e
Many patches from 3.3.5 stable queue
2012-05-03 08:12:57 -05:00
Josh Boyer
aef7a0c111
Backport ipw2x00 nl80211 cipher suite reporting (rhbz 817298)
2012-04-30 15:28:08 -04:00