Commit Graph

4102 Commits

Author SHA1 Message Date
Laura Abbott 0a7987e5d8 Put some %if %{with_pae} in a few places
This is mostly to quiet a bunch of rpmlint warnings about unexpanded
macros for non-existant packages.
2017-11-13 15:10:31 -08:00
Laura Abbott 1a5d247609 Linux v4.14-104-g1e19bded7f5d
Also flip MAXSMP for generic vs. debug config
(see f4861c48b8)
2017-11-13 11:44:06 -08:00
Laura Abbott ee6b4cbd33 Reenable debugging options. 2017-11-13 11:34:14 -08:00
Don Zickus 2bf928dd97 configs: Update scripts and spec file with layout changes
With the configs in the new place, update the scripts to find
them and utilize the base-generic and generic heirarchy to apply
configs and overrides.

Implement new process_configs.sh script that post-process the
config changes in a simple script and remove those commands
from the spec file.  Add option flags to preserve functionality.

config_generation is a simple rename of baseconfig -> generic and
debugconfig -> debug and arm64 -> aarach64.

build_configs.sh is modified to find configs in generic and base-generic and
then apply base-generic first and if any generic files, apply those next.  The
generic directory is used as an overrides and is expected to be empty for
Fedora initially.

kernel.spec is modified to use process_configs.sh instead of all the
commands in the spec file.  Enabled spec options are translated to
script options.  The config manipulation is moved to be grouped
with all config manipulation commands.  This makes 'cd configs/' simpler.
Now all config scripts and executiion are done in configs/ directory.

v1 -> v2:
* the scripts were not working with SUBARCH correctly
* checkoptions was using wrong comparison file
* passing wrong kernel version to process_configs in spec file

