kernel-rt-4.18.0-497.rt7.286.el8
* Mon Jun 12 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-497.rt7.286.el8] - [rt] build kernel-rt-4.18.0-497.rt7.286.el8 [2180997] - sctp: fix a potential overflow in sctp_ifwdtsn_skip (Xin Long) [2189324] - sctp: check send stream number after wait_for_sndbuf (Xin Long) [2189324] - sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list (Xin Long) [2189324] - sctp: fail if no bound addresses can be used for a given scope (Xin Long) [2189324] - sctp: sysctl: make extra pointers netns aware (Xin Long) [2189324] - sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop (Xin Long) [2189324] - sctp: delete free member from struct sctp_sched_ops (Xin Long) [2189324] - sctp: fix memory leak in sctp_stream_outq_migrate() (Xin Long) [2189324] - sctp: clear out_curr if all frag chunks of current msg are pruned (Xin Long) [2189324] - sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent (Xin Long) [2189324] - sched/fair: Fix imbalance overflow (Phil Auld) [RHEL-419] - sched/fair: Move calculate of avg_load to a better location (Phil Auld) [RHEL-419] - sched/fair: Sanitize vruntime of entity being migrated (Phil Auld) [RHEL-419] - sched/rt: pick_next_rt_entity(): check list_entry (Phil Auld) [RHEL-419] - sched/fair: sanitize vruntime of entity being placed (Phil Auld) [RHEL-419] - sched/fair: Limit sched slice duration (Phil Auld) [RHEL-419] - sched/topology: Add __init for sched_init_domains() (Phil Auld) [RHEL-419] - sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate() (Phil Auld) [RHEL-419] - sched/core: Micro-optimize ttwu_runnable() (Phil Auld) [RHEL-419] - sched/numa: Stop an exhastive search if an idle core is found (Phil Auld) [RHEL-419] - sched/topology: Add __init for init_defrootdomain (Phil Auld) [RHEL-419] - sched: Clear ttwu_pending after enqueue_task() (Phil Auld) [RHEL-419] - sched/psi: Fix possible missing or delayed pending event (Phil Auld) [RHEL-419] - sched/fair: Cleanup for SIS_PROP (Phil Auld) [RHEL-419] - sched/fair: Default to false in test_idle_cores() (Phil Auld) [RHEL-419] - sched/fair: Remove useless check in select_idle_core() (Phil Auld) [RHEL-419] - sched/fair: Avoid double search on same cpu (Phil Auld) [RHEL-419] - sched/fair: Remove redundant check in select_idle_smt() (Phil Auld) [RHEL-419] - sched: Rename task_running() to task_on_cpu() (Phil Auld) [RHEL-419] - sched/fair: Move call to list_last_entry() in detach_tasks (Phil Auld) [RHEL-419] - sched/fair: Cleanup loop_max and loop_break (Phil Auld) [RHEL-419] - sched/fair: Make sure to try to detach at least one movable task (Phil Auld) [RHEL-419] - sched: Add update_current_exec_runtime helper (Phil Auld) [RHEL-419] - sched/fair: Don't init util/runnable_avg for !fair task (Phil Auld) [RHEL-419] - sched/fair: Move task sched_avg attach to enqueue_task_fair() (Phil Auld) [RHEL-419] - sched/fair: Update comments in enqueue/dequeue_entity() (Phil Auld) [RHEL-419] - sched/fair: Maintain task se depth in set_task_rq() (Phil Auld) [RHEL-419] - sched/debug: Print each field value left-aligned in sched_show_task() (Phil Auld) [RHEL-419] - sched/fair: Make per-cpu cpumasks static (Phil Auld) [RHEL-419] - sched/fair: Rename select_idle_mask to select_rq_mask (Phil Auld) [RHEL-419] - sched: Snapshot thread flags (Phil Auld) [RHEL-419] - sched/fair: find_idlest_group(): Remove unused sd_flag parameter (Phil Auld) [RHEL-419] - redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski) - powercap: intel_rapl: add support for Emerald Rapids (Prarit Bhargava) [2156804] - vsock: avoid to close connected socket after the timeout (Stefano Garzarella) [2209710] - sfc: Fix module EEPROM reporting for QSFP modules (Íñigo Huguet) [2192382] - perf script: Fix missing Retire Latency fields option documentation (Michael Petlan) [2177014] - perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCT (Michael Petlan) [2177014] - perf test x86: Support the retire_lat (Retire Latency) sample_type check (Michael Petlan) [2177014] - perf script: Support Retire Latency (Michael Petlan) [2177014] - perf report: Support Retire Latency (Michael Petlan) [2177014] Resolves: rhbz#2180997 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
2a3be05306
commit
f5d74064a8
62
kernel.spec
62
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 496
|
||||
%global distro_build 497
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define rpmversion 4.18.0
|
||||
%define pkgrelease 496.rt7.285.el8
|
||||
%define pkgrelease 497.rt7.286.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 496.rt7.285%{?dist}
|
||||
%define specrelease 497.rt7.286%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .285
|
||||
%global rtbuild .286
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2698,6 +2698,60 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jun 12 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-497.rt7.286.el8]
|
||||
- [rt] build kernel-rt-4.18.0-497.rt7.286.el8 [2180997]
|
||||
- sctp: fix a potential overflow in sctp_ifwdtsn_skip (Xin Long) [2189324]
|
||||
- sctp: check send stream number after wait_for_sndbuf (Xin Long) [2189324]
|
||||
- sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list (Xin Long) [2189324]
|
||||
- sctp: fail if no bound addresses can be used for a given scope (Xin Long) [2189324]
|
||||
- sctp: sysctl: make extra pointers netns aware (Xin Long) [2189324]
|
||||
- sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop (Xin Long) [2189324]
|
||||
- sctp: delete free member from struct sctp_sched_ops (Xin Long) [2189324]
|
||||
- sctp: fix memory leak in sctp_stream_outq_migrate() (Xin Long) [2189324]
|
||||
- sctp: clear out_curr if all frag chunks of current msg are pruned (Xin Long) [2189324]
|
||||
- sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent (Xin Long) [2189324]
|
||||
- sched/fair: Fix imbalance overflow (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Move calculate of avg_load to a better location (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Sanitize vruntime of entity being migrated (Phil Auld) [RHEL-419]
|
||||
- sched/rt: pick_next_rt_entity(): check list_entry (Phil Auld) [RHEL-419]
|
||||
- sched/fair: sanitize vruntime of entity being placed (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Limit sched slice duration (Phil Auld) [RHEL-419]
|
||||
- sched/topology: Add __init for sched_init_domains() (Phil Auld) [RHEL-419]
|
||||
- sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate() (Phil Auld) [RHEL-419]
|
||||
- sched/core: Micro-optimize ttwu_runnable() (Phil Auld) [RHEL-419]
|
||||
- sched/numa: Stop an exhastive search if an idle core is found (Phil Auld) [RHEL-419]
|
||||
- sched/topology: Add __init for init_defrootdomain (Phil Auld) [RHEL-419]
|
||||
- sched: Clear ttwu_pending after enqueue_task() (Phil Auld) [RHEL-419]
|
||||
- sched/psi: Fix possible missing or delayed pending event (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Cleanup for SIS_PROP (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Default to false in test_idle_cores() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Remove useless check in select_idle_core() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Avoid double search on same cpu (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Remove redundant check in select_idle_smt() (Phil Auld) [RHEL-419]
|
||||
- sched: Rename task_running() to task_on_cpu() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Move call to list_last_entry() in detach_tasks (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Cleanup loop_max and loop_break (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Make sure to try to detach at least one movable task (Phil Auld) [RHEL-419]
|
||||
- sched: Add update_current_exec_runtime helper (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Don't init util/runnable_avg for !fair task (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Move task sched_avg attach to enqueue_task_fair() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Update comments in enqueue/dequeue_entity() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Maintain task se depth in set_task_rq() (Phil Auld) [RHEL-419]
|
||||
- sched/debug: Print each field value left-aligned in sched_show_task() (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Make per-cpu cpumasks static (Phil Auld) [RHEL-419]
|
||||
- sched/fair: Rename select_idle_mask to select_rq_mask (Phil Auld) [RHEL-419]
|
||||
- sched: Snapshot thread flags (Phil Auld) [RHEL-419]
|
||||
- sched/fair: find_idlest_group(): Remove unused sd_flag parameter (Phil Auld) [RHEL-419]
|
||||
- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski)
|
||||
- powercap: intel_rapl: add support for Emerald Rapids (Prarit Bhargava) [2156804]
|
||||
- vsock: avoid to close connected socket after the timeout (Stefano Garzarella) [2209710]
|
||||
- sfc: Fix module EEPROM reporting for QSFP modules (Íñigo Huguet) [2192382]
|
||||
- perf script: Fix missing Retire Latency fields option documentation (Michael Petlan) [2177014]
|
||||
- perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCT (Michael Petlan) [2177014]
|
||||
- perf test x86: Support the retire_lat (Retire Latency) sample_type check (Michael Petlan) [2177014]
|
||||
- perf script: Support Retire Latency (Michael Petlan) [2177014]
|
||||
- perf report: Support Retire Latency (Michael Petlan) [2177014]
|
||||
|
||||
* Tue Jun 06 2023 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-496.rt7.285.el8]
|
||||
- [rt] build kernel-rt-4.18.0-496.rt7.285.el8 [2180997]
|
||||
- netfilter: nft_redir: correct value of inet type `.maxattrs` (Florian Westphal) [2189517]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-496.rt7.285.el8.tar.xz) = 81bcf0e25fb2f21a9de476487981e9a5c26acd629e865356960af093d3c737a2035d76de05d0a8498c5f948baba44c4cb58244ce7d38c248b4e04bfe21bdcfa0
|
||||
SHA512 (linux-4.18.0-497.rt7.286.el8.tar.xz) = e071b55d739626a3bc724f65eac00127beebb9d309717559f31e973530772d45e35f3047c1f66a5d4c9e2412af40bddb744f22f5b5e2276e1c60cdc2e70dee52
|
||||
|
Loading…
Reference in New Issue
Block a user