Josh Boyer
c2a12cd16f
Add kernel module signing on x86
...
Leave enforcing disabled for now, so unsigned modules can still load. This
can be switched by adding "enforcemodulesig=1" to the kernel command line.
2012-03-07 15:07:26 -05:00
Dave Jones
8247ca06d4
Disable debugging options.
2012-03-07 01:10:40 -05:00
Dave Jones
0b705fdb93
Linux v3.3-rc6-132-g55062d0
2012-03-07 01:09:59 -05:00
Dave Jones
bbec1598a7
Linux v3.3-rc6-131-g097d591
2012-03-06 22:35:32 -05:00
Dave Jones
986c6ceb52
Linux 3.3-rc6
2012-03-05 11:58:39 -05:00
John W. Linville
18b1cc8929
Turn-off CONFIG_B43_BCMA_EXTRA to avoid b43/brcmsmac overlap
2012-03-05 11:33:07 -05:00
Mark Wielaard
ec9ad688ad
Add -r to debuginfo_args to invoke eu-strip --reloc-debug-sections.
...
The -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections
reduces the number of unnecessary relocations in kernel module .ko.debug
files. This saves ~500MB on the installed size of the kernel-debuginfo
package and makes the rpm file ~30MB smaller.
2012-03-05 09:10:31 -05:00
Justin M. Forbes
77c4837f0f
Disable threading on compression/decompression for hibernate
2012-03-02 14:18:50 -06:00
Adam Jackson
a3e5ef0ac4
drm-intel-crtc-dpms-fix.patch: Fix system hang on gen2 kit on DPMS ( #730853 )
2012-03-02 12:22:53 -05:00
Dave Jones
766e8e89f6
temporarily switch to low-performance polling IRQ mode when unexpected IRQs occur.
2012-03-01 13:07:00 -05:00
Dave Jones
b9cc47d08a
Linux v3.3-rc5-101-g88ebdda
2012-02-29 16:18:49 -05:00
John W. Linville
e48a479ee9
Disable with_backports (pending removal)
...
Disable a number of drivers for ancient wireless LAN cards
Disable iwm3200-related drivers (hardware never released)
Disable "thin firmware" version of libertas driver (libertas_tf)
2012-02-29 13:51:54 -05:00
Josh Boyer
5f05fc562a
Add patch to enable keyboard backlight on Sony laptops (rhbz 728478)
2012-02-28 15:47:00 -05:00
Dave Jones
18bb3c2c93
Disable CONFIG_USB_DEVICEFS (Deprecated).
2012-02-28 15:42:00 -05:00
Justin M. Forbes
4d8a6ac05d
CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup (rhbz 798296)
2012-02-28 14:14:22 -06:00
Dave Jones
e0d8aaf397
Linux v3.3-rc5-88-g586c6e7
2012-02-28 11:26:50 -05:00
Josh Boyer
4f646f3602
Add patch to fix regression in FADT revision checks (rhbz 730007 727865)
2012-02-27 14:21:45 -05:00
Josh Boyer
53294d9ceb
Linux 3.3-rc5-git1 (upstream 500dd2370e77c9551ba298bdeeb91b02d8402199)
2012-02-27 08:26:29 -05:00
Josh Boyer
ed314e28a7
Reenable debugging options.
2012-02-27 08:20:15 -05:00
Josh Boyer
15133d7ec3
Add patch from Linus Torvalds to fix 32-bit autofs4 build
2012-02-26 11:04:23 -05:00
Josh Boyer
9a6c2dc6e9
Disable debugging options.
2012-02-25 17:24:39 -05:00
Josh Boyer
b4aa2bcd05
Linux 3.3-rc5
2012-02-25 17:23:18 -05:00
Josh Boyer
7e4a1e0b31
Linux 3.3-rc4-git5 (upstream b52b80023f262ce8a0ffdcb490acb23e8678377a)
2012-02-25 08:19:38 -05:00
Josh Boyer
9007bbd9ca
Linux 3.3-rc4-git4 (upstream bb4c7e9a9908548b458f34afb2fee74dc0d49f90)
2012-02-24 10:16:35 -05:00
Peter Robinson
97528538cb
Further ARM config updates
2012-02-23 14:12:12 +00:00
Josh Boyer
e1b88851aa
Linux 3.3-rc4-git3 (upstream 45196cee28a5bcfb6ddbe2bffa4270cbed66ae4b)
2012-02-22 20:02:41 -05:00
Josh Boyer
728b14e247
One s/kversion/KVERREL too many
...
Fix prep as the tarball untars to linux-%{kversion}
2012-02-22 19:19:37 -05:00
Josh Boyer
83337ce813
Build in a fully versioned directory
...
Switch to building in linux-%{KVERREL} so we have a fully versioned directory.
This also helps (but doesn't solve) rhbz 751195.
2012-02-22 18:55:53 -05:00
Josh Boyer
530700bbaa
Linux 3.3-rc4-git2 (upstream 719741d9986572d64b47c35c09f5e7bb8d389400)
2012-02-22 10:12:24 -05:00
Josh Boyer
3e2e5a32aa
Drop x86-Avoid-invoking-RCU-when-CPU-is-idle.patch (rhbz 795050)
2012-02-21 20:02:22 -05:00
Peter Robinson
201cb5c644
update ARM configs to F-17 branch
2012-02-21 23:05:36 +00:00
Josh Boyer
598ed8b2a0
ext4: fix resize when resizing within single group (rhbz 786454)
2012-02-21 14:42:33 -05:00
Josh Boyer
292a6915db
imon: don't wedge hardware after early callbacks (rhbz 781832)
2012-02-21 14:32:23 -05:00
Josh Boyer
73a9923d68
Enable rtl8712 driver (rhbz 699618)
2012-02-21 11:35:35 -05:00
Josh Boyer
12b12c6ad6
Linux 3.3-rc4-git1 (upstream 27e74da9800289e69ba907777df1e2085231eff7)
2012-02-21 10:52:32 -05:00
Josh Boyer
71c117f4fa
Revert "Append .debug to rawhide builds"
...
This reverts commit 0288b5115e
.
The way we have all the macros coded, this means all the paths need to end
with .debug, including the %kernel_variant_files macros. That gets ugly
rather quickly with the "simple" fix the above commit tried. An alternate
solution might be to override the variants built instead.
2012-02-21 10:20:14 -05:00
Dave Jones
43a44e9595
Do not call drivers when invalidating partitions for -ENOMEDIUM
2012-02-20 20:32:37 -05:00
Josh Boyer
c10e53789b
Avoid using stack variables in ums_realtek (again) (rhbz 795544)
2012-02-20 16:20:43 -05:00
Dave Jones
e9f72477ec
NFSv4: Fix an Oops in the NFSv4 getacl code
2012-02-20 13:40:26 -05:00
Josh Boyer
cd70fad7ef
Reenable debugging options.
2012-02-20 09:05:36 -05:00
Josh Boyer
0288b5115e
Append .debug to rawhide builds
...
When we have debugbuildsenabled=0, we're actually building a debug kernel.
To help point this out, let's append .debug in EXTRAVERSION like we would
when building kernel-debug
2012-02-20 09:05:03 -05:00
Josh Boyer
9167f1f0b9
Linux 3.3-rc4
...
Disable debugging options.
2012-02-19 22:29:59 -05:00
Peter Robinson
d78aa36f27
More ARM config updates, fix NVEC patch
2012-02-19 12:34:38 +00:00
Dave Jones
abc7c8e59f
improve handling of null rate in LIS3LV02Dx accelerometer driver. (rhbz 785814)
2012-02-17 16:03:23 -05:00
Dave Jones
e4ae14c096
Reenable radio drivers. (rhbz 784824)
2012-02-17 14:57:14 -05:00
Josh Boyer
fcbaf26ab3
Freeze all filesystems during system suspend/hibernate.
...
Rebased http://marc.info/?l=linux-kernel&m=132775832509351&w=4 to 3.3-rc3
2012-02-17 13:42:40 -05:00
Josh Boyer
49739536e3
Linux 3.3-rc3-git7 (upstream 4903062b5485f0e2c286a23b44c9b59d9b017d53)
2012-02-17 10:20:23 -05:00
Peter Robinson
af0a6dbf60
comment out NVEC patch for the moment
2012-02-16 11:19:55 +00:00
Peter Robinson
8efb1faee8
update ARM configs for 3.3
2012-02-16 01:03:09 +00:00
Josh Boyer
51519e824d
Require newer linux-firmware package for updated bnx2/bnx2x drivers
2012-02-15 19:04:52 -05:00