import kernel-rt-4.18.0-372.19.1.rt7.176.el8_6

This commit is contained in:
CentOS Sources 2022-08-02 03:12:17 -04:00 committed by Stepan Oksanichenko
parent 16cc604ed8
commit 7620db59ed
3 changed files with 62 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/linux-4.18.0-372.16.1.rt7.173.el8_6.tar.xz
SOURCES/linux-4.18.0-372.19.1.rt7.176.el8_6.tar.xz
SOURCES/rheldup3.x509
SOURCES/rhelkpatch1.x509

View File

@ -1,3 +1,3 @@
8a7314799d25969a49c1da4ca8a16c89011500e9 SOURCES/linux-4.18.0-372.16.1.rt7.173.el8_6.tar.xz
0249fb71d41d628ed3a1d961bc3d289245fecfd0 SOURCES/linux-4.18.0-372.19.1.rt7.176.el8_6.tar.xz
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509

View File

@ -42,10 +42,10 @@
# define buildid .local
%define rpmversion 4.18.0
%define pkgrelease 372.16.1.rt7.173.el8_6
%define pkgrelease 372.19.1.rt7.176.el8_6
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 372.16.1.rt7.173%{?dist}
%define specrelease 372.19.1.rt7.176%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -152,7 +152,7 @@
# The preempt RT patch level
%global rttag .rt7
# realtimeN
%global rtbuild .173
%global rtbuild .176
%define with_doc 0
%define with_headers 0
%define with_cross_headers 0
@ -2655,6 +2655,63 @@ fi
#
#
%changelog
* Mon Jul 18 2022 Augusto Caringi <acaringi@redhat.com> [4.18.0-372.19.1.rt7.176.el8_6]
- [rt] build kernel-rt-4.18.0-372.19.1.rt7.176.el8_6 [2107215]
- net/mlx5: CT: Fix header-rewrite re-use for tupels (Amir Tzin) [2104013 2101162]
- net/mlx5e: TC, Fix ct_clear overwriting ct action metadata (Amir Tzin) [2104012 2100474]
- netfilter: flowtable: fix TCP flow teardown (Florian Westphal) [2104002 2088234]
- netfilter: conntrack: annotate data-races around ct->timeout (Florian Westphal) [2104002 2088234]
- netfilter: conntrack: initialize ct->timeout (Florian Westphal) [2104002 2088234]
- net/sched: act_police: more accurate MTU policing (Davide Caratti) [2102333 2100893]
- bpf: Fix request_sock leak in sk lookup helpers (Antoine Tenart) [2104670 2085313]
- rt: update the authentication scheme for the bugzilla script (Luis Claudio R. Goncalves)
* Thu Jul 14 2022 Chris White <chwhite@redhat.com> [4.18.0-372.18.1.rt7.175.el8_6]
- [rt] build kernel-rt-4.18.0-372.18.1.rt7.175.el8_6 [2107215]
- redhat: flesh out rpminspect config file (Jarod Wilson)
- powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persistent memory" (Steve Best) [2100150]
- vdpa: mlx5: synchronize driver status with CVQ (Jason Wang) [2093416]
- vdpa: mlx5: prevent cvq work from hogging CPU (Jason Wang) [2093416]
- vdpa/mlx5: Avoid processing works if workqueue was destroyed (Cindy Lu) [2093416]
- cifs: fix potential double free during failed mount (Ronnie Sahlberg) [2102251]
- [rt] Update RTBZ to 8.6.z1 (Chris White)
* Tue Jul 12 2022 Augusto Caringi <acaringi@redhat.com> [4.18.0-372.17.1.rt7.174.el8_6]
- [rt] build kernel-rt-4.18.0-372.17.1.rt7.174.el8_6 [2098244]
- tcp: drop the hash_32() part from the index calculation (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: increase source port perturb table to 2^16 (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: dynamically allocate the perturb table used by source ports (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: add small random increments to the source port (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: resalt the secret every 10 seconds (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: use different parts of the port_offset for index and offset (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- secure_seq: use the 64 bits of the siphash for port offset calculation (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: add some entropy in __inet_hash_connect() (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- tcp: change source port randomizarion at connect() time (Guillaume Nault) [2087131 2064883] {CVE-2022-1012}
- hrtimer: Unbreak hrtimer_force_reprogram() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Use raw_cpu_ptr() in clock_was_set() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Avoid more SMP function calls in clock_was_set() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Avoid unnecessary SMP function calls in clock_was_set() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Add bases argument to clock_was_set() (Fernando Pacheco) [2090484 2071776]
- time/timekeeping: Avoid invoking clock_was_set() twice (Fernando Pacheco) [2090484 2071776]
- timekeeping: Distangle resume and clock-was-set events (Fernando Pacheco) [2090484 2071776]
- timerfd: Provide timerfd_resume() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case (Fernando Pacheco) [2090484 2071776]
- hrtimer: Ensure timerfd notification for HIGHRES=n (Fernando Pacheco) [2090484 2071776]
- hrtimer: Consolidate reprogramming code (Fernando Pacheco) [2090484 2071776]
- hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() (Fernando Pacheco) [2090484 2071776]
- hrtimer: Annotate lockless access to timer->state (Fernando Pacheco) [2090484 2071776]
- mm, compaction: fast_find_migrateblock() should return pfn in the target zone (Rafael Aquini) [2100529 2067130]
- lib/sbitmap: fix sb->map leak (Ming Lei) [2100254 2093549]
- scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() (Ewan D. Milne) [2100254 2071831]
- lib/sbitmap: allocate sb->map via kvzalloc_node (Ewan D. Milne) [2100254 2071831]
- mm: move kvmalloc-related functions to slab.h (Ewan D. Milne) [2100254 2071831]
- scsi: core: Reallocate device's budget map on queue depth change (Ewan D. Milne) [2100254 2071831]
- scsi: core: Fix scsi_device_max_queue_depth() (Ewan D. Milne) [2100254 2071831]
- netfilter: nf_tables: disallow non-stateful expression in sets earlier (Phil Sutter) [2092990 2092991] {CVE-2022-32250}
- audit: improve audit queue handling when "audit=1" on cmdline (Richard Guy Briggs) [2095434 2035123]
- audit: improve robustness of the audit queue handling (Richard Guy Briggs) [2095434 2035123]
* Tue Jun 28 2022 Frantisek Hrbata <fhrbata@redhat.com> [4.18.0-372.16.1.rt7.173.el8_6]
- [rt] build kernel-rt-4.18.0-372.16.1.rt7.173.el8_6 [2098244]
- x86/platform/uv: Log gap hole end size (Frank Ramsay) [2084645 2074098]