summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable debugging options.Jeremy Cline2020-02-241-1/+4
|
* Include the release in the kernel COPYING fileJeremy Cline2020-02-241-2/+2
| | | | | | | | | | Whenever upstream changes the COPYING file it leads to an RPM file conflict because the name is set to, for example, 5.6.0 for the whole release cycle, but multiple kernel packages need to be installed that reference that same file. This rarely happens, but it's annoying and the file is tiny so just have one per installed kernel. Signed-off-by: Jeremy Cline <jcline@redhat.com>
* Linux v5.6-rc2-55-gca7e1fd1026cJeremy Cline2020-02-213-3/+6
|
* Fix up the patch numbering due to my incompetenceJeremy Cline2020-02-191-1/+1
|
* Pick up a uapi fix for qemu (rhbz 1804330)Jeremy Cline2020-02-192-0/+53
|
* Linux v5.6-rc2-47-g4b205766d8fcJeremy Cline2020-02-194-3/+103
|
* Revert "Temporary fix for opensc changing token names"Jeremy Cline2020-02-181-2/+0
| | | | | | | | | | | This reverts commit 7d934c19699837112d1ad7c0e6134394d9d94842. The pesign macro has been updated: https://bodhi.fedoraproject.org/updates/FEDORA-2020-90605177a0 https://bodhi.fedoraproject.org/updates/FEDORA-2020-649c2fdc37 https://bodhi.fedoraproject.org/updates/FEDORA-2020-c2652fe561 https://bodhi.fedoraproject.org/updates/FEDORA-2020-d98015f19e
* Linux v5.6-rc2-8-gb1da3acc781cJeremy Cline2020-02-1818-23/+22
| | | | Also enable CONFIG_INET_ESPINTCP (rhbz 1804255)
* Reenable debugging options.Jeremy Cline2020-02-181-1/+4
|
* filters: arm: filter soundwirePeter Robinson2020-02-174-4/+4
|
* Temporary fix for opensc changing token namesJeremy Cline2020-02-171-0/+2
| | | | | the pesign macro defines the token name, but allows us to override it. Apparently the new name is "OpenSC Card (Fedora Signer)".
* Linux v5.6-rc2Jeremy Cline2020-02-172-4/+6
|
* Disable debugging options.Jeremy Cline2020-02-171-1/+4
|
* arm: last bitsPeter Robinson2020-02-1716-13/+6
|
* arm: more minor updatesPeter Robinson2020-02-1719-32/+20
|
* arm updatesPeter Robinson2020-02-1624-40/+144
|
* Linux v5.6-rc1-44-gb19e8c684703Jeremy Cline2020-02-143-3/+6
|
* Disable DEBUG_INFO_BTF on armv7, it appears to be brokenJeremy Cline2020-02-135-4/+5
|
* Linux v5.6-rc1-23-g0bf999f9c5e7Jeremy Cline2020-02-133-3/+6
|
* Pull in fix so a number of ioctls aren't compat (rhbz 1801353)Jeremy Cline2020-02-132-0/+64
| | | | Signed-off-by: Jeremy Cline <jcline@redhat.com>
* Minor Arm updatesPeter Robinson2020-02-133-35/+206
|
* configs: clean up a few trivial editing mistakesPaul Bolle2020-02-124-4/+0
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* bcm2835: irqchips fix for early bootPeter Robinson2020-02-122-0/+234
|
* Linux v5.6-rc1-5-g0a679e13ea30Jeremy Cline2020-02-113-2/+6
|
* Reenable debugging options.Jeremy Cline2020-02-111-1/+4
|
* disable rockchips PCIE (again) because it's disabled for a reason and ↵Peter Robinson2020-02-114-6/+4
| | | | documented in bug 1704945
* X86_INTEL_MPX removed u/sPeter Robinson2020-02-115-5/+0
|
* Disable CONFIG_SFIJustin M. Forbes2020-02-105-5/+5
|
* Remove sysrq support to lift lockdown (rhbz 1800859)Jeremy Cline2020-02-1017-304/+3
|
* Minor arm updatesPeter Robinson2020-02-1019-31/+15
|
* Linux v5.6-rc1Jeremy Cline2020-02-1027-336/+103
|
* Disable debugging options.Jeremy Cline2020-02-101-1/+4
|
* enable iProc rng200 on armPeter Robinson2020-02-1016-15/+7
|
* Add a tegra serial patchPeter Robinson2020-02-079-0/+405
|
* Linux v5.5-9824-g90568ecf5615Jeremy Cline2020-02-0720-22/+29
| | | | | | This also enables: - DM_CLONE as a module (rhbz 1799060) - PCI Express devices on RockChip SoCs (rhbz 1792564)
* Linux v5.5-9737-g4c46bef2e96aJeremy Cline2020-02-0623-3/+78
|
* Linux v5.5-9402-g6992ca0dd017Jeremy Cline2020-02-0537-10/+188
|
* A quick fix for the armv7hl build failure.Jeremy Cline2020-02-042-0/+30
| | | | | | The build is failing because of an undefined symbol. This needs further investigation since I have no idea why this worked before, but this will at least let us produce a Rawhide kernel that boots.
* Temporarily disable STACKPROTECTOR_STRONG for x86 (rhbz 1796780)Jeremy Cline2020-02-045-5/+4
| | | | | Kernels built with gcc 10.0.1-0.7.fc32 and STACKPROTECTOR_STRONG panic on boot due to a corrupted stack.
* Disable CONFIG_DRM_DP_CEC temporarilyJeremy Cline2020-02-0415-15/+15
| | | | | | | | | | | This setting introduces a dependency in drm_kms_helpers.ko on cec.ko but cec.ko is in the media subsystem and is filtered into kernel-modules, but drm_kms_helpers.ko is in kernel-core. There's not an easy way to pick up cec.ko for kernel-core to satisfy the module dependency in the current filtering scripts so I'm turning this off until the script can be adjusted to make this easier. When flipping this back on, CONFIG_CEC_CORE also needs to be turned on.
* fix for firmware recovery on certain RPi4 HW revsPeter Robinson2020-02-042-2/+95
|
* Linux v5.5-8686-g14cd0bd04907Jeremy Cline2020-02-0357-1743/+482
|
* remove duplicate ARCH_RANDOMPeter Robinson2020-02-031-1/+0
|
* Add support for all bcm2711 GPIOsPeter Robinson2020-02-022-0/+870
|
* disble BT_CMTP (CAPI Message Transport Protocol), we disable ISDNPeter Robinson2020-01-3115-15/+15
|
* Drop the last alsa 5.6 patch which applies but breaks the buildJeremy Cline2020-01-302-49/+0
|
* Linux v5.5-3996-gb3a608222336Jeremy Cline2020-01-2978-1285/+724
|
* Reenable debugging options.Jeremy Cline2020-01-291-1/+4
|
* ima: enable system extra cert to enable adding an extra cert without needing ↵Peter Robinson2020-01-2916-15/+30
| | | | custom kernels
* It wasn't ready to go awayJustin M. Forbes2020-01-271-0/+3
|