Commit Graph

3287 Commits

Author SHA1 Message Date
Josh Boyer 47bb021b79 Add temporary patch to fix intel_pstate oops and lockdep report on
various atom based CPUs.
2016-03-17 12:45:58 -04:00
Josh Boyer 0a82643423 Linux v4.5-2535-g09fd671ccb24
- fbdev, media, libnvdimm, dm, scsi, ibft merges
2016-03-17 10:37:39 -04:00
Josh Boyer 9a8428e0a7 Clean up removed config options
The DEBUG_RODATA and STATIC_CPU_HAS options were removed by
the upstream maintainers.  Drop them.
2016-03-17 09:18:44 -04:00
Josh Boyer be0af1dc52 Linux v4.5-1822-g63e30271b04c
- PCI, PM+ACPI merges
2016-03-17 08:44:16 -04:00
Josh Boyer 3aed0a63bd Linux v4.5-1523-g271ecc5253e2
- akpm patches (mm subsystem, various)
2016-03-16 17:47:30 -04:00
Josh Boyer dc42e4c06a Linux v4.5-1402-gaa6865d83641
- s390, m68k, avr32, KVM, EDAC merges
2016-03-16 15:36:23 -04:00
Josh Boyer 3bed0673fa Linux v4.5-1127-g9256d5a308c9
- pinctrl, LED, rtc, hwmon, regulator, regmap, spi merges
2016-03-16 10:12:59 -04:00
Josh Boyer 6f9c14ed9c CVE-2016-3135 ipv4: DoS when destroying a network interface (rhbz 1318172 1318270) 2016-03-16 08:21:56 -04:00
Josh Boyer cb176ec4e7 Linux v4.5-760-g710d60cbf1b3 2016-03-16 07:43:17 -04:00
Josh Boyer 5afcc1a929 Linux v4.5-481-ge23604edac2a
- Enable RANDOMIZE_BASE
- Reenable debugging options.
2016-03-15 12:59:36 -04:00
Justin M. Forbes de5f58c120 Linux v4.5 2016-03-14 11:25:08 -05:00
Josh Boyer b653e2ee31 CVE-2016-3134 netfilter: missing bounds check in ipt_entry struct (rhbz 1317383 1317384) 2016-03-14 08:51:16 -04:00
Josh Boyer 835b170e9c CVE-2016-3135 netfilter: size overflow in x_tables (rhbz 1317386 1317387) 2016-03-14 08:45:24 -04:00
Josh Boyer be35f77c2a Add patch for ICP DAS I-756xU devices (rhbz 1316136) 2016-03-11 08:15:44 -05:00
Justin M. Forbes 3127403f31 Linux v4.5-rc7-215-gf2c1242 2016-03-10 15:21:34 -06:00
Justin M. Forbes 5c8c54fd06 Linux v4.5-rc7-159-g7f02bf6 2016-03-09 10:55:09 -06:00
Justin M. Forbes 6978607310 Remove wext patches now upstream 2016-03-08 11:07:12 -06:00
Justin M. Forbes 149275917b Linux v4.5-rc7-116-ge2857b8 2016-03-08 10:37:50 -06:00
Peter Robinson 227db8a8ef Disble ARM_PATCH_IDIV as a work around to fix rhbz 1303147 2016-03-07 23:49:31 +00:00
Justin M. Forbes fdf0c70f78 Linux v4.5-rc7 2016-03-07 09:50:02 -06:00
Peter Robinson 6c5f57724d largish update for ARMv7 and aarch64
- Updates and new SoCs for aarch64 and ARMv7
- Add aarch64 support for PINE64 and Geekbox devices
- Fix ethernet naming on Armada 38x devices
- Serial console fixes for Tegra
2016-03-06 18:50:49 +00:00
Justin M. Forbes 519148ae7b Linux v4.5-rc6-41-ge3c2ef4 2016-03-04 11:32:21 -06:00
Justin M. Forbes a781516ac3 Linux v4.5-rc6-18-gf983cd3 2016-03-03 12:32:46 -06:00
Justin M. Forbes 35e77c5c2a Linux v4.5-rc6-8-gf691b77 2016-03-02 09:30:36 -06:00
Justin M. Forbes 124d375e8c Linux v4.5-rc6 2016-02-29 12:03:37 -06:00
Josh Boyer 87830ea3e1 Enable DHT11 (rhbz 1312888)
- Fix erroneously installed .o files in python-perf subpackage (rhbz 1312102)
2016-02-29 08:45:09 -05:00
Josh Boyer 09ce3a3c29 Fix erroneously installed .o files in python-perf subpackage (rhbz 1312102) 2016-02-29 08:26:54 -05:00
Laura Abbott b71532b6ec Re-enable ZONE_DMA (rhbz 1309658) 2016-02-25 17:41:35 -08:00
Peter Robinson 3ce62e18dd Fix tegra nouveau module load, PowerPC Little Endian ToC fix 2016-02-25 10:23:41 +00:00
Justin M. Forbes 1f3ef36b87 Linux v4.5-rc5 2016-02-21 16:09:17 -06:00
Justin M. Forbes 77aabbff1f Linux v4.5-rc4-137-g23300f6 2016-02-19 13:25:58 -06:00
Justin M. Forbes fe0b071a6b Linux v4.5-rc4-95-g2850713 2016-02-18 10:51:08 -06:00
Justin M. Forbes 26d6935353 Linux v4.5-rc4-37-g65c23c6 2016-02-17 08:59:34 -06:00
Peter Robinson 6bd11fdad9 Minor Aarch64 cleanups 2016-02-17 01:31:13 +00:00
Justin M. Forbes 4ac96cbaeb Fix make local 2016-02-15 17:27:13 -06:00
Justin M. Forbes f8e555cf3a Linux v4.5-rc4 2016-02-15 13:21:40 -06:00
Josh Boyer f65f3f11ac Add kernel-cross-headers subpackage
The kernel-headers package it primarily used in Fedora to build the
toolchain components.  This works fine for native builds, but we do
not have cross-architecture headers available.  That means that the
cross compiler toolchains we have can only be built without headers
and therefore are only useful for building the kernel.  Given that
Fedora does not allow cross-compiling of it's packages, that hasn't
been a problem to date.

