From 14694918cd7fac2032134b57250efa8c9ef9d830 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 17 Dec 2020 11:17:34 -0600 Subject: [PATCH] kernel-5.11.0-0.rc0.20201217gite994cc240a3b.102 * Thu Dec 17 2020 Fedora Kernel Team [5.11.0-0.rc0.20201217gite994cc240a3b.102] - build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) - genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) - ark-rebase-patches.sh: Fix for shellcheck (Ben Crocker) - ark-create-release.sh: Fix syntax flagged by shellcheck (Ben Crocker) - merge-subtrees.sh: Fix syntax flagged by shellcheck (Ben Crocker) - rh-dist-git.sh: Fix syntax flagged by shellcheck (Ben Crocker) - update_scripts.sh: Fix syntax flagged by shellcheck (Ben Crocker) - x86_rngd.sh: Fix syntax flagged by shellcheck (Ben Crocker) - parallel_xz.sh: Fix syntax flagged by shellcheck (Ben Crocker) - expand_srpm.sh: Fix syntax flagged by shellcheck (Ben Crocker) - create-tarball.sh: Fix syntax flagged by shellcheck (Ben Crocker) - generate_bls_conf.sh: Fix syntax flagged by shellcheck (Ben Crocker) - clone_tree.sh: Fix syntax flagged by shellcheck (Ben Crocker) - new_release.sh: Fix syntax flagged by shellcheck (Ben Crocker) - download_cross.sh: Fix syntax flagged by shellcheck (Ben Crocker) - create_distgit_changelog.sh: Fix syntax flagged by shellcheck (Ben Crocker) - generate_cross_report.sh: Fix syntax flagged by shellcheck (Ben Crocker) - run_kabi-dw.sh: Fix syntax flagged by shellcheck (Ben Crocker) - mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) - scripts/configdiff.sh: Fix syntax flagged by shellcheck (Ben Crocker) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 5.10.1-reverts.patch | 84 -- Makefile.rhelver | 2 +- generate_bls_conf.sh | 6 +- kernel-aarch64-debug-fedora.config | 89 ++- kernel-aarch64-debug-rhel.config | 58 +- kernel-aarch64-fedora.config | 87 ++- kernel-aarch64-rhel.config | 58 +- kernel-armv7hl-debug-fedora.config | 91 ++- kernel-armv7hl-fedora.config | 89 ++- kernel-armv7hl-lpae-debug-fedora.config | 90 ++- kernel-armv7hl-lpae-fedora.config | 88 ++- kernel-i686-debug-fedora.config | 90 ++- kernel-i686-fedora.config | 88 ++- kernel-ppc64le-debug-fedora.config | 89 ++- kernel-ppc64le-debug-rhel.config | 61 +- kernel-ppc64le-fedora.config | 87 ++- kernel-ppc64le-rhel.config | 61 +- kernel-s390x-debug-fedora.config | 88 ++- kernel-s390x-debug-rhel.config | 60 +- kernel-s390x-fedora.config | 86 ++- kernel-s390x-rhel.config | 60 +- kernel-s390x-zfcpdump-rhel.config | 58 +- kernel-x86_64-debug-fedora.config | 90 ++- kernel-x86_64-debug-rhel.config | 61 +- kernel-x86_64-fedora.config | 88 ++- kernel-x86_64-rhel.config | 61 +- kernel.spec | 716 +++++++++++++++++- mod-blacklist.sh | 76 +- parallel_xz.sh | 2 +- ...-redhat.patch => patch-5.11.0-redhat.patch | 106 +-- sources | 6 +- update_scripts.sh | 8 +- 32 files changed, 2456 insertions(+), 328 deletions(-) delete mode 100644 5.10.1-reverts.patch mode change 100644 => 100755 kernel.spec rename patch-5.10.0-redhat.patch => patch-5.11.0-redhat.patch (97%) diff --git a/5.10.1-reverts.patch b/5.10.1-reverts.patch deleted file mode 100644 index 9527492ec..000000000 --- a/5.10.1-reverts.patch +++ /dev/null @@ -1,84 +0,0 @@ -From 76f58e00133501dff1bd0c0f05d786e8fb01fcc8 Mon Sep 17 00:00:00 2001 -From: Greg Kroah-Hartman -Date: Mon, 14 Dec 2020 17:48:11 +0100 -Subject: Revert "md: change mddev 'chunk_sectors' from int to unsigned" - -From: Greg Kroah-Hartman - -This reverts commit 6ffeb1c3f8226244c08105bcdbeecc04bad6b89a. - -It causes problems :( - -Reported-by: Dave Jones -Reported-by: Mike Snitzer -Cc: Song Liu -Cc: Jens Axboe -Cc: Linus Torvalds ---- - drivers/md/md.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - ---- a/drivers/md/md.h -+++ b/drivers/md/md.h -@@ -311,7 +311,7 @@ struct mddev { - int external; /* metadata is - * managed externally */ - char metadata_type[17]; /* externally set*/ -- unsigned int chunk_sectors; -+ int chunk_sectors; - time64_t ctime, utime; - int level, layout; - char clevel[16]; -@@ -339,7 +339,7 @@ struct mddev { - */ - sector_t reshape_position; - int delta_disks, new_level, new_layout; -- unsigned int new_chunk_sectors; -+ int new_chunk_sectors; - int reshape_backwards; - - struct md_thread *thread; /* management thread */ -From ee1b46545ebbe1572ddddf70f4abe04070669bd0 Mon Sep 17 00:00:00 2001 -From: Greg Kroah-Hartman -Date: Mon, 14 Dec 2020 17:51:18 +0100 -Subject: Revert "dm raid: fix discard limits for raid1 and raid10" - -From: Greg Kroah-Hartman - -This reverts commit e0910c8e4f87bb9f767e61a778b0d9271c4dc512. - -It causes problems :( - -Reported-by: Dave Jones -Reported-by: Mike Snitzer -Cc: Zdenek Kabelac -Cc: Mikulas Patocka -Cc: Linus Torvalds ---- - drivers/md/dm-raid.c | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) - ---- a/drivers/md/dm-raid.c -+++ b/drivers/md/dm-raid.c -@@ -3730,14 +3730,12 @@ static void raid_io_hints(struct dm_targ - blk_limits_io_opt(limits, chunk_size_bytes * mddev_data_stripes(rs)); - - /* -- * RAID10 personality requires bio splitting, -- * RAID0/1/4/5/6 don't and process large discard bios properly. -+ * RAID1 and RAID10 personalities require bio splitting, -+ * RAID0/4/5/6 don't and process large discard bios properly. - */ -- if (rs_is_raid10(rs)) { -- limits->discard_granularity = max(chunk_size_bytes, -- limits->discard_granularity); -- limits->max_discard_sectors = min_not_zero(rs->md.chunk_sectors, -- limits->max_discard_sectors); -+ if (rs_is_raid1(rs) || rs_is_raid10(rs)) { -+ limits->discard_granularity = chunk_size_bytes; -+ limits->max_discard_sectors = rs->md.chunk_sectors; - } - } - diff --git a/Makefile.rhelver b/Makefile.rhelver index 166f00540..f3b4a9821 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 98 +RHEL_RELEASE = 102 # # Early y+1 numbering diff --git a/generate_bls_conf.sh b/generate_bls_conf.sh index f8415db24..03b21821f 100755 --- a/generate_bls_conf.sh +++ b/generate_bls_conf.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e +# shellcheck disable=SC1091 . /etc/os-release kernelver=$1 && shift @@ -18,7 +19,10 @@ else debugid="" fi -cat >${output} < "$output" < [5.10.0-98] +* Thu Dec 17 2020 Fedora Kernel Team [5.11.0-0.rc0.20201217gite994cc240a3b.102] +- build_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- genspec.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- ark-rebase-patches.sh: Fix for shellcheck (Ben Crocker) +- ark-create-release.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- merge-subtrees.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- rh-dist-git.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- update_scripts.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- x86_rngd.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- parallel_xz.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- expand_srpm.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- create-tarball.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- generate_bls_conf.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- clone_tree.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- new_release.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- download_cross.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- create_distgit_changelog.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- generate_cross_report.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- run_kabi-dw.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- mod-blacklist.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- scripts/configdiff.sh: Fix syntax flagged by shellcheck (Ben Crocker) + +* Wed Dec 16 2020 Fedora Kernel Team [5.11.0-0.rc0.20201216gite994cc240a3b.101] +- drop unused BACKLIGHT_GENERIC (Peter Robinson) + +* Tue Dec 15 2020 Fedora Kernel Team [5.11.0-0.rc0.20201215git148842c98a24.100] - Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) +- Remove filterdiff and use native git instead (Don Zickus) +- kernel: Update some missing KASAN/KCSAN options (Jeremy Linton) +- kernel: Enable coresight on aarch64 (Jeremy Linton) +- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) +- fedora: some minor arm audio config tweaks (Peter Robinson) +- fedora: move CONFIG_RTC_NVMEM options from ark to common (Peter Robinson) +- redhat: explicitly disable CONFIG_IMA_APPRAISE_SIGNED_INIT (Bruno Meneguele) +- redhat: enable CONFIG_EVM_LOAD_X509 on ARK (Bruno Meneguele) +- redhat: enable CONFIG_EVM_ATTR_FSUUID on ARK (Bruno Meneguele) +- redhat: enable CONFIG_EVM in all arches and flavors (Bruno Meneguele) +- redhat: enable CONFIG_IMA_LOAD_X509 on ARK (Bruno Meneguele) +- redhat: set CONFIG_IMA_DEFAULT_HASH to SHA256 (Bruno Meneguele) +- redhat: enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT (Bruno Meneguele) +- redhat: enable CONFIG_IMA_READ_POLICY on ARK (Bruno Meneguele) +- redhat: set default IMA template for all ARK arches (Bruno Meneguele) +- redhat: enable CONFIG_IMA_DEFAULT_HASH_SHA256 for all flavors (Bruno Meneguele) +- redhat: disable CONFIG_IMA_DEFAULT_HASH_SHA1 (Bruno Meneguele) +- redhat: enable CONFIG_IMA_ARCH_POLICY for ppc and x86 (Bruno Meneguele) +- redhat: enable CONFIG_IMA_APPRAISE_MODSIG (Bruno Meneguele) +- redhat: enable CONFIG_IMA_APPRAISE_BOOTPARAM (Bruno Meneguele) +- redhat: enable CONFIG_IMA_APPRAISE (Bruno Meneguele) +- redhat: enable CONFIG_INTEGRITY for aarch64 (Bruno Meneguele) +- Ship xpad with default modules on Fedora and RHEL (Bastien Nocera) +- configs: Enable CONFIG_DEBUG_INFO_BTF (Don Zickus) +- Remove cp instruction already handled in instruction below. ("Paulo E. Castro") +- Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel. ("Paulo E. Castro") +- Add tools to path mangling script. ("Paulo E. Castro") +- Remove duplicate cp statement which is also not specific to x86. ("Paulo E. Castro") +- Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854 ("Paulo E. Castro") +- Fedora config update ("Justin M. Forbes") +- Fedora config change because CONFIG_FSL_DPAA2_ETH now selects CONFIG_FSL_XGMAC_MDIO ("Justin M. Forbes") +- Fedora: Only enable legacy serial/game port joysticks on x86 (Peter Robinson) +- Fedora: Enable the options required for the Librem 5 Phone (Peter Robinson) +- Temporarily backout parallel xz script ("Justin M. Forbes") +- Fedora config update ("Justin M. Forbes") +- Enable NANDSIM for Fedora ("Justin M. Forbes") +- Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active ("Justin M. Forbes") +- Ath11k related config updates ("Justin M. Forbes") +- Fedora config updates for ath11k ("Justin M. Forbes") +- Turn on ATH11K for Fedora ("Justin M. Forbes") +- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti) +- More Fedora config fixes ("Justin M. Forbes") +- Fedora 5.10 config updates ("Justin M. Forbes") +- Fedora 5.10 configs round 1 ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- redhat: enable CONFIG_INTEL_IOMMU_SVM (Jerry Snitselaar) +- Update CONFIG_INET6_ESPINTCP (Justin Forbes) +- Fix LTO issues with kernel-tools (Don Zickus) +- Allow building of kernel-tools standalone (Don Zickus) +- Allow kernel-tools to build without selftests (Don Zickus) +- Fix up a merge issue with rxe.c ("Justin M. Forbes") +- Point pathfix to the new location for gen_compile_commands.py ("Justin M. Forbes") +- [Automatic] Handle config dependency changes (Don Zickus) +- New configs in drivers/mfd (Fedora Kernel Team) +- New configs in drivers/mfd ("CKI@GitLab") +- New configs in drivers/mfd (Fedora Kernel Team) +- New configs in drivers/firmware (Fedora Kernel Team) +- arm64/defconfig: Enable CONFIG_KEXEC_FILE (Bhupesh Sharma) [https://bugzilla.redhat.com/show_bug.cgi?id=1821565] +- Fix Fedora config locations ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Partial revert: Add master merge check (Don Zickus) +- Add CONFIG_ARM64_MTE which is not picked up by the config scripts for some reason ("Justin M. Forbes") +- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov) +- Disable Speakup synth DECEXT ("Justin M. Forbes") +- Enable Speakup for Fedora since it is out of staging ("Justin M. Forbes") +- WIP: redhat/docs: Update documentation for single branch workflow (Prarit Bhargava) +- Update Maintainers doc to reflect workflow changes (Don Zickus) +- Updated changelog for the release based on 7575fdda569b (Fedora Kernel Team) +- Modify patchlist changelog output (Don Zickus) +- configs: Disable CONFIG_SECURITY_SELINUX_DISABLE (Ondrej Mosnacek) +- Updated changelog for the release based on 7575fdda569b (Fedora Kernel Team) +- Fix path location for ark-update-configs.sh (Don Zickus) +- Updated changelog for the release based on 7575fdda569b (Fedora Kernel Team) +- Updated changelog for the release based on v5.9-rc8 (Fedora Kernel Team) +- Stop merging ark-patches for release (Don Zickus) +- Combine Red Hat patches into single patch (Don Zickus) +- Updated changelog for the release based on v5.9-rc8 (Fedora Kernel Team) +- Updated changelog for the release based on 22fbc037cd32 (Fedora Kernel Team) +- Updated changelog for the release based on d3d45f8220d6 (Fedora Kernel Team) +- Updated changelog for the release based on 472e5b056f00 (Fedora Kernel Team) +- Set SquashFS decompression options for all flavors to match RHEL (Bohdan Khomutskyi) +- Updated changelog for the release based on 60e720931556 (Fedora Kernel Team) +- New configs in drivers/pinctrl (Fedora Kernel Team) +- Updated changelog for the release based on 02de58b24d2e (Fedora Kernel Team) +- New configs in drivers/misc (Jeremy Cline) +- New configs in net/sched ("Justin M. Forbes") +- New configs in net/ipv6 ("Justin M. Forbes") +- New configs in drivers/net/wireless ("Justin M. Forbes") +- Update CONFIG_THERMAL_NETLINK (Justin Forbes) +- New configs in kernel/trace (Fedora Kernel Team) +- configs/iommu: Add config comment to empty CONFIG_SUN50I_IOMMU file (Jerry Snitselaar) +- New configs in drivers/phy (Fedora Kernel Team) +- New configs in drivers/tty (Fedora Kernel Team) +- Updated changelog for the release based on fb0155a09b02 (Fedora Kernel Team) +- redhat/self-test: Initial commit (Ben Crocker) +- Updated changelog for the release based on v5.9-rc7 (Fedora Kernel Team) +- Separate merge-upstream and release stages (Don Zickus) +- redhat/configs: Cleanup CONFIG_CRYPTO_SHA512 (Prarit Bhargava) +- Re-enable CONFIG_IR_SERIAL on Fedora (Prarit Bhargava) +- Updated changelog for the release based on v5.9-rc7 (Fedora Kernel Team) +- Updated changelog for the release based on a1bffa48745a (Fedora Kernel Team) +- Updated changelog for the release based on 7c7ec3226f5f (Fedora Kernel Team) +- Create Patchlist.changelog file (Don Zickus) +- Filter out upstream commits from changelog (Don Zickus) +- Merge Upstream script fixes (Don Zickus) +- Updated changelog for the release based on 171d4ff79f96 (Fedora Kernel Team) +- generate_all_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- process_configs.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- Updated changelog for the release based on c9c9e6a49f89 (Fedora Kernel Team) +- Updated changelog for the release based on 805c6d3c1921 (Fedora Kernel Team) +- Updated changelog for the release based on 98477740630f (Fedora Kernel Team) +- Updated changelog for the release based on v5.9-rc6 (Fedora Kernel Team) +- Updated changelog for the release based on fc4f28bb3daf (Fedora Kernel Team) +- Updated changelog for the release based on v5.9-rc5 (Fedora Kernel Team) +- Updated changelog for the release based on ef2e9a563b0c (Fedora Kernel Team) +- Updated changelog for the release based on 729e3d091984 (Fedora Kernel Team) +- dist-merge-upstream: Checkout known branch for ci scripts (Don Zickus) +- Updated changelog for the release based on 581cb3a26baf (Fedora Kernel Team) +- Filter out LTO build options from the perl ccopts ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- kernel.spec: don't override upstream compiler flags for ppc64le (=?UTF-8?q?Dan=20Hor=C3=A1k?=) +- Updated changelog for the release based on v5.9-rc4 (Fedora Kernel Team) +- Updated changelog for the release based on dd9fb9bb3340 (Fedora Kernel Team) +- Updated changelog for the release based on c70672d8d316 (Fedora Kernel Team) +- Fedora confi gupdate ("Justin M. Forbes") +- Updated changelog for the release based on 59126901f200 (Fedora Kernel Team) +- Updated changelog for the release based on fc3abb53250a (Fedora Kernel Team) +- Fedora config change ("Justin M. Forbes") +- Updated changelog for the release based on 9c7d619be5a0 (Fedora Kernel Team) +- Updated changelog for the release based on b51594df17d0 (Fedora Kernel Team) +- Fedora filter update ("Justin M. Forbes") +- Config update for Fedora ("Justin M. Forbes") +- Updated changelog for the release based on v5.9-rc3 (Fedora Kernel Team) +- Updated changelog for the release based on 1127b219ce94 (Fedora Kernel Team) +- Updated changelog for the release based on 4d41ead6ead9 (Fedora Kernel Team) +- mod-sign.sh: Fix syntax flagged by shellcheck (Ben Crocker) +- Updated changelog for the release based on 15bc20c6af4c (Fedora Kernel Team) +- Updated changelog for the release based on 2ac69819ba9e (Fedora Kernel Team) +- Updated changelog for the release based on 6a9dc5fd6170 (Fedora Kernel Team) +- Updated changelog for the release based on v5.9-rc2 (Fedora Kernel Team) +- Updated changelog for the release based on c3d8f220d012 (Fedora Kernel Team) +- Updated changelog for the release based on f873db9acd3c (Fedora Kernel Team) +- Swap how ark-latest is built (Don Zickus) +- Add extra version bump to os-build branch (Don Zickus) +- dist-release: Avoid needless version bump. (Don Zickus) +- Add dist-fedora-release target (Don Zickus) +- Remove redundant code in dist-release (Don Zickus) +- Makefile.common rename TAG to _TAG (Don Zickus) +- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) +- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) +- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) +- Updated changelog for the release based on da2968ff879b (Fedora Kernel Team) +- Updated changelog for the release based on 18445bf405cb (Fedora Kernel Team) +- Add mlx5_vdpa to module filter for Fedora ("Justin M. Forbes") +- Add python3-sphinx_rtd_theme buildreq for docs ("Justin M. Forbes") +- More Fedora config updates ("Justin M. Forbes") +- New config deps ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Updated changelog for the release based on 06a4ec1d9dc6 (Fedora Kernel Team) +- First half of config updates for Fedora ("Justin M. Forbes") +- Add config options that only show up when we prep on arm ("Justin M. Forbes") +- Config updates for Fedora ("Justin M. Forbes") +- fedora: enable enery model (Peter Robinson) +- iio: enable LTR-559 light and proximity sensor (Peter Robinson) +- iio: chemical: enable some popular chemical and partical sensors (Peter Robinson) +- More mismatches ("Justin M. Forbes") +- Fedora config change due to deps ("Justin M. Forbes") +- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC ("Justin M. Forbes") +- Config change required for build part 2 ("Justin M. Forbes") +- Config change required for build ("Justin M. Forbes") +- Fixes "acpi: prefer booting with ACPI over DTS" to be RHEL only (Peter Robinson) +- arch/x86: Remove vendor specific CPU ID checks (Prarit Bhargava) +- redhat: Replace hardware.redhat.com link in Unsupported message (Prarit Bhargava) +- x86: Fix compile issues with rh_check_supported() (Don Zickus) +- e1000e: bump up timeout to wait when ME un-configure ULP mode (Aaron Ma) +- drm/sun4i: sun6i_mipi_dsi: fix horizontal timing calculation (Icenowy Zheng) +- drm: panel: add Xingbangda XBD599 panel (Icenowy Zheng) +- dt-bindings: panel: add binding for Xingbangda XBD599 panel (Icenowy Zheng) +- ARM: fix __get_user_check() in case uaccess_* calls are not inlined (Masahiro Yamada) +- mm/kmemleak: skip late_init if not skip disable (Murphy Zhou) +- KEYS: Make use of platform keyring for module signature verify (Robert Holmes) +- Drop that for now (Laura Abbott) +- Input: rmi4 - remove the need for artificial IRQ in case of HID (Benjamin Tissoires) +- ARM: tegra: usb no reset (Peter Robinson) +- arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT (Jon Masters) +- redhat: rh_kabi: deduplication friendly structs (Jiri Benc) +- redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage (Jiri Benc) +- redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE (Jiri Benc) +- redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve. (Don Dutile) +- redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator (Tony Camuso) +- redhat: rh_kabi: Add macros to size and extend structs (Prarit Bhargava) +- Removing Obsolete hba pci-ids from rhel8 (Dick Kennedy) [1572321] +- mptsas: pci-id table changes (Laura Abbott) +- mptsas: Taint kernel if mptsas is loaded (Laura Abbott) +- mptspi: pci-id table changes (Laura Abbott) +- qla2xxx: Remove PCI IDs of deprecated adapter (Jeremy Cline) +- be2iscsi: remove unsupported device IDs (Chris Leech) [1574502] +- mptspi: Taint kernel if mptspi is loaded (Laura Abbott) +- hpsa: remove old cciss-based smartarray pci ids (Joseph Szczypek) [1471185] +- qla4xxx: Remove deprecated PCI IDs from RHEL 8 (Chad Dupuis) [1518874] +- aacraid: Remove depreciated device and vendor PCI id's (Raghava Aditya Renukunta) [1495307] +- megaraid_sas: remove deprecated pci-ids (Tomas Henzl) [1509329] +- mpt*: remove certain deprecated pci-ids (Jeremy Cline) +- kernel: add SUPPORT_REMOVED kernel taint (Tomas Henzl) [1602033] +- Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES (Don Zickus) +- Add option of 13 for FORCE_MAX_ZONEORDER (Peter Robinson) +- s390: Lock down the kernel when the IPL secure flag is set (Jeremy Cline) +- efi: Lock down the kernel if booted in secure boot mode (David Howells) +- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode (David Howells) +- security: lockdown: expose a hook to lock the kernel down (Jeremy Cline) +- Make get_cert_list() use efi_status_to_str() to print error messages. (Peter Jones) +- Add efi_status_to_str() and rework efi_status_to_err(). (Peter Jones) +- Add support for deprecating processors (Laura Abbott) +- arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT (Jeremy Cline) +- iommu/arm-smmu: workaround DMA mode issues (Laura Abbott) +- rh_kabi: introduce RH_KABI_EXCLUDE (Jakub Racek) [1652256] +- ipmi: do not configure ipmi for HPE m400 (Laura Abbott) [https://bugzilla.redhat.com/show_bug.cgi?id=1670017] +- IB/rxe: Mark Soft-RoCE Transport driver as tech-preview (Don Dutile) [1605216] +- scsi: smartpqi: add inspur advantech ids (Don Brace) [1503736] +- ice: mark driver as tech-preview (Jonathan Toppins) [1495347] +- kABI: Add generic kABI macros to use for kABI workarounds (Myron Stowe) [1546831] +- add pci_hw_vendor_status() (Maurizio Lombardi) [1590829] +- ahci: thunderx2: Fix for errata that affects stop engine (Robert Richter) [1563590] +- Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon (Robert Richter) [1563590] +- bpf: Add tech preview taint for syscall (Eugene Syromiatnikov) [1559877] +- bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter (Eugene Syromiatnikov) [1561171] +- add Red Hat-specific taint flags (Eugene Syromiatnikov) [1559877] +- kdump: fix a grammar issue in a kernel message (Dave Young) [1507353] +- tags.sh: Ignore redhat/rpm (Jeremy Cline) +- put RHEL info into generated headers (Laura Abbott) [https://bugzilla.redhat.com/show_bug.cgi?id=1663728] +- kdump: add support for crashkernel=auto (Jeremy Cline) +- kdump: round up the total memory size to 128M for crashkernel reservation (Dave Young) [1507353] +- acpi: prefer booting with ACPI over DTS (Mark Salter) [1576869] +- aarch64: acpi scan: Fix regression related to X-Gene UARTs (Mark Salter) [1519554] +- ACPI / irq: Workaround firmware issue on X-Gene based m400 (Mark Salter) [1519554] +- modules: add rhelversion MODULE_INFO tag (Laura Abbott) +- ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support (Al Stone) [1518076] +- Add Red Hat tainting (Laura Abbott) +- Introduce CONFIG_RH_DISABLE_DEPRECATED (Laura Abbott) +- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson) +- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson) +- Enable ZSTD compression algorithm on all kernels (Peter Robinson) +- Fedora config update ("Justin M. Forbes") +- Revert "Merge branch 'make_configs_fix' into 'os-build'" (Justin Forbes) +- Use the configs/generic config for SND_HDA_INTEL everywhere (Peter Robinson) +- enable PROTECTED_VIRTUALIZATION_GUEST for all s390x kernels (=?UTF-8?q?Dan=20Hor=C3=A1k?=) +- kernel.spec: Remove kernel-keys directory on rpm erase (Prarit Bhargava) +- redhat/configs/process_configs.sh: Remove *.config.orig files (Prarit Bhargava) +- redhat/configs/process_configs.sh: Add process_configs_known_broken flag (Prarit Bhargava) +- redhat/Makefile: Fix '*-configs' targets (Prarit Bhargava) +- Updated changelog for the release based on v5.8 (Fedora Kernel Team) +- Updated changelog for the release based on ac3a0c847296 (Fedora Kernel Team) +- Updated changelog for the release based on 7dc6fd0f3b84 (Fedora Kernel Team) +- redhat: ark: enable CONFIG_NET_SCH_TAPRIO (Davide Caratti) +- redhat: ark: enable CONFIG_NET_SCH_ETF (Davide Caratti) +- Add ability to sync upstream through Makefile (Don Zickus) +- Add master merge check (Don Zickus) +- Replace hardcoded values 'os-build' and project id with variables (Don Zickus) +- Updated changelog for the release based on 417385c47ef7 (Fedora Kernel Team) +- gitattributes: Remove unnecesary export restrictions (Prarit Bhargava) +- redhat/Makefile.common: Fix MARKER (Prarit Bhargava) +- Add new certs for dual signing with boothole ("Justin M. Forbes") +- Update secureboot signing for dual keys ("Justin M. Forbes") +- Updated changelog for the release based on d3590ebf6f91 (Fedora Kernel Team) +- Updated changelog for the release based on 6ba1b005ffc3 (Fedora Kernel Team) +- redhat: ark: disable CONFIG_NET_ACT_CTINFO (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_TEQL (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_SFB (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_QFQ (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_PLUG (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_PIE (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_MULTIQ (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_HHF (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_DSMARK (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_DRR (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_CODEL (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_CHOKE (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_CBQ (Davide Caratti) +- redhat: ark: disable CONFIG_NET_SCH_ATM (Davide Caratti) +- redhat: ark: disable CONFIG_NET_EMATCH and sub-targets (Davide Caratti) +- redhat: ark: disable CONFIG_NET_CLS_TCINDEX (Davide Caratti) +- redhat: ark: disable CONFIG_NET_CLS_RSVP6 (Davide Caratti) +- redhat: ark: disable CONFIG_NET_CLS_RSVP (Davide Caratti) +- redhat: ark: disable CONFIG_NET_CLS_ROUTE4 (Davide Caratti) +- redhat: ark: disable CONFIG_NET_CLS_BASIC (Davide Caratti) +- redhat: ark: disable CONFIG_NET_ACT_SKBMOD (Davide Caratti) +- redhat: ark: disable CONFIG_NET_ACT_SIMP (Davide Caratti) +- redhat: ark: disable CONFIG_NET_ACT_NAT (Davide Caratti) +- fedora: enable LEDS_SGM3140 for arm configs (Peter Robinson) +- Updated changelog for the release based on v5.8-rc7 (Fedora Kernel Team) +- Updated changelog for the release based on 04300d66f0a0 (Fedora Kernel Team) +- Updated changelog for the release based on 23ee3e4e5bd2 (Fedora Kernel Team) +- configs: Enable CONFIG_ENERGY_MODEL (Phil Auld) +- Enable CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG ("Justin M. Forbes") +- Updated changelog for the release based on f37e99aca03f (Fedora Kernel Team) +- Updated changelog for the release based on d15be546031c (Fedora Kernel Team) +- fedora: arm: Update some meson config options (Peter Robinson) +- redhat/configs: Fix common CONFIGs (Prarit Bhargava) +- redhat/configs: General CONFIG cleanups (Prarit Bhargava) +- redhat/configs: Update & generalize evaluate_configs (Prarit Bhargava) +- Updated changelog for the release based on 4fa640dc5230 (Fedora Kernel Team) +- Updated changelog for the release based on 5714ee50bb43 (Fedora Kernel Team) +- Updated changelog for the release based on f932d58abc38 (Fedora Kernel Team) +- Updated changelog for the release based on 6a70f89cc58f (Fedora Kernel Team) +- Updated changelog for the release based on 07a56bb875af (Fedora Kernel Team) +- redhat/docs: Add Fedora RPM tagging date (Prarit Bhargava) +- Updated changelog for the release based on e9919e11e219 (Fedora Kernel Team) +- Update config for renamed panel driver. (Peter Robinson) +- Enable SERIAL_SC16IS7XX for SPI interfaces (Peter Robinson) +- Updated changelog for the release based on dcde237b9b0e (Fedora Kernel Team) +- Updated changelog for the release based on v5.8-rc4 (Fedora Kernel Team) +- Updated changelog for the release based on cd77006e01b3 (Fedora Kernel Team) +- Fedora config updates ("Justin M. Forbes") +- Updated changelog for the release based on v5.8-rc3 (Fedora Kernel Team) +- s390x-zfcpdump: Handle missing Module.symvers file (Don Zickus) +- Updated changelog for the release based on 8be3a53e18e0 (Fedora Kernel Team) +- redhat/configs: Add .tmp files to .gitignore (Prarit Bhargava) +- disable uncommon TCP congestion control algorithms (Davide Caratti) +- Updated changelog for the release based on dd0d718152e4 (Fedora Kernel Team) +- Add new bpf man pages ("Justin M. Forbes") +- Add default option for CONFIG_ARM64_BTI_KERNEL to pending-common so that eln kernels build ("Justin M. Forbes") +- Updated changelog for the release based on 625d3449788f (Fedora Kernel Team) +- Updated changelog for the release based on 1b5044021070 (Fedora Kernel Team) +- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) +- Updated changelog for the release based on 69119673bd50 (Fedora Kernel Team) +- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) +- Updated changelog for the release based on a5dc8300df75 (Fedora Kernel Team) +- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) +- Fedora config update for rc1 ("Justin M. Forbes") +- Updated changelog for the release based on v5.8-rc1 (Fedora Kernel Team) +- Fedora config updates ("Justin M. Forbes") +- Updated changelog for the release based on df2fbf5bfa0e (Fedora Kernel Team) +- Fedora config updates ("Justin M. Forbes") +- Updated changelog for the release based on b791d1bdf921 (Fedora Kernel Team) +- One more Fedora config update ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Fix PATCHLEVEL for merge window ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- More module filtering for Fedora ("Justin M. Forbes") +- Update filters for rnbd in Fedora ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- redhat/Makefile.common: fix RPMKSUBLEVEL condition (Ondrej Mosnacek) +- redhat/Makefile: silence KABI tar output (Ondrej Mosnacek) +- Fix up module filtering for 5.8 ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- More Fedora config work ("Justin M. Forbes") +- RTW88BE and CE have been extracted to their own modules ("Justin M. Forbes") +- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Arm64 Use Branch Target Identification for kernel ("Justin M. Forbes") +- Fedora config updates ("Justin M. Forbes") +- Change value of CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE ("Justin M. Forbes") +- Fix configs for Fedora ("Justin M. Forbes") +- Fix update_scripts.sh unselective pattern sub (David Howells) +- Updated changelog for the release based on b0c3ba31be3e ("CKI@GitLab") +- Updated changelog for the release based on 444fc5cde643 ("CKI@GitLab") +- Remove typoed config file aarch64CONFIG_SM_GCC_8150 ("Justin M. Forbes") +- Updated changelog for the release based on v5.7-rc7 ("CKI@GitLab") +- Updated changelog for the release based on caffb99b6929 ("CKI@GitLab") +- Updated changelog for the release based on 444565650a5f ("CKI@GitLab") +- redhat/Makefile: Fix RHEL8 python warning (Prarit Bhargava) +- redhat: Add dummy-module kernel module (Prarit Bhargava) +- kernel.spec: fix 'make scripts' for kernel-devel package (Brian Masney) +- Makefile: correct help text for dist-cross--rpms (Brian Masney) +- Add Documentation back to kernel-devel as it has Kconfig now ("Justin M. Forbes") +- Updated changelog for the release based on 642b151f45dd ("CKI@GitLab") +- Drop the static path configuration for the Sphinx docs (Jeremy Cline) +- Updated changelog for the release based on v5.7-rc6 ("CKI@GitLab") +- Updated changelog for the release based on 3d1c1e5931ce ("CKI@GitLab") +- Updated changelog for the release based on 12bf0b632ed0 ("CKI@GitLab") +- Updated changelog for the release based on 1ae7efb38854 ("CKI@GitLab") +- redhat: Change Makefile target names to dist- (Prarit Bhargava) +- configs: Disable Serial IR driver (Prarit Bhargava) +- Updated changelog for the release based on 24085f70a6e1 ("CKI@GitLab") +- Updated changelog for the release based on 152036d1379f ("CKI@GitLab") +- Updated changelog for the release based on v5.7-rc5 ("CKI@GitLab") +- Updated changelog for the release based on e99332e7b4cd ("CKI@GitLab") +- Fix "multiple files for package kernel-tools" (Pablo Greco) +- Updated changelog for the release based on d5eeab8d7e26 ("CKI@GitLab") +- Add zero-commit to format-patch options ("Justin M. Forbes") +- Updated changelog for the release based on 79dede78c057 ("CKI@GitLab") +- Introduce a Sphinx documentation project (Jeremy Cline) +- Updated changelog for the release based on a811c1fa0a02 ("CKI@GitLab") +- Sign off generated configuration patches (Jeremy Cline) +- Updated changelog for the release based on dc56c5acd850 ("CKI@GitLab") +- Use __make macro instead of make (Tom Stellard) +- Build ARK against ELN (Don Zickus) +- Updated changelog for the release based on 47cf1b422e60 ("CKI@GitLab") +- Updated changelog for the release based on v5.7-rc4 ("CKI@GitLab") +- Updated changelog for the release based on f66ed1ebbfde ("CKI@GitLab") +- Updated changelog for the release based on 690e2aba7beb ("CKI@GitLab") +- redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [http://bugzilla.redhat.com/1722136] +- Updated changelog for the release based on c45e8bccecaf ("CKI@GitLab") +- Drop the requirement to have a remote called linus (Jeremy Cline) +- Rename 'internal' branch to 'os-build' (Don Zickus) +- Updated changelog for the release based on 1d2cc5ac6f66 ("CKI@GitLab") +- Only include open merge requests with "Include in Releases" label (Jeremy Cline) +- Copy Makefile.rhelver as a source file rather than a patch (Jeremy Cline) +- Exit non-zero if the tag already exists for a release (Jeremy Cline) +- Move the sed to clear the patch templating outside of conditionals ("Justin M. Forbes") +- Add cec to the filter overrides ("Justin M. Forbes") +- Add overrides to filter-modules.sh ("Justin M. Forbes") +- Adjust the changelog update script to not push anything (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Updated changelog ("CKI@GitLab") +- Match template format in kernel.spec.template ("Justin M. Forbes") +- Break out the Patches into individual files for dist-git ("Justin M. Forbes") +- Break the Red Hat patch into individual commits (Jeremy Cline) +- Add a script to generate release tags and branches (Jeremy Cline) +- Set CONFIG_VDPA for fedora ("Justin M. Forbes") +- Drop --target noarch from the rh-rpms make target (Jeremy Cline) +- Provide defaults in ark-rebase-patches.sh (Jeremy Cline) +- Default ark-rebase-patches.sh to not report issues (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Package gpio-watch in kernel-tools (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Add a README to the dist-git repository (Jeremy Cline) +- Drop DIST from release commits and tags (Jeremy Cline) +- Copy distro files rather than moving them (Jeremy Cline) +- Place the buildid before the dist in the release (Jeremy Cline) +- Sync up with Fedora arm configuration prior to merging (Jeremy Cline) +- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) +- Include bpftool-struct_ops man page in the bpftool package (Jeremy Cline) +- Add sharedbuffer_configuration.py to the pathfix.py script (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Drop RH_FEDORA in favor of the now-merged RHEL_DIFFERENCES (Jeremy Cline) +- Sync up Fedora configs from the first week of the merge window (Jeremy Cline) +- Add a script to test if all commits are signed off (Jeremy Cline) +- Fix a painfully obvious YAML syntax error in .gitlab-ci.yml (Jeremy Cline) +- Migrate blacklisting floppy.ko to mod-blacklist.sh (Don Zickus) +- kernel packaging: Combine mod-blacklist.sh and mod-extra-blacklist.sh (Don Zickus) +- kernel packaging: Fix extra namespace collision (Don Zickus) +- mod-extra.sh: Rename to mod-blacklist.sh (Don Zickus) +- mod-extra.sh: Make file generic (Don Zickus) +- Fix make rh-configs-arch (Don Zickus) +- Add in armv7hl kernel header support (Don Zickus) +- Disable all BuildKernel commands when only building headers (Don Zickus) +- Updated changelog ("CKI@GitLab") +- Add RHMAINTAINERS file and supporting conf (Don Zickus) +- Drop any gitlab-ci patches from ark-patches (Jeremy Cline) +- Build the srpm for internal branch CI using the vanilla tree (Jeremy Cline) +- Pull in the latest ARM configurations for Fedora (Jeremy Cline) +- Fix xz memory usage issue (Neil Horman) +- Use ark-latest instead of master for update script (Jeremy Cline) +- Move the CI jobs back into the ARK repository (Jeremy Cline) +- Revert "[redhat] Apply a second patch set in Fedora build roots" (Jeremy Cline) +- Sync up ARK's Fedora config with the dist-git repository (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Pull in the latest configuration changes from Fedora (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- configs: enable CONFIG_NET_SCH_CBS (Marcelo Ricardo Leitner) +- Drop configuration options in fedora/ that no longer exist (Jeremy Cline) +- Set RH_FEDORA for ARK and Fedora (Jeremy Cline) +- redhat: enable CONFIG_LWTUNNEL_BPF (Jiri Benc) +- redhat/kernel.spec: Include the release in the kernel COPYING file (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- redhat/kernel.spec: add scripts/jobserver-exec to py3_shbang_opts list (Jeremy Cline) +- redhat/kernel.spec: package bpftool-gen man page (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- distgit-changelog: handle multiple y-stream BZ numbers (Bruno Meneguele) +- redhat/kernel.spec: remove all inline comments (Bruno Meneguele) +- redhat/genspec: awk unknown whitespace regex pattern (Bruno Meneguele) +- Improve the readability of gen_config_patches.sh (Jeremy Cline) +- Fix some awkward edge cases in gen_config_patches.sh (Jeremy Cline) +- Updated changelog (Jeremy Cline) +- Update the CI environment to use Fedora 31 (Jeremy Cline) +- Revert "Turn off CONFIG_AX25" (Laura Abbott) +- Updated changelog ("CKI@GitLab") +- Updated changelog ("CKI@GitLab") +- configs: Enable CONFIG_KEY_DH_OPERATIONS on ARK (Ondrej Mosnacek) +- redhat: drop whitespace from with_gcov macro (Jan Stancek) [INTERNAL] +- Updated changelog ("CKI@GitLab") +- Updated changelog ("CKI@GitLab") +- Updated changelog ("CKI@GitLab") +- Updated changelog ("CKI@GitLab") +- Turn on BLAKE2B for Fedora (Jeremy Cline) +- kernel.spec.template: Clean up stray *.h.s files (Laura Abbott) +- configs: Adjust CONFIG_MPLS_ROUTING and CONFIG_MPLS_IPTUNNEL (Laura Abbott) +- New configs in lib/crypto (Jeremy Cline) +- Build the SRPM in the CI job (Jeremy Cline) +- Fix up released_kernel case (Laura Abbott) +- New configs in drivers/char (Jeremy Cline) +- Add label so the Gitlab to email bridge ignores the changelog (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- Temporarily switch TUNE_DEFAULT to y (Jeremy Cline) +- Run config test for merge requests and internal (Jeremy Cline) +- Turn off CONFIG_AX25 (Laura Abbott) +- Add missing licensedir line (Laura Abbott) +- New configs in net/tls (Jeremy Cline) +- New configs in net/tipc (Jeremy Cline) +- New configs in lib/kunit (Jeremy Cline) +- New configs in lib/Kconfig.debug (Jeremy Cline) +- New configs in drivers/ptp (Jeremy Cline) +- New configs in drivers/nvme (Jeremy Cline) +- New configs in drivers/net/phy (Jeremy Cline) +- New configs in drivers/crypto (Jeremy Cline) +- New configs in crypto/Kconfig (Jeremy Cline) +- New configs in arch/arm64 (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- redhat/scripts: Remove redhat/scripts/rh_get_maintainer.pl (Prarit Bhargava) +- configs: Take CONFIG_DEFAULT_MMAP_MIN_ADDR from Fedra (Laura Abbott) +- configs: Turn off ISDN (Laura Abbott) +- kernel-packaging: Remove kernel files from kernel-modules-extra package (Prarit Bhargava) +- Add a script to generate configuration patches (Laura Abbott) +- Introduce rh-configs-commit (Laura Abbott) +- Updated changelog ("CKI@GitLab") +- configs: Enable CONFIG_DEBUG_WX (Laura Abbott) +- configs: Disable wireless USB (Laura Abbott) +- Clean up some temporary config files (Laura Abbott) +- configs: New config in drivers/gpu for v5.4-rc1 (Jeremy Cline) +- configs: New config in arch/powerpc for v5.4-rc1 (Jeremy Cline) +- configs: New config in crypto for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/usb for v5.4-rc1 (Jeremy Cline) +- AUTOMATIC: New configs (Jeremy Cline) +- Skip ksamples for bpf, they are broken (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- configs: New config in fs/erofs for v5.4-rc1 (Jeremy Cline) +- configs: New config in mm for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/md for v5.4-rc1 (Jeremy Cline) +- configs: New config in init for v5.4-rc1 (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- configs: New config in fs/fuse for v5.4-rc1 (Jeremy Cline) +- merge.pl: Avoid comments but do not skip them (Don Zickus) +- configs: New config in drivers/net/ethernet/pensando for v5.4-rc1 (Jeremy Cline) +- Update a comment about what released kernel means (Laura Abbott) +- Provide both Fedora and RHEL files in the SRPM (Laura Abbott) +- kernel.spec.template: Trim EXTRAVERSION in the Makefile (Laura Abbott) +- kernel.spec.template: Add macros for building with nopatches (Laura Abbott) +- kernel.spec.template: Add some macros for Fedora differences (Laura Abbott) +- kernel.spec.template: Consolodate the options (Laura Abbott) +- configs: Add pending direcory to Fedora (Laura Abbott) +- kernel.spec.template: Don't run hardlink if rpm-ostree is in use (Laura Abbott) +- configs: New config in net/can for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/net/phy for v5.4-rc1 (Jeremy Cline) +- Updated changelog ("CKI@GitLab") +- configs: turn on ARM64_FORCE_52BIT for debug builds (Jeremy Cline) +- kernel.spec.template: Tweak the python3 mangling (Laura Abbott) +- kernel.spec.template: Add --with verbose option (Laura Abbott) +- kernel.spec.template: Switch to using install instead of __install (Laura Abbott) +- kernel.spec.template: Make the kernel.org URL https (Laura Abbott) +- kernel.spec.template: Update message about secure boot signing (Laura Abbott) +- kernel.spec.template: Move some with flags definitions up (Laura Abbott) +- kernel.spec.template: Update some BuildRequires (Laura Abbott) +- kernel.spec.template: Get rid of clean (Laura Abbott) +- configs: New config in drivers/char for v5.4-rc1 (Jeremy Cline) +- configs: New config in net/sched for v5.4-rc1 (Jeremy Cline) +- configs: New config in lib for v5.4-rc1 (Jeremy Cline) +- configs: New config in fs/verity for v5.4-rc1 (Jeremy Cline) +- configs: New config in arch/aarch64 for v5.4-rc4 (Jeremy Cline) +- configs: New config in arch/arm64 for v5.4-rc1 (Jeremy Cline) +- Flip off CONFIG_ARM64_VA_BITS_52 so the bundle that turns it on applies (Jeremy Cline) +- configs: Increase x86_64 NR_UARTS to 64 (Prarit Bhargava) [http://bugzilla.redhat.com/1730649] +- Update changelog (Laura Abbott) +- New configuration options for v5.4-rc4 (Jeremy Cline) +- Correctly name tarball for single tarball builds (Laura Abbott) +- configs: New config in drivers/pci for v5.4-rc1 (Jeremy Cline) +- Allow overriding the dist tag on the command line (Laura Abbott) +- Allow scratch branch target to be overridden (Laura Abbott) +- Remove long dead BUILD_DEFAULT_TARGET (Laura Abbott) +- Amend the changelog when rebasing (Laura Abbott) +- configs: New config in drivers/platform for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/pinctrl for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/net/wireless for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/net/ethernet/mellanox for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/net/can for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/hid for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/dma-buf for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) +- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) +- configs: New config in block for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/cpuidle for v5.4-rc1 (Jeremy Cline) +- redhat: configs: Split CONFIG_CRYPTO_SHA512 (Laura Abbott) +- redhat: Set Fedora options (Laura Abbott) +- gitlab: Add CI job for packaging scripts (Major Hayden) +- Set CRYPTO_SHA3_*_S390 to builtin on zfcpdump (Jeremy Cline) +- configs: New config in drivers/edac for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/firmware for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/hwmon for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/iio for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/mmc for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/tty for v5.4-rc1 (Jeremy Cline) +- configs: New config in arch/s390 for v5.4-rc1 (Jeremy Cline) +- configs: New config in drivers/bus for v5.4-rc1 (Jeremy Cline) +- Add option to allow mismatched configs on the command line (Laura Abbott) +- configs: New config in drivers/crypto for v5.4-rc1 (Jeremy Cline) +- configs: New config in sound/pci for v5.4-rc1 (Jeremy Cline) +- configs: New config in sound/soc for v5.4-rc1 (Jeremy Cline) +- Speed up CI with CKI image (Major Hayden) +- configs: Fix the pending default for CONFIG_ARM64_VA_BITS_52 (Jeremy Cline) +- configs: Turn on OPTIMIZE_INLINING for everything (Jeremy Cline) +- configs: Set valid pending defaults for CRYPTO_ESSIV (Jeremy Cline) +- Add an initial CI configuration for the internal branch (Jeremy Cline) +- New drop of configuration options for v5.4-rc1 (Jeremy Cline) +- Disable e1000 driver in ARK (Neil Horman) +- New drop of configuration options for v5.4-rc1 (Jeremy Cline) +- configs: Adjust CONFIG_FORCE_MAX_ZONEORDER for Fedora (Laura Abbott) +- configs: Add README for some other arches (Laura Abbott) +- configs: Sync up Fedora configs (Laura Abbott) +- Pull the RHEL version defines out of the Makefile (Jeremy Cline) +- Sync up the ARK build scripts (Jeremy Cline) +- Sync up the Fedora Rawhide configs (Jeremy Cline) +- Sync up the ARK config files (Jeremy Cline) +- [initial commit] Add structure for building with git (Laura Abbott) +- [initial commit] Add Red Hat variables in the top level makefile (Laura Abbott) +- [initial commit] Red Hat gitignore and attributes (Laura Abbott) +- [initial commit] Add changelog (Laura Abbott) +- [initial commit] Add makefile (Laura Abbott) +- [initial commit] Add files for generating the kernel.spec (Laura Abbott) +- [initial commit] Add rpm directory (Laura Abbott) +- [initial commit] Add files for packaging (Laura Abbott) +- [initial commit] Add kabi files (Laura Abbott) +- [initial commit] Add scripts (Laura Abbott) +- [initial commit] Add configs (Laura Abbott) +- [initial commit] Add Makefiles (Laura Abbott) + +* Tue Dec 15 2020 Fedora Kernel Team [5.10.0-99] +- Add missing '$' sign to (GIT) in redhat/Makefile (Augusto Caringi) +- redhat: ark: enable CONFIG_IKHEADERS (Jiri Olsa) * Sat Dec 12 2020 Fedora Kernel Team [5.10.0-0.rc7.20201212git7f376f1917d7.97] - Remove filterdiff and use native git instead (Don Zickus) diff --git a/mod-blacklist.sh b/mod-blacklist.sh index f2f801b5e..e8797659e 100755 --- a/mod-blacklist.sh +++ b/mod-blacklist.sh @@ -1,4 +1,5 @@ #! /bin/bash +# shellcheck disable=SC2164 RpmDir=$1 ModDir=$2 @@ -24,9 +25,9 @@ __EOF__ check_blacklist() { - mod=$(find $RpmDir/$ModDir -name "$1") + mod=$(find "$RpmDir/$ModDir" -name "$1") [ ! "$mod" ] && return 0 - if modinfo $mod | grep -q '^alias:\s\+net-'; then + if modinfo "$mod" | grep -q '^alias:\s\+net-'; then mod="${1##*/}" mod="${mod%.ko*}" echo "$mod has an alias that allows auto-loading. Blacklisting." @@ -37,7 +38,7 @@ check_blacklist() find_depends() { dep=$1 - depends=`modinfo $dep | sed -n -e "/^depends/ s/^depends:[ \t]*//p"` + depends=$(modinfo "$dep" | sed -n -e "/^depends/ s/^depends:[ \t]*//p") [ -z "$depends" ] && exit for mod in ${depends//,/ } do @@ -45,14 +46,14 @@ find_depends() [ -z "$match" ] && continue # check if the module we are looking at is in mod-* too. # if so we do not need to mark the dep as required. - mod2=${dep##*/} # same as `basename $dep`, but faster + mod2=${dep##*/} # same as $(basename $dep), but faster match2=$(grep "^$mod2" "$ListName") if [ -n "$match2" ] then #echo $mod2 >> notreq.list continue fi - echo $mod.ko >> req.list + echo "$mod".ko >> req.list done } @@ -60,11 +61,11 @@ foreachp() { P=$(nproc) bgcount=0 - while read mod; do + while read -r mod; do $1 "$mod" & bgcount=$((bgcount + 1)) - if [ $bgcount -eq $P ]; then + if [ $bgcount -eq "$P" ]; then wait -n bgcount=$((bgcount - 1)) fi @@ -76,12 +77,12 @@ foreachp() # Destination was specified on the command line test -n "$4" && echo "$0: Override Destination $Dest has been specified." -pushd $Dir +pushd "$Dir" -OverrideDir=$(basename $List) +OverrideDir=$(basename "$List") OverrideDir=${OverrideDir%.*} OverrideDir=${OverrideDir#*-} -mkdir -p $OverrideDir +mkdir -p "$OverrideDir" rm -rf modnames find . -name "*.ko" -type f > modnames @@ -94,7 +95,8 @@ cp "$List" . # This variable needs to be exported because it is used in sub-script # executed by xargs -export ListName=$(basename "$List") +ListName=$(basename "$List") +export ListName foreachp find_depends < modnames @@ -102,25 +104,25 @@ sort -u req.list > req2.list sort -u "$ListName" > modules2.list join -v 1 modules2.list req2.list > modules3.list -for mod in $(cat modules3.list) +while IFS= read -r mod do - # get the path for the module - modpath=`grep /$mod modnames` - [ -z "$modpath" ] && continue - echo $modpath >> dep.list -done + # get the path for the module + modpath=$(grep /"$mod" modnames) + [ -z "$modpath" ] && continue + echo "$modpath" >> dep.list +done < modules3.list sort -u dep.list > dep2.list if [ -n "$Dest" ]; then - # now move the modules into the $Dest directory - for mod in `cat dep2.list` - do - newpath=`dirname $mod | sed -e "s/kernel\\//$Dest\//"` - mkdir -p $newpath - mv $mod $newpath - echo $mod | sed -e "s/kernel\\//$Dest\//" | sed -e "s|^.|${ModDir}|g" >> $RpmDir/$ListName - done + # now move the modules into the $Dest directory + while IFS= read -r mod + do + newpath=$(dirname "$mod" | sed -e "s/kernel\\//$Dest\//") + mkdir -p "$newpath" + mv "$mod" "$newpath" + echo "$mod" | sed -e "s/kernel\\//$Dest\//" | sed -e "s|^.|${ModDir}|g" >> "$RpmDir"/"$ListName" + done < dep2.list fi popd @@ -130,31 +132,33 @@ popd # target doesn't try to sign a non-existent file. This is kinda ugly, but # so are the modules-* packages. -for mod in `cat ${Dir}/dep2.list` +while IFS= read -r mod do - modfile=`basename $mod | sed -e 's/.ko/.mod/'` - rm .tmp_versions/$modfile -done + modfile=$(basename "$mod" | sed -e 's/.ko/.mod/') + rm .tmp_versions/"$modfile" +done < "$Dir"/dep2.list -if [ ! -n "$Dest" ]; then - sed -e "s|^.|${ModDir}|g" ${Dir}/dep2.list > $RpmDir/$ListName +if [ -z "$Dest" ]; then + sed -e "s|^.|${ModDir}|g" "$Dir"/dep2.list > "$RpmDir/$ListName" echo "./$RpmDir/$ListName created." [ -d "$RpmDir/etc/modprobe.d/" ] || mkdir -p "$RpmDir/etc/modprobe.d/" - foreachp check_blacklist < $List + foreachp check_blacklist < "$List" fi # Many BIOS-es export a PNP-id which causes the floppy driver to autoload # even though most modern systems don't have a 3.5" floppy driver anymore # this replaces the old die_floppy_die.patch which removed the PNP-id from # the module -if [ -f $RpmDir/$ModDir/extra/drivers/block/floppy.ko* ]; then - blacklist "floppy" + +floppylist=("$RpmDir"/"$ModDir"/extra/drivers/block/floppy.ko*) +if [[ -n ${floppylist[0]} && -f ${floppylist[0]} ]]; then + blacklist "floppy" fi # avoid an empty kernel-extra package -echo "$ModDir/$OverrideDir" >> $RpmDir/$ListName +echo "$ModDir/$OverrideDir" >> "$RpmDir/$ListName" -pushd $Dir +pushd "$Dir" rm modnames dep.list dep2.list req.list req2.list rm "$ListName" modules2.list modules3.list popd diff --git a/parallel_xz.sh b/parallel_xz.sh index bc08a548d..f1b6cdd15 100755 --- a/parallel_xz.sh +++ b/parallel_xz.sh @@ -23,4 +23,4 @@ test "$procgroup" = 1 && exec xargs -r xz # xz has some startup cost. If files are really small, # this cost might be significant. To combat this, # process several files (in sequence) by each xz process via -n 16: -exec xargs -r -n 16 -P $procgroup xz +exec xargs -r -n 16 -P "$procgroup" xz diff --git a/patch-5.10.0-redhat.patch b/patch-5.11.0-redhat.patch similarity index 97% rename from patch-5.10.0-redhat.patch rename to patch-5.11.0-redhat.patch index 4c286290f..5c1fab645 100644 --- a/patch-5.10.0-redhat.patch +++ b/patch-5.11.0-redhat.patch @@ -94,10 +94,10 @@ index 75a9dd98e76e..3ff3291551f9 100644 Boot into System Kernel diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt -index 44fde25bb221..063ae5999610 100644 +index c0ca130fe3c9..fb0da333212d 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt -@@ -5519,6 +5519,14 @@ +@@ -5521,6 +5521,14 @@ unknown_nmi_panic [X86] Cause panic on unknown NMI. @@ -240,10 +240,10 @@ index e30cf02da8b8..91c8dfc1f8a7 100644 $(version_h): FORCE diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index 002e0cf025f5..0bd19ef73eec 100644 +index ba937d85cb6c..eace8b69c0a8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -1514,9 +1514,9 @@ config HIGHMEM +@@ -1482,9 +1482,9 @@ config HIGHMEM If unsure, say n. config HIGHPTE @@ -287,10 +287,10 @@ index a13d90206472..6a6aae01755b 100644 #define get_user(x, p) \ diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig -index a6b5b7ef40ae..6632e57859f5 100644 +index 9f0139ba8a1d..bb08acd5baef 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig -@@ -892,7 +892,7 @@ endchoice +@@ -895,7 +895,7 @@ endchoice config ARM64_FORCE_52BIT bool "Force 52-bit virtual addresses for userspace" @@ -299,7 +299,7 @@ index a6b5b7ef40ae..6632e57859f5 100644 help For systems with 52-bit userspace VAs enabled, the kernel will attempt to maintain compatibility with older software by providing 48-bit VAs -@@ -1151,6 +1151,7 @@ config XEN +@@ -1148,6 +1148,7 @@ config XEN config FORCE_MAX_ZONEORDER int default "14" if (ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE) @@ -349,7 +349,7 @@ index 98b3aca1de8e..1cace7c90d41 100644 + return !!ipl_secure_flag; +} diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c -index 4d843e64496f..4fc65aaef059 100644 +index 1f16a03be995..5fc4d7c069ab 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -49,6 +49,7 @@ @@ -357,9 +357,9 @@ index 4d843e64496f..4fc65aaef059 100644 #include #include +#include + #include #include - #include @@ -1101,6 +1102,9 @@ void __init setup_arch(char **cmdline_p) log_component_list(); @@ -383,7 +383,7 @@ index 35ad8480c464..fade48ea4c2d 100644 setup_force_cpu_cap(X86_FEATURE_CPUID); cpu_parse_early_param(); diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index 84f581c91db4..1d510bd7c969 100644 +index a23130c86bdd..6c7ed7524f85 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -19,6 +19,7 @@ @@ -402,7 +402,7 @@ index 84f581c91db4..1d510bd7c969 100644 /* * max_low_pfn_mapped: highest directly mapped pfn < 4 GB -@@ -735,7 +737,51 @@ static void __init trim_low_memory_range(void) +@@ -730,7 +732,51 @@ static void __init trim_low_memory_range(void) { memblock_reserve(0, ALIGN(reserve_low, PAGE_SIZE)); } @@ -455,7 +455,7 @@ index 84f581c91db4..1d510bd7c969 100644 /* * Dump out kernel offset information on panic. */ -@@ -960,6 +1006,13 @@ void __init setup_arch(char **cmdline_p) +@@ -955,6 +1001,13 @@ void __init setup_arch(char **cmdline_p) if (efi_enabled(EFI_BOOT)) efi_init(); @@ -469,7 +469,7 @@ index 84f581c91db4..1d510bd7c969 100644 dmi_setup(); /* -@@ -1112,19 +1165,7 @@ void __init setup_arch(char **cmdline_p) +@@ -1107,19 +1160,7 @@ void __init setup_arch(char **cmdline_p) /* Allocate bigger log buffer */ setup_log_buf(1); @@ -490,7 +490,7 @@ index 84f581c91db4..1d510bd7c969 100644 reserve_initrd(); -@@ -1233,6 +1274,8 @@ void __init setup_arch(char **cmdline_p) +@@ -1228,6 +1269,8 @@ void __init setup_arch(char **cmdline_p) efi_apply_memmap_quirks(); #endif @@ -562,10 +562,10 @@ index e209081d644b..7484bcf59a1b 100644 return ctx.rc; } diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index bc6a79e33220..384d347275a0 100644 +index a1b226eb2ce2..a6289f5a9fd4 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c -@@ -1573,6 +1573,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) +@@ -1604,6 +1604,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) if (!acpi_match_device_ids(device, i2c_multi_instantiate_ids)) return false; @@ -684,7 +684,7 @@ index d6ca2da19339..7c30a62c5e5d 100644 obj-$(CONFIG_EFI_RCI2_TABLE) += rci2-table.o obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c -index 6c6eec044a97..406aff8327b6 100644 +index df3f9bcab581..8d5b6eb36467 100644 --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -31,6 +31,7 @@ @@ -695,7 +695,7 @@ index 6c6eec044a97..406aff8327b6 100644 #include -@@ -840,40 +841,101 @@ int efi_mem_type(unsigned long phys_addr) +@@ -841,40 +842,101 @@ int efi_mem_type(unsigned long phys_addr) } #endif @@ -873,10 +873,10 @@ index 000000000000..de0a3714a5d4 + } +} diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig -index b9dbedf8f15e..a8801d0d69b9 100644 +index b4e021ea30f9..5687b745ebe2 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig -@@ -490,6 +490,15 @@ config DRM_PANEL_VISIONOX_RM69299 +@@ -532,6 +532,15 @@ config DRM_PANEL_VISIONOX_RM69299 Say Y here if you want to enable support for Visionox RM69299 DSI Video Mode panel. @@ -893,10 +893,10 @@ index b9dbedf8f15e..a8801d0d69b9 100644 tristate "Xinpeng XPP055C272 panel driver" depends on OF diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile -index 2ba560bca61d..5e109b9ccd64 100644 +index ebbf488c7eac..cc539a167f40 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile -@@ -52,4 +52,5 @@ obj-$(CONFIG_DRM_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o +@@ -56,4 +56,5 @@ obj-$(CONFIG_DRM_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o obj-$(CONFIG_DRM_PANEL_TPO_TPG110) += panel-tpo-tpg110.o obj-$(CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA) += panel-truly-nt35597.o obj-$(CONFIG_DRM_PANEL_VISIONOX_RM69299) += panel-visionox-rm69299.o @@ -1745,10 +1745,10 @@ index 9aa6fad8ed47..11a9cea929a3 100644 goto out; } diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c -index 2dea4d0e9415..ea87438a4f7b 100644 +index c52b9bb0e3ab..3e463dccac33 100644 --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c -@@ -4813,6 +4813,7 @@ static int __init ice_module_init(void) +@@ -4810,6 +4810,7 @@ static int __init ice_module_init(void) pr_info("%s\n", ice_driver_string); pr_info("%s\n", ice_copyright); @@ -1757,7 +1757,7 @@ index 2dea4d0e9415..ea87438a4f7b 100644 ice_wq = alloc_workqueue("%s", WQ_MEM_RECLAIM, 0, KBUILD_MODNAME); if (!ice_wq) { diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c -index 8b587fc97f7b..afd364210381 100644 +index ec44a79e951a..5025827ef396 100644 --- a/drivers/pci/pci-driver.c +++ b/drivers/pci/pci-driver.c @@ -19,6 +19,7 @@ @@ -1768,9 +1768,9 @@ index 8b587fc97f7b..afd364210381 100644 #include #include "pci.h" #include "pcie/portdrv.h" -@@ -280,6 +281,34 @@ static const struct pci_device_id *pci_match_device(struct pci_driver *drv, - return found_id; - } +@@ -281,6 +282,34 @@ static struct attribute *pci_drv_attrs[] = { + }; + ATTRIBUTE_GROUPS(pci_drv); +/** + * pci_hw_vendor_status - Tell if a PCI device is supported by the HW vendor @@ -1804,10 +1804,10 @@ index 8b587fc97f7b..afd364210381 100644 struct pci_driver *drv; struct pci_dev *dev; diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c -index f70692ac79c5..2381cb1d2333 100644 +index 653660e3ba9e..98851d00dc4d 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c -@@ -4139,6 +4139,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, +@@ -4143,6 +4143,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000, DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9084, quirk_bridge_cavm_thrx2_pcie_root); @@ -2121,10 +2121,10 @@ index 9d0229656681..28da005c3cc2 100644 PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, PCI_VENDOR_ID_DELL, 0x1fe0) diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c -index 17202b2ee063..033990e935dd 100644 +index 7f71218cc1e5..283fc0f41cd2 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -5531,6 +5531,13 @@ static void hub_event(struct work_struct *work) +@@ -5532,6 +5532,13 @@ static void hub_event(struct work_struct *work) (u16) hub->change_bits[0], (u16) hub->event_bits[0]); @@ -2206,10 +2206,10 @@ index d7c0e73af2b9..c2af576741d5 100644 #ifdef CONFIG_RESET_ATTACK_MITIGATION diff --git a/include/linux/kernel.h b/include/linux/kernel.h -index 2f05e9128201..fc3d6161a3b7 100644 +index f7902d8c1048..8d612af767c4 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h -@@ -602,7 +602,24 @@ extern enum system_states { +@@ -443,7 +443,24 @@ extern enum system_states { #define TAINT_LIVEPATCH 15 #define TAINT_AUX 16 #define TAINT_RANDSTRUCT 17 @@ -2235,7 +2235,7 @@ index 2f05e9128201..fc3d6161a3b7 100644 #define TAINT_FLAGS_MAX ((1UL << TAINT_FLAGS_COUNT) - 1) struct taint_flag { -@@ -888,4 +905,19 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } +@@ -729,4 +746,19 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } /* OTHER_WRITABLE? Generally considered a bad idea. */ \ BUILD_BUG_ON_ZERO((perms) & 2) + \ (perms)) @@ -2256,7 +2256,7 @@ index 2f05e9128201..fc3d6161a3b7 100644 + #endif diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h -index 32a940117e7a..edb5ae9c9e09 100644 +index 7aaa753b8608..8e164db118c3 100644 --- a/include/linux/lsm_hook_defs.h +++ b/include/linux/lsm_hook_defs.h @@ -385,6 +385,8 @@ LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux) @@ -2269,7 +2269,7 @@ index 32a940117e7a..edb5ae9c9e09 100644 #ifdef CONFIG_PERF_EVENTS LSM_HOOK(int, 0, perf_event_open, struct perf_event_attr *attr, int type) diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h -index c503f7ab8afb..909e4fb32458 100644 +index a19adef1f088..57cce0d5c347 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h @@ -1520,6 +1520,12 @@ @@ -2286,7 +2286,7 @@ index c503f7ab8afb..909e4fb32458 100644 * * @perf_event_open: diff --git a/include/linux/module.h b/include/linux/module.h -index 6264617bab4d..d4202ef4c598 100644 +index c4e7a887f469..6085e7b1cc71 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -372,6 +372,7 @@ struct module { @@ -2298,10 +2298,10 @@ index 6264617bab4d..d4202ef4c598 100644 /* Exported symbols */ diff --git a/include/linux/pci.h b/include/linux/pci.h -index 22207a79762c..e2f9a745fbc1 100644 +index b32126d26997..c5a1072e57a6 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h -@@ -1409,6 +1409,10 @@ int pci_add_dynid(struct pci_driver *drv, +@@ -1414,6 +1414,10 @@ int pci_add_dynid(struct pci_driver *drv, unsigned long driver_data); const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, struct pci_dev *dev); @@ -2628,10 +2628,10 @@ index ab7eea01ab42..fff7c5f737fc 100644 int rmi_register_transport_device(struct rmi_transport_dev *xport); diff --git a/include/linux/security.h b/include/linux/security.h -index 39642626a707..17d55164b892 100644 +index c35ea0ffccd9..342d4579bf5c 100644 --- a/include/linux/security.h +++ b/include/linux/security.h -@@ -456,6 +456,7 @@ int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); +@@ -457,6 +457,7 @@ int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen); int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen); int security_locked_down(enum lockdown_reason what); @@ -2639,7 +2639,7 @@ index 39642626a707..17d55164b892 100644 #else /* CONFIG_SECURITY */ static inline int call_blocking_lsm_notifier(enum lsm_event event, void *data) -@@ -1304,6 +1305,10 @@ static inline int security_locked_down(enum lockdown_reason what) +@@ -1305,6 +1306,10 @@ static inline int security_locked_down(enum lockdown_reason what) { return 0; } @@ -2651,7 +2651,7 @@ index 39642626a707..17d55164b892 100644 #if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE) diff --git a/kernel/Makefile b/kernel/Makefile -index 6c9f19911be0..81a49119f668 100644 +index aa7368c7eabf..59724bef4bf2 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -12,6 +12,8 @@ obj-y = fork.o exec_domain.o panic.o \ @@ -2664,7 +2664,7 @@ index 6c9f19911be0..81a49119f668 100644 obj-$(CONFIG_MODULES) += kmod.o obj-$(CONFIG_MULTIUSER) += groups.o diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c -index 8f50c9c19f1b..0a98ae3d38a0 100644 +index 4caf06fe4152..32eeb063f270 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -25,6 +25,7 @@ @@ -2675,7 +2675,7 @@ index 8f50c9c19f1b..0a98ae3d38a0 100644 #include #include #include -@@ -50,7 +51,25 @@ static DEFINE_SPINLOCK(map_idr_lock); +@@ -51,7 +52,25 @@ static DEFINE_SPINLOCK(map_idr_lock); static DEFINE_IDR(link_idr); static DEFINE_SPINLOCK(link_idr_lock); @@ -2702,7 +2702,7 @@ index 8f50c9c19f1b..0a98ae3d38a0 100644 static const struct bpf_map_ops * const bpf_map_types[] = { #define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type) -@@ -4357,11 +4376,17 @@ static int bpf_prog_bind_map(union bpf_attr *attr) +@@ -4339,11 +4358,17 @@ static int bpf_prog_bind_map(union bpf_attr *attr) SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) { union bpf_attr attr; @@ -2721,7 +2721,7 @@ index 8f50c9c19f1b..0a98ae3d38a0 100644 if (err) return err; diff --git a/kernel/crash_core.c b/kernel/crash_core.c -index 106e4500fd53..09a4870fe1fb 100644 +index 825284baaf46..0b2b3f510b16 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c @@ -7,6 +7,7 @@ @@ -2786,10 +2786,10 @@ index 106e4500fd53..09a4870fe1fb 100644 * if the commandline contains a ':', then that's the extended * syntax -- if not, it must be the classic syntax diff --git a/kernel/module.c b/kernel/module.c -index a4fa44a652a7..2cb5d45c7d1b 100644 +index c3a9e972d3b2..ce85f964e945 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -807,6 +807,7 @@ static struct module_attribute modinfo_##field = { \ +@@ -836,6 +836,7 @@ static struct module_attribute modinfo_##field = { \ MODINFO_ATTR(version); MODINFO_ATTR(srcversion); @@ -2797,7 +2797,7 @@ index a4fa44a652a7..2cb5d45c7d1b 100644 static char last_unloaded_module[MODULE_NAME_LEN+1]; -@@ -1269,6 +1270,7 @@ static struct module_attribute *modinfo_attrs[] = { +@@ -1298,6 +1299,7 @@ static struct module_attribute *modinfo_attrs[] = { &module_uevent, &modinfo_version, &modinfo_srcversion, @@ -3073,10 +3073,10 @@ index 87cbdc64d272..18555cf18da7 100644 static int __init lockdown_lsm_init(void) diff --git a/security/security.c b/security/security.c -index a28045dc9e7f..36b8b9fcad48 100644 +index 7b09cfbae94f..e1c7bda4de13 100644 --- a/security/security.c +++ b/security/security.c -@@ -2532,6 +2532,12 @@ int security_locked_down(enum lockdown_reason what) +@@ -2534,6 +2534,12 @@ int security_locked_down(enum lockdown_reason what) } EXPORT_SYMBOL(security_locked_down); diff --git a/sources b/sources index a1259c417..64250dad0 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.10.tar.xz) = c28d52bc0c1e2c99017ceeca0bf2e622427f3416e0692090b01f65e3b3a5bce0e3e52ce3cee15d71e84fcb965bd48bdfcccb818c0105035d712ebd07afde9452 -SHA512 (kernel-abi-whitelists-5.10.0-98.tar.bz2) = e3c85bb9cf256d1695035c1fc6197e85b9c74c021a67fd9c79e3422af6d0334e81aaf6b6c6857245bf4081f37a30638abe222c7ae9a94ec92eda02192a83aa90 -SHA512 (kernel-kabi-dw-5.10.0-98.tar.bz2) = 6e284faa972833261e5c9090f62efb1d3ed250d994e3e3e630e7d78b65a563799634738986f7640809557470c8edfc6250fc036b59763619f4e06a0767f7a772 +SHA512 (linux-20201217gite994cc240a3b.tar.xz) = e2d6bad2faa8bbc7531be19d3447fea532e45c43e396782c5d84c461dcdd3bcdf19f92519c42f8520bdde6eb93de9f9b5d6113c2dc252996bed27e60fda90ac7 +SHA512 (kernel-abi-whitelists-5.11.0-0.rc0.20201217gite994cc240a3b.102.tar.bz2) = 1caad47ade49d8e5804a78f18ba32f59966c3bdc04decb6cc56238c3dd1232c0f33e841f166907c35676582ac810ba63f23b1bbaed853952a10939b292ce9529 +SHA512 (kernel-kabi-dw-5.11.0-0.rc0.20201217gite994cc240a3b.102.tar.bz2) = 0485c11af9c3c44df2e48869698d3fb15be622e1f7db265d6af7887cc944b1f46a581894d91834d9a26f73294586f883ed059194bb4376c3e1dc434b3fbca9a6 diff --git a/update_scripts.sh b/update_scripts.sh index 5c3dbaeb9..9196e795a 100755 --- a/update_scripts.sh +++ b/update_scripts.sh @@ -1,12 +1,12 @@ #!/bin/sh -if [ -z $1 ]; then +if [ -z "$1" ]; then exit 1 fi -TARGET=$1 +TARGET="$1" -for i in $RPM_SOURCE_DIR/*.$TARGET; do +for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do NEW=${i%.$TARGET} - cp $i $NEW + cp "$i" "$NEW" done