kernel-rt-5.14.0-104.rt21.104.el9
* Sun Jun 05 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-104.rt21.104.el9] - [rt] build kernel-rt-5.14.0-104.rt21.104.el9 [2061574] - bonding: fix missed rcu protection (Jonathan Toppins) [2089774] - bonding: do not discard lowest hash bit for non layer3+4 hashing (Jonathan Toppins) [2089774] - bonding: helper macro __ATTR_RO to make code more clear (Jonathan Toppins) [2089774] - bonding: add new option ns_ip6_target (Jonathan Toppins) [1951971] - bonding: add new parameter ns_targets (Jonathan Toppins) [1951971] - bonding: add extra field for bond_opt_value (Jonathan Toppins) [1951971] - Bonding: split bond_handle_vlan from bond_arp_send (Jonathan Toppins) [1951971] - bonding: force carrier update when releasing slave (Jonathan Toppins) [2089774] - bonding: fix data-races around agg_select_timer (Jonathan Toppins) [2089774] - bonding: switch bond_net_exit() to batch mode (Jonathan Toppins) [2089774] - bonding: pair enable_port with slave_arr_updates (Jonathan Toppins) [2089774] - net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb mode (Jonathan Toppins) [2089774] - bonding: use rcu_dereference_rtnl when get bonding active slave (Jonathan Toppins) [2089774] - net: bonding: fix bond_xmit_broadcast return value error bug (Jonathan Toppins) [2089774] - Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space (Jonathan Toppins) [2019670] - Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP (Jonathan Toppins) [2019670] - bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device (Jonathan Toppins) [2019670] - net: bonding: debug: avoid printing debug logs when bond is not notifying peers (Jonathan Toppins) [2089774] - net: remove bond_slave_has_mac_rcu() (Jonathan Toppins) [2089774] - Bonding: add arp_missed_max option (Jonathan Toppins) [1952053] - net: bonding: constify and use dev_addr_set() (Jonathan Toppins) [2089774] - bonding: remove extraneous definitions from bonding.h (Jonathan Toppins) [2089774] - redhat: enable CONFIG_NET_ACT_CTINFO (as a module) (Davide Caratti) [2027894] - selftests: mptcp: add subflow limits test-cases (Paolo Abeni) [2076832] - mptcp: fix subflow accounting on close (Paolo Abeni) [2076832] - scsi: qedi: Remove redundant flush_workqueue() calls (Nilesh Javali) [2046624] - scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting (Nilesh Javali) [2046624] - scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issue (Nilesh Javali) [2046624] - scsi: qedi: Remove set but unused 'page' variable (Nilesh Javali) [2046624] - scsi: qedi: Fix error codes in qedi_alloc_global_queues() (Nilesh Javali) [2046624] - scsi: qedi: Add support for fastpath doorbell recovery (Nilesh Javali) [2046624] Resolves: rhbz#2061574
This commit is contained in:
parent
a5a9894086
commit
2a3aa7de18
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 103
|
RHEL_RELEASE = 104
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.103
|
RTBUILD:=.104
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
44
kernel.spec
44
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
|||||||
%define kversion 5.14
|
%define kversion 5.14
|
||||||
|
|
||||||
%define rpmversion 5.14.0
|
%define rpmversion 5.14.0
|
||||||
%define pkgrelease 103.rt21.103.el9
|
%define pkgrelease 104.rt21.104.el9
|
||||||
|
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 103.rt21.103%{?buildid}%{?dist}
|
%define specrelease 104.rt21.104%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -707,7 +707,7 @@ BuildRequires: lld
|
|||||||
# exact git commit you can run
|
# exact git commit you can run
|
||||||
#
|
#
|
||||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||||
Source0: linux-5.14.0-103.rt21.103.el9.tar.xz
|
Source0: linux-5.14.0-104.rt21.104.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1420,8 +1420,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-103.rt21.103.el9 -c
|
%setup -q -n kernel-5.14.0-104.rt21.104.el9 -c
|
||||||
mv linux-5.14.0-103.rt21.103.el9 linux-%{KVERREL}
|
mv linux-5.14.0-104.rt21.104.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3112,6 +3112,40 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 05 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-104.rt21.104.el9]
|
||||||
|
- [rt] build kernel-rt-5.14.0-104.rt21.104.el9 [2061574]
|
||||||
|
- bonding: fix missed rcu protection (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: do not discard lowest hash bit for non layer3+4 hashing (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: helper macro __ATTR_RO to make code more clear (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: add new option ns_ip6_target (Jonathan Toppins) [1951971]
|
||||||
|
- bonding: add new parameter ns_targets (Jonathan Toppins) [1951971]
|
||||||
|
- bonding: add extra field for bond_opt_value (Jonathan Toppins) [1951971]
|
||||||
|
- Bonding: split bond_handle_vlan from bond_arp_send (Jonathan Toppins) [1951971]
|
||||||
|
- bonding: force carrier update when releasing slave (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: fix data-races around agg_select_timer (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: switch bond_net_exit() to batch mode (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: pair enable_port with slave_arr_updates (Jonathan Toppins) [2089774]
|
||||||
|
- net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb mode (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: use rcu_dereference_rtnl when get bonding active slave (Jonathan Toppins) [2089774]
|
||||||
|
- net: bonding: fix bond_xmit_broadcast return value error bug (Jonathan Toppins) [2089774]
|
||||||
|
- Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space (Jonathan Toppins) [2019670]
|
||||||
|
- Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP (Jonathan Toppins) [2019670]
|
||||||
|
- bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device (Jonathan Toppins) [2019670]
|
||||||
|
- net: bonding: debug: avoid printing debug logs when bond is not notifying peers (Jonathan Toppins) [2089774]
|
||||||
|
- net: remove bond_slave_has_mac_rcu() (Jonathan Toppins) [2089774]
|
||||||
|
- Bonding: add arp_missed_max option (Jonathan Toppins) [1952053]
|
||||||
|
- net: bonding: constify and use dev_addr_set() (Jonathan Toppins) [2089774]
|
||||||
|
- bonding: remove extraneous definitions from bonding.h (Jonathan Toppins) [2089774]
|
||||||
|
- redhat: enable CONFIG_NET_ACT_CTINFO (as a module) (Davide Caratti) [2027894]
|
||||||
|
- selftests: mptcp: add subflow limits test-cases (Paolo Abeni) [2076832]
|
||||||
|
- mptcp: fix subflow accounting on close (Paolo Abeni) [2076832]
|
||||||
|
- scsi: qedi: Remove redundant flush_workqueue() calls (Nilesh Javali) [2046624]
|
||||||
|
- scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting (Nilesh Javali) [2046624]
|
||||||
|
- scsi: qedi: Fix cmd_cleanup_cmpl counter mismatch issue (Nilesh Javali) [2046624]
|
||||||
|
- scsi: qedi: Remove set but unused 'page' variable (Nilesh Javali) [2046624]
|
||||||
|
- scsi: qedi: Fix error codes in qedi_alloc_global_queues() (Nilesh Javali) [2046624]
|
||||||
|
- scsi: qedi: Add support for fastpath doorbell recovery (Nilesh Javali) [2046624]
|
||||||
|
|
||||||
* Wed Jun 01 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-103.rt21.103.el9]
|
* Wed Jun 01 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-103.rt21.103.el9]
|
||||||
- [rt] build kernel-rt-5.14.0-103.rt21.103.el9 [2061574]
|
- [rt] build kernel-rt-5.14.0-103.rt21.103.el9 [2061574]
|
||||||
- ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() (Waiman Long) [1924181]
|
- ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() (Waiman Long) [1924181]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# kgcov
|
# kgcov
|
||||||
|
# CONFIG_GCOV_PROFILE_FTRACE is not set
|
||||||
CONFIG_GCOV_KERNEL=y
|
CONFIG_GCOV_KERNEL=y
|
||||||
CONFIG_GCOV_PROFILE_ALL=y
|
CONFIG_GCOV_PROFILE_ALL=y
|
||||||
# CONFIG_GCOV_PROFILE_FTRACE is not set
|
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||||
SHA512 (linux-5.14.0-103.rt21.103.el9.tar.xz) = 5d3283de86dcfdbaeff66193c02bfe3addea72606148b9b1526112e425bc06d764df3e68b9f2217c47d62255a4cb1cd8f369d5358370fa425666614b067c08ae
|
SHA512 (linux-5.14.0-104.rt21.104.el9.tar.xz) = 0d2ccc2c40d777b222ecd9fcd5de44d7c76d98fee7a20b9d50489d45e2b6001128ce2bfad38c86a83a7c500065805735f6136a0f7e6369563a544ccd20e5b135
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-103.rt21.103.el9.tar.bz2) = 2d8bd70a86baf3f14ddd996845adb48ab1c2f011952eab439f39c2bb5034ebb2be1cbef27e8cb9a3f2777a2bae5f6037b8a480c394a6bad0dd0af3baf82b5990
|
SHA512 (kernel-abi-stablelists-5.14.0-104.rt21.104.el9.tar.bz2) = cc40e1bc5aed60c292db774281dcf6e7bc35411db05db26ec41342e907acede57999755122a833c69253b9b0155518db111a23ea2c3ba603bc47dc2b00da64e8
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-103.rt21.103.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138
|
SHA512 (kernel-kabi-dw-5.14.0-104.rt21.104.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138
|
||||||
|
Loading…
Reference in New Issue
Block a user