diff --git a/Makefile.rhelver b/Makefile.rhelver index eed5659..684d71f 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 = 29 +RHEL_RELEASE = 35 # # Early y+1 numbering @@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.2 +RTBUILD:=.3 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c49c5bf --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: manual.sst_kernel_maintainers.kernel-rt.final} diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index a542d77..f1299c0 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -873,7 +873,7 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_CFB=y CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20POLY1305=m -CONFIG_CRYPTO_CHACHA20_X86_64=m +CONFIG_CRYPTO_CHACHA20_X86_64=y CONFIG_CRYPTO_CMAC=y CONFIG_CRYPTO_CRC32C_INTEL=m # CONFIG_CRYPTO_CRC32C_VPMSUM is not set @@ -945,10 +945,10 @@ CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_KEYWRAP is not set # CONFIG_CRYPTO_KHAZAD is not set CONFIG_CRYPTO_LIB_BLAKE2S=m -CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m -CONFIG_CRYPTO_LIB_CHACHA=m +CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y +CONFIG_CRYPTO_LIB_CHACHA=y CONFIG_CRYPTO_LIB_CURVE25519=m -CONFIG_CRYPTO_LIB_POLY1305=m +CONFIG_CRYPTO_LIB_POLY1305=y CONFIG_CRYPTO_LRW=m # CONFIG_CRYPTO_LZ4HC is not set # CONFIG_CRYPTO_LZ4 is not set @@ -967,7 +967,7 @@ CONFIG_CRYPTO_OFB=y CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_PCRYPT=m CONFIG_CRYPTO_POLY1305=m -CONFIG_CRYPTO_POLY1305_X86_64=m +CONFIG_CRYPTO_POLY1305_X86_64=y CONFIG_CRYPTO_RMD128=m CONFIG_CRYPTO_RMD160=m CONFIG_CRYPTO_RMD256=m @@ -4126,7 +4126,7 @@ CONFIG_OPROFILE=m CONFIG_OPTIMIZE_INLINING=y # CONFIG_ORANGEFS_FS is not set CONFIG_OSF_PARTITION=y -# CONFIG_OSNOISE_TRACER is not set +CONFIG_OSNOISE_TRACER=y # CONFIG_OVERLAY_FS_INDEX is not set CONFIG_OVERLAY_FS=m # CONFIG_OVERLAY_FS_METACOPY is not set @@ -4573,7 +4573,7 @@ CONFIG_RANDOMIZE_BASE=y CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa CONFIG_RANDOMIZE_MEMORY=y # CONFIG_RANDOM_TRUST_BOOTLOADER is not set -# CONFIG_RANDOM_TRUST_CPU is not set +CONFIG_RANDOM_TRUST_CPU=y # CONFIG_RAPIDIO is not set # CONFIG_RAS_CEC is not set CONFIG_RAS=y @@ -5989,7 +5989,7 @@ CONFIG_TERANETICS_PHY=m # CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set # CONFIG_TEST_DIV64 is not set # CONFIG_TEST_FIRMWARE is not set -# CONFIG_TEST_FPU is not set +CONFIG_TEST_FPU=m # CONFIG_TEST_FREE_PAGES is not set # CONFIG_TEST_HASH is not set # CONFIG_TEST_HEXDUMP is not set @@ -6075,7 +6075,7 @@ CONFIG_TIGON3_HWMON=y CONFIG_TIGON3=m CONFIG_TIME_NS=y CONFIG_TIMERFD=y -# CONFIG_TIMERLAT_TRACER is not set +CONFIG_TIMERLAT_TRACER=y # CONFIG_TINYDRM_HX8357D is not set # CONFIG_TINYDRM_ILI9225 is not set # CONFIG_TINYDRM_ILI9341 is not set diff --git a/kernel-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index eec558d..e25de20 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -873,7 +873,7 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_CFB=y CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20POLY1305=m -CONFIG_CRYPTO_CHACHA20_X86_64=m +CONFIG_CRYPTO_CHACHA20_X86_64=y CONFIG_CRYPTO_CMAC=y CONFIG_CRYPTO_CRC32C_INTEL=m # CONFIG_CRYPTO_CRC32C_VPMSUM is not set @@ -945,10 +945,10 @@ CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_KEYWRAP is not set # CONFIG_CRYPTO_KHAZAD is not set CONFIG_CRYPTO_LIB_BLAKE2S=m -CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m -CONFIG_CRYPTO_LIB_CHACHA=m +CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y +CONFIG_CRYPTO_LIB_CHACHA=y CONFIG_CRYPTO_LIB_CURVE25519=m -CONFIG_CRYPTO_LIB_POLY1305=m +CONFIG_CRYPTO_LIB_POLY1305=y CONFIG_CRYPTO_LRW=m # CONFIG_CRYPTO_LZ4HC is not set # CONFIG_CRYPTO_LZ4 is not set @@ -967,7 +967,7 @@ CONFIG_CRYPTO_OFB=y CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_PCRYPT=m CONFIG_CRYPTO_POLY1305=m -CONFIG_CRYPTO_POLY1305_X86_64=m +CONFIG_CRYPTO_POLY1305_X86_64=y CONFIG_CRYPTO_RMD128=m CONFIG_CRYPTO_RMD160=m CONFIG_CRYPTO_RMD256=m @@ -4107,7 +4107,7 @@ CONFIG_OPROFILE=m CONFIG_OPTIMIZE_INLINING=y # CONFIG_ORANGEFS_FS is not set CONFIG_OSF_PARTITION=y -# CONFIG_OSNOISE_TRACER is not set +CONFIG_OSNOISE_TRACER=y # CONFIG_OVERLAY_FS_INDEX is not set CONFIG_OVERLAY_FS=m # CONFIG_OVERLAY_FS_METACOPY is not set @@ -4553,7 +4553,7 @@ CONFIG_RANDOMIZE_BASE=y CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa CONFIG_RANDOMIZE_MEMORY=y # CONFIG_RANDOM_TRUST_BOOTLOADER is not set -# CONFIG_RANDOM_TRUST_CPU is not set +CONFIG_RANDOM_TRUST_CPU=y # CONFIG_RAPIDIO is not set # CONFIG_RAS_CEC is not set CONFIG_RAS=y @@ -6053,7 +6053,7 @@ CONFIG_TIGON3_HWMON=y CONFIG_TIGON3=m CONFIG_TIME_NS=y CONFIG_TIMERFD=y -# CONFIG_TIMERLAT_TRACER is not set +CONFIG_TIMERLAT_TRACER=y # CONFIG_TINYDRM_HX8357D is not set # CONFIG_TINYDRM_ILI9225 is not set # CONFIG_TINYDRM_ILI9341 is not set diff --git a/kernel.spec b/kernel.spec index fd30db6..1625a27 100755 --- a/kernel.spec +++ b/kernel.spec @@ -80,7 +80,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 0.rc3.29 +%global distro_build 0.rc4.35 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -124,13 +124,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 0.rc3.29.rt2.2 +%define pkgrelease 0.rc4.35.rt4.3 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc3.29.rt2.2%{?buildid}%{?dist} +%define specrelease 0.rc4.35.rt4.3%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -699,7 +699,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-0.rc3.29.rt2.2.tar.xz +Source0: linux-5.14.0-0.rc4.35.rt4.3.tar.xz Source1: Makefile.rhelver @@ -861,6 +861,7 @@ Source3003: Patchlist.changelog Source4000: README.rst Source4001: rpminspect.yaml +Source4002: gating.yaml ## Patches needed for building this package @@ -1429,8 +1430,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-0.rc3.29.rt2.2 -c -mv linux-5.14.0-0.rc3.29.rt2.2 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-0.rc4.35.rt4.3 -c +mv linux-5.14.0-0.rc4.35.rt4.3 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2305,12 +2306,10 @@ pushd tools/thermal/tmon/ %{tools_make} popd pushd tools/iio/ -# Needs to be fixed to pick up CFLAGS -%{__make} +%{tools_make} popd pushd tools/gpio/ -# Needs to be fixed to pick up CFLAGS -%{__make} +%{tools_make} popd # build VM tools pushd tools/vm/ @@ -2335,7 +2334,7 @@ popd # in the source tree. We installed them previously to $RPM_BUILD_ROOT/usr # but there's no way to tell the Makefile to take them from there. %{make} %{?_smp_mflags} headers_install -%{make} %{?_smp_mflags} ARCH=$Arch V=1 samples/bpf/ +%{make} %{?_smp_mflags} ARCH=$Arch V=1 M=samples/bpf/ # Prevent bpf selftests to build bpftool repeatedly: export BPFTOOL=$(pwd)/tools/bpf/bpftool/bpftool @@ -2565,10 +2564,10 @@ pushd tools/thermal/tmon %{tools_make} INSTALL_ROOT=%{buildroot} install popd pushd tools/iio -%{__make} DESTDIR=%{buildroot} install +%{tools_make} DESTDIR=%{buildroot} install popd pushd tools/gpio -%{__make} DESTDIR=%{buildroot} install +%{tools_make} DESTDIR=%{buildroot} install popd install -m644 -D %{SOURCE2002} %{buildroot}%{_sysconfdir}/logrotate.d/kvm_stat pushd tools/kvm/kvm_stat @@ -3084,8 +3083,9 @@ fi # # %changelog -* Fri Jul 30 2021 Juri Lelli [5.14.0-0.rc3.29.rt2.2] -- 20bf31765163 rebase +* Wed Aug 04 2021 Juri Lelli [5.14.0-0.rc4.35.rt4.3] +- kernel-5.14.0-0.rc4.35.el9 rebase +- redhat: Change gating configuration for RT kernel (Juri Lelli) - config: disable KASAN for kernel-rt-debug kernels (Luis Claudio R. Goncalves) [1977862] - redhat: Add realtime-setup dependecy for kernel-rt metapackage (Juri Lelli) [1937013] - spec: Generate separate kernel-rt-kvm packages (Juri Lelli) @@ -3101,7 +3101,8 @@ fi - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM64: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) -- arm64: fpsimd: Delay freeing memory in fpsimd_flush_thread() (Sebastian Andrzej Siewior) +- arm64/sve: Make kernel FPU protection RT friendly (Sebastian Andrzej Siewior) +- arm64/sve: Delay freeing memory in fpsimd_flush_thread() (Sebastian Andrzej Siewior) - KVM: arm/arm64: downgrade preempt_disable()d region to migrate_disable() (Josh Cartwright) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - arch/arm64: Add lazy preempt support (Anders Roxell) @@ -3127,6 +3128,7 @@ fi - random: Make it work on rt (Thomas Gleixner) - x86: stackprotector: Avoid random pool on rt (Thomas Gleixner) - panic: skip get_random_bytes for RT_FULL in init_oops_id (Thomas Gleixner) +- crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() (Sebastian Andrzej Siewior) - crypto: cryptd - add a lock instead preempt_disable/local_bh_disable (Sebastian Andrzej Siewior) - crypto: limit more FPU-enabled sections (Sebastian Andrzej Siewior) - scsi/fcoe: Make RT aware. (Thomas Gleixner) @@ -3156,7 +3158,6 @@ fi - u64_stats: Disable preemption on 32bit-UP/SMP with RT during updates (Sebastian Andrzej Siewior) - mm/vmstat: Protect per cpu variables with preempt disable on RT (Ingo Molnar) - mm: page_alloc: Use migrate_disable() in drain_local_pages_wq() (Sebastian Andrzej Siewior) -- mm, slub: Duct tape lockdep_assert_held(local_lock_t) on RT (Sebastian Andrzej Siewior) - irqwork: push most work into softirq context (Sebastian Andrzej Siewior) - softirq: Disable softirq stacks for RT (Thomas Gleixner) - softirq: Check preemption after reenabling interrupts (Thomas Gleixner) @@ -3176,6 +3177,7 @@ fi - locking/RT: Add might sleeping annotation. (Sebastian Andrzej Siewior) - locking/local_lock: Add RT support (Thomas Gleixner) - locking/local_lock: Prepare for RT support (Thomas Gleixner) +- locking/rtmutex: Use adaptive spinwait for all rtmutex based locks (Thomas Gleixner) - locking/rtmutex: Add adaptive spinwait mechanism (Steven Rostedt) - locking/rtmutex: Implement equal priority lock stealing (Gregory Haskins) - preempt: Adjust PREEMPT_LOCK_OFFSET for RT (Thomas Gleixner) @@ -3262,44 +3264,41 @@ fi - notifier: Make atomic_notifiers use raw_spinlock (Valentin Schneider) - genirq: Move prio assignment into the newly created thread (Thomas Gleixner) - kthread: Move prio/affinite change into the newly created thread (Sebastian Andrzej Siewior) -- mm/slub: Disable CONFIG_SLUB_PARTIAL on RT (Thomas Gleixner) -- mm/slub: Replace local_lock_irqsave/restore() calls in PREEMPT_RT scope (Mike Galbraith) -- mm/slub: Fix kmem_cache_alloc_bulk() error path (Mike Galbraith) -- mm, slub: Correct ordering in slab_unlock() (Sebastian Andrzej Siewior) -- mm, slub: Convert kmem_cpu_slab protection to local_lock (Vlastimil Babka) -- mm, slub: Use migrate_disable() on PREEMPT_RT (Vlastimil Babka) -- mm, slub: Make slab_lock() disable irqs with PREEMPT_RT (Vlastimil Babka) -- mm, slub: Optionally save/restore irqs in slab_[un]lock()/ (Vlastimil Babka) +- mm, slub: convert kmem_cpu_slab protection to local_lock (Vlastimil Babka) +- mm, slub: use migrate_disable() on PREEMPT_RT (Vlastimil Babka) +- mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg (Vlastimil Babka) +- mm, slub: make slab_lock() disable irqs with PREEMPT_RT (Vlastimil Babka) +- mm, slub: optionally save/restore irqs in slab_[un]lock()/ (Vlastimil Babka) - mm: slub: Make object_map_lock a raw_spinlock_t (Sebastian Andrzej Siewior) - mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context (Sebastian Andrzej Siewior) -- mm, slab: Make flush_slab() possible to call with irqs enabled (Vlastimil Babka) -- mm, slub: Don't disable irqs in slub_cpu_dead() (Vlastimil Babka) -- mm, slub: Only disable irq with spin_lock in __unfreeze_partials() (Vlastimil Babka) -- mm, slub: Detach percpu partial list in unfreeze_partials() using this_cpu_cmpxchg() (Vlastimil Babka) -- mm, slub: Detach whole partial list at once in unfreeze_partials() (Vlastimil Babka) -- mm, slub: Discard slabs in unfreeze_partials() without irqs disabled (Vlastimil Babka) -- mm, slub: Move irq control into unfreeze_partials() (Vlastimil Babka) -- mm, slub: Call deactivate_slab() without disabling irqs (Vlastimil Babka) -- mm, slub: Make locking in deactivate_slab() irq-safe (Vlastimil Babka) -- mm, slub: Move reset of c->page and freelist out of deactivate_slab() (Vlastimil Babka) -- mm, slub: Stop disabling irqs around get_partial() (Vlastimil Babka) -- mm, slub: Check new pages with restored irqs (Vlastimil Babka) -- mm, slub: Validate slab from partial list or page allocator before making it cpu slab (Vlastimil Babka) -- mm, slub: Restore irqs around calling new_slab() (Vlastimil Babka) -- mm, slub: Move disabling irqs closer to get_partial() in ___slab_alloc() (Vlastimil Babka) -- mm, slub: Do initial checks in ___slab_alloc() with irqs enabled (Vlastimil Babka) -- mm, slub: Move disabling/enabling irqs to ___slab_alloc() (Vlastimil Babka) -- mm, slub: Simplify kmem_cache_cpu and tid setup (Vlastimil Babka) -- mm, slub: Restructure new page checks in ___slab_alloc() (Vlastimil Babka) -- mm, slub: Return slab page from get_partial() and set c->page afterwards (Vlastimil Babka) -- mm, slub: Dissolve new_slab_objects() into ___slab_alloc() (Vlastimil Babka) -- mm, slub: Extract get_partial() from new_slab_objects() (Vlastimil Babka) -- mm, slub: Unify cmpxchg_double_slab() and __cmpxchg_double_slab() (Vlastimil Babka) -- mm, slub: Remove redundant unfreeze_partials() from put_cpu_partial() (Vlastimil Babka) -- mm, slub: Don't disable irq for debug_check_no_locks_freed() (Vlastimil Babka) -- mm, slub: Allocate private object map for validate_slab_cache() (Vlastimil Babka) -- mm, slub: Allocate private object map for sysfs listings (Vlastimil Babka) -- mm, slub: Don't call flush_all() from slab_debug_trace_open() (Vlastimil Babka) +- mm, slab: make flush_slab() possible to call with irqs enabled (Vlastimil Babka) +- mm, slub: don't disable irqs in slub_cpu_dead() (Vlastimil Babka) +- mm, slub: only disable irq with spin_lock in __unfreeze_partials() (Vlastimil Babka) +- mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing (Vlastimil Babka) +- mm, slub: detach whole partial list at once in unfreeze_partials() (Vlastimil Babka) +- mm, slub: discard slabs in unfreeze_partials() without irqs disabled (Vlastimil Babka) +- mm, slub: move irq control into unfreeze_partials() (Vlastimil Babka) +- mm, slub: call deactivate_slab() without disabling irqs (Vlastimil Babka) +- mm, slub: make locking in deactivate_slab() irq-safe (Vlastimil Babka) +- mm, slub: move reset of c->page and freelist out of deactivate_slab() (Vlastimil Babka) +- mm, slub: stop disabling irqs around get_partial() (Vlastimil Babka) +- mm, slub: check new pages with restored irqs (Vlastimil Babka) +- mm, slub: validate slab from partial list or page allocator before making it cpu slab (Vlastimil Babka) +- mm, slub: restore irqs around calling new_slab() (Vlastimil Babka) +- mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() (Vlastimil Babka) +- mm, slub: do initial checks in ___slab_alloc() with irqs enabled (Vlastimil Babka) +- mm, slub: move disabling/enabling irqs to ___slab_alloc() (Vlastimil Babka) +- mm, slub: simplify kmem_cache_cpu and tid setup (Vlastimil Babka) +- mm, slub: restructure new page checks in ___slab_alloc() (Vlastimil Babka) +- mm, slub: return slab page from get_partial() and set c->page afterwards (Vlastimil Babka) +- mm, slub: dissolve new_slab_objects() into ___slab_alloc() (Vlastimil Babka) +- mm, slub: extract get_partial() from new_slab_objects() (Vlastimil Babka) +- mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab() (Vlastimil Babka) +- mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() (Vlastimil Babka) +- mm, slub: don't disable irq for debug_check_no_locks_freed() (Vlastimil Babka) +- mm, slub: allocate private object map for validate_slab_cache() (Vlastimil Babka) +- mm, slub: allocate private object map for debugfs listings (Vlastimil Babka) +- mm, slub: don't call flush_all() from slab_debug_trace_open() (Vlastimil Babka) - timers: Move clearing of base::timer_running under base::lock (Thomas Gleixner) - highmem: Don't disable preemption on RT in kmap_atomic() (Sebastian Andrzej Siewior) - printk: Enhance the condition check of msleep in pr_flush() (Chao Qin) @@ -3325,7 +3324,367 @@ fi - arm64: mm: Make arch_faults_on_old_pte() check for migratability (Valentin Schneider) - rcu/nocb: Check for migratability rather than pure preemptability (Valentin Schneider) - sched: Introduce is_pcpu_safe() (Valentin Schneider) -- eventfd: Make recursion protection RT safe (Thomas Gleixner) +- eventfd: Make signal recursion protection a task bit (Thomas Gleixner) +- redhat: add gating configuration for centos stream/rhel9 (Herton R. Krzesinski) +- kernel-5.14.0-0.rc4.35 (Fedora Kernel Team) +- Linux 5.14-rc4 (Linus Torvalds) +- Revert "perf map: Fix dso->nsinfo refcounting" (Arnaldo Carvalho de Melo) +- perf pmu: Fix alias matching (John Garry) +- perf cs-etm: Split --dump-raw-trace by AUX records (James Clark) +- powerpc/vdso: Don't use r30 to avoid breaking Go lang (Michael Ellerman) +- powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju) +- xfs: prevent spoofing of rtbitmap blocks when recovering buffers (Darrick J. Wong) +- xfs: limit iclog tail updates (Dave Chinner) +- xfs: need to see iclog flags in tracing (Dave Chinner) +- xfs: Enforce attr3 buffer recovery order (Dave Chinner) +- xfs: logging the on disk inode LSN can make it go backwards (Dave Chinner) +- xfs: avoid unnecessary waits in xfs_log_force_lsn() (Dave Chinner) +- xfs: log forces imply data device cache flushes (Dave Chinner) +- xfs: factor out forced iclog flushes (Dave Chinner) +- xfs: fix ordering violation between cache flushes and tail updates (Dave Chinner) +- xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog (Dave Chinner) +- xfs: external logs need to flush data device (Dave Chinner) +- xfs: flush data dev on external log write (Dave Chinner) +- cifs: add missing parsing of backupuid (Ronnie Sahlberg) +- smb3: rc uninitialized in one fallocate path (Steve French) +- SMB3: fix readpage for large swap cache (Steve French) +- can: esd_usb2: fix memory leak (Pavel Skripkin) +- can: ems_usb: fix memory leak (Pavel Skripkin) +- can: usb_8dev: fix memory leak (Pavel Skripkin) +- can: mcba_usb_start(): add missing urb->transfer_dma initialization (Pavel Skripkin) +- can: hi311x: fix a signedness bug in hi3110_cmd() (Dan Carpenter) +- MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver (Marc Kleine-Budde) +- gve: Update MAINTAINERS list (Catherine Sullivan) +- bpf: Fix leakage due to insufficient speculative store bypass mitigation (Daniel Borkmann) +- bpf: Introduce BPF nospec instruction for mitigating Spectre v4 (Daniel Borkmann) +- bpf, sockmap: Fix memleak on ingress msg enqueue (John Fastabend) +- bpf, sockmap: On cleanup we additionally need to remove cached skb (John Fastabend) +- bpf, sockmap: Zap ingress queues after stopping strparser (John Fastabend) +- bpf: Fix OOB read when printing XDP link fdinfo (Lorenz Bauer) +- bpf, selftests: Add test cases for pointer alu from multiple paths (Daniel Borkmann) +- bpf: Fix pointer arithmetic mask tightening under state pruning (Daniel Borkmann) +- bpf: Remove superfluous aux sanitation on subprog rejection (Daniel Borkmann) +- sis900: Fix missing pci_disable_device() in probe and remove (Wang Hai) +- net: let flow have same hash in two directions (zhang kai) +- nfc: nfcsim: fix use after free during module unload (Krzysztof Kozlowski) +- tulip: windbond-840: Fix missing pci_disable_device() in probe and remove (Wang Hai) +- sctp: fix return value check in __sctp_rcv_asconf_lookup (Marcelo Ricardo Leitner) +- net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32 (Chris Mi) +- net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev() (Dima Chumak) +- net/mlx5: Unload device upon firmware fatal error (Aya Levin) +- net/mlx5e: Fix page allocation failure for ptp-RQ over SF (Aya Levin) +- net/mlx5e: Fix page allocation failure for trap-RQ over SF (Aya Levin) +- net/mlx5e: Consider PTP-RQ when setting RX VLAN stripping (Aya Levin) +- net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is available (Maxim Mikityanskiy) +- net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO combined (Tariq Toukan) +- net/mlx5: E-Switch, handle devcom events only for ports on the same device (Roi Dayan) +- net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is supported (Maor Dickman) +- net/mlx5e: Disable Rx ntuple offload for uplink representor (Maor Dickman) +- net/mlx5: Fix flow table chaining (Maor Gottlieb) +- net: hns3: change the method of obtaining default ptp cycle (Yufeng Mo) +- nfc: s3fwrn5: fix undefined parameter values in dev_err() (Tang Bin) +- net: llc: fix skb_over_panic (Pavel Skripkin) +- octeontx2-af: Do NIX_RX_SW_SYNC twice (Sunil Goutham) +- bnxt_en: Fix static checker warning in bnxt_fw_reset_task() (Somnath Kotur) +- net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset (Letu Ren) +- sctp: delete addr based on sin6_scope_id (Chen Shen) +- net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10 (Mohammad Athari Bin Ismail) +- sctp: send pmtu probe only if packet loss in Search Complete state (Xin Long) +- sctp: improve the code for pmtu probe send and recv update (Xin Long) +- net: qede: Fix end of loop tests for list_for_each_entry (Harshvardhan Jha) +- mlx4: Fix missing error code in mlx4_load_one() (Jiapeng Chong) +- net: phy: broadcom: re-add check for PHY_BRCM_DIS_TXCRXC_NOENRGY on the BCM54811 PHY (Kevin Lo) +- devlink: Fix phys_port_name of virtual port and merge error (Parav Pandit) +- octeontx2-pf: Dont enable backpressure on LBK links (Hariprasad Kelam) +- octeontx2-pf: Fix interface down flag on error (Geetha sowjanya) +- octeontx2-af: Fix PKIND overlap between LBK and LMAC interfaces (Geetha sowjanya) +- bnxt_en: Add missing periodic PHC overflow check (Michael Chan) +- tipc: do not write skb_shinfo frags when doing decrytion (Xin Long) +- can: mcp251xfd: mcp251xfd_irq(): stop timestamping worker in case error in IRQ (Marc Kleine-Budde) +- can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values (Stephane Grosjean) +- can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.DT to 750ms (Zhang Changzhong) +- can: j1939: j1939_session_deactivate(): clarify lifetime of session object (Oleksij Rempel) +- can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF (Ziyang Xuan) +- arm64: dts: imx8mp: remove fallback compatible string for FlexCAN (Joakim Zhang) +- ionic: count csum_none when offload enabled (Shannon Nelson) +- ionic: fix up dim accounting for tx and rx (Shannon Nelson) +- ionic: remove intr coalesce update from napi (Shannon Nelson) +- ionic: catch no ptp support earlier (Shannon Nelson) +- ionic: make all rx_mode work threadsafe (Shannon Nelson) +- i40e: Fix log TC creation failure when max num of queues is exceeded (Jedrzej Jagielski) +- i40e: Fix queue-to-TC mapping on Tx (Jedrzej Jagielski) +- i40e: Add additional info to PHY type error (Lukasz Cieplicki) +- i40e: Fix firmware LLDP agent related warning (Arkadiusz Kubalewski) +- i40e: Fix logic of disabling queues (Arkadiusz Kubalewski) +- cfg80211: Fix possible memory leak in function cfg80211_bss_update (Nguyen Dinh Phi) +- nl80211: limit band information in non-split data (Johannes Berg) +- virt_wifi: fix error on connect (Matteo Croce) +- mac80211: fix enabling 4-address mode on a sta vif after assoc (Felix Fietkau) +- mac80211: fix starting aggregation sessions on mesh interfaces (Felix Fietkau) +- mac80211: Do not strip skb headroom on monitor frames (Johan Almbladh) +- NIU: fix incorrect error return, missed in previous revert (Paul Jakma) +- net: qrtr: fix memory leaks (Pavel Skripkin) +- netfilter: nfnl_hook: fix unused variable warning (Arnd Bergmann) +- netfilter: nft_nat: allow to specify layer 4 protocol NAT only (Pablo Neira Ayuso) +- netfilter: conntrack: adjust stop timestamp to real expiry value (Florian Westphal) +- netfilter: nft_last: avoid possible false sharing (Pablo Neira Ayuso) +- netfilter: flowtable: avoid possible false sharing (Pablo Neira Ayuso) +- netfilter: nf_tables: fix audit memory leak in nf_tables_commit (Dongliang Mu) +- octeontx2-af: Fix uninitialized variables in rvu_switch (Subbaraya Sundeep) +- wwan: core: Fix missing RTM_NEWLINK event for default link (Loic Poulain) +- net: dsa: mv88e6xxx: silently accept the deletion of VID 0 too (Vladimir Oltean) +- ipv6: decrease hop limit counter in ip6_forward() (Kangmin Park) +- net: Set true network header for ECN decapsulation (Gilad Naaman) +- tipc: fix sleeping in tipc accept routine (Hoang Le) +- tipc: fix implicit-connect for SYN+ (Xin Long) +- octeontx2-af: Remove unnecessary devm_kfree (Sunil Goutham) +- ACPI: DPTF: Fix reading of attributes (Srinivas Pandruvada) +- Revert "ACPI: resources: Add checks for ACPI IRQ override" (Hui Wang) +- ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007 (Mario Limonciello) +- pipe: make pipe writes always wake up readers (Linus Torvalds) +- block: delay freeing the gendisk (Christoph Hellwig) +- blk-iocost: fix operation ordering in iocg_wake_fn() (Tejun Heo) +- blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling (John Garry) +- loop: reintroduce global lock for safe loop_validate_file() traversal (Tetsuo Handa) +- io_uring: fix poll requests leaking second poll entries (Hao Xu) +- io_uring: don't block level reissue off completion path (Jens Axboe) +- io_uring: always reissue from task_work context (Jens Axboe) +- io_uring: fix race in unified task_work running (Jens Axboe) +- io_uring: fix io_prep_async_link locking (Pavel Begunkov) +- arch: Kconfig: clean up obsolete use of HAVE_IDE (Lukas Bulwahn) +- libata: fix ata_pio_sector for CONFIG_HIGHMEM (Christoph Hellwig) +- btrfs: calculate number of eb pages properly in csum_tree_block (David Sterba) +- btrfs: fix rw device counting in __btrfs_free_extra_devids (Desmond Cheong Zhi Xi) +- btrfs: fix lost inode on log replay after mix of fsync, rename and inode eviction (Filipe Manana) +- btrfs: mark compressed range uptodate only if all bio succeed (Goldwyn Rodrigues) +- HID: ft260: fix device removal due to USB disconnect (Michael Zaidman) +- HID: wacom: Skip processing of touches with negative slot values (Jason Gerecke) +- HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDT (Jason Gerecke) +- HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible" (Colin Ian King) +- HID: apple: Add support for Keychron K1 wireless keyboard (Haochen Tong) +- HID: fix typo in Kconfig (Christophe JAILLET) +- HID: ft260: fix format type warning in ft260_word_show() (Michael Zaidman) +- HID: amd_sfh: Use correct MMIO register for DMA address (Dylan MacKenzie) +- HID: asus: Remove check for same LED brightness on set (Luke D. Jones) +- HID: intel-ish-hid: use async resume function (Ye Xiang) +- mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() (Wang Hai) +- slub: fix unreclaimable slab stat for bulk free (Shakeel Butt) +- mm/migrate: fix NR_ISOLATED corruption on 64-bit (Aneesh Kumar K.V) +- mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code (Johannes Weiner) +- ocfs2: issue zeroout to EOF blocks (Junxiao Bi) +- ocfs2: fix zero out valid data (Junxiao Bi) +- lib/test_string.c: move string selftest in the Runtime Testing menu (Matteo Croce) +- maintainers: add bugs and chat URLs for amdgpu (Simon Ser) +- drm/amdgpu/display: only enable aux backlight control for OLED panels (Alex Deucher) +- drm/amd/display: ensure dentist display clock update finished in DCN20 (Dale Zhao) +- drm/amd/display: Add missing DCN21 IP parameter (Victor Lu) +- drm/amd/display: Guard DST_Y_PREFETCH register overflow in DCN21 (Victor Lu) +- drm/amdgpu: Check pmops for desired suspend state (Pratik Vishwakarma) +- drm/amdgpu: Avoid printing of stack contents on firmware load error (Jiri Kosina) +- drm/amdgpu: Fix resource leak on probe error path (Jiri Kosina) +- drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs() (Lucas De Marchi) +- drm/i915: fix not reading DSC disable fuse in GLK (Lucas De Marchi) +- drm/i915/bios: Fix ports mask (Rodrigo Vivi) +- drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c (Jagan Teki) +- drm/ttm: Initialize debugfs from ttm_global_init() (Jason Ekstrand) +- drm/msm/dp: Initialize dp->aux->drm_dev before registration (Sean Paul) +- drm/msm/dp: signal audio plugged change at dp_pm_resume (Kuogee Hsieh) +- drm/msm/dp: Initialize the INTF_CONFIG register (Bjorn Andersson) +- drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run (Kuogee Hsieh) +- drm/msm: Fix display fault handling (Rob Clark) +- drm/msm/dpu: Fix sm8250_mdp register length (Robert Foss) +- scsi: fas216: Fix fall-through warning for Clang (Gustavo A. R. Silva) +- scsi: acornscsi: Fix fall-through warning for clang (Gustavo A. R. Silva) +- ARM: riscpc: Fix fall-through warning for Clang (Gustavo A. R. Silva) +- alpha: register early reserved memory in memblock (Mike Rapoport) +- alpha: fix spelling mistakes (gushengxian) +- alpha: Remove space between * and parameter name (gushengxian) +- alpha: fp_emul: avoid init/cleanup_module names (Arnd Bergmann) +- alpha: Add syscall_get_return_value() (He Zhe) +- binfmt: remove support for em86 (alpha only) (David Hildenbrand) +- alpha: fix typos in a comment (tangchunyou) +- alpha: defconfig: add necessary configs for boot testing (Corentin Labbe) +- alpha: Send stop IPI to send to online CPUs (Prarit Bhargava) +- alpha: convert comma to semicolon (Zheng Yongjun) +- alpha: remove undef inline in compiler.h (Chen Li) +- alpha: Kconfig: Replace HTTP links with HTTPS ones (Alexander A. Klimov) +- alpha: __udiv_qrnnd should be exported (Corentin Labbe) +- KVM: add missing compat KVM_CLEAR_DIRTY_LOG (Paolo Bonzini) +- KVM: use cpu_relax when halt polling (Li RongQing) +- KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl (Maxim Levitsky) +- KVM: SVM: tweak warning about enabled AVIC on nested entry (Maxim Levitsky) +- KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deactivated (Maxim Levitsky) +- KVM: s390: restore old debugfs names (Christian Borntraeger) +- KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized (Paolo Bonzini) +- KVM: selftests: Introduce access_tracking_perf_test (David Matlack) +- KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing (David Matlack) +- x86/kvm: fix vcpu-id indexed array sizes (Juergen Gross) +- KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access (Vitaly Kuznetsov) +- docs: virt: kvm: api.rst: replace some characters (Mauro Carvalho Chehab) +- KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID name (Vitaly Kuznetsov) +- KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloadsave_state() (Vitaly Kuznetsov) +- KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state() (Vitaly Kuznetsov) +- KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist (Andrew Jones) +- KVM: selftests: change pthread_yield to sched_yield (Andrew Jones) +- KVM: arm64: Fix detection of shared VMAs on guest fault (Marc Zyngier) +- m68k/coldfire: change pll var. to clk_pll (Randy Dunlap) +- reiserfs: check directory items on read from disk (Shreyansh Chouhan) +- fs/ext2: Avoid page_address on pages returned by ext2_get_page (Javier Pello) +- reiserfs: add check for root_inode in reiserfs_fill_super (Yu Kuai) +- platform/x86: gigabyte-wmi: add support for B550 Aorus Elite V2 (Thomas Weißschuh) +- platform/x86: intel-hid: add Alder Lake ACPI device ID (Ping Bao) +- platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() error-exit (Hans de Goede) +- platform/x86: think-lmi: Split kobject_init() and kobject_add() calls (Hans de Goede) +- platform/x86: think-lmi: Move pending_reboot_attr to the attributes sysfs dir (Mark Pearson) +- platform/x86: amd-pmc: Fix undefined reference to __udivdi3 (Shyam Sundar S K) +- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) +- platform/x86: wireless-hotkey: remove hardcoded "hp" from the error message (Alex Hung) +- platform/x86: amd-pmc: Use return code on suspend (Mario Limonciello) +- platform/x86: amd-pmc: Add new acpi id for future PMC controllers (Shyam Sundar S K) +- platform/x86: amd-pmc: Add support for ACPI ID AMDI0006 (Shyam Sundar S K) +- platform/x86: amd-pmc: Add support for logging s0ix counters (Shyam Sundar S K) +- platform/x86: amd-pmc: Add support for logging SMU metrics (Shyam Sundar S K) +- platform/x86: amd-pmc: call dump registers only once (Shyam Sundar S K) +- platform/x86: amd-pmc: Fix SMU firmware reporting mechanism (Shyam Sundar S K) +- platform/x86: amd-pmc: Fix command completion code (Shyam Sundar S K) +- platform/x86: think-lmi: Add pending_reboot support (Mark Pearson) +- dmaengine: idxd: Change license on idxd.h to LGPL (Tony Luck) +- af_unix: fix garbage collect vs MSG_PEEK (Miklos Szeredi) +- RDMA/irdma: Change returned type of irdma_setup_virt_qp to void (Zhu Yanjun) +- RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to void (Zhu Yanjun) +- RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to void (Zhu Yanjun) +- RDMA/irdma: Check vsi pointer before using it (Tatyana Nikolova) +- RDMA/rxe: Fix memory leak in error path code (Bob Pearson) +- RDMA/irdma: Change the returned type to void (Zhu Yanjun) +- RDMA/irdma: Make spdxcheck.py happy (Lukas Bulwahn) +- RDMA/irdma: Fix unused variable total_size warning (Tatyana Nikolova) +- RDMA/bnxt_re: Fix stats counters (Naresh Kumar PBS) +- cgroup1: fix leaked context root causing sporadic NULL deref in LTP (Paul Gortmaker) +- workqueue: fix UAF in pwq_unbound_release_workfn() (Yang Yingliang) + +* Mon Aug 02 2021 Fedora Kernel Team [5.14.0-0.rc4.35] +- kernel-5.14.0-0.rc3.20210801gitf3438b4c4e69.34 (Fedora Kernel Team) +- kernel-5.14.0-0.rc3.20210731gitc7d102232649.33 (Fedora Kernel Team) +- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] +- kernel-5.14.0-0.rc3.20210730git764a5bc89b12.32 (Fedora Kernel Team) +- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] +- Revert "bpf: Add tech preview taint for syscall" (Jiri Olsa) [1978833] +- kernel.spec: fix build of samples/bpf (Jiri Benc) +- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] +- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) +- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] +- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) +- fedora: sound config updates for 5.14 (Peter Robinson) +- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) +- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) +- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) +- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) +- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) +- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) +- fedora: arm: disabled unused FB drivers (Peter Robinson) +- fedora: don't enable FB_VIRTUAL (Peter Robinson) +- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] +- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] + +* Sun Aug 01 2021 Fedora Kernel Team [5.14.0-0.rc3.20210801gitf3438b4c4e69.34] +- kernel-5.14.0-0.rc3.20210731gitc7d102232649.33 (Fedora Kernel Team) +- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] +- kernel-5.14.0-0.rc3.20210730git764a5bc89b12.32 (Fedora Kernel Team) +- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] +- Revert "bpf: Add tech preview taint for syscall" (Jiri Olsa) [1978833] +- kernel.spec: fix build of samples/bpf (Jiri Benc) +- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] +- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) +- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] +- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) +- fedora: sound config updates for 5.14 (Peter Robinson) +- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) +- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) +- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) +- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) +- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) +- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) +- fedora: arm: disabled unused FB drivers (Peter Robinson) +- fedora: don't enable FB_VIRTUAL (Peter Robinson) +- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] +- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] + +* Sat Jul 31 2021 Fedora Kernel Team [5.14.0-0.rc3.20210731gitc7d102232649.33] +- x86: configs: Enable CONFIG_TEST_FPU for debug kernels (Vitaly Kuznetsov) [1988384] +- kernel-5.14.0-0.rc3.20210730git764a5bc89b12.32 (Fedora Kernel Team) +- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] +- Revert "bpf: Add tech preview taint for syscall" (Jiri Olsa) [1978833] +- kernel.spec: fix build of samples/bpf (Jiri Benc) +- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] +- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) +- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] +- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) +- fedora: sound config updates for 5.14 (Peter Robinson) +- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) +- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) +- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) +- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) +- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) +- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) +- fedora: arm: disabled unused FB drivers (Peter Robinson) +- fedora: don't enable FB_VIRTUAL (Peter Robinson) +- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] +- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] + +* Fri Jul 30 2021 Fedora Kernel Team [5.14.0-0.rc3.20210730git764a5bc89b12.32] +- redhat/configs: Move CHACHA and POLY1305 to core kernel to allow BIG_KEYS=y (root) [1983298] +- Revert "bpf: Add tech preview taint for syscall" (Jiri Olsa) [1978833] +- kernel.spec: fix build of samples/bpf (Jiri Benc) +- Enable OSNOISE_TRACER and TIMERLAT_TRACER (Jerome Marchand) [1979379] +- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) +- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] +- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) +- fedora: sound config updates for 5.14 (Peter Robinson) +- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) +- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) +- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) +- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) +- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) +- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) +- fedora: arm: disabled unused FB drivers (Peter Robinson) +- fedora: don't enable FB_VIRTUAL (Peter Robinson) +- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] +- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] + +* Wed Jul 28 2021 Fedora Kernel Team [5.14.0-0.rc3.20210728git4010a528219e.31] +- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] +- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) +- fedora: sound config updates for 5.14 (Peter Robinson) +- fedora: Only enable FSI drivers on POWER platform (Peter Robinson) +- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) +- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) +- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) +- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) +- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) +- fedora: arm: disabled unused FB drivers (Peter Robinson) +- fedora: don't enable FB_VIRTUAL (Peter Robinson) +- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] +- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] + +* Wed Jul 28 2021 Fedora Kernel Team [5.14.0-0.rc3.20210728git7d549995d4e0.30] +- Don't tag a release as [redhat] (Justin M. Forbes) +- Revert "Drop that for now" (Herton R. Krzesinski) +- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] - configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) - fedora: sound config updates for 5.14 (Peter Robinson) - fedora: Only enable FSI drivers on POWER platform (Peter Robinson) diff --git a/sources b/sources index 5437992..88f037b 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-0.rc3.29.rt2.2.tar.xz) = 706408e7f31e71a62591228aa052cd12a6aeea9566c2b7bf418e9bc437468e0c4879b35432b01dec0d388b0be2e071ebf242ef571c3ad39c7ea5672df1ef23ca -SHA512 (kernel-abi-stablelists-5.14.0-0.rc3.29.tar.bz2) = cc37c512fd598d8c0cc6d74cef86abee2e527b218b17db746d9e7e18061fdff0f05bb672b0e9f96c0d003daf820d708fe90d58e72dcbb55976bc9f93c743830d -SHA512 (kernel-kabi-dw-5.14.0-0.rc3.29.tar.bz2) = dffb28dd1183f1c74428e181ee5a6fa65457155dd6d1a57a5c672a47171625dd667de1d09c60e1095382475bc8cb63cf89bd57881bddbd5f36fb3ce83053155b +SHA512 (linux-5.14.0-0.rc4.35.rt4.3.tar.xz) = c1f299c3154f3521f0cdac316d8055821ed296943a7f5c10d5af6815f69de1d7ec3caf1fc0e4670551d01238941d4b14ce548c4613c864eb9fb7f33ee5fc10db +SHA512 (kernel-abi-stablelists-5.14.0-0.rc4.35.tar.bz2) = 61b01929b81211d7fdca2d9a5bc051e34f128a0f122426c46634f1a03663b4c6483bbf84c371770f6cde9c1969eb57ae78ed3a63931b356981c3e3bb4c710492 +SHA512 (kernel-kabi-dw-5.14.0-0.rc4.35.tar.bz2) = f5b845b0aca4abc4e37e0f08d9bed4a19492ba65822f9fd06c5632ccaa82bcb993ecdd297ed40692d713752e4c2ab66aa3d9069ef60cca573b1f0f30585d1ccf