Laura Abbott
22313dc05a
Linux v5.0-rc1-26-g70c25259537c
2019-01-10 08:03:42 -08:00
Justin M. Forbes
dc45afc7d9
lockdown update for S390
2019-01-10 08:38:14 -06:00
Peter Robinson
8c38f1d976
A few Raspberry Pi cleanups, add gpio line names
2019-01-10 12:57:15 +00:00
Peter Robinson
c50bbd2bed
drop rpi camera/audio patch, now upstream
2019-01-10 12:42:00 +00:00
Peter Robinson
c9c254b749
minor Arm config tweaks
2019-01-10 12:20:09 +00:00
Peter Robinson
5bee756107
efi fix for arm-32 systems
2019-01-10 08:26:34 +00:00
Laura Abbott
971e3e9031
Linux v5.0-rc1-24-g4064e47c8281
2019-01-09 10:11:34 -08:00
Justin M. Forbes
22a3ba7648
Fix CVE-2019-3701 (rhbz 1663729 1663730)
2019-01-09 09:50:29 -06:00
Laura Abbott
63d40f4c3a
More fixup of the headers script
2019-01-08 15:37:03 -08:00
Laura Abbott
edf855c97b
Linux v5.0-rc1-2-g7b5585136713
2019-01-08 15:20:42 -08:00
Laura Abbott
2277b29cdd
Reenable debugging options.
2019-01-08 15:20:37 -08:00
Laura Abbott
2971bf5fd8
Fix this one too
2019-01-08 15:20:17 -08:00
Laura Abbott
b3cedc3d7b
Switch from xz -> gz
...
The 5.0-rc are currently using gz tarballs. Account for this.
2019-01-08 15:14:13 -08:00
Justin M. Forbes
8e8de459e7
Forgot to remove dropped patches
2019-01-07 16:23:55 -06:00
Justin M. Forbes
cc1db7f347
Updates for secure boot
2019-01-07 15:09:43 -06:00
Laura Abbott
27b219978f
Need to drop this too apparently
2019-01-07 07:53:22 -08:00
Laura Abbott
be2536aea8
Linux v5.0-rc1
...
5.0! Yay!
Most of the hard work of what to do has already been figured
out (see d7293323e7
)
We will once again need to undo some hacks when 5.0 is officially
released:
upstream_sublevel
kversion
Source0
2019-01-07 07:37:34 -08:00
Laura Abbott
5f6c3d9fc4
Disable debugging options.
2019-01-07 07:37:28 -08:00
Laura Abbott
ab28abb0b2
Bump for 5.0
2019-01-07 06:55:50 -08:00
Peter Robinson
4479cba924
Minor cleanup for DRM_PANEL configs, enable a couple of Arm panels, minor Arm cleanups
2019-01-07 08:12:40 +00:00
Laura Abbott
7590be9fd1
Linux v4.20-10979-g96d4f267e40f
2019-01-04 07:39:28 -08:00
Peter Robinson
26d1ebd6e9
and actually commit the QTNFMAC_PEARL_PCIE config file
2019-01-04 10:38:13 +00:00
Peter Robinson
43085e665a
add back accidentally dropped QTNFMAC_PEARL_PCIE
2019-01-04 10:37:04 +00:00
Peter Robinson
ba9d1a17f2
First pass at updates for Arm plaforms, also some IoT updates (mostly a few IIO drivers), a few cleanups of old/dupe config opts
2019-01-04 10:02:25 +00:00
Laura Abbott
f90c11ff1b
This needs to be off
2019-01-03 10:16:41 -08:00
Laura Abbott
dd000cd2fd
Linux v4.20-10911-g645ff1e8e704
...
Dropped part of the efi-lockdown patchset for IMA until
conflicts get resolved.
2019-01-03 08:28:18 -08:00
Laura Abbott
cca46e0b1d
Keep that off for now
2019-01-03 08:10:14 -08:00
Peter Robinson
7d2d670106
powerpc: enable P8/P9 On-Chip Controller (OCC) hwmon drivers
2019-01-03 02:14:02 +00:00
Peter Robinson
a2d19a148d
Enable V4L request API, only used for some stateless media accelerators on Arm, enable AllWinner Camera interface
2019-01-03 01:47:02 +00:00
Peter Robinson
ed8f2690bd
Drop ISN Eicon driver, deleted upstream
2019-01-03 01:26:01 +00:00
Peter Robinson
a2e4f52009
some fixups for general fedpkg prep on 4.21
2019-01-03 01:18:51 +00:00
Laura Abbott
c3110e3682
Linux v4.20-10595-g8e143b90e4d4
2019-01-02 08:15:21 -08:00
Laura Abbott
08376d1f13
Linux v4.20-9221-gf12e840c819b
2018-12-31 14:45:49 -08:00
Laura Abbott
4df3eb379d
Disable CONFIG_MISC_ALCOR_PCI on s390x
...
The filtering is broken (plus we probably don't need it)
2018-12-31 14:42:45 -08:00
Laura Abbott
b27aa7db55
Fix crash driver to use linux/uaccess.h
2018-12-31 14:40:58 -08:00
Laura Abbott
c97d3b0f76
Linux v4.20-9163-g195303136f19
2018-12-30 09:30:50 -08:00
Laura Abbott
78aac8bf1f
Enable CONFIG_NET_SCH_CAKE (rhbz 1655155)
2018-12-28 14:19:06 -08:00
Laura Abbott
968d34de7d
Whoops forgot the config file
2018-12-28 14:17:57 -08:00
Laura Abbott
09c204fb01
Enable CONFIG_BPF_LIRC_MODE2 (rhbz 1628151)
2018-12-28 14:12:16 -08:00
Artem Bityutskiy
6bd2df7564
mod-extra.list: add ETF qdisc to the the the extra modules package
...
The ETF qdisc (sch_etf.ko) belongs to the extras just like other qdiscs.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2018-12-28 14:08:09 -08:00
Artem Bityutskiy
4d74a54cd4
Enable CONFIG_NET_SCH_ETF
...
Enable the ETF queuing discipline (qdisc) as a module, similar to many other
qdiscs that we have enabled as modules.
ETF stands for Earliest TxTime first and it enables applications to schedule
network packets to be sent in the future.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2018-12-28 14:07:22 -08:00
Laura Abbott
cd87327143
Forgot to add these files
2018-12-28 13:55:34 -08:00
Laura Abbott
6803e599e1
Linux v4.20-6428-g00c569b567c7
2018-12-28 13:55:13 -08:00
Hans de Goede
8a27b4e99d
Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984)
2018-12-27 16:50:01 +01:00
Laura Abbott
baea90e1b4
Linux v4.20-3117-ga5f2bd479f58
2018-12-26 13:30:36 -08:00
Laura Abbott
f766e81da3
Reenable debugging options.
2018-12-26 12:03:35 -08:00
Peter Robinson
bd7d297390
The TI Bluetooth now uses uart with the standard serdev bits and this driver is unused, hasn't been built in since we disabled the useless TI_ST driver
2018-12-26 03:16:35 +00:00
Peter Robinson
c15a3373f9
drop arch/x86/kernel/macros.s copy, no longer exists
2018-12-25 01:47:42 +00:00
Peter Robinson
a1b84087fb
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernel
2018-12-25 01:42:55 +00:00
Peter Robinson
e424a12707
fix Raspberry Pi 3A+ DT
2018-12-25 01:40:48 +00:00