However, the toolchains might be used by application developers to
build their own software.  Providing the ability to build cross
toolchains that offer glibc as well may benefit these users.  This
provides a kernel-cross-headers package that will at least allow
this possibility.
2016-02-15 08:31:47 -05:00
Laura Abbott e1dd49dd92 Fix warning spew from vmware sockets (rhbz 1288684) 2016-02-12 12:20:31 -08:00
Justin M. Forbes a8a339b9c2 Linux v4.5-rc3-83-gc05235d 2016-02-12 11:31:57 -06:00
Justin M. Forbes 1da99ee6af Linux v4.5-rc3-57-g721675f 2016-02-11 12:50:23 -06:00
Justin M. Forbes 20a5ca2dbe Linux v4.5-rc3-19-g7cf91ad 2016-02-09 15:55:46 -06:00
Laura Abbott 19c3eb680a Let 'make prepare' succeed with kernel-devel
Due to a few missing files, running 'make prepare' on the kernel-devel
sources will fail. This isn't a huge issue but can lead to confusion
for users who are trying to follow tutorials elsewhere that may
mention running make prepare. Copy the necessary files over to the
devel package.
2016-02-09 12:59:12 -08:00
Peter Robinson f3d56fd90e Fix Power64 kernel build 2016-02-09 16:13:25 +00:00
Justin M. Forbes 0aec8a810a Linux v4.5-rc3 2016-02-08 12:04:18 -06:00
Justin M. Forbes ce05f7de41 Linux v4.5-rc2-212-gdf48ab3 2016-02-05 10:23:09 -06:00
Peter Robinson 2bfb2d0904 aarch64: drop non upstreamable AMD A0 NIC as the HW has now been recalled 2016-02-04 15:42:14 +00:00
Justin M. Forbes f5e72862c1 Linux v4.5-rc2-192-gb37a05c 2016-02-03 16:32:35 -06:00
Justin M. Forbes 1f74b7dc7b Linux v4.5-rc2-163-g34229b2 2016-02-02 15:52:33 -06:00
Justin M. Forbes 289e557a5d linux v4.5-rc2 2016-02-01 13:38:33 -06:00
Josh Boyer 79bacf658e Backport HID sony patch to fix some gamepads (rhbz 1255235) 2016-01-29 15:24:26 -05:00