Commit Graph

4126 Commits

Author SHA1 Message Date
Laura Abbott e173d2adb6 Linux v4.15-rc1 2017-11-27 09:15:57 -08:00
Laura Abbott c8450da193 Disable debugging options. 2017-11-27 09:08:02 -08:00
Peter Robinson 690839d2c7 explicitly enable reset simple on ARM 2017-11-27 15:40:21 +00:00
Peter Robinson 688da85828 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernel 2017-11-27 15:39:44 +00:00
Hans de Goede f10b01dcd4 Fix left-button not working with some hid-multitouch touchpads 2017-11-26 14:42:26 +01:00
Peter Robinson f74f35732d Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernel 2017-11-23 14:19:51 +00:00
Laura Abbott 5d8f3c9211 v2 of patch 2017-11-22 19:01:11 -08:00
Laura Abbott 1ee3c6e5fc Fix for TTM regression (rhbz 1516584) 2017-11-22 18:20:39 -08:00
Justin M. Forbes 917a598403 Config options for non debug kernels 2017-11-21 12:44:40 -06:00
Laura Abbott 7548ed13f9 Linux v4.14-12995-g0c86a6bd85ff 2017-11-21 08:07:50 -08:00
Peter Robinson 2d1ca3ead8 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernel 2017-11-21 09:17:27 +00:00
Laura Abbott f43033cacb Enable driver for the Behringer BCD 2000 (rhbz 1514945) 2017-11-20 10:11:18 -08:00
Laura Abbott 0805625aea Linux v4.14-12891-gc8a0739b185d
Also turn off a powerpc crypto drive that was failing to compile
2017-11-20 10:01:00 -08:00
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 ae1749e830 Filter out the adv7511 bridge driver since it depends on media stuff 2017-11-16 15:19:47 -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 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