Commit Graph

1440 Commits

Author SHA1 Message Date
Peter Robinson 41d4762350 Enable USB gadget module on ARM to fix build i.MX usb modules 2013-07-15 15:48:14 +01:00
Peter Robinson 654446dc9c Update ARM config 2013-07-15 00:18:10 +01:00
Dennis Gilmore 5fae89b73b ARM: update and reenable wandboard quad dtb patch 2013-07-14 17:55:42 -05:00
Justin M. Forbes 5265f6cee2 Linux v3.10-9289-g9903883 2013-07-12 16:14:50 -05:00
Dave Jones 73e4f49352 Disable LATENCYTOP/SCHEDSTATS in non-debug builds. 2013-07-12 11:50:09 -04:00
Josh Boyer ae1356ac9f Add iwlwifi fix for connection issue (rhbz 885407) 2013-07-12 07:51:34 -04:00
Justin M. Forbes 9c63d892b7 Linux v3.10-9080-g19d2f8e 2013-07-11 16:08:40 -05:00
Kyle McMartin bc78224ff8 enable USB on i.MX based boards, patch from Niels de Vos 2013-07-11 11:18:59 -04:00
Peter Robinson 9e2e618269 ARM config cleanups and changes for 3.11 2013-07-11 06:54:59 +01:00
Kyle McMartin f334b47074 Fix crash-driver.patch to properly use page_is_ram. 2013-07-10 10:33:36 -04:00
Justin M. Forbes e1d6f3889c Linux v3.10-6378-ga82a729 2013-07-09 16:19:07 -05:00
Peter Robinson 650cdc7e75 Initial ARM config for 3.11 2013-07-08 22:48:19 +01:00
Justin M. Forbes 692b701d08 Linux v3.10-6005-gd2b4a64 2013-07-08 14:59:04 -05:00
Josh Boyer 333a655d54 Add vhost-net use-after-free fix (rhbz 976789 980643) 2013-07-05 09:07:15 -04:00
Josh Boyer 8fb285bdac Add fix for timer issue in bridge code (rhbz 980254) 2013-07-05 09:05:28 -04:00
Josh Boyer af1ede06d2 Add patches to fix iwl skb managment (rhbz 977040) 2013-07-03 08:35:45 -04:00
Dennis Gilmore 289de5293a ARM: create a dtb for wandboard quad 2013-07-02 14:21:20 -05:00
Justin M. Forbes 26ffc4cdb7 Linux v3.10 2013-07-01 15:26:57 -05:00
Peter Robinson 67c0481a3b Only enable ARM A15 errata on the LPAE kernel as it breaks A8 2013-06-28 08:55:34 +01:00
Josh Boyer 093a1632ec Fix stack memory usage for DMA in ath3k (rhbz 977558) 2013-06-27 09:36:48 -04:00
Josh Boyer 69c0bf4782 Add two patches to fix bridge networking issues (rhbz 880035) 2013-06-26 07:51:29 -04:00
Josh Boyer 0a517e3c24 Fix battery issue with bluetooth keyboards (rhbz 903741) 2013-06-24 10:33:22 -04:00
Josh Boyer d258655694 Linux v3.10-rc7
- Disable debugging options.
2013-06-24 10:31:57 -04:00
Dave Jones 20ba4aa98d Disable MTRR sanitizer by default. 2013-06-18 13:05:13 -04:00
Justin M. Forbes 5666015cba Testing the test harness 2013-06-18 11:40:13 -05:00
Justin M. Forbes bdf8eeb2b4 Reenable debugging options. 2013-06-18 09:23:14 -05:00
Josh Boyer 6f1d3b1ba6 Add patch to fix radeon issues on powerpc 2013-06-17 10:14:41 -04:00
Josh Boyer 542e360438 Linux v3.10-rc6 2013-06-17 08:28:32 -04:00
Kyle McMartin 575de6c9a6 Add initial arm64 support
Based on a working config by Paul Whalen. The generated config ends
up being the same, so hopefully this marks the first ARMv8 Fedora
kernel.

