Commit Graph

515 Commits

Author SHA1 Message Date
Laura Abbott 8221dd34f7 Linux v4.14-12375-g2dcd9c71c1ff 2017-11-17 17:10:07 -08:00
Peter Robinson 0830aa88cf drop deprecated option 2017-11-17 11:52:43 +00:00
Laura Abbott f332286838 Filtering really just gets too complicated. This is getting turned off. 2017-11-16 15:35:03 -08:00
Laura Abbott 863b68486c Turn of this option since it depends on the IR subsystem 2017-11-16 12:06:56 -08:00
Laura Abbott f0b5033e57 Turn off CONFIG_DRM_SIL_SII8620 since it has strange dependencies 2017-11-16 11:16:17 -08:00
Laura Abbott 6a1970be52 Linux v4.14-9248-ge60e1ee60630 2017-11-16 09:50:37 -08:00
Hans de Goede 1e02c6bb34 Enable USB autosuspend for USB bluetooth receivers by default, use
btusb.enable_autosuspend=n on the kernel cmdline to disable
2017-11-16 13:10:41 +01:00
Laura Abbott 1895d363af Disable IPX and NCPFS
These are being deprecated by the kernel community
https://marc.info/?l=linux-netdev&m=151067745601327&w=2

Turn them off in advance.
2017-11-15 11:54:45 -08:00
Laura Abbott e1d147112d Linux v4.14-4050-g37cb8e1f8e10 2017-11-15 09:40:48 -08:00
Laura Abbott 2ef4e8028f Linux v4.14-2229-g894025f24bd0 2017-11-14 10:28:07 -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
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
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