Commit Graph

1124 Commits

Author SHA1 Message Date
Justin M. Forbes 9198b1c856 Linux v3.8-rc2-222-g2a893f9 2013-01-08 09:35:57 -06:00
Justin M. Forbes c011f81972 remove the namei-include.patch, it's upstream now 2013-01-07 15:37:16 -06:00
Justin M. Forbes 41659d6421 Linux v3.8-rc2-191-gd287b87 2013-01-07 15:24:21 -06:00
Peter Robinson 6f61d3d33c Further ARM config updates, Add patch to fix building omapdrm 2013-01-07 19:50:16 +00:00
Justin M. Forbes 5d109f0781 Kill sparc, it's dead 2013-01-07 10:50:09 -06:00
Justin M. Forbes af8f3ebeb7 Fix up configs for build 2013-01-07 10:40:58 -06:00
Josh Boyer fd89f36b90 Patch to fix efivarfs underflow from Lingzhu Xiang (rhbz 888163) 2013-01-07 11:25:41 -05:00
Peter Robinson 14f894d108 Initial update of ARM configs for 3.8, Enable DRM driver for tegra, Drop separate imx kernel. Will be reintroduced soon in unified 2013-01-05 20:39:44 +00:00
Justin M. Forbes f82b10781d Linux v3.8-rc2-116-g5f243b9 2013-01-04 15:16:10 -06:00
Josh Boyer 5a4dd83779 BR the hostname package (rhbz 886113) 2013-01-02 09:08:37 -05:00
Dave Jones 834dba8200 On rebases, list new config options.
(Revert to pre-18 behaviour)
2012-12-18 15:51:22 -05:00
Dave Jones 6116703e3e trim changelog 2012-12-18 10:52:58 -05:00
Josh Boyer 0aeca8efc1 Fix oops in sony-laptop setup (rhbz 873107) 2012-12-17 09:12:27 -05:00
Peter Robinson 878f7ae56d Add patch to fix arm imx drm driver build 2012-12-14 15:09:56 +00:00
Josh Boyer e1b90cc25d Fix infinite loop in efi signature parser
- Don't error out if db doesn't exist
2012-12-12 15:17:34 -05:00
Peter Robinson 741da46e82 Merge branch 'master' of ssh://pkgs.fedoraproject.org/kernel 2012-12-11 18:56:35 +00:00
Peter Robinson d787679a77 Update ARM configs for latest 3.7, Drop highbank kernel build variant as its in unified kernel 2012-12-11 18:54:51 +00:00
Josh Boyer 4fc17ca768 Update secure boot patches to include MoK support 2012-12-11 13:32:26 -05:00
Josh Boyer 2df5ebe9f2 Fix IBSS scanning in mac80211 (rhbz 883414) 2012-12-11 12:06:39 -05:00
Dave Jones 8a3c3fe290 Reenable debugging options. 2012-12-11 11:57:22 -05:00
Dave Jones 53fa0abda2 Linux v3.7 2012-12-11 09:49:11 -05:00
Josh Boyer 36f5ff2d4e Linux v3.7-rc8
- Disable debugging options.
2012-12-04 09:49:08 -05:00
Josh Boyer 5808d6aa29 Linux v3.7-rc7-163-g3c46f3d 2012-12-02 09:41:05 -05:00
Justin M. Forbes 1cfc9e3d1c Linux v3.7-rc7-71-ge9296e8 2012-11-30 09:12:54 -06:00
Peter Robinson 0defb6af7b Update some ARM GPIO and I2C configs 2012-11-29 13:51:17 +00:00
Peter Robinson 0d62a04e08 Hopefully fix the ARM unified kernel build 2012-11-29 09:25:22 +00:00
Josh Boyer 0970aa2a81 Update patches for 8139cp issues from David Woodhouse (rhbz 851278) 2012-11-27 14:06:45 -05:00
Josh Boyer 739840a505 Linux v3.7-rc7-25-g2844a48
- Reenable debugging options.
2012-11-27 09:07:29 -05:00
Josh Boyer 70ba27c8dc Linux v3.7-rc7
- Disable debugging options.
2012-11-26 16:41:42 -05:00
Josh Boyer 83ff7b7535 Enable CONFIG_UIO_PDRV on ppc64 (rhbz 878180) 2012-11-26 10:47:54 -05:00
Josh Boyer dc02a216f9 Disable perf libunwind support. Revisit in 3.8 when elf-utils has unwind 2012-11-26 10:46:58 -05:00
Josh Boyer fee5e57d00 CVE-2012-4530: stack disclosure binfmt_script load_script (rhbz 868285 880147) 2012-11-26 09:10:53 -05:00
Josh Boyer f1e8a77adb Linux v3.7-rc6-209-g194d983 2012-11-24 19:40:35 -05:00
Josh Boyer 8ec3ca8249 Linux v3.7-rc6-109-g26d29d0 2012-11-23 07:58:05 -05:00
Josh Boyer 89d7c1ef73 Linux v3.7-rc6-41-g99b6e1e 2012-11-21 07:35:09 -05:00
Josh Boyer 35ceed23ec Add VC_MUTE ioctl (rhbz 859485) 2012-11-20 08:38:25 -05:00
Josh Boyer c7233c4b7e Add support for BCM20702A0 (rhbz 874791) 2012-11-20 07:53:59 -05:00
Peter Robinson 6d041dc4e3 Change the minimum mmap address back to 32768 on ARM systems (thanks to Jon Masters), Add patch to fix unified kernel build failure 2012-11-20 09:45:08 +00:00
Josh Boyer ad6cd36832 Add various patches to fix perf build on non-x86 arches 2012-11-19 14:17:23 -05:00
Josh Boyer 4dd0505711 Linux v3.7-rc6-21-g3587b1b
- Reenable debugging options.
2012-11-19 07:50:13 -05:00
Josh Boyer cf4581e1f8 Linux v3.7-rc6
- Disable debugging options.
2012-11-17 07:21:39 -05:00
Jeff Layton 6681651872 Kconfig: enable CONFIG_CIFS_SMB2
Enough of the CIFS SMB2 code has been merged into 3.7 that users can
now mount SMB2.1 shares from servers that support it. It's still fairly
experimental, but enabling the Kconfig option is unlikely to break
users who are using SMB1.

Let's go ahead and enable this in 3.7 kernels. I think this patch
should be sufficient, but let me know if we should do anything else.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-11-16 08:51:24 -05:00
Josh Boyer e58fc2dbb8 Linux v3.7-rc5-68-gc5e35d6 2012-11-16 08:25:43 -05:00
Josh Boyer 0758f4450d Bump for build 2012-11-14 21:59:25 -05:00
Josh Boyer 19d3a2dc57 Fix module signing of kernel flavours 2012-11-14 21:45:22 -05:00
Josh Boyer 31bc2ae998 Add patch from David Howells to fix header guards on installed kernel headers 2012-11-13 12:42:33 -05:00
Josh Boyer 858d74266a Linux v3.7-rc5-14-g9924a19
- Reenable debugging options.
2012-11-13 08:23:00 -05:00
Peter Robinson f1fac620d9 Minor ARM unified config updates 2012-11-11 20:00:39 +00:00
Josh Boyer 9d0153e811 Linux v3.7-rc5
- Disable debugging options.
2012-11-11 09:24:41 -05:00
Josh Boyer 6e47491a23 Linux v3.7-rc4-136-gaffd9a8 2012-11-10 11:47:49 -05:00