Commit Graph

4879 Commits

Author SHA1 Message Date
Jeremy Cline 4f39cfdf95 Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934) 2019-03-25 16:02:32 +00:00
Jeremy Cline 45e5a1f373 Linux v5.1-rc2 2019-03-25 14:51:10 +00:00
Jeremy Cline 915ea30215 Disable debugging options. 2019-03-25 14:30:45 +00:00
Peter Robinson a89bed2f8e TPM fix (rhbz 1688283) 2019-03-25 00:00:26 +00:00
Peter Robinson 509cc04d2b Fixes for Tegra Jetson TX series, Initial support for NVIDIA Jetson Nano 2019-03-24 17:16:09 +00:00
Jeremy Cline 70e042b78c Linux v5.1-rc1-66-gfd1f297b794c 2019-03-22 14:14:08 +00:00
Paul Bolle 2e975b2183 Remove all Kconfig symbols dropped in v5.1-rc1
There are 23 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that were
dropped in upstream v5.1-rc1. The references to these symbols can be
safely removed.

These symbols are:
    CONFIG_AD7152
    CONFIG_DEFAULT_SECURITY_DAC
    CONFIG_DEFAULT_SECURITY_SELINUX
    CONFIG_EARLY_PRINTK_EFI
    CONFIG_EXOFS_FS
    CONFIG_EXT4_ENCRYPTION
    CONFIG_F2FS_FS_ENCRYPTION
    CONFIG_FB_XGI
    CONFIG_MTD_MT81xx_NOR
    CONFIG_NFT_CHAIN_NAT_IPV4
    CONFIG_NFT_CHAIN_NAT_IPV6
    CONFIG_NFT_MASQ_IPV4
    CONFIG_NFT_MASQ_IPV6
    CONFIG_NFT_REDIR_IPV4
    CONFIG_NFT_REDIR_IPV6
    CONFIG_SCSI_OSD_DEBUG
    CONFIG_SCSI_OSD_DPRINT_SENSE
    CONFIG_SCSI_OSD_INITIATOR
    CONFIG_SCSI_OSD_ULD
    CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE
    CONFIG_SND_AUDIO_GRAPH_SCU_CARD
    CONFIG_SND_SIMPLE_SCU_CARD
    CONFIG_UBIFS_FS_ENCRYPTION

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-21 15:12:50 +00:00
Paul Bolle c9ac9acfb0 Remove three Kconfig symbols dropped before v5.0
Three Kconfig symbols were added to upstream v5.0-rc1 but dropped before
v5.0 was released (for various reasons): FB_LOGO_CENTER, RESCTRL, and
X86_RESCTRL. Remove them from our configuration generation system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-21 15:12:50 +00:00
Paul Bolle 03cb47494c configs: remove CONFIG_SUN50I_A64_UNSTABLE_TIMER
The patch that added the Kconfig symbol SUN50I_A64_UNSTABLE_TIMER was
dropped in commit 60a8ce36ab ("Raspberry Pi DT updates, Update
AllWinner A64 timer errata workaround"). So it's safe to drop it from
the configuration generation system too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-21 10:34:06 -04:00
Jeremy Cline 47ae8ce524 Linux v5.1-rc1-15-gbabf09c3837f 2019-03-20 14:19:12 +00:00
Hans de Goede 34d65b13da Make the mainline vboxguest drv feature set match VirtualBox 6.0.x (#1689750) 2019-03-20 13:02:44 +01:00
Peter Robinson f1f58566b3 arm: build in some drivers needed by tegra jetson platforms 2019-03-19 17:58:59 +00:00
Peter Robinson 7644b3ba6f enable stmmac dwc-qos for tegra 2019-03-19 15:23:00 +00:00
Jeremy Cline b9534d956d Linux v5.1-rc1 2019-03-18 14:46:16 +00:00
Jeremy Cline e9a6f9df95 Disable debugging options. 2019-03-18 14:10:29 +00:00
Jeremy Cline 02d1cba5ee Fix up the rawhide-rc.sh script for 5.x 2019-03-18 14:09:10 +00:00
Peter Robinson bfbaeaff47 updates for Arm 2019-03-18 00:48:44 +00:00
Jeremy Cline 2372415c36 Linux v5.0-11520-gf261c4e529da 2019-03-15 14:48:09 +00:00
Jeremy Cline 3cc187999e Linux v5.0-11139-gfa3d493f7a57 2019-03-14 16:55:27 +00:00
Laura Abbott d7d54c5338 Turn off stackleak
We need to figure out how to properly do the building so
turn this off for now.
2019-03-13 17:00:47 -07:00
Jeremy Cline 2a6ca24d59 Linux v5.0-11053-gebc551f2b8f9 2019-03-13 15:11:54 +00:00
Paul Bolle 7043ed7dc5 configs: drop unneeded overrides
There are 255 overrides that have no effect as they are identical to the
files they override. In other words: these overrides have no effect on
the shipped .config files. They can safely be dropped.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-13 15:11:54 +00:00
Jeremy Cline d34432e996 Drop the duplicate/typo'd CROS_EC_DEBUGFS configs for arm/x86
It's off in the generic config, no need to make it more off.

Fat-fingered-by: Jeremy Cline <jcline@redhat.com>
Spotted-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-12 18:24:56 -04:00
Paul Bolle 62e1b09e96 Fix filename typo CONFIG_STACKINIT
CONFIG_STACKINIT should be CONFIG_TEST_STACKINIT, even though this typo
has no effect on the build.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-12 18:19:30 -04:00
Jeremy Cline fe3f29352b Linux v5.0-10742-gea295481b6e3 2019-03-12 15:02:18 +00:00
Jeremy Cline 88d17afb24 Enable SPI_SPIDEV on x86
As requested on the Fedora kernel mailing list
2019-03-12 15:02:18 +00:00
Peter Robinson dab12d564c Arm config updates and fixes, fixes for Jetson TX series 2019-03-12 11:50:12 +00:00
Justin M. Forbes 598acf3132 Add config entry for CONFIG_CROS_EC_DEBUGFS 2019-03-11 16:31:34 -05:00
Chuanhong Guo 5e886d2ace Enable MESON_GX_PM_DOMAINS and PHY_MESON_GXL_USB2 for aarch64
Amlogic GXL SoCs needs these two for USB2.0 PHY and HDMI.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2019-03-11 20:07:26 +00:00
Jeremy Cline edfbff22b4 Linux v5.0-10360-g12ad143e1b80 2019-03-11 17:30:38 +00:00
Paul Bolle 55c734c218 Remove a patch that still touches userspace tools
The userspace tools were split out into kernel-tools in 2017. Remove a
patch that still touches them.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-11 17:30:38 +00:00
Paul Bolle 216317b0de Drop six orphaned patches
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2019-03-11 17:30:38 +00:00
Jeremy Cline 6c72c6753e Linux v5.0-7001-g610cd4eadec4 2019-03-08 16:38:03 +00:00
Jeremy Cline ece6441001 Linux v5.0-6399-gf90d64483ebd 2019-03-07 20:30:13 +00:00
Laura Abbott 4f4c8c1037 Fix for compilation error linked to rhbz 1686419 2019-03-07 10:39:36 -08:00
Jeremy Cline 4997df9dcb Linux v5.0-3452-g3717f613f48d 2019-03-06 17:15:13 +00:00
Jeremy Cline 3d24375518 Linux v5.0-510-gcd2a3bf02625 2019-03-05 16:28:29 +00:00
Jeremy Cline 408ba024e4 Reenable debugging options. 2019-03-05 14:36:29 +00:00
Laura Abbott 1bde9dbcae Linux v5.0.0 2019-03-04 07:23:36 -08:00
Laura Abbott c5018505ed Linux v5.0-rc8-3-g7d762d69145a 2019-02-26 09:00:23 -08:00
Laura Abbott 6d26752622 Reenable debugging options. 2019-02-26 08:57:36 -08:00
Laura Abbott 1249e57136 Linux v5.0-rc8 2019-02-25 08:56:01 -08:00
Peter Robinson a163f3690a arm: minor tweak, disable obsolete driver 2019-02-24 21:31:09 +00:00
Laura Abbott e1790511d6 Linux v5.0-rc7-118-g8a61716ff2ab 2019-02-22 09:41:13 -08:00
Peter Robinson 2a3662749d Improvements to 96boards Rock960 2019-02-21 11:41:43 +00:00
Laura Abbott 2a86b1122d Linux v5.0-rc7-85-g2137397c92ae 2019-02-20 10:55:54 -08:00
Laura Abbott 83d8534473 Linux v5.0-rc7-11-gb5372fe5dc84 2019-02-19 09:07:58 -08:00
Laura Abbott 0f823b00b3 Reenable debugging options. 2019-02-19 09:03:46 -08:00
Laura Abbott 16332ac6b7 Linux v5.0-rc7 2019-02-17 20:10:42 -08:00
Laura Abbott 7f7300be61 Linux v5.0-rc6-42-g1f947a7a011f 2019-02-13 07:46:36 -08:00