v2 -> v3:
(incorporate Laura A's feedback)
* update README.txt
* fix build_configs.sh warnings
* Output info message on listnewconfig failure
2017-11-13 09:39:17 -08:00
Don Zickus 4be26cbac7 configs: Create symlinks to used scripts
As part of the config re-organization, put the scripts needed to create
the config files in the configs/ directory.  At the top level create
symlinks for those scripts.  This allows the kernel.spec file to find
the scripts it needs and work correctly.

No code changes.
2017-11-13 09:39:16 -08:00
Don Zickus c54d82caa9 configs: Rename config directories to sub-directory
As part of an effort to foster better cross collaboration with
internal Red Hat kernels, align the configs layout to match
that kernel.  This will allow Red Hat engineers to provide easier
guidance on how to set various config options.

In addition, the scripts that process the config options will migrate
to the configs/ directory too in later patches.  Future config
workflows will stage all work in the configs/ area.

A simple diff between the kernels will easily expose which config
options are different.  Reading the comments in the file provides
guidance to Fedora to determine if that kernel should make a
similar change or not.

Rename debugconfig -> configs/base-debug
Rename baseconfig -> configs/base-generic
Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64

No code changes made.
2017-11-13 09:39:12 -08:00
Peter Robinson 36ae66c549 Compress modules on all arches, originally infra capability added significant time, this is no longer the case 2017-11-13 13:46:43 +00:00
Justin M. Forbes 67839dbacf Linux v4.14 2017-11-13 07:41:03 -06:00
Peter Robinson ffd0c6f9f3 Add patch to fix issue with ULPI on QCom devices 2017-11-12 17:53:42 +00:00
Justin M. Forbes 8348394cdc Linux v4.14-rc8-66-g1c9dbd4615fd 2017-11-10 09:48:46 -06:00
Justin M. Forbes d8bca9aaec Linux v4.14-rc8-12-gd6a2cf07f0c9 2017-11-08 14:10:04 -06:00
Laura Abbott 4217379267 Drop sh-utils from requirements
It's an old package now provided by core-utils which is pulled in
already.
2017-11-07 17:05:32 -08:00
Justin M. Forbes 2068181ec2 Linux v4.14-rc8-9-gfbc3edf7d773 2017-11-07 16:08:00 -06:00
Laura Abbott 92bd3b07e7 Fix for KVM regression on some machines (rhbz 1490803) 2017-11-06 14:18:28 -08:00
Laura Abbott 63069dcfc0 Patches for ThinkPad X1 Carbon Gen5 Touchpad (rhbz 1509461) 2017-11-06 13:04:50 -08:00
Justin M. Forbes 58bc23f6c8 Linux v4.14-rc8 2017-11-06 10:01:19 -06:00
Justin M. Forbes 5053df0140 Disable debugging options. 2017-11-06 09:57:52 -06:00
Peter Robinson 52986814f7 Enable IS31FL32xx LED driver 2017-11-04 16:22:49 +00:00
Justin M. Forbes e2de762388 Linux v4.14-rc7-129-g81ca2caefc6d 2017-11-03 15:48:39 -05:00
Justin M. Forbes 837b22c217 Linux v4.14-rc7-47-g3a99df9a3d14 2017-11-02 10:05:53 -05:00
Jeremy Cline 1ae677b43e
Linux v4.14-rc7-39-g4f2ba5dc183b 2017-11-01 12:32:29 -04:00
Laura Abbott f4861c48b8 Stop setting CONFIG_MAXSMP and adjust NR_CPUS
During the Kconfig factor, CONFIG_MAXSMP was set for all builds instead
of just debug builds. This bumps the NR_CPUs up to 8192 which is far
more than anyone actually needs for Fedora. Stop setting CONFIG_MAXSMP
on non-debug configs and adjust NR_CPUs back to what it was before.
2017-10-31 11:44:35 -07:00
Jeremy Cline 26ce06bb9f
Linux v4.14-rc7-8-g5f479447d983 2017-10-31 13:21:52 -04:00
Justin M. Forbes 465569abad Linux v4.14-rc7 2017-10-30 11:51:50 -05:00
Justin M. Forbes be428343fe Disable debugging options. 2017-10-30 10:58:19 -05:00
Hans de Goede 9ce4ee9d44 Fix for peaq_wmi nul spew (rhbz 1497861) 2017-10-30 14:06:33 +01:00
Hans de Goede 7f20bf8490 Remove patch which should have never been added 2017-10-30 13:58:58 +01:00
Justin M. Forbes 44f37f0837 Linux v4.14-rc6-53-g15f859ae5c43 2017-10-27 14:39:10 -05:00
Justin M. Forbes 006f5ba402 Linux v4.14-rc6-50-g567825502730 2017-10-26 15:56:39 -05:00
Peter Robinson d0030f2a56 arm64: minor cleanups for mvebu 2017-10-26 11:19:25 +01:00
Justin M. Forbes a50b8ec508 Linux v4.14-rc6-21-gf34157878d3b 2017-10-25 16:11:20 -05:00
Justin M. Forbes d9f7b63ed4 Linux v4.14-rc6-18-gae59df0349ba 2017-10-24 15:03:00 -05:00
Justin M. Forbes 679cf2a896 Linux v4.14-rc6 2017-10-23 10:09:16 -05:00
Justin M. Forbes 98fdf67b15 Disable debugging options. 2017-10-23 08:16:32 -05:00
Justin M. Forbes 135abd0c28 Linux v4.14-rc5-94-g9a27ded2195a 2017-10-20 16:22:53 -05:00
Justin M. Forbes 59566d9a2c Linux v4.14-rc5-31-g73d3393ada4f 2017-10-19 15:49:02 -05:00
Laura Abbott e46f6eb3ab Turn off DCCP
The DCCP protocol has had a number of bugs recently and people keep
finding more. It hasn't been well maintained and there is talk of
removing it from the kernel. It doesn't seem to be highly used so
just turn it off.
2017-10-19 10:16:25 -07:00
Justin M. Forbes 122f40d42a Linux v4.14-rc5-22-g3e0cc09a3a2c 2017-10-18 13:23:13 -05:00
Justin M. Forbes 68373b896e Linux v4.14-rc5-15-gebe6e90ccc66 2017-10-17 15:41:28 -05:00
Justin M. Forbes bb0af23d9a Linux v4.14-rc5 2017-10-16 15:31:37 -05:00
Justin M. Forbes bd9b022f13 Disable debugging options. 2017-10-16 10:16:18 -05:00
Peter Robinson 9c446fd4e8 minor arm64 allwinner config tweak 2017-10-15 22:40:22 +01:00
Peter Robinson 9ffe16119b minor cleanups 2017-10-15 17:19:59 +01:00
Peter Robinson 4290f51f59 Fix USB-3 Superspeed negotiation on exynos5 hardware 2017-10-15 09:40:42 +01:00
Justin M. Forbes e5be67a9b1 Linux v4.14-rc4-143-g997301a860fc 2017-10-13 16:24:33 -05:00
Justin M. Forbes 8e041bd19f Linux v4.14-rc4-84-gff5abbe799e2 2017-10-12 14:43:07 -05:00
Hans de Goede bc0aa7a7d4 Fix vboxvideo causing gnome 3.26+ to not work under VirtualBox 2017-10-12 20:20:11 +02:00
Peter Robinson 2870f98475 drop retired option MMC_BLOCK_BOUNCE 2017-10-12 15:32:54 +01:00
Jeremy Cline 1c7a442bc6
Add the second rhbz in the changelog and unbump the release 2017-10-11 17:05:51 -04:00
Jeremy Cline 7b8fc1877f
Fix incorrect updates of uninstantiated keys crash the kernel (rhbz 1498017) 2017-10-11 16:18:08 -04:00