Commit Graph

3586 Commits

Author SHA1 Message Date
Hans de Goede c7187efdb4 Enable CONFIG_REGULATOR on x86_64 2017-12-15 13:26:13 +01:00
Laura Abbott 94672a5c0d Linux v4.15-rc3-45-g7c5cac1bc717 2017-12-14 09:04:10 -08:00
Laura Abbott 8e74282faf Linux v4.15-rc3-37-gd39a01eff9af 2017-12-13 10:17:37 -08:00
Laura Abbott 7f6bb2bf36 Linux v4.15-rc3-33-ga638349bf6c2 2017-12-12 09:03:38 -08:00
Laura Abbott 4cc9958fdf Reenable debugging options. 2017-12-12 09:02:39 -08:00
Laura Abbott d0f86d5b76 Linux v4.15-rc3 2017-12-11 09:03:00 -08:00
Laura Abbott d867512af4 Disable debugging options. 2017-12-11 08:59:54 -08:00
Laura Abbott 75eb8a5a5a Add cpuidle.h to kernel-tools-libs-devel
cpuidle.h is generated from the userspace kernel tools. Until now
it had been getting picked up as part of the general kernel-devel
blob. Move it to kernel-tools-libs-devel for better alignment.
2017-12-07 13:15:45 -08:00
Laura Abbott 8b3f9afc61 Linux v4.15-rc2-252-g968edbd93c0c 2017-12-07 10:51:10 -08:00
Laura Abbott 24c675ac8b Add fixes for known AMD bootup issue 2017-12-06 10:15:02 -08:00
Laura Abbott 5919ce3742 Linux v4.15-rc2-174-g328b4ed93b69 2017-12-06 09:48:29 -08:00
Laura Abbott f6b1a997be Reenable debugging options. 2017-12-06 09:41:09 -08:00
Peter Robinson bd6ba47fb1 minor IrDA cleanup, add fix for Pine64 boot already in 4.14 2017-12-06 04:33:38 +00:00
Peter Robinson 9e9be214f5 Disable IrDA (broken, being dropped upstream) 2017-12-06 04:13:25 +00:00
Laura Abbott 4b1bd9852f Linux v4.15-rc2 2017-12-04 08:24:35 -08:00
Laura Abbott 1920947665 Disable debugging options. 2017-12-04 08:22:33 -08:00
Laura Abbott b5c3a18adc Linux v4.15-rc1-396-ga0651c7fa2c0 2017-12-01 09:34:59 -08:00
Laura Abbott f41f58be82 Linux v4.15-rc1-237-g9e0600f5cf6c 2017-11-30 08:58:02 -08:00
Laura Abbott c33b7ad1f2 Linux v4.15-rc1-24-g43570f0383d6 2017-11-29 10:43:21 -08:00
Laura Abbott aa10bc0225 Reenable debugging options. 2017-11-29 10:40:34 -08:00
Hans de Goede 7bac67a419 More build fixes 2017-11-28 09:26:01 +01:00
Laura Abbott 9ee4e84899 Build fixups
- Make sure tools/objtool/sync-check.sh is executable
- Drop patch that needs a rebase
2017-11-27 13:33:44 -08:00
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
Hans de Goede f10b01dcd4 Fix left-button not working with some hid-multitouch touchpads 2017-11-26 14:42:26 +01:00
Laura Abbott 1ee3c6e5fc Fix for TTM regression (rhbz 1516584) 2017-11-22 18:20:39 -08:00
Laura Abbott 7548ed13f9 Linux v4.14-12995-g0c86a6bd85ff 2017-11-21 08:07:50 -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
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
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
Justin M. Forbes e2de762388 Linux v4.14-rc7-129-g81ca2caefc6d 2017-11-03 15:48:39 -05:00