Signed-off-by: Kyle McMartin <kyle@redhat.com>
2013-06-16 15:29:14 -04:00
Kyle McMartin 3e75bb64f8 mrproper doesn't need $CROSS_COMPILE set 2013-06-14 11:45:28 -04:00
Kyle McMartin 43d64b26e6 Introduce infrastructure for cross-compiling Fedora kernels
Intended to assist building for secondary architectures like ppc64, s390x,
  and arm.

  To use, create an .src.rpm using "fedpkg srpm" and then run
  "rpmbuild --rebuild --with cross --without perf --without tools \
    kernel*.src.rpm" to cross compile. This requires binutils and gcc
  packages named like %_target_cpu, which all but powerpc64 currently provides
  in rawhide/F-19. Can't (currently) cross compile perf or kernel-tools, since
  libc is missing from the cross environment.
2013-06-13 17:24:01 -04:00
Kyle McMartin 2afa3c7952 drop upstream arm-export-read_current_timer.patch 2013-06-13 14:20:28 -04:00
Peter Robinson f65d528f91 Minor ARM config updates 2013-06-12 23:51:16 +01:00
Kyle McMartin 9b1a4cb307 Shift some %ifarch arm stuff around
Define kernel_mflags so we can use the same BuildTarget command
for both arm and everyone else.

Move the dtb install after modules.
2013-06-12 14:57:55 -04:00
Kyle McMartin be52afe362 Fix thinko in last commit
kernel-PAE will be "used" (but not populated) for all but
armv7hl. On !i686 and !arm, it still needs to exist for some
of the other macros to expand properly.
2013-06-12 13:41:05 -04:00
Kyle McMartin bc5f99d50a Merge ARM lpae and i686 PAE flavours 2013-06-12 13:28:59 -04:00
Josh Boyer 1e99e37726 Fix KVM divide by zero error (rhbz 969644) 2013-06-12 07:37:55 -04:00
Josh Boyer 972606b895 Add fix for rt5390/rt3290 regression (rhbz 950735) 2013-06-12 07:34:42 -04:00
Dave Jones 18e50ce8f8 Disable soft lockup detector on virtual machines. (rhbz 971139) 2013-06-11 16:36:11 -04:00
Josh Boyer d08f67e2b7 Add patches to fix MTRR issues (rhbz 973185) 2013-06-11 15:01:42 -04:00
Josh Boyer 07ed464194 Add two patches to fix issues with vhost_net and macvlan (rhbz 954181) 2013-06-11 09:27:34 -04:00
Josh Boyer fff0cd2bfd Linux v3.10-rc5 2013-06-11 08:48:43 -04:00
Josh Boyer b9ce3498af CVE-2013-2164 information leak in cdrom driver (rhbz 973100 973109) 2013-06-11 08:09:57 -04:00
Peter Robinson 5847c39b97 Enable Freescale i.MX platforms and initial config 2013-06-10 09:00:32 +01:00
Josh Boyer 4d67b5bc52 CVE-2013-2851 block: passing disk names as format strings (rhbz 969515 971662) 2013-06-07 08:23:33 -04:00
Josh Boyer be3c5103be CVE-2013-2852 b43: format string leaking into error msgs (rhbz 969518 971665) 2013-06-07 08:18:07 -04:00
Josh Boyer 5a0fdd92dc CVE-2013-2148 fanotify: info leak in copy_event_to_user (rhbz 971258 971261) 2013-06-06 08:24:31 -04:00
Josh Boyer fa81d1f832 CVE-2013-2147 cpqarray/cciss: information leak via ioctl (rhbz 971242 971249) 2013-06-06 08:20:47 -04:00
Josh Boyer 0bb05f83a2 CVE-2013-2140 xen: blkback: insufficient permission checks for BLKIF_OP_DISCARD (rhbz 971146 971148) 2013-06-05 16:14:31 -04:00
Dave Jones bc6523eec2 3.10-rc4
merged: radeon-use-max_bus-speed-to-activate-gen2-speeds.patch
  merged: iscsi-target-fix-heap-buffer-overflow-on-error.patch
2013-06-04 17:14:21 -04:00