diff --git a/Makefile.rhelver b/Makefile.rhelver index fca98b5..dbdcc57 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 192 +RHEL_RELEASE = 193 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index a4b2198..77f4180 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 192 +%define pkgrelease 193 %define kversion 5 -%define tarfile_release 5.14.0-192.el9 +%define tarfile_release 5.14.0-193.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 192%{?buildid}%{?dist} +%define specrelease 193%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-192.el9 +%define kabiversion 5.14.0-193.el9 # # End of genspec.sh variables @@ -3061,6 +3061,123 @@ fi # # %changelog +* Fri Nov 11 2022 Frantisek Hrbata [5.14.0-193.el9] +- vdpa_sim_blk: set number of address spaces and virtqueue groups (Stefano Garzarella) [2133164] +- scsi: core: Fix a use-after-free (Ming Lei) [1998697] +- MAINTAINERS: pick up all vfio_ap docs for VFIO AP maintainers (Cédric Le Goater) [1871126] +- s390/docs: fix warnings for vfio_ap driver doc (Cédric Le Goater) [1871126] +- s390/docs: fix warnings for vfio_ap driver lock usage doc (Cédric Le Goater) [1871126] +- s390/Docs: new doc describing lock usage by the vfio_ap device driver (Cédric Le Goater) [1871126] +- s390/vfio-ap: bypass unnecessary processing of AP resources (Cédric Le Goater) [1871126] +- s390/vfio-ap: update docs to include dynamic config support (Cédric Le Goater) [1871126] +- s390/vfio-ap: handle config changed and scan complete notification (Cédric Le Goater) [1871126] +- s390/vfio-ap: sysfs attribute to display the guest's matrix (Cédric Le Goater) [1871126] +- s390/vfio-ap: implement in-use callback for vfio_ap driver (Cédric Le Goater) [1871126] +- s390/vfio-ap: reset queues after adapter/domain unassignment (Cédric Le Goater) [1871126] +- s390/vfio-ap: hot plug/unplug of AP devices when probed/removed (Cédric Le Goater) [1871126] +- s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned (Cédric Le Goater) [1871126] +- s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove (Cédric Le Goater) [1871126] +- s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign (Cédric Le Goater) [1871126] +- s390/vfio-ap: use proper locking order when setting/clearing KVM pointer (Cédric Le Goater) [1871126] +- s390/vfio-ap: introduce new mutex to control access to the KVM pointer (Cédric Le Goater) [1871126] +- s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lock (Cédric Le Goater) [1871126] +- s390/vfio-ap: allow assignment of unavailable AP queues to mdev device (Cédric Le Goater) [1871126] +- s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdev (Cédric Le Goater) [1871126] +- s390/vfio-ap: introduce shadow APCB (Cédric Le Goater) [1871126] +- s390/vfio-ap: manage link between queue struct and matrix mdev (Cédric Le Goater) [1871126] +- s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c (Cédric Le Goater) [1871126] +- s390/vfio-ap: use new AP bus interface to search for queue devices (Cédric Le Goater) [1871126] +- s390/ap: fix error handling in __verify_queue_reservations() (Cédric Le Goater) [1871126] +- s390/zcrypt: code cleanup (Cédric Le Goater) [1871126] +- s390/zcrypt: cleanup CPRB struct definitions (Cédric Le Goater) [1871126] +- s390/ap: uevent on apmask/aqpmask change (Cédric Le Goater) [1871126] +- s390/zcrypt: add display of ASYM master key verification pattern (Cédric Le Goater) [1871126] +- s390/zcrypt: fix using the correct variable for sizeof() (Cédric Le Goater) [1871126] +- s390: crypto: Use min_t() instead of doing it manually (Cédric Le Goater) [1871126] +- s390/pkey: fix typos in comments (Cédric Le Goater) [1871126] +- s390/ap: enable sysfs attribute scans to force AP bus rescan (Cédric Le Goater) [1871126] +- s390/ap: fix crash on older machines based on QCI info missing (Cédric Le Goater) [1871126] +- s390/ap: notify drivers on config changed and scan complete callbacks (Cédric Le Goater) [1871126] +- s390/ap: driver callback to indicate resource in use (Cédric Le Goater) [1871126] +- s390/ap: function rework based on compiler warning (Cédric Le Goater) [1871126] +- s390/ap: new module option ap.useirq (Cédric Le Goater) [1871126] +- s390/ap: Fix hanging ioctl caused by orphaned replies (Cédric Le Goater) [1871126] +- s390/zcrypt: remove incorrect kernel doc indicators (Cédric Le Goater) [1871126] +- s390/ap: fix state machine hang after failure to enable irq (Cédric Le Goater) [1871126] +- s390/zcrypt: remove gratuitious NULL check in .remove() callbacks (Cédric Le Goater) [1871126] +- s390/ap: use the common driver-data pointer (Cédric Le Goater) [1871126] +- s390/ap: use the common device_driver pointer (Cédric Le Goater) [1871126] +- s390/zcrypt: fix wrong offset index for APKA master key valid state (Cédric Le Goater) [1871126] +- Revert "Merge branch 'mlxsw-line-card-model'" (Petr Oros) [2140169] +- devlink: introduce line card device info infrastructure (Petr Oros) [2140169] +- devlink: introduce line card info get message (Petr Oros) [2140169] +- devlink: introduce line card devices support (Petr Oros) [2140169] +- devlink: add port to line card relationship set (Petr Oros) [2140169] +- devlink: implement line card active state (Petr Oros) [2140169] +- devlink: implement line card provisioning (Petr Oros) [2140169] +- devlink: add support to create line card and expose to user (Petr Oros) [2140169] +- rtla: Remove procps-ng dependency (Jerome Marchand) [2117497] +- rtla: Fix __set_sched_attr error message (Jerome Marchand) [2117497] +- rtla: Minor grammar fix for rtla README (Jerome Marchand) [2117497] +- rtla: Don't overwrite existing directory mode (Jerome Marchand) [2117497] +- rtla: Avoid record NULL pointer dereference (Jerome Marchand) [2117497] +- rtla: Documentation: fix email addresses (Jerome Marchand) [2117497] +- rtla/osnoise: Fix error message when failing to enable trace instance (Jerome Marchand) [2117497] +- rtla/osnoise: Free params at the exit (Jerome Marchand) [2117497] +- rtla: Fix systme -> system typo on man page (Jerome Marchand) [2117497] +- docs: Hook the RTLA documents into the kernel docs build (Jerome Marchand) [2117497] +- tools/rtla: Fix command symlinks (Jerome Marchand) [2117497] +- rtla: Fix tracer name (Jerome Marchand) [2117497] +- rtla: Fix double free (Jerome Marchand) [2117497] +- rtla: Fix Makefile when called from -C tools/ (Jerome Marchand) [2117497] +- rtla/utils: Use calloc and check the potential memory allocation failure (Jerome Marchand) [2117497] +- rtla: Tools main loop cleanup (Jerome Marchand) [2117497] +- rtla/timerlat: Add --dma-latency option (Jerome Marchand) [2117497] +- rtla/osnoise: Fix osnoise hist stop tracing message (Jerome Marchand) [2117497] +- rtla: Check for trace off also in the trace instance (Jerome Marchand) [2117497] +- rtla/trace: Save event histogram output to a file (Jerome Marchand) [2117497] +- rtla: Add --filter support (Jerome Marchand) [2117497] +- rtla/trace: Add trace event filter helpers (Jerome Marchand) [2117497] +- rtla: Add --trigger support (Jerome Marchand) [2117497] +- rtla/trace: Add trace event trigger helpers (Jerome Marchand) [2117497] +- rtla: Add -e/--event support (Jerome Marchand) [2117497] +- rtla/trace: Add trace events helpers (Jerome Marchand) [2117497] +- rtla/timerlat: Add the automatic trace option (Jerome Marchand) [2117497] +- rtla/osnoise: Add the automatic trace option (Jerome Marchand) [2117497] +- rtla/osnoise: Add an option to set the threshold (Jerome Marchand) [2117497] +- rtla/osnoise: Add support to adjust the tracing_thresh (Jerome Marchand) [2117497] +- rtla/hist: Make -E the short version of --entries (Jerome Marchand) [2117497] +- rtla: Fix segmentation fault when failing to enable -t (Jerome Marchand) [2117497] +- rtla/trace: Error message fixup (Jerome Marchand) [2117497] +- rtla/utils: Fix session duration parsing (Jerome Marchand) [2117497] +- rtla: Follow kernel version (Jerome Marchand) [2117497] +- rtla: Add rtla timerlat hist documentation (Jerome Marchand) [2117497] +- rtla: Add rtla timerlat top documentation (Jerome Marchand) [2117497] +- rtla: Add rtla timerlat documentation (Jerome Marchand) [2117497] +- rtla: Add rtla osnoise hist documentation (Jerome Marchand) [2117497] +- rtla: Add rtla osnoise top documentation (Jerome Marchand) [2117497] +- rtla: Add rtla osnoise man page (Jerome Marchand) [2117497] +- rtla: Add Documentation (Jerome Marchand) [2117497] +- rtla/timerlat: Add timerlat hist mode (Jerome Marchand) [2117497] +- rtla: Add timerlat tool and timelart top mode (Jerome Marchand) [2117497] +- rtla/osnoise: Add the hist mode (Jerome Marchand) [2117497] +- rtla/osnoise: Add osnoise top mode (Jerome Marchand) [2117497] +- rtla: Add osnoise tool (Jerome Marchand) [2117497] +- rtla: Helper functions for rtla (Jerome Marchand) [2117497] +- rtla: Real-Time Linux Analysis tool (Jerome Marchand) [2117497] +- tracing: Account bottom half disabled sections. (Jerome Marchand) [2117497] +- tracing: Add migrate-disabled counter to tracing output. (Jerome Marchand) [2117497] +- blk-mq: avoid double ->queue_rq() because of early timeout (Ming Lei) [2139962] +- netfilter: Use l3mdev flow key when re-routing mangled packets (Phil Sutter) [2129093] +- netfilter: Update ip6_route_me_harder to consider L3 domain (Phil Sutter) [2129093] +- netfilter: rpfilter/fib: Populate flowic_l3mdev field (Phil Sutter) [2129093] +- selftests: netfilter: Test reverse path filtering (Phil Sutter) [2129093] +- netfilter: nft_fib: Fix for rpath check with VRF devices (Phil Sutter) [2129093] +- net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev (Phil Sutter) [2129093] +- net: Handle l3mdev in ip_tunnel_init_flow (Phil Sutter) [2129093] +- xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup (Phil Sutter) [2129093] +- net: Add l3mdev index to flow struct and avoid oif reset for port devices (Phil Sutter) [2129093] + * Thu Nov 10 2022 Frantisek Hrbata [5.14.0-192.el9] - powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU (Steve Best) [2133101] - rtc: lib_test: add MODULE_LICENSE (Al Stone) [2071847] diff --git a/sources b/sources index 6d4e4c1..a0e7020 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-192.el9.tar.xz) = 4084719688c27555795b65c3d98b1e3b72bc4922f5c4962515b5154297f9c08210dcc61dd28a59ff97cdc5d1ddd0e173fbe8bb56342fcb96638c697501cf14f5 -SHA512 (kernel-abi-stablelists-5.14.0-192.el9.tar.bz2) = 626f486f5781178f3a0a1e2aa35e606a27ccdf173620d996c9af684a254c15e3229402e6b34d458efc89e69d357db663296ac55a946d12323a54bd28b9d809d7 -SHA512 (kernel-kabi-dw-5.14.0-192.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b +SHA512 (linux-5.14.0-193.el9.tar.xz) = b48c3cbc41cfbfc05d240fcdda793f64264e838dde6b6f3eccd02aba38658624df54f7d45b8ef63aa61312b2b03604651ea7fd01514b2bc22991b213c536684c +SHA512 (kernel-abi-stablelists-5.14.0-193.el9.tar.bz2) = b6a3193fac1945e588c8cf877c9a3a05cb47bbb0f3a468366d0fff8a7654f8f9b41f5e32464312903157c248c1e849b74333987d9bb6b084ab207beb1d91c2ac +SHA512 (kernel-kabi-dw-5.14.0-193.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b