kernel-rt-5.13.0-0.rc4.33.rt3.4
* Thu Jun 03 2021 Juri Lelli <juri.lelli@redhat.com> [5.13.0-0.rc4.33.rt3.4] - kernel-5.13.0-0.rc4.33.el9 rebase - Revert "eventfd: track eventfd_signal() recursion depth" (Juri Lelli) - Revert "aio: prevent potential eventfd recursion on poll" (Juri Lelli) - redhat: Add realtime-setup dependecy for kernel-rt metapackage (Juri Lelli) - spec: Generate separate kernel-rt-kvm packages (Juri Lelli) - Add RT config options (Juri Lelli) - specfile: Add with_realtime (Juri Lelli) - RTize build scripts (Juri Lelli) - Add localversion for -RT release (Thomas Gleixner) - sysfs: Add /sys/kernel/realtime entry (Clark Williams) - genirq: Disable irqpoll on -rt (Ingo Molnar) - tpm_tis: fix stall after iowrite*()s (Haris Okanovic) - drivers/block/zram: Replace bit spinlocks with rtmutex for -rt (Mike Galbraith) - powerpc: Avoid recursive header includes (Sebastian Andrzej Siewior) - powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior) - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata) - powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior) - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM64: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) - x86: Enable RT also on 32bit (Sebastian Andrzej Siewior) - arm64: fpsimd: Delay freeing memory in fpsimd_flush_thread() (Sebastian Andrzej Siewior) - KVM: arm/arm64: downgrade preempt_disable()d region to migrate_disable() (Josh Cartwright) - genirq: update irq_set_irqchip_state documentation (Josh Cartwright) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - tty/serial/pl011: Make the locking work on RT (Thomas Gleixner) - tty/serial/omap: Make the locking RT aware (Thomas Gleixner) - leds: trigger: disable CPU trigger on -RT (Sebastian Andrzej Siewior) - jump-label: disable if stop_machine() is used (Thomas Gleixner) - arch/arm64: Add lazy preempt support (Anders Roxell) - arm: Add support for lazy preemption (Thomas Gleixner) - x86: Support for lazy preemption (Thomas Gleixner) - x86/entry: Use should_resched() in idtentry_exit_cond_resched() (Sebastian Andrzej Siewior) - sched: Add support for lazy preemption (Thomas Gleixner) - mm/scatterlist: Do not disable irqs on RT (Thomas Gleixner) - x86: Allow to enable RT (Sebastian Andrzej Siewior) - cpuset: Convert callback_lock to raw_spinlock_t (Mike Galbraith) - drm/i915/gt: Only disable interrupts for the timeline lock on !force-threaded (Sebastian Andrzej Siewior) - drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE (Sebastian Andrzej Siewior) - drm/i915: disable tracing on -RT (Sebastian Andrzej Siewior) - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith) - drm,radeon,i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith) - lockdep: disable self-test (Sebastian Andrzej Siewior) - lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionals (Josh Cartwright) - lockdep: selftest: Only do hardirq context test for raw spinlock (Yong Zhang) - lockdep: Make it RT aware (Thomas Gleixner) - net: Remove preemption disabling in netif_rx() (Priyanka Jain) - 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: cryptd - add a lock instead preempt_disable/local_bh_disable (Sebastian Andrzej Siewior) - crypto: limit more FPU-enabled sections (Sebastian Andrzej Siewior) - irqwork: push most work into softirq context (Sebastian Andrzej Siewior) - net: dev: always take qdisc's busylock in __dev_xmit_skb() (Sebastian Andrzej Siewior) - net: Dequeue in dev_cpu_dead() without the lock (Sebastian Andrzej Siewior) - net: Use skbufhead with raw lock (Thomas Gleixner) - debugobjects: Make RT aware (Thomas Gleixner) - fs: namespace: Use cpu_chill() in trylock loops (Thomas Gleixner) - rt: Introduce cpu_chill() (Thomas Gleixner) - sunrpc: Make svc_xprt_do_enqueue() use get_cpu_light() (Mike Galbraith) - scsi/fcoe: Make RT aware. (Thomas Gleixner) - md: raid5: Make raid5_percpu handling RT aware (Thomas Gleixner) - block/mq: do not invoke preempt_disable() (Sebastian Andrzej Siewior) - mm/vmalloc: Another preempt disable region which sucks (Thomas Gleixner) - rcutorture: Avoid problematic critical section nesting on RT (Scott Wood) - locking: Make spinlock_t and rwlock_t a RCU section on RT (Sebastian Andrzej Siewior) - rcu: Delay RCU-selftests (Sebastian Andrzej Siewior) - ptrace: fix ptrace_unfreeze_traced() race with rt-lock (Oleg Nesterov) - ptrace: fix ptrace vs tasklist_lock race (Sebastian Andrzej Siewior) - pid.h: include atomic.h (Grygorii Strashko) - net/core: use local_bh_disable() in netif_rx_ni() (Sebastian Andrzej Siewior) - softirq: Disable softirq stacks for RT (Thomas Gleixner) - softirq: Check preemption after reenabling interrupts (Thomas Gleixner) - sched: Disable TTWU_QUEUE on RT (Thomas Gleixner) - sched: Do not account rcu_preempt_depth on RT in might_sleep() (Thomas Gleixner) - kernel/sched: move stack + kprobe clean up to __put_task_struct() (Sebastian Andrzej Siewior) - sched: Move mmdrop to RCU on RT (Thomas Gleixner) - sched: Limit the number of task migrations per batch (Thomas Gleixner) - wait.h: include atomic.h (Sebastian Andrzej Siewior) - x86: kvm Require const tsc for RT (Thomas Gleixner) - mm/zsmalloc: copy with get_cpu_var() and locking (Mike Galbraith) - mm/memcontrol: Replace local_irq_disable with local locks (Sebastian Andrzej Siewior) - mm/memcontrol: Don't call schedule_work_on in preemption disabled context (Yang Shi) - mm: memcontrol: Provide a local_lock for per-CPU memcg_stock (Sebastian Andrzej Siewior) - mm: slub: Don't enable partial CPU caches on PREEMPT_RT by default (Sebastian Andrzej Siewior) - mm: page_alloc: Use a local_lock instead of explicit local_irq_save(). (Ingo Molnar) - mm: page_alloc: Use migrate_disable() in drain_local_pages_wq() (Sebastian Andrzej Siewior) - mm: slub: Don't resize the location tracking cache on PREEMPT_RT (Sebastian Andrzej Siewior) - mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context (Sebastian Andrzej Siewior) - mm: slub: Move discard_slab() invocations out of IRQ-off sections (Sebastian Andrzej Siewior) - mm: slub: Enable irqs for __GFP_WAIT (Thomas Gleixner) - mm: slub: Make object_map_lock a raw_spinlock_t (Sebastian Andrzej Siewior) - mm: sl[au]b: Change list_lock to raw_spinlock_t (Thomas Gleixner) - locking: don't check for __LINUX_SPINLOCK_TYPES_H on -RT archs (Sebastian Andrzej Siewior) - trace: Add migrate-disabled counter to tracing output (Thomas Gleixner) - kernel/sched: add {put|get}_cpu_light() (Sebastian Andrzej Siewior) - signal/x86: Delay calling signals in atomic (Oleg Nesterov) - rt: Add local irq locks (Thomas Gleixner) - efi: Allow efi=runtime (Sebastian Andrzej Siewior) - efi: Disable runtime services on RT (Sebastian Andrzej Siewior) - net/core: disable NET_RX_BUSY_POLL on RT (Sebastian Andrzej Siewior) - sched: Disable CONFIG_RT_GROUP_SCHED on RT (Thomas Gleixner) - mm: Allow only SLUB on RT (Ingo Molnar) - kconfig: Disable config options which are not RT compatible (Thomas Gleixner) - net: Properly annotate the try-lock for the seqlock (Sebastian Andrzej Siewior) - net/Qdisc: use a seqlock instead seqcount (Sebastian Andrzej Siewior) - fs/dcache: disable preemption on i_dir_seq's write side (Sebastian Andrzej Siewior) - fs/dcache: use swait_queue instead of waitqueue (Sebastian Andrzej Siewior) - u64_stats: Disable preemption on 32bit-UP/SMP with RT during updates (Sebastian Andrzej Siewior) - mm/memcontrol: Disable preemption in __mod_memcg_lruvec_state() (Sebastian Andrzej Siewior) - mm/vmstat: Protect per cpu variables with preempt disable on RT (Ingo Molnar) - preempt: Provide preempt_*_(no)rt variants (Thomas Gleixner) - signal: Revert ptrace preempt magic (Thomas Gleixner) - locking/rtmutex: Use custom scheduling function for spin-schedule() (Sebastian Andrzej Siewior) - locking/rtmutex: add ww_mutex addon for mutex-rt (Sebastian Andrzej Siewior) - locking/rtmutex: wire up RT's locking (Thomas Gleixner) - locking/rtmutex: add rwlock implementation based on rtmutex (Thomas Gleixner) - locking/rtmutex: add rwsem implementation based on rtmutex (Thomas Gleixner) - locking/rtmutex: add mutex implementation based on rtmutex (Thomas Gleixner) - locking/rtmutex: Allow rt_mutex_trylock() on PREEMPT_RT (Sebastian Andrzej Siewior) - locking/rtmutex: add sleeping lock implementation (Thomas Gleixner) - sched: Add saved_state for tasks blocked on sleeping locks (Thomas Gleixner) - locking/rtmutex: export lockdep-less version of rt_mutex's lock, trylock and unlock (Thomas Gleixner) - locking/rtmutex: Provide rt_mutex_slowlock_locked() (Thomas Gleixner) - locking: split out the rbtree definition (Sebastian Andrzej Siewior) - lockdep: Reduce header files in debug_locks.h (Sebastian Andrzej Siewior) - locking/rtmutex: Avoid include hell (Thomas Gleixner) - locking/spinlock: Split the lock types header (Thomas Gleixner) - futex: Fix bug on when a requeued RT task times out (Steven Rostedt) - locking/rtmutex: Handle the various new futex race conditions (Thomas Gleixner) - tasklets: Switch tasklet_disable() to the sleep wait variant (Thomas Gleixner) - tasklets: Use spin wait in tasklet_disable() temporarily (Thomas Gleixner) - smp: Wake ksoftirqd on PREEMPT_RT instead do_softirq(). (Sebastian Andrzej Siewior) - tcp: Remove superfluous BH-disable around listening_hash (Sebastian Andrzej Siewior) - net: Move lockdep where it belongs (Thomas Gleixner) - shmem: Use raw_spinlock_t for ->stat_lock (Sebastian Andrzej Siewior) - mm: workingset: replace IRQ-off check with a lockdep assert. (Sebastian Andrzej Siewior) - cgroup: use irqsave in cgroup_rstat_flush_locked() (Sebastian Andrzej Siewior) - printk: add pr_flush() (John Ogness) - printk: add console handover (John Ogness) - printk: remove deferred printing (John Ogness) - printk: move console printing to kthreads (John Ogness) - printk: introduce kernel sync mode (John Ogness) - printk: use seqcount_latch for console_seq (John Ogness) - printk: combine boot_delay_msec() into printk_delay() (John Ogness) - printk: relocate printk_delay() and vprintk_default() (John Ogness) - serial: 8250: implement write_atomic (John Ogness) - kdb: only use atomic consoles for output mirroring (John Ogness) - console: add write_atomic interface (John Ogness) - printk: convert @syslog_lock to spin_lock (John Ogness) - printk: remove safe buffers (John Ogness) - printk: track/limit recursion (John Ogness) - 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) - 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) - bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa) - Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa) Resolves: rhbz#1891873
This commit is contained in:
parent
035f6a050e
commit
5c573de50f
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 25
|
||||
RHEL_RELEASE = 33
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.3
|
||||
RTBUILD:=.4
|
||||
|
@ -467,6 +467,7 @@ CONFIG_BPF_LSM=y
|
||||
# CONFIG_BPF_PRELOAD is not set
|
||||
CONFIG_BPF_STREAM_PARSER=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
||||
CONFIG_BRANCH_PROFILE_NONE=y
|
||||
# CONFIG_BRCMDBG is not set
|
||||
CONFIG_BRCMFMAC=m
|
||||
@ -917,8 +918,8 @@ CONFIG_CRYPTO_DRBG_HASH=y
|
||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
||||
CONFIG_CRYPTO_DRBG_MENU=y
|
||||
CONFIG_CRYPTO_ECB=y
|
||||
CONFIG_CRYPTO_ECDH=m
|
||||
CONFIG_CRYPTO_ECDSA=m
|
||||
CONFIG_CRYPTO_ECDH=y
|
||||
CONFIG_CRYPTO_ECDSA=y
|
||||
CONFIG_CRYPTO_ECHAINIV=m
|
||||
# CONFIG_CRYPTO_ECRDSA is not set
|
||||
CONFIG_CRYPTO_ESSIV=m
|
||||
@ -2021,6 +2022,7 @@ CONFIG_HID_RMI=m
|
||||
CONFIG_HID_ROCCAT=m
|
||||
CONFIG_HID_SAITEK=m
|
||||
CONFIG_HID_SAMSUNG=m
|
||||
# CONFIG_HID_SEMITEK is not set
|
||||
CONFIG_HID_SENSOR_ACCEL_3D=m
|
||||
CONFIG_HID_SENSOR_ALS=m
|
||||
# CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE is not set
|
||||
@ -2322,15 +2324,16 @@ CONFIG_INET6_ESP_OFFLOAD=m
|
||||
CONFIG_INET6_IPCOMP=m
|
||||
CONFIG_INET_AH=m
|
||||
# CONFIG_INET_DIAG_DESTROY is not set
|
||||
CONFIG_INET_DIAG=m
|
||||
CONFIG_INET_DIAG=y
|
||||
CONFIG_INET_ESPINTCP=y
|
||||
CONFIG_INET_ESP=m
|
||||
CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=m
|
||||
CONFIG_INET_RAW_DIAG=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
CONFIG_INET=y
|
||||
CONFIG_INFINIBAND_ADDR_TRANS=y
|
||||
CONFIG_INFINIBAND_BNXT_RE=m
|
||||
@ -3695,7 +3698,7 @@ CONFIG_NET_KEY=m
|
||||
CONFIG_NET_KEY_MIGRATE=y
|
||||
CONFIG_NET_L3_MASTER_DEV=y
|
||||
CONFIG_NETLABEL=y
|
||||
CONFIG_NETLINK_DIAG=m
|
||||
CONFIG_NETLINK_DIAG=y
|
||||
CONFIG_NET_MPLS_GSO=y
|
||||
# CONFIG_NET_NCSI is not set
|
||||
CONFIG_NET_NSH=y
|
||||
@ -4082,7 +4085,7 @@ CONFIG_OVERLAY_FS=m
|
||||
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
|
||||
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
|
||||
# CONFIG_PA12203001 is not set
|
||||
CONFIG_PACKET_DIAG=m
|
||||
CONFIG_PACKET_DIAG=y
|
||||
CONFIG_PACKET=y
|
||||
# CONFIG_PACKING is not set
|
||||
CONFIG_PAGE_EXTENSION=y
|
||||
@ -5839,6 +5842,7 @@ CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
|
||||
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
|
||||
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
|
||||
# CONFIG_SYSTEMPORT is not set
|
||||
# CONFIG_SYSTEM_REVOCATION_KEYS is not set
|
||||
# CONFIG_SYSTEM_REVOCATION_LIST is not set
|
||||
CONFIG_SYSTEM_TRUSTED_KEYRING=y
|
||||
CONFIG_SYSTEM_TRUSTED_KEYS=""
|
||||
@ -6167,7 +6171,7 @@ CONFIG_UIO_PCI_GENERIC=m
|
||||
# CONFIG_UNISYSSPAR is not set
|
||||
# CONFIG_UNISYS_VISORBUS is not set
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
CONFIG_UNIX_DIAG=m
|
||||
CONFIG_UNIX_DIAG=y
|
||||
CONFIG_UNIXWARE_DISKLABEL=y
|
||||
CONFIG_UNIX=y
|
||||
# CONFIG_UNUSED_SYMBOLS is not set
|
||||
|
@ -467,6 +467,7 @@ CONFIG_BPF_LSM=y
|
||||
# CONFIG_BPF_PRELOAD is not set
|
||||
CONFIG_BPF_STREAM_PARSER=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
|
||||
CONFIG_BRANCH_PROFILE_NONE=y
|
||||
# CONFIG_BRCMDBG is not set
|
||||
CONFIG_BRCMFMAC=m
|
||||
@ -917,8 +918,8 @@ CONFIG_CRYPTO_DRBG_HASH=y
|
||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
||||
CONFIG_CRYPTO_DRBG_MENU=y
|
||||
CONFIG_CRYPTO_ECB=y
|
||||
CONFIG_CRYPTO_ECDH=m
|
||||
CONFIG_CRYPTO_ECDSA=m
|
||||
CONFIG_CRYPTO_ECDH=y
|
||||
CONFIG_CRYPTO_ECDSA=y
|
||||
CONFIG_CRYPTO_ECHAINIV=m
|
||||
# CONFIG_CRYPTO_ECRDSA is not set
|
||||
CONFIG_CRYPTO_ESSIV=m
|
||||
@ -2005,6 +2006,7 @@ CONFIG_HID_RMI=m
|
||||
CONFIG_HID_ROCCAT=m
|
||||
CONFIG_HID_SAITEK=m
|
||||
CONFIG_HID_SAMSUNG=m
|
||||
# CONFIG_HID_SEMITEK is not set
|
||||
CONFIG_HID_SENSOR_ACCEL_3D=m
|
||||
CONFIG_HID_SENSOR_ALS=m
|
||||
# CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE is not set
|
||||
@ -2306,15 +2308,16 @@ CONFIG_INET6_ESP_OFFLOAD=m
|
||||
CONFIG_INET6_IPCOMP=m
|
||||
CONFIG_INET_AH=m
|
||||
# CONFIG_INET_DIAG_DESTROY is not set
|
||||
CONFIG_INET_DIAG=m
|
||||
CONFIG_INET_DIAG=y
|
||||
CONFIG_INET_ESPINTCP=y
|
||||
CONFIG_INET_ESP=m
|
||||
CONFIG_INET_ESP_OFFLOAD=m
|
||||
CONFIG_INET_IPCOMP=m
|
||||
CONFIG_INET_MPTCP_DIAG=m
|
||||
CONFIG_INET_RAW_DIAG=m
|
||||
CONFIG_INET_MPTCP_DIAG=y
|
||||
CONFIG_INET_RAW_DIAG=y
|
||||
CONFIG_INET_TCP_DIAG=y
|
||||
CONFIG_INET_TUNNEL=m
|
||||
CONFIG_INET_UDP_DIAG=m
|
||||
CONFIG_INET_UDP_DIAG=y
|
||||
CONFIG_INET=y
|
||||
CONFIG_INFINIBAND_ADDR_TRANS=y
|
||||
CONFIG_INFINIBAND_BNXT_RE=m
|
||||
@ -3676,7 +3679,7 @@ CONFIG_NET_KEY=m
|
||||
CONFIG_NET_KEY_MIGRATE=y
|
||||
CONFIG_NET_L3_MASTER_DEV=y
|
||||
CONFIG_NETLABEL=y
|
||||
CONFIG_NETLINK_DIAG=m
|
||||
CONFIG_NETLINK_DIAG=y
|
||||
CONFIG_NET_MPLS_GSO=y
|
||||
# CONFIG_NET_NCSI is not set
|
||||
CONFIG_NET_NSH=y
|
||||
@ -4063,7 +4066,7 @@ CONFIG_OVERLAY_FS=m
|
||||
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
|
||||
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
|
||||
# CONFIG_PA12203001 is not set
|
||||
CONFIG_PACKET_DIAG=m
|
||||
CONFIG_PACKET_DIAG=y
|
||||
CONFIG_PACKET=y
|
||||
# CONFIG_PACKING is not set
|
||||
# CONFIG_PAGE_EXTENSION is not set
|
||||
@ -5817,6 +5820,7 @@ CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
|
||||
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
|
||||
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
|
||||
# CONFIG_SYSTEMPORT is not set
|
||||
# CONFIG_SYSTEM_REVOCATION_KEYS is not set
|
||||
# CONFIG_SYSTEM_REVOCATION_LIST is not set
|
||||
CONFIG_SYSTEM_TRUSTED_KEYRING=y
|
||||
CONFIG_SYSTEM_TRUSTED_KEYS=""
|
||||
@ -6145,7 +6149,7 @@ CONFIG_UIO_PCI_GENERIC=m
|
||||
# CONFIG_UNISYSSPAR is not set
|
||||
# CONFIG_UNISYS_VISORBUS is not set
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
CONFIG_UNIX_DIAG=m
|
||||
CONFIG_UNIX_DIAG=y
|
||||
CONFIG_UNIXWARE_DISKLABEL=y
|
||||
CONFIG_UNIX=y
|
||||
# CONFIG_UNUSED_SYMBOLS is not set
|
||||
|
47
kernel.spec
47
kernel.spec
@ -73,7 +73,7 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 0.rc3.25
|
||||
%global distro_build 0.rc4.33
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
@ -117,13 +117,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.13
|
||||
|
||||
%define rpmversion 5.13.0
|
||||
%define pkgrelease 0.rc3.25.rt3.3
|
||||
%define pkgrelease 0.rc4.33.rt3.4
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 13
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc3.25.rt3.3%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc4.33.rt3.4%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -543,6 +543,9 @@ ExclusiveOS: Linux
|
||||
%ifnarch %{nobuildarches}
|
||||
Requires: %{name}-core-uname-r = %{KVERREL}
|
||||
Requires: %{name}-modules-uname-r = %{KVERREL}
|
||||
%if %{with_realtime}
|
||||
Requires: realtime-setup
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
@ -571,6 +574,7 @@ BuildRequires: audit-libs-devel
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: libbabeltrace-devel
|
||||
BuildRequires: libtraceevent-devel
|
||||
%ifnarch %{arm} s390x
|
||||
BuildRequires: numactl-devel
|
||||
%endif
|
||||
@ -648,7 +652,7 @@ BuildRequires: clang
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.13.0-0.rc3.25.rt3.3.tar.xz
|
||||
Source0: linux-5.13.0-0.rc4.33.rt3.4.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -913,7 +917,7 @@ This package provides debug information for the perf package.
|
||||
# symlinks because of the trailing nonmatching alternation and
|
||||
# the leading .*, because of find-debuginfo.sh's buggy handling
|
||||
# of matching the pattern against the symlinks file.
|
||||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/perf(\.debug)?|.*%%{_libexecdir}/perf-core/.*|.*%%{_libdir}/traceevent/plugins/.*|.*%%{_libdir}/libperf-jvmti.so(\.debug)?|XXX' -o perf-debuginfo.list}
|
||||
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/perf(\.debug)?|.*%%{_libexecdir}/perf-core/.*|.*%%{_libdir}/libperf-jvmti.so(\.debug)?|XXX' -o perf-debuginfo.list}
|
||||
|
||||
%package -n python3-perf
|
||||
Summary: Python bindings for apps which will manipulate perf events
|
||||
@ -1358,8 +1362,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.13.0-0.rc3.25.rt3.3 -c
|
||||
mv linux-5.13.0-0.rc3.25.rt3.3 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.13.0-0.rc4.33.rt3.4 -c
|
||||
mv linux-5.13.0-0.rc4.33.rt3.4 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -2165,7 +2169,7 @@ InitBuildVars
|
||||
%endif
|
||||
|
||||
%global perf_make \
|
||||
%{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBBPF_DYNAMIC=1 prefix=%{_prefix} PYTHON=%{__python3}
|
||||
%{__make} %{?make_opts} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBBPF_DYNAMIC=1 LIBTRACEEVENT_DYNAMIC=1 prefix=%{_prefix} PYTHON=%{__python3}
|
||||
%if %{with_perf}
|
||||
# perf
|
||||
# make sure check-headers.sh is executable
|
||||
@ -2378,7 +2382,7 @@ tar xjvf %{SOURCE300} -C $INSTALL_KABI_PATH
|
||||
|
||||
%if %{with_perf}
|
||||
# perf tool binary and supporting scripts/binaries
|
||||
%{perf_make} DESTDIR=$RPM_BUILD_ROOT lib=%{_lib} install-bin install-traceevent-plugins
|
||||
%{perf_make} DESTDIR=$RPM_BUILD_ROOT lib=%{_lib} install-bin
|
||||
# remove the 'trace' symlink.
|
||||
rm -f %{buildroot}%{_bindir}/trace
|
||||
|
||||
@ -2713,8 +2717,7 @@ fi
|
||||
%files -n perf
|
||||
%{_bindir}/perf
|
||||
%{_libdir}/libperf-jvmti.so
|
||||
%dir %{_libdir}/traceevent/plugins
|
||||
%{_libdir}/traceevent/plugins/*
|
||||
%exclude %{_libdir}/traceevent
|
||||
%dir %{_libexecdir}/perf-core
|
||||
%{_libexecdir}/perf-core/*
|
||||
%{_datadir}/perf-core/*
|
||||
@ -2919,8 +2922,11 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed May 26 2021 Juri Lelli <juri.lelli@redhat.com> [5.13.0-0.rc3.25.rt3.3]
|
||||
- kernel-5.13.0-0.rc3.25.el9 rebase
|
||||
* Thu Jun 03 2021 Juri Lelli <juri.lelli@redhat.com> [5.13.0-0.rc4.33.rt3.4]
|
||||
- kernel-5.13.0-0.rc4.33.el9 rebase
|
||||
- Revert "eventfd: track eventfd_signal() recursion depth" (Juri Lelli)
|
||||
- Revert "aio: prevent potential eventfd recursion on poll" (Juri Lelli)
|
||||
- redhat: Add realtime-setup dependecy for kernel-rt metapackage (Juri Lelli) [1937013]
|
||||
- spec: Generate separate kernel-rt-kvm packages (Juri Lelli)
|
||||
- Add RT config options (Juri Lelli)
|
||||
- specfile: Add with_realtime (Juri Lelli)
|
||||
@ -3074,6 +3080,21 @@ fi
|
||||
- kthread: Move prio/affinite change into the newly created thread (Sebastian Andrzej Siewior)
|
||||
- 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)
|
||||
- bpf: Fix unprivileged_bpf_disabled setup (Jiri Olsa)
|
||||
- Enable CONFIG_BPF_UNPRIV_DEFAULT_OFF (Jiri Olsa)
|
||||
|
||||
* Tue Jun 01 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc4.20210601gitc2131f7e73c9.32]
|
||||
- configs/common/s390: disable CONFIG_QETH_{OSN,OSX} (Philipp Rudo) [1903201]
|
||||
|
||||
* Fri May 28 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.20210528git97e5bf604b7a.28]
|
||||
- nvme: nvme_mpath_init remove multipath check (Mike Snitzer)
|
||||
|
||||
* Wed May 26 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.20210526gitad9f25d33860.27]
|
||||
- team: mark team driver as deprecated (Hangbin Liu) [1945477]
|
||||
|
||||
* Tue May 25 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.20210525gita050a6d2b7e8.26]
|
||||
- Make CRYPTO_EC also builtin (Simo Sorce) [1947240]
|
||||
- Do not hard-code a default value for DIST (David Ward)
|
||||
|
||||
* Mon May 24 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc3.25]
|
||||
- Override %%{debugbuildsenabled} if the --with-release option is used (David Ward)
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.13.0-0.rc3.25.rt3.3.tar.xz) = 8cb53dcfbfa1d8f96195ebfcf2b8d656797d4f3ff078127cd8ffece5a2d20bb57f211292fc1388414cbca41f3701f9410725040ee51edb216732969b4b410d59
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-0.rc3.25.tar.bz2) = 5a1976224fc32b9c3bbaef862246532a864ba39577a27a608349164c51b677a2d2645925896cae3356ddaa940647c386d1f327ccccdc6a97eb09309c15067958
|
||||
SHA512 (kernel-kabi-dw-5.13.0-0.rc3.25.tar.bz2) = e45b300507ec12349a8254c8768cc7dda92a37e9b65da75435451bb54b95e4969ea8391be88e6d375adf603d2835196ca4bf4c33479e92f55970264b72d39522
|
||||
SHA512 (linux-5.13.0-0.rc4.33.rt3.4.tar.xz) = 5448dc79f70b84ed0bf08b04433617c7bff68b603912cabdf169a7f32d30897b8135601eaea5ebac9ab2ad51c2baa5395b2064dbec87f10a2c258d2afe0e1f65
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-0.rc4.33.tar.bz2) = df7944a99d473058b440ae04fad11cbbbd7de9513577dddf9a25c403cc8b857ba952670b25ce1394ba51e4a506cb594533558e3f9b51b929ff740ae5b5f0a740
|
||||
SHA512 (kernel-kabi-dw-5.13.0-0.rc4.33.tar.bz2) = da2010c48aefc88383605e7df741c1d61349a96b41adf72255a74b07ad027e12b8780d10bed8608156070a1b55535687f7dd237aa584e2d84759e125e2926cf1
|
||||
|
Loading…
Reference in New Issue
Block a user