Commit Graph

3211 Commits

Author SHA1 Message Date
Justin M. Forbes 6ad55050a1 Linux v4.10-rc3 2017-01-09 08:48:29 -06:00
Justin M. Forbes f52655e3d9 Disable debugging options 2017-01-09 08:44:50 -06:00
Peter Robinson b50b299d49 Add patch to improve MMC/SD speed on Raspberry Pi (bcm283x) 2017-01-09 02:47:37 +00:00
Laura Abbott eb69f22dd8 Disable JVMTI for perf (rhbz 1410296)
perf introduced for profiling with JVMTI. Unfortunately, this introduces
a dependnecy on java to the build process. We really really don't want
this so set NO_JVMTI for now.
2017-01-06 14:02:53 -08:00
Justin M. Forbes 274bb77441 Linux v4.10-rc2-207-g88ba6ca 2017-01-06 11:42:31 -06:00
Peter Robinson 62d486acb3 Minor ARM config updates 2017-01-06 15:44:21 +00:00
Justin M. Forbes 0272029090 Linux v4.10-rc2-183-gc433eb7 2017-01-05 16:23:36 -06:00
Justin M. Forbes ea77ca267c Spec files help 2017-01-04 13:21:46 -06:00
Justin M. Forbes c20642d085 Linux v4.10-rc2-20-g0f64df3 2017-01-03 16:35:07 -06:00
Justin M. Forbes 61c6167075 enable debugging options 2017-01-03 16:29:26 -06:00
Justin M. Forbes 456c07c33f Fix nodebug kernels, CPUMASK_OFFSTACK is always selected with MAXSMP 2017-01-03 09:12:19 -06:00
Justin M. Forbes f0b3a07949 Linux v4.10-rc2 2017-01-02 12:46:48 -06:00
Justin M. Forbes 6ff43e367a Linux v4.10-rc1-17-g2d706e7 2016-12-29 09:29:39 -06:00
Peter Robinson 12a945943d add 3 patches in Linus's upstream to fix aarch64 build 2016-12-27 04:21:10 +00:00
Peter Robinson b4fd5ce16d Enable Amlogic (meson) SoCs for ARMv7/aarch64 2016-12-27 04:15:07 +00:00
Peter Robinson e686a652a2 Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor general config cleanups 2016-12-27 02:51:37 +00:00
Justin M. Forbes d9bf1c0293 Linux v4.9-11999-g50f6584 2016-12-23 09:36:58 -06:00
Laura Abbott a20ad4f4fd Add script to check config generation
The kernel configuration generation currently checks to make sure
every option is defined with listnewconfig. It does not check that
each option is the same as listnewconfig. This can lead to odd
situations where the Fedora configuration does not match what's
actually present in the generated config. Add a script to check
for these kinds of changes.

Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
2016-12-22 14:11:05 -08:00
Justin M. Forbes b77b08c9c4 Linux v4.9-11937-g52bce91 2016-12-22 11:35:13 -06:00
Justin M. Forbes 62458db07f Linux v4.9-11815-ge93b1cc 2016-12-21 13:03:15 -06:00
Justin M. Forbes df505fba5d Linux v4.9-11815-ge93b1cc 2016-12-20 09:51:29 -06:00
Peter Robinson dcffacfddd Enable some Qualcomm QDF2432 server platform options 2016-12-20 11:01:29 +00:00
Peter Robinson 86b2f443ee Minor ARM config updates 2016-12-20 10:11:24 +00:00
Justin M. Forbes ad2e73028b Linux v4.9-11744-gb0b3a37 2016-12-19 15:11:15 -06:00
Justin M. Forbes ccbb099501 Linux v4.9-10415-g73e2e0c 2016-12-16 09:42:31 -06:00
Justin M. Forbes 84f938c2ad Linux v4.9-8648-g5cc60ae 2016-12-15 13:27:26 -06:00
Justin M. Forbes cabf9a0506 Fix build issue with armada_trace 2016-12-14 17:07:05 -06:00
Justin M. Forbes 962ea4f047 Linux v4.9-7150-gcdb98c2 2016-12-14 12:50:48 -06:00
Justin M. Forbes b31b0fb7f4 Linux v4.9-2682-ge7aa8c2 part 2 2016-12-13 16:26:51 -06:00
Justin M. Forbes 6f9fe00d55 Reenable debugging options 2016-12-13 10:55:34 -06:00
Peter Jones 71ec70ab2a Update UEFI memory map cleaning
Signed-off-by: Peter Jones <pjones@redhat.com>
2016-12-13 11:12:18 -05:00
Laura Abbott 1a59ad58a8 Linux v4.9 2016-12-12 08:54:20 -08:00
Laura Abbott 3af030fde8 Disable debugging options. 2016-12-12 08:49:07 -08:00
Christopher Covington 6f726e7e6f Re-add ACPI SPCR (serial console) support
Four SPCR patches were merged upstream into 4.9, but one was reverted by a
subsequent commit (due to a trivial merge conflict with a later, unrelated
patch). A fixed up version of the missing patch is queued up for 4.10 in
tty-next. Carry it to make sure users see serial console output on ACPI
systems. Otherwise manually setting console=ttyAMAn would be required.
2016-12-12 08:04:45 -08:00
Laura Abbott ccd7de53c9 Linux v4.9-rc8-85-ga37102d 2016-12-09 10:07:06 -08:00
Laura Abbott 9e32671dde Linux v4.9-rc8-78-g318c893 2016-12-08 10:59:09 -08:00
Peter Jones 27925bfba5 Work around thinkpad firmware memory layout issues and efi_mem_reserve()
Signed-off-by: Peter Jones <pjones@redhat.com>
2016-12-08 10:29:08 -05:00
Laura Abbott 43988ee4c0 Linux v4.9-rc8-55-gce779d6
- Disable CONFIG_AF_KCM (rhbz 1402489)
2016-12-07 09:44:47 -08:00
Laura Abbott 1b7eeb8019 Change method of configuration generation
The existing method of managing configuration files gets unweildy.
Changing individual lines in text files gets difficult without
manual organization. Switch to a method of configuration generation
that's inspired from the method used inside Red Hat. Each configuration
option gets its own file which are then combined to form the
configuration files. This makes confirming what's actually enabled much
easier.
2016-12-06 12:07:10 -08:00
Laura Abbott fe324f6990 Linux v4.9-rc8-9-gd9d0452
- Fix DMA from stack in virtio-net (rhbz 1401612)
2016-12-06 08:49:41 -08:00
Laura Abbott 825deb57fe Reenable debugging options. 2016-12-06 08:44:12 -08:00
Laura Abbott 6ddb10e59b Linux v4.9-rc8 2016-12-05 08:46:14 -08:00
Laura Abbott cca567f300 Disable debugging options. 2016-12-05 08:45:56 -08:00
Laura Abbott 01a7d596f4 Linux v4.9-rc7-45-g2caceb3 2016-12-02 08:25:02 -08:00
Laura Abbott a23f7201f6 Linux v4.9-rc7-39-g43c4f67 2016-12-01 10:32:02 -08:00
Laura Abbott 06aafad222 Linux v4.9-rc7-23-gded6e84 2016-11-30 07:50:38 -08:00
Peter Robinson 786689e7f6 Add upstream i.MX6sx Udoo NEO support 2016-11-29 16:41:48 +00:00
Laura Abbott db59f734b1 Linux v4.9-rc7-7-g88abd82 2016-11-29 07:44:35 -08:00
Laura Abbott f0a4926129 Reenable debugging options. 2016-11-29 07:39:03 -08:00
Laura Abbott 4a651d61da Linux v4.9-rc7 2016-11-28 08:11:12 -08:00
Laura Abbott a6b951f78a Disable debugging options. 2016-11-28 08:07:52 -08:00
Peter Robinson 8b15f5aece Add upstream patch to fix all ARMv7 devices set to initial 200Mhz 2016-11-28 07:57:26 +00:00
Peter Robinson 89ece1e8cb Minor ARM config updates, Enable two 802.15.4 drivers, General config cleanups (NFC: move some x86 specific configs to x86, EDAC generic to generic, some minor seonsor cleanups) 2016-11-28 06:42:47 +00:00
Laura Abbott 38c76ac355 Linux v4.9-rc6-124-gded9b5d 2016-11-23 08:44:03 -08:00
Laura Abbott 7cfdabc194 Linux v4.9-rc6-86-g3b404a5 2016-11-22 09:10:19 -08:00
Laura Abbott 07a3ac0263 Reenable debugging options. 2016-11-22 07:34:16 -08:00
Josh Boyer 8afcc19c6a Add patch from Dave Anderson to fix live system crash analysis on Aarch64 2016-11-22 08:35:07 -05:00
Laura Abbott 0617a9a8d0 Linux v4.9-rc6 2016-11-21 08:45:25 -08:00
Laura Abbott 3d2e582571 Disable debugging options. 2016-11-21 08:39:48 -08:00
Peter Robinson 6debda98a6 Build gpio tools 2016-11-21 09:17:18 +00:00
Peter Robinson e7ad6855f5 Various ARMv7/aarch64 updates, Enable CEC media input devices, General config cleanups (NFC) 2016-11-20 12:31:00 +00:00
Laura Abbott 3bd733ade1 Linux v4.9-rc5-264-g6238986 2016-11-18 09:45:27 -08:00
Laura Abbott 4548b63c3c Linux v4.9-rc5-213-g961b708
- Fix CIFS bug with VMAP_STACK
2016-11-17 08:35:23 -08:00
Laura Abbott 99a0eb0906 Linux v4.9-rc5-177-g81bcfe5 2016-11-16 10:33:28 -08:00
Laura Abbott c653563cf9 Linux v4.9-rc5-172-ge76d21c 2016-11-15 09:24:45 -08:00
Laura Abbott cea2b9a376 Reenable debugging options. 2016-11-15 09:24:43 -08:00
Laura Abbott b0eb18252a Today is the 15th 2016-11-15 09:24:08 -08:00
Josh Boyer 70af7499c2 Add patch from Dan Horák to change default CPU type for s390x to z10 2016-11-15 07:40:02 -05:00
Laura Abbott 30f2fba936 Linux v4.9-rc5 2016-11-14 08:09:04 -08:00
Laura Abbott ac0f995f81 Disable debugging options. 2016-11-14 08:05:01 -08:00
Hans de Goede 5be5216ad1 ARM config updates to fix boot issues on Allwinner A23, A31 and A33 2016-11-13 18:55:51 +01:00
Laura Abbott a58350dab1 Linux v4.9-rc4-107-g015ed94 2016-11-11 13:21:53 -08:00
Laura Abbott bb51962adc Linux v4.9-rc4-58-g27bcd37 2016-11-10 09:15:12 -08:00
Laura Abbott da9c4d4b5f Linux v4.9-rc4-21-ge3a00f6 2016-11-09 07:47:09 -08:00
Laura Abbott 78d2735b49 Linux v4.9-rc4-15-gb58ec8b 2016-11-08 08:15:39 -08:00
Laura Abbott bc7cb0a993 Reenable debugging options. 2016-11-08 07:29:06 -08:00
Peter Robinson c0853e1c3f Sync some ARM patches from F-25 branch 2016-11-08 11:05:09 +00:00
Laura Abbott c9d9163df9 Enable several configs
- Enable CONFIG_EXT4_ENCRYPTION (rhbz 1389509)
- Enable CONFIG_NFSD_FLEXFILELAYOUT
- Enable CONFIG_HIST_TRIGGERS (rhbz 1390783)
2016-11-07 12:53:51 -08:00
Peter Robinson 5ed0488756 Minor ARM config updates. Other config update which are NFC 2016-11-07 17:02:53 +00:00
Laura Abbott 01d6c12fcb Linux v4.9-rc4 2016-11-07 08:34:17 -08:00
Laura Abbott be7e583307 Disable debugging options. 2016-11-07 08:31:32 -08:00
Laura Abbott c1ca5717a0 Linux v4.9-rc3-261-g577f12c 2016-11-04 08:00:53 -06:00
Peter Robinson 07611bcea1 Some OMAP4 fixes, ARM64 fix for NUMA 2016-11-02 14:50:43 +00:00
Laura Abbott c0eef2274d Linux v4.9-rc3-243-g0c183d9 2016-11-01 07:31:35 -06:00
Laura Abbott ff29bf069e Reenable debugging options. 2016-11-01 07:29:55 -06:00
Peter Robinson c0f22caded arm64: Enable 48bit VA 2016-10-31 15:45:58 +00:00
Laura Abbott b9e51f8ce9 Linux v4.9-rc3
- Update remove-binary-diff.pl to remove git binary patches as well. Git binary
patches can be applied but the spec file needs to be updated to support this.
2016-10-31 06:27:33 -07:00
Laura Abbott 7f483c3694 Disable debugging options. 2016-10-31 06:19:50 -07:00
Laura Abbott 87691507e0 Linux v4.9-rc2-138-g14970f2 2016-10-28 09:15:23 -07:00
Josh Boyer ea38f2f938 Refresh SB patchset to fix bisectability issue 2016-10-27 10:49:53 -04:00
Justin M. Forbes 793d04075c CVE-2016-9083 CVE-2016-9084 vfio multiple flaws 2016-10-27 09:35:26 -05:00
Laura Abbott a5179f37fc Linux v4.9-rc2-40-g9fe68ca 2016-10-25 09:05:07 -07:00
Laura Abbott 5ddb8c76cb Reenable debugging options. 2016-10-25 09:01:33 -07:00
Laura Abbott 6f07a39d66 Rebuild for build problems
- Add fix for rng with VMAP_STACK (rhbz 1383451)
2016-10-24 16:09:30 -07:00
Laura Abbott 817154aa97 Linux v4.9-rc2 2016-10-24 09:11:05 -07:00
Laura Abbott 44104f606b Disable debugging options. 2016-10-24 09:11:05 -07:00
Justin M. Forbes ae409faa50 Linux v4.9-rc1-193-g6edc51a 2016-10-21 15:20:59 -05:00
Justin M. Forbes 75c5656f26 Linux v4.9-rc1-145-gf4814e6 2016-10-20 14:32:11 -05:00
Laura Abbott 7be869a650 Linux v4.9-rc1-67-g1a1891d
- Switch to v2 of the aarch64 boot regression patch
- Enable CONFIG_LEDS_MLXCPLD per request on mailing list
2016-10-19 08:07:25 -07:00
Laura Abbott 9472421366 Gracefully bail out of secureboot when EFI runtime is disabled
- Fix for aarch64 boot regression (rhbz 1384701)
2016-10-18 14:23:11 -07:00