<?xml version="1.0" encoding="UTF-8"?>
<updates>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12428</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-06-10 00:00:00"/>
    <updated date="2024-06-10 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[2.0.1-1]
- Implement FBT probes with fentry/fexit tracepoints
- Provide argument info for FBT probes.
- Provide pre-generated translator files sets. [Orabug: 36504847]

[2.0.0-1.14]
- Implement provider: io.  (Eugene Loh, Kris Van Hees)
- Implement actions: print().  (Alan Maguire)
- Implement subroutines: link_ntop(), cleanpath().  (Eugene Loh)
- Implement options: -xcpu, -xaggpercpu.  (Eugene Loh)
- Improve providers: pid (offset-based probes) and rawtp (arg info).
- Improve options: -xlockmem (improve default).  (Eugene Loh)
- Ensure USDT probes can survive dtprobed restarts.  (Nick Alcock)
- Improve USDT probe creation/deletion.  (Nick Alcock)
- Improve support for DTrace with upstream kernels.  (Nick Alcock)
- Improve support for compiling DTrace in older environments.  (Kris Van Hees)
- Add support for aggregations of stacks.  (Eugene Loh)
- Improve lexer parsing (top-level wildcard ambiguities and numerals).
  (Nick Alcock)
- Fix END probe execution with multiple tracers.  (Nick Alcock)
- Preemptive BPF program execution for DTrace probes is not allowed.
- Buffer overrun fix for systems with non-sequential online CPU ids.
  (Kris Van Hees, Nick Alcock) [Orabug: 36356681]
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 36329725]

[2.0.0-1.13.2]
- Support using DTrace with upstream kernels.
- Implement provider: ip.
- Implement actions: trunc(), pcap().
- Implement subroutines: inet_ntoa6().
- Implement subroutines: inet_ntop(). (Eugene Loh)
- Support modules.builtin.ranges for builtin module-symbol association.
- Provide a BTF-to-CTF convertor to provide (limited) kernel type information
  when CTF is not available.
- Remove dependency on waitfd(). (Nick Alcock)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements. (Nick Alcock, Eugene Loh, Kris Van Hees)

[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.

[2.0.0-1.13]
- Full support for is-enabled USDT probes. (Nick Alcock)
- Report error on programs that exceed aggsize or dynvarsize.
- Support for drop counters for principal, speculation, and aggregation buffers
  and for dynamic variables.
- Implement probe: proc:::signal-clear.
- Implement provider: sched (partial implementation).
- Implement provider: lockstat (for kernels &gt;= 5.10.0 and UEK6 with fix).
- Support NULL strings. (Eugene Loh)
- Support uregs[] on older kernels. (Eugene Loh)
- New option: lonknommap. (Nick Alcock)
- Support for USDT probes in programs in different fs namespaces. (Nick Alcock)
- Support for USDT probes in non-PIE executables. (Nick Alcock)
- Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock)
  [Orabug: 35411920]
- Do not modify input files with dtrace -G if unchanged. (Steven Sistare)
  [Orbug: 35417184]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195]
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 35435195]

[2.0.0-1.12]
- Fix evaluation order of bcopy() arguments and lift non-alloca restriction
  on the source address. (Eugene Loh, Kris Van Hees)
- Implement actions: clear(), tracemem(). (Kris Van Hees, Eugene Loh)
- Implement subroutines: copyout(), copyinstr(). (Kris Van Hees, Eugene Loh)
- Implement options: switchrate, aggrate.
- Implement provider: cpc. (Eugene Loh)
- Implement provider: proc.
- Implement built-in variable: uregs. (Eugene Loh)
- Increase strtab maximum size.
- Support using indirect load instructions for pointers to alloca()'d and
  DTrace managed memory. (Kris Van Hees, Eugene Loh)
- Fix arg0 and arg1 for profile-* and tick-* probes. (Eugene Loh)
- Implement runtime bounds checking for scalar array access. (Eugene Loh)
- Updated manpage and moved to dtrace.8.
- Support arbitrary address pointers for basename(), dirname(), strchr(),
  strrchr(), and inet_ntoa(). (Eugene Loh) [Orabug: 34857846]
- Add runtime bounds checking for scalar array access. (Eugene Loh)
  [Orabug: 35045463]
- Various testsuite fixes and improvements. [Orabug: 34829509]
- Various code improvements. [Orabug: 34829509]

[2.0.0-1.11.1]
- Support both libfuse 2 and libfuse 3.

[2.0.0-1.11]
- Add initial support for USDT. (Nick Alcock, Kris Van Hees)
- Add support for aggregation keys. (Eugene Loh, Kris Van Hees)
- Add support for copyin(), copyinto(), and copyinstr().
- Add support for built-in variable args[] and sdt probe arg types.
- Fix arg handling for various probes. (Eugene Loh)
- Add basic support for setopt().
- Add -xlockmem, with useful error message. (Eugene Loh)
- Fix -xverbose, -xcpp, and -xctfpath
- Fix handling of multiple args after --. (Nick Alcock)
- Have the pid provider ignore compiler-generated internal function names.
- Fix various bugs with typecasting and internal integer storage. (Eugene Loh)
- Fix access to scalars in kernel space.
- Fix libproc search of rtld_global due to glibc changes. (Nick Alcock)
  [Orabug: 32856318]
- Truly decouple per-CPU BPF agg maps with a 'map of maps.'
- Unused dual aggregation copies (DT_AGG_NUM_COPIES) have been removed.
  (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 34251899]
- Various code improvements. [Orabug: 34251899]

[2.0.0-1.10]
- Add support for associative arrays.
- Add support for allcoa() and bcopy(). (Nick Alcock)
- Add support for inet_ntoa(), progenyof(), getmajor(), getminor(),
  mutex_owned(), mutex_owner(), mutex_type_adaptive(), mutex_type_spin(),
  rw_read_held(), rw_write_held(), and rw_iswriter(). (Eugene Loh)
- Improved fault handling. (Nick Alcock, Kris Van Hees)
- Various disassembler improvements, esp. annotations.
- Strings are no longer stored using a length prefix.
- The trace() action now supports arrays, structs, and unions.
- Various testsuite fixes and improvements. [Orabug: 34112342]
- Various code improvements. [Orabug: 34112342]

[2.0.0-1.9.1]
- Add support for UEK7. [Orabug: 33806867]

[2.0.0-1.9]
- Add support for strtok(). (Eugene Loh)
- Implement TLS (thread-local storage) variables.
- Add support for basename(), dirname(). (Eugene Loh)
- Generic hash table improvements and consistent use of htabs. (Nick Alcock)
- CTF improvements in view of better kernel support. (Nick Alcock)
- Add support for ftruncate(). (Eugene Loh)
- Add support for rand(). (Eugene Loh)
- Fix string constant handling for strings longer than strsize.
- Optimization of substr(), strjoin(), and storing strings in the trace buffer.
- Various string handling fixes and improvements. (Eugene Loh, Kris Van Hees)
  [Orabug: 33651682]
- Various testsuite fixes and improvements. [Orabug: 33651682]
- Various code improvements. [Orabug: 33651682]

[2.0.0-1.8]
- Support running dtrace under valgrind. (Nick Alcock) [Orabug: 32760574]
- Implementation of speculative tracing. (Nick Alcock)
- Add support for string comparison. (Eugene Loh)
- Add support for strchr(), strrchr(), index(), rindex(), strstr(), lltostr().
  (Eugene Loh)
- Add support for symbols in compressed kernel modules. (Nick Alcock)
- Add support for htonl, htonll, htons, ntohl, ntohll, ntohs. (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 33474154]
- Various code improvements. [Orabug: 33474154]

[2.0.0-1.7]
- Implement argument retrieval for SDT probes.
- Introduce 'bpflog' runtime option to request BPF verifier log.
- Implementation improvements for memry copy operations.
- Fix type alignment handling for enums.
- Fix ERROR-in-BEGIN probe handling.
- Transition from variable-length string size to 2-byte string size.
- Fix size of string data in the trace output buffer.
- Fix data size for value copy.
- Add support for strjoin() subroutine.
- Add support for substr() subroutine.

[2.0.0-1.6]
- Consolidated development of newly ported features. [Orabug: 33037106]
- Implement built-in variables: probeprov, probemod, probefunc, probename.
- Implement built-in variables: caller, stackdepth, ucaller, ustackdepth,
  errno, walltimestamp.  (Eugene Loh)
- Implement actions: stack(), ustack(). (Eugene Loh)
- Implement subroutine: strlen().
- Implement option: -Z (partial). (Eugene Loh)
- Added support for string constants and string values.
- Added support for strings to trace().
- Fixed storage size determination for global and local variables.
- Improved storage layout for global and local variables.
- Mark aggregation actions as non-data recording actions.  (Eugene Loh)
- Load string constant table into the 'strtab' BPF map.
- Load probe description data into the 'probes' BPF map.
- Consolidate all string hash functions into a single hash function.
- Implement variable length integer support.
- Store the length of each string as a variable length integer inline with its
  character stream.
- Improve memcpy() internal BPF function.
- Testsuite improvements.  (Eugene Loh)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12428.html" type="self" title="ELBA-2024-12428" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">cbddf25dfe05260d6f25f1738baae5559e908ec4c14f9f04d6a87745cc24a6fa</sum>
        </package>
        <package name="dtrace-devel" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c3082c3ffd97bbc89f882ba218ffaaf86ba9fa007bdb99f1d75306ae129f663d</sum>
        </package>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">9edbf9fca7552dcb394f7e4d12d1f9a905e7d9f860d31f0f8c5d8b66043bed56</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">136004f82bee80de948f034a2cefd9ae06dff97f18e9498822daf7ffda263bed</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12713</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-04 00:00:00"/>
    <updated date="2024-10-04 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-300.163.18.1]
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (Haoran Zhang)  [Orabug: 37132350]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12713.html" type="self" title="ELSA-2024-12713" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49863.html" id="CVE-2024-49863" type="cve" title="CVE-2024-49863" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">742714ddd42081c26c9a9843b6df14ff9b2174385cee247888f3da216ed22dac</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9eb0d938dfb41320a3157b3dc1732d57386841d20442769e2912bd5e39b8b9e8</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d8c36bfaf524ed62824dd6f7ac9db965d3da25d055a4631789de13da6faef578</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-300.163.18.1.el8uek.src.rpm</filename>
          <sum type="sha256">7b79bb734ae0ff3da11add9622494864046c8ce5b3f39d06bb7d11e1f58f9db5</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa63169792770dce7d697ab075c058c89597417e8efc2d3f12a3613d2159bc50</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3ad0b9829c3f36658ed79a11a8551bd7deb6260a48fad33141abde8fbb768496</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">60733c71cc4646e5ed309410a7a57fec3cba40d3e56f5aaab08eef6ca583d0b5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">376fbae22f6698fb8b16bce8c6cac71df03047b4a132a32da4cec394a1324784</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b01e15e5a511b01d41842d607b5752d1543d5f87f00e5aa565b71de65e8971cb</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6b5215dbb6b43e53bb94eaef0aefaea3af9ddb51b598d0f6b89a0dbcb7a6428</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-300.163.18.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">a2ec9d77bc196918d3783847299abc5c71de44715735fa1bc2668f8f6d357251</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">be425746c2be5534778ce300cfde7038b5f93464ae8ef6054254f010342aa190</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">818e5ce9f975ee67f61f5e87368cc5699eb90e8eaf91ab1e465f1516ddb709e4</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f1fb7bddf291a77fe347b9019f46757147e2fa5831411fd9c454bb8ccf0088e4</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="300.163.18.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-300.163.18.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">11aa854c4e334158ace48422e03b5e000bdb0cbea838e25eb15ea002ec3da2c9</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12427</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-06-10 00:00:00"/>
    <updated date="2024-06-10 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[2.0.1-1]
- Implement FBT probes with fentry/fexit tracepoints
- Provide argument info for FBT probes.
- Provide pre-generated translator files sets. [Orabug: 36504847]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12427.html" type="self" title="ELBA-2024-12427" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c3082c3ffd97bbc89f882ba218ffaaf86ba9fa007bdb99f1d75306ae129f663d</sum>
        </package>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">cbddf25dfe05260d6f25f1738baae5559e908ec4c14f9f04d6a87745cc24a6fa</sum>
        </package>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">9edbf9fca7552dcb394f7e4d12d1f9a905e7d9f860d31f0f8c5d8b66043bed56</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">136004f82bee80de948f034a2cefd9ae06dff97f18e9498822daf7ffda263bed</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12429</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-06-10 00:00:00"/>
    <updated date="2024-06-10 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[2.0.1-1]
- Implement FBT probes with fentry/fexit tracepoints
- Provide argument info for FBT probes.
- Provide pre-generated translator files sets. [Orabug: 36504847]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12429.html" type="self" title="ELBA-2024-12429" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">136004f82bee80de948f034a2cefd9ae06dff97f18e9498822daf7ffda263bed</sum>
        </package>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">cbddf25dfe05260d6f25f1738baae5559e908ec4c14f9f04d6a87745cc24a6fa</sum>
        </package>
        <package name="dtrace-devel" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c3082c3ffd97bbc89f882ba218ffaaf86ba9fa007bdb99f1d75306ae129f663d</sum>
        </package>
        <package name="dtrace" version="2.0.1" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">9edbf9fca7552dcb394f7e4d12d1f9a905e7d9f860d31f0f8c5d8b66043bed56</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12790</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-09-14 00:00:00"/>
    <updated date="2023-09-14 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.

[2.0.0-1.13]
- Full support for is-enabled USDT probes. (Nick Alcock)
- Report error on programs that exceed aggsize or dynvarsize.
- Support for drop counters for principal, speculation, and aggregation buffers
  and for dynamic variables.
- Implement probe: proc:::signal-clear.
- Implement provider: sched (partial implementation).
- Implement provider: lockstat (for kernels &gt;= 5.10.0 and UEK6 with fix).
- Support NULL strings. (Eugene Loh)
- Support uregs[] on older kernels. (Eugene Loh)
- New option: lonknommap. (Nick Alcock)
- Support for USDT probes in programs in different fs namespaces. (Nick Alcock)
- Support for USDT probes in non-PIE executables. (Nick Alcock)
- Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock)
  [Orabug: 35411920]
- Do not modify input files with dtrace -G if unchanged. (Steven Sistare)
  [Orbug: 35417184]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195]
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 35435195]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12790.html" type="self" title="ELBA-2023-12790" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">93d5b5cc0d46bcd93c1897fe9fab6fa119c77e91841ff261e3433797e12e4828</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">0dddc83b23fe58c459282743c9480de89f65e66638cafe87b50b274665a54584</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.13.1.el8.src.rpm</filename>
          <sum type="sha256">ac3ca24385c5c0f24d4b40b201aaca7a0c1828fc33af611d6f39bd70acb8a870</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">a7dabc0ab1a61a2c9d78c09922f7a67ac972b8e5c2105382dbc9962306497552</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-17366</id>
    <title> wireguard-tools Bug Fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-10-01 00:00:00"/>
    <updated date="2021-10-01 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[1.0.20210914-1]
- contrib/launchd: fix xml syntax error
- wg-quick: darwin: account for 'link#XX' gateways
- ipc: add wireguard-nt support
- ipc: cache windows lookups to avoid O(n^2) with nested lookups
- ipc: remove windows elevation
- ipc: windows: don't display disabled adapters
- ipc: windows: use devpkey instead of nci for name
- wg-quick: android: adjust for android 12
- wg-quick: openbsd: set DNS with resolvd(8)

[1.0.20210424-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

[1.0.20210424-1]
- wg-quick: freebsd: check for socket using -S, not -f
- wg-quick: freebsd: do not assume point-to-point interface flag
- wg-quick: freebsd: use ifconfig for determining if interface is up
- wg-quick: kill route monitor when loop terminates

[1.0.20210315-1]
- Makefile: fix version indicator
- wireguard-tools: const correctness
- wireguard-tools: drag in headers for prototypes
- ipc: uniformly ignore preshared keys that are zero
- wg-quick: freebsd: add kernel support
- ipc: freebsd: add initial FreeBSD support
- wg-quick: freebsd: avoid writing private keys to /tmp

[1.0.20210223-1]
- wg-quick: android: do not free iterated pointer
- wg-quick: openbsd: no use for userspace support
- embeddable-wg-library: sync latest from netlink.h
- wincompat: recent mingw has inet_ntop/inet_pton
- wincompat: add resource and manifest and enable lto
- wincompat: do not elevate by default
- completion: add help and syncconf completions
- sticky-sockets: do not use SO_REUSEADDR
- man: LOG_LEVEL variables changed name
- ipc: do not use fscanf with trailing \n
- ipc: read trailing responses after set operation

[1.0.20200827-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.0.20200827-2]
- Disable contrib/dns-hatchet/apply.sh on Fedora 33+ and RHEL9+

[1.0.20200827-1]
- Update to 1.0.20200827
- wg-quick: android: use iproute2 to bring up interface instead of ndc
- wg-quick: Revert wait on process substitutions

[1.0.20200820-1]
- Update to 1.0.20200820
- ipc: split into separate files per-platform
- wincompat: fold random into genkey
- systemd: add reload target to systemd unit
- man: wg-quick: use syncconf instead of addconf for strip example
- pubkey: isblank is a subset of isspace
- ctype: use non-locale-specific ctype.h
- wg-quick: wait on process substitutions

[1.0.20200513-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.0.20200513-1]
- Update to 1.0.20200513
- Makefile: remember to install all systemd units
- ipc: openbsd: switch to array ioctl interface

[1.0.20200510-1]
- Update to 1.0.20200510
- ipc: add support for openbsd kernel implementation
- ipc: cleanup openbsd support
- wg-quick: add support for openbsd kernel implementation
- wg-quick: cleanup openbsd support
- wg-quick: support dns search domains
- Makefile: simplify silent cleaning
- ipc: remove extra space
- git: add gitattributes so tarball doesn't have gitignore files
- terminal: specialize color_mode to stdout only
- wg-quick: android: support application whitelist
- systemd: add wg-quick.target

[1.0.20200319-2]
- Add missing config directory
- Remove default buildroot BuildRequires
- Simplify doc install
- Remove commented lines
- Use correct macro for bash-completion

[1.0.20200319-1]
- Update to 1.0.20200319

[1.0.20200206-1]
- Update to 1.0.20200206
- Remove libmnl dependency

[1.0.20200121-1]
- Update to 1.0.20200121
- Spec changes to pass Fedora RPM review

[1.0.20200102-1]
- Update to 1.0.20200102
- Remove patch to fix dns-hatchet path

[1.0.20191226-1]
- Update to 1.0.20191226
- Split wireguard-tools back into it's own spec file
- Add in patch to fix dns-hatchet path

[0.0.20191012-1]
- Update to 0.0.20191012

[0.0.20190913-1]
- Update to 0.0.20190913

[0.0.20190905-1]
- Update to 0.0.20190905

[0.0.20190702-1]
- Update to 0.0.20190702

[0.0.20190601-1]
- Update to 0.0.20190601

[0.0.20190531-1]
- Update to 0.0.20190531

[0.0.20190406-1]
- Update to 0.0.20190406

[0.0.20190227-1]
- Update to 0.0.20190227

[0.0.20190123-1]
- Update to 0.0.20190123

[0.0.20181218-1]
- Update to 0.0.20181218

[0.0.20181115-1]
- Update to 0.0.20181115

[0.0.20181018-1]
- Update to 0.0.20181018

[0.0.20181007-2]
- Add make as a build dependency

[0.0.20181007-1]
- Update to 0.0.20181007

[0.0.20180925-1]
- Update to 0.0.20180925

[0.0.20180918-2]
- Add BuildRequires gcc to fix builds on F29 and Rawhide

[0.0.20180918-1]
- Update to 0.0.20180918

[0.0.20180910-1]
- Update to 0.0.20180910

[0.0.20180904-1]
- Update to 0.0.20180904

[0.0.20180809-1]
- Update to 0.0.20180809

[0.0.20180802-1]
- Update to 0.0.20180802

[0.0.20180718-1]
- Update to 0.0.20180718

[0.0.20180708-1]
- Update to 0.0.20180708

[0.0.20180625-1]
- Update to 0.0.20180625

[0.0.20180620-1]
- Update to 0.0.20180620

[0.0.20180613-1]
- Update to 0.0.20180613

[0.0.20180531-1]
- Update to 0.0.20180531

[0.0.20180524-1]
- Update to 0.0.20180524

[0.0.20180519-1]
- Update to 0.0.20180519

[0.0.20180513-1]
- Update to 0.0.20180513
- Drop support for RHEL 7.4, moving on instead to RHEL 7.5

[0.0.20180420-1]
- Update to 0.0.20180420

[0.0.20180413-1]
- Update to 0.0.20180413

[0.0.20180304-1]
- Update to 0.0.20180304

[0.0.20180218-1]
- Update to 0.0.20180218

[0.0.20180202-1]
- Update to 0.0.20180202

[0.0.20180118-1]
- Update to 0.0.20180118

[0.0.20171221-1]
- Update to 0.0.20171221

[0.0.20171211-1]
- Update to 0.0.20171211

[0.0.20171127-1]
- Update to 0.0.20171127

[0.0.20171122-1]
- Update to 0.0.20171122

[0.0.20171111-1]
- Update to 0.0.20171111

[0.0.20171101-1]
- Update to 0.0.20171101
- Add temporary DNS hatchet to wg-quick

[0.0.20171017-1]
- Update to 0.0.20171017

[0.0.20171011-1]
- Update to 0.0.20171011

[0.0.20171005-1]
- Update to 0.0.20171005
- Update RPM spec URL to www.wireguard.com

[0.0.20171001-1]
- Update to 0.0.20171001

[0.0.20170918-1]
- Update to 0.0.20170918
- Drop support for RHEL 7.3, moving on instead to RHEL 7.4.

[0.0.20170907-1]
- Update to 0.0.20170907

[0.0.20170810-1]
- Update to 0.0.20170810

[0.0.20170726-1]
- Update to 0.0.20170726

[0.0.20170629-1]
- Update to 0.0.20170629

[0.0.20170613-1]
- Update to 0.0.20170613

[0.0.20170612-1]
- Update to 0.0.20170612

[0.0.20170531-1]
- Update to 0.0.20170531

[0.0.20170517-1]
- Update to 0.0.20170517

[0.0.20170421-1]
- Update to 0.0.20170421

[0.0.20170409-1]
- Update to 0.0.20170409

[0.0.20170324-1]
- Update to 0.0.20170324

[0.0.20170320.1-1]
- Update to 0.0.20170320.1

[0.0.20170223-1]
- Update to 0.0.20170223

[0.0.20170214-1]
- Update to 0.0.20170214

[0.0.20170105-1]
- Update to 0.0.20170105
- Add wg-quick, bash-completion, and systemd service

[0.0.20161218-1]
- Spec adjustments

[0.0.20160808-2]
- Spec adjustments

[0.0.20160808-1]
- Initial WireGuard Tools RPM
- Version 0.0.20160808</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-17366.html" type="self" title="ELBA-2021-17366" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="src">
          <filename>wireguard-tools-1.0.20210914-1.el8.src.rpm</filename>
          <sum type="sha256">750f6412895fa3ef52711b8e304434ff8bc0fb01c25fc357d56dc48f59989650</sum>
        </package>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="x86_64">
          <filename>wireguard-tools-1.0.20210914-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c4dd4fd587913213870b995a02e1c0ba3600290a485c8766c1c59e7c1ffc3a48</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12201</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-03-12 00:00:00"/>
    <updated date="2024-03-12 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.1-1.el8]
- Release: 5.15.1-1: Fix for missing by-uuid link after mkfs (Anand Jain) 
- btrfs-progs: fix stray fd close in open_ctree_fs_info() (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: rename struct open_ctree_flags to open_ctree_args (Anand Jain)  [Orabug: 36214038]
- btrfs-progs: mkfs: keep file descriptors open during whole time (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: mkfs: run device preparation in parallel (Li Zhang)  [Orabug: 36214038]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12201.html" type="self" title="ELBA-2024-12201" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-btrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1a5c9aa5e9c08f741e5b0a1d2910de3bb6fe196a0fd3de726deee8747d802b0a</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1dfff64d56795292b174518593fa8d6e0a0e4351aee0061bf6e853a536fde023</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">9716472ec59f2aa39bf4660224048e56ff30e5b44d0a7963296716822f1f8980</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-1.el8.src.rpm</filename>
          <sum type="sha256">437ede6377e05964eb321f5b2202d4a196f4aa94f3e9a238d02afe6cb5e2a07b</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">7d8a2984b96995afb610b14b625a819f2b22dcbe0f4ad51cb752b97e2557f3b6</sum>
        </package>
        <package name="btrfs-progs-devel" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">2d97c501afe9b6a941881234f0054f6ab29e02cedc0bbc6b1e5a7a8a2777fe1c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12794</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-09-15 00:00:00"/>
    <updated date="2023-09-15 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-105.125.6.2]
- vhost-scsi: Fix alignment handling with windows (Mike Christie)  [Orabug: 35807914]

[5.15.0-105.125.6.1]
- selftests/bpf: fix static assert compilation issue for test_cls_*.c (Alan Maguire)  [Orabug: 35653761]

[5.15.0-105.125.6]
- uek-rpm: Enable Hyper-V for OL8 and OL9 ARM (Harshvardhan Jha)  [Orabug: 35069663] 
- PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64 (Boqun Feng)  [Orabug: 35069663] 
- PCI: hv: Add arm64 Hyper-V vPCI support (Sunil Muthuswamy)  [Orabug: 35069663] 
- PCI: hv: Make the code arch neutral by adding arch specific interfaces (Sunil Muthuswamy)  [Orabug: 35069663] 
- crypto: tcrypt - disable ffdhe tests for key sizes (Saeed Mirzamohammadi)  [Orabug: 35734478] 
- io_uring: add support for registering ring file descriptors (Jens Axboe)  [Orabug: 35742743]

[5.15.0-105.125.5]
- sysctl: fix proc_dobool() usability (Ondrej Mosnacek)  [Orabug: 35146200] 
- x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf() (Chang S. Bae)  [Orabug: 35490456] 
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set (Kyle Huey)  [Orabug: 35490456] 
- x86/fpu: Allow PKRU to be (once again) written by ptrace. (Kyle Huey)  [Orabug: 35490456] 
- x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics (Andrew Cooper)  [Orabug: 35490456] 
- x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Chang S. Bae)  [Orabug: 35490456] 
- x86/fpu: Exclude dynamic states from init_fpstate (Chang S. Bae)  [Orabug: 35490456] 
- x86/fpu: Fix the init_fpstate size check with the actual size (Chang S. Bae)  [Orabug: 35490456] 
- x86/fpu: Configure init_fpstate attributes orderly (Chang S. Bae)  [Orabug: 35490456] 
- x86/prctl: Remove pointless task argument (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu: Cleanup variable shadowing (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu/xsave: Support XSAVEC in the kernel (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu/xstate: Consolidate size calculations (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu/xstate: Handle supervisor states in XSTATE permissions (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu/xsave: Handle compacted offsets correctly with supervisor states (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu: Cache xfeature flags from CPUID (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu/xsave: Initialize offset/size cache early (Thomas Gleixner)  [Orabug: 35490456] 
- x86/fpu: Remove unused supervisor only offsets (Thomas Gleixner)  [Orabug: 35490456] 
- nvme: handle effects after freeing the request (Alan Adamson)  [Orabug: 35673772] 
- nbd: make sure request completion won't concurrent (Yu Kuai)  [Orabug: 35709416] 
- nbd: don't handle response without a corresponding request message (Yu Kuai)  [Orabug: 35709416] 
- uek-rpm: Enforce linux firmware version 26 (Jack Vogel)  [Orabug: 35722340] 
- LTS update - v5.15.125 Inception support added (Jack Vogel)  
- x86: fix backwards merge of GDS/SRSO bit (Greg Kroah-Hartman)  
- xen/netback: Fix buffer overrun triggered by unusual packet (Ross Lagerwall)  
- x86/srso: Tie SBPB bit setting to microcode patch detection (Borislav Petkov (AMD))  
- x86/srso: Fix return thunks in generated code (Josh Poimboeuf)  
- x86/srso: Add IBPB on VMEXIT (Borislav Petkov (AMD))  
- x86/srso: Add IBPB (Borislav Petkov (AMD))  
- x86/srso: Add SRSO_NO support (Borislav Petkov (AMD))  
- x86/srso: Add IBPB_BRTYPE support (Borislav Petkov (AMD))  
- x86/srso: Add a Speculative RAS Overflow mitigation (Borislav Petkov (AMD))  
- x86/cpu, kvm: Add support for CPUID_80000021_EAX (Kim Phillips)

[5.15.0-105.125.4]
- LTS version: v5.15.125 (Jack Vogel)  
- Documentation/x86: Fix backwards on/off logic about YMM support (Dave Hansen)  
- x86/mm: Initialize text poking earlier (Peter Zijlstra)  
- mm: Move mm_cachep initialization to mm_init() (Peter Zijlstra)  
- x86/mm: Use mm_alloc() in poking_init() (Peter Zijlstra)  
- x86/mm: fix poking_init() for Xen PV guests (Juergen Gross)  
- x86/xen: Fix secondary processors' FPU initialization (Juergen Gross)  
- KVM: Add GDS_NO support to KVM (Daniel Sneddon)  
- x86/speculation: Add Kconfig option for GDS (Daniel Sneddon)  
- x86/speculation: Add force option to GDS mitigation (Daniel Sneddon)  
- x86/speculation: Add Gather Data Sampling mitigation (Daniel Sneddon)  
- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() (Thomas Gleixner)  
- x86/fpu: Mark init functions __init (Thomas Gleixner)  
- x86/fpu: Remove cpuinfo argument from init functions (Thomas Gleixner)  
- x86/init: Initialize signal frame size late (Thomas Gleixner)  
- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() (Thomas Gleixner)  
- init: Invoke arch_cpu_finalize_init() earlier (Thomas Gleixner)  
- init: Remove check_bugs() leftovers (Thomas Gleixner)  
- um/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- sparc/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- sh/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- mips/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- m68k/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- ia64/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- ARM: cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- x86/cpu: Switch to arch_cpu_finalize_init() (Thomas Gleixner)  
- init: Provide arch_cpu_finalize_init() (Thomas Gleixner)  
- LTS version: v5.15.124 (Jack Vogel)  
- selftests: mptcp: join: only check for ip6tables if needed (Matthieu Baerts)  
- ASoC: cs42l51: fix driver to properly autoload with automatic module loading (Thomas Petazzoni)  
- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq (Jens Axboe)  
- selftests: mptcp: sockopt: use 'iptables-legacy' if available (Matthieu Baerts)  
- cpufreq: intel_pstate: Drop ACPI _PSS states table patching (Rafael J. Wysocki)  
- ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily (Rafael J. Wysocki)  
- ACPI: processor: perflib: Use the 'no limit' frequency QoS (Rafael J. Wysocki)  
- tracing: Fix trace_event_raw_event_synth() if else statement (Steven Rostedt (Google))  
- rbd: retrieve and check lock owner twice before blocklisting (Ilya Dryomov)  
- rbd: harden get_lock_owner_info() a bit (Ilya Dryomov)  
- rbd: make get_lock_owner_info() return a single locker or NULL (Ilya Dryomov)  
- dm cache policy smq: ensure IO doesn't prevent cleaner policy progress (Joe Thornber)  
- ceph: never send metrics if disable_send_metrics is set (Xiubo Li)  
- ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register (Mark Brown)  
- s390/dasd: fix hanging device after quiesce/resume (Stefan Haberland)  
- virtio-net: fix race between set queues and probe (Jason Wang)  
- KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid (Sean Christopherson)  
- locking/rtmutex: Fix task-&gt;pi_waiters integrity (Peter Zijlstra)  
- irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation (Marc Zyngier)  
- irq-bcm6345-l1: Do not assume a fixed block to cpu mapping (Jonas Gorski)  
- tpm_tis: Explicitly check for error code (Alexander Steffen)  
- nfsd: Remove incorrect check in nfsd4_validate_stateid (Trond Myklebust)  
- file: always lock position for FMODE_ATOMIC_POS (Christian Brauner)  
- btrfs: check for commit error at btrfs_attach_transaction_barrier() (Filipe Manana)  
- btrfs: check if the transaction was aborted at btrfs_wait_for_commit() (Filipe Manana)  
- hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled (Gilles Buloz)  
- hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature (Baskaran Kannan)  
- ALSA: hda/relatek: Enable Mute LED on HP 250 G8 (Luka Guzenko)  
- Revert 'xhci: add quirk for host controllers that don't update endpoint DCS' (Oliver Neukum)  
- tty: n_gsm: fix UAF in gsm_cleanup_mux (Chaoyuan Peng)  
- staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() (Zhang Shurong)  
- staging: r8712: Fix memory leak in _r8712_init_xmit_priv() (Larry Finger)  
- Documentation: security-bugs.rst: clarify CVE handling (Greg Kroah-Hartman)  
- Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group (Greg Kroah-Hartman)  
- Revert 'usb: xhci: tegra: Fix error check' (Dan Carpenter)  
- usb: xhci-mtk: set the dma max_seg_size (Ricardo Ribalda)  
- usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config (Frank Li)  
- USB: quirks: add quirk for Focusrite Scarlett (Lukasz Bartosik)  
- usb: ohci-at91: Fix the unhandle interrupt when resume (Guiting Shen)  
- usb: dwc3: don't reset device side if dwc3 was configured as host-only (Jisheng Zhang)  
- usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy (Gratian Crisan)  
- Revert 'usb: dwc3: core: Enable AutoRetry feature in the controller' (Jakub Vanek)  
- can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED (Marc Kleine-Budde)  
- USB: serial: simple: sort driver entries (Johan Hovold)  
- USB: serial: simple: add Kaufmann RKS+CAN VCP (Oliver Neukum)  
- USB: serial: option: add Quectel EC200A module support (Mohsen Tahmasebi)  
- USB: serial: option: support Quectel EM060K_128 (Jerry Meng)  
- serial: sifive: Fix sifive_serial_console_setup() section (Samuel Holland)  
- serial: 8250_dw: Preserve original value of DLF register (Ruihong Luo)  
- serial: qcom-geni: drop bogus runtime pm state update (Johan Hovold)  
- KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest (Sean Christopherson)  
- KVM: Grab a reference to KVM for VM and vCPU stats file descriptors (Sean Christopherson)  
- USB: gadget: Fix the memory leak in raw_gadget driver (Zqiang)  
- usb: gadget: call usb_gadget_check_config() to verify UDC capability (Frank Li)  
- Revert 'usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()' (Dan Carpenter)  
- tracing: Fix warning in trace_buffered_event_disable() (Zheng Yejian)  
- ring-buffer: Fix wrong stat of cpu_buffer-&gt;read (Zheng Yejian)  
- ata: pata_ns87415: mark ns87560_tf_read static (Arnd Bergmann)  
- RDMA/irdma: Report correct WC error (Sindhu Devale)  
- drm/amd: Fix an error handling mistake in psp_sw_init() (Mario Limonciello)  
- dm raid: protect md_stop() with 'reconfig_mutex' (Yu Kuai)  
- dm raid: clean up four equivalent goto tags in raid_ctr() (Yu Kuai)  
- dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths (Yu Kuai)  
- block: Fix a source code comment in include/uapi/linux/blkzoned.h (Bart Van Assche)  
- ASoC: fsl_spdif: Silence output on stop (Matus Gajdos)  
- drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() (Gaosheng Cui)  
- RDMA/bnxt_re: Prevent handling any completions after qp destroy (Kashyap Desai)  
- RDMA/mthca: Fix crash when polling CQ for shared QPs (Thomas Bogendoerfer)  
- RDMA/irdma: Fix data race on CQP request done (Shiraz Saleem)  
- RDMA/irdma: Fix data race on CQP completion stats (Shiraz Saleem)  
- RDMA/irdma: Add missing read barriers (Shiraz Saleem)  
- drm/msm/adreno: Fix snapshot BINDLESS_DATA size (Rob Clark)  
- drm/msm/dpu: drop enum dpu_core_perf_data_bus_id (Dmitry Baryshkov)  
- RDMA/mlx4: Make check for invalid flags stricter (Dan Carpenter)  
- tipc: stop tipc crypto on failure in tipc_node_create (Fedor Pchelkin)  
- tipc: check return value of pskb_trim() (Yuanjun Gong)  
- benet: fix return value check in be_lancer_xmit_workarounds() (Yuanjun Gong)  
- net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 (Lin Ma)  
- net/sched: mqprio: add extack to mqprio_parse_nlattr() (Vladimir Oltean)  
- net/sched: mqprio: refactor nlattr parsing to a separate function (Vladimir Oltean)  
- netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID (Pablo Neira Ayuso)  
- netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR (Pablo Neira Ayuso)  
- netfilter: nft_set_rbtree: fix overlap expiration walk (Florian Westphal)  
- igc: Fix Kernel Panic during ndo_tx_timeout callback (Muhammad Husaini Zulkifli)  
- platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 (Maxim Mikityanskiy)  
- net: stmmac: Apply redundant write work around on 4.xx too (Vincent Whitchurch)  
- team: reset team's flags when down link is P2P device (Hangbin Liu)  
- bonding: reset bond's flags when down link is P2P device (Hangbin Liu)  
- ice: Fix memory management in ice_ethtool_fdir.c (Jedrzej Jagielski)  
- tcp: Reduce chance of collisions in inet6_hashfn(). (Stewart Smith)  
- ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address (Maciej Zenczykowski)  
- ethernet: atheros: fix return value check in atl1e_tso_csum() (Yuanjun Gong)  
- phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() (Harshit Mogalapalli)  
- vxlan: calculate correct header length for GPE (Jiri Benc)  
- vxlan: move to its own directory (Roopa Prabhu)  
- net: hns3: fix wrong bw weight of disabled tc issue (Jijie Shao)  
- net: hns3: fix wrong tc bandwidth weight data issue (Jijie Shao)  
- net: phy: marvell10g: fix 88x3310 power up (Jiawen Wu)  
- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED (Jacob Keller)  
- iavf: fix potential deadlock on allocation failure (Jacob Keller)  
- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() (Wang Ming)  
- media: staging: atomisp: select V4L2_FWNODE (Sakari Ailus)  
- soundwire: qcom: update status correctly with mask (Srinivas Kandagatla)  
- phy: qcom-snps-femto-v2: properly enable ref clock (Adrien Thierry)  
- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend (Adrien Thierry)  
- phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc (Krzysztof Kozlowski)  
- phy: qcom-snps: Use dev_err_probe() to simplify code (Yuan Can)  
- drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel (Guchun Chen)  
- drm/amdgpu: fix vkms crtc settings (Flora Cui)  
- scsi: qla2xxx: Fix hang in task management (Quinn Tran)  
- scsi: qla2xxx: Fix task management cmd fail due to unavailable resource (Quinn Tran)  
- scsi: qla2xxx: Fix task management cmd failure (Quinn Tran)  
- scsi: qla2xxx: Multi-que support for TMF (Quinn Tran)  
- tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails (Masami Hiramatsu (Google))  
- Revert 'tracing: Add '(fault)' name injection to kernel probes' (Masami Hiramatsu (Google))  
- tracing: Allow synthetic events to pass around stacktraces (Steven Rostedt (Google))  
- tracing/probes: Fix to avoid double count of the string length on the array (Masami Hiramatsu (Google))  
- tracing/probes: Add symstr type for dynamic events (Masami Hiramatsu (Google))  
- pwm: meson: fix handling of period/duty if greater than UINT_MAX (Heiner Kallweit)  
- pwm: meson: Simplify duplicated per-channel tracking (Uwe Kleine-Konig)  
- cifs: if deferred close is disabled then close files immediately (Bharath SM)  
- ksmbd: remove internal.h include (Namjae Jeon)  
- cifs: use fs_context for automounts (Paulo Alcantara)  
- cifs: missing directory in MAINTAINERS file (Steve French)  
- drm/ttm: never consider pinned BOs for eviction&amp;swap (Christian Konig)  
- tty: fix hang on tty device with no_room set (Hui Li)  
- n_tty: Rename tail to old_tail in n_tty_read() (Ilpo Jarvinen)  
- drm/ttm: Don't leak a resource on eviction error (Thomas Hellstrom)  
- drm/ttm: Don't print error message if eviction was interrupted (Thomas Hellstrom)  
- fs: dlm: interrupt posix locks only when process is killed (Alexander Aring)  
- dlm: rearrange async condition return (Alexander Aring)  
- dlm: cleanup plock_op vs plock_xop (Alexander Aring)  
- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities (Rick Wertenbroek)  
- PCI: rockchip: Fix window mapping and address translation for endpoint (Rick Wertenbroek)  
- PCI: rockchip: Remove writes to unused registers (Rick Wertenbroek)  
- PCI/ASPM: Avoid link retraining race (Ilpo Jarvinen)  
- PCI/ASPM: Factor out pcie_wait_for_retrain() (Ilpo Jarvinen)  
- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() (Bjorn Helgaas)  
- i2c: nomadik: Remove a useless call in the remove function (Christophe JAILLET)  
- i2c: nomadik: Use devm_clk_get_enabled() (Andi Shyti)  
- i2c: nomadik: Remove unnecessary goto label (Andi Shyti)  
- i2c: Improve size determinations (Markus Elfring)  
- i2c: Delete error messages for failed memory allocations (Markus Elfring)  
- btrfs: fix race between quota disable and relocation (Filipe Manana)  
- gpio: mvebu: fix irq domain leak (Bartosz Golaszewski)  
- gpio: mvebu: Make use of devm_pwmchip_add (Uwe Kleine-Konig)  
- pwm: Add a stub for devm_pwmchip_add() (Andy Shevchenko)  
- gpio: tps68470: Make tps68470_gpio_output() always set the initial value (Hans de Goede)  
- io_uring: don't audit the capability check in io_uring_create() (Ondrej Mosnacek)  
- KVM: s390: pv: fix index value of replaced ASCE (Claudio Imbrenda)  
- jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint (Zhihao Cheng)  
- uek-rpm: move sch_fq_codel module to be built-in (Samasth Norway Ananda)  [Orabug: 35659936] 
- uek-rpm: Update kernel's linux-firmware dependency. (Somasundaram Krishnasamy)  [Orabug: 35678651] 
- uek-rpm: Disable cls_tcindex in file tcindex-disable.conf (Sherry Yang)  [Orabug: 35678686]

[5.15.0-105.123.3]
- ovl: Always reevaluate the file signature for IMA (Eric Snowberg)  [Orabug: 35646438] 
- ocfs2: always read both high and low parts of dinode link count (Alexey Asemov)  [Orabug: 35643002] 
- uek-rpm: aarch64: Enable direct booting with nvdimm (Liam Merwick)  [Orabug: 35630385] 
- LTS version: v5.15.123 (Jack Vogel)  
- Revert 'drm/amd/display: edp do not add non-edid timings' (Hersen Wu)  
- nixge: fix mac address error handling again (Arnd Bergmann)  
- tracing/histograms: Return an error if we fail to add histogram to hist_vars list (Mohamed Khalfella)  
- jbd2: recheck chechpointing non-dirty buffer (Zhang Yi)  
- net: phy: prevent stale pointer dereference in phy_init() (Vladimir Oltean)  
- tcp: annotate data-races around fastopenq.max_qlen (Eric Dumazet)  
- tcp: annotate data-races around icsk-&gt;icsk_user_timeout (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;notsent_lowat (Eric Dumazet)  
- tcp: annotate data-races around rskq_defer_accept (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;linger2 (Eric Dumazet)  
- tcp: annotate data-races around icsk-&gt;icsk_syn_retries (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;keepalive_probes (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;keepalive_intvl (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;keepalive_time (Eric Dumazet)  
- tcp: annotate data-races around tp-&gt;tcp_tx_delay (Eric Dumazet)  
- netfilter: nf_tables: skip bound chain on rule flush (Pablo Neira Ayuso)  
- netfilter: nf_tables: skip bound chain in netns release path (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: fix improper element removal (Florian Westphal)  
- netfilter: nf_tables: fix spurious set element insertion failure (Florian Westphal)  
- llc: Don't drop packet from non-root netns. (Kuniyuki Iwashima)  
- fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe (Zhang Shurong)  
- Revert 'tcp: avoid the lookup process failing to get sk in ehash table' (Kuniyuki Iwashima)  
- net:ipv6: check return value of pskb_trim() (Yuanjun Gong)  
- net: ipv4: Use kfree_sensitive instead of kfree (Wang Ming)  
- tcp: annotate data-races around tcp_rsk(req)-&gt;ts_recent (Eric Dumazet)  
- igc: Prevent garbled TX queue with XDP ZEROCOPY (Florian Kauer)  
- bpf: Fix subprog idx logic in check_max_stack_depth (Kumar Kartikeya Dwivedi)  
- octeontx2-pf: Dont allocate BPIDs for LBK interfaces (Geetha sowjanya)  
- security: keys: Modify mismatched function name (Jiapeng Chong)  
- iavf: Fix out-of-bounds when setting channels on remove (Ding Hui)  
- iavf: Fix use-after-free in free_netdev (Ding Hui)  
- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error (Victor Nogueira)  
- net: ethernet: mtk_eth_soc: handle probe deferral (Daniel Golle)  
- ethernet: use of_get_ethdev_address() (Jakub Kicinski)  
- of: net: add a helper for loading netdev-&gt;dev_addr (Jakub Kicinski)  
- bridge: Add extack warning when enabling STP in netns. (Kuniyuki Iwashima)  
- net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() (Tanmay Patil)  
- pinctrl: amd: Use amd_pinconf_set() for all config options (Mario Limonciello)  
- perf build: Fix library not found error when using CSLIBS (James Clark)  
- fbdev: imxfb: warn about invalid left/right margin (Martin Kaiser)  
- spi: bcm63xx: fix max prepend length (Jonas Gorski)  
- FS: JFS: Check for read-only mounted filesystem in txBegin (Immad Mir)  
- FS: JFS: Fix null-ptr-deref Read in txBegin (Immad Mir)  
- MIPS: dec: prom: Address -Warray-bounds warning (Gustavo A. R. Silva)  
- fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev (Yogesh)  
- udf: Fix uninitialized array access for some pathnames (Jan Kara)  
- quota: fix warning in dqgrab() (Ye Bin)  
- quota: Properly disable quotas when add_dquot_ref() fails (Jan Kara)  
- ALSA: emu10k1: roll up loops in DSP setup code for Audigy (Oswald Buddenhagen)  
- drm/radeon: Fix integer overflow in radeon_cs_parser_init (hackyzh002)  
- ext4: correct inline offset when handling xattrs in inode body (Eric Whitney)  
- ASoC: codecs: wcd938x: fix soundwire initialisation race (Johan Hovold)  
- ASoC: codecs: wcd938x: fix codec initialisation race (Johan Hovold)  
- ASoC: codecs: wcd934x: fix resource leaks on component remove (Johan Hovold)  
- ASoC: codecs: wcd938x: fix missing mbhc init error handling (Johan Hovold)  
- ASoC: codecs: wcd938x: fix resource leaks on component remove (Johan Hovold)  
- ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove (Johan Hovold)  
- ASoC: codecs: wcd938x: fix missing clsh ctrl error handling (Johan Hovold)  
- ASoC: fsl_sai: Disable bit clock with transmitter (Matus Gajdos)  
- drm/amd/display: Keep PHY active for DP displays on DCN31 (Nicholas Kazlauskas)  
- drm/amd/display: Disable MPC split by default on special asic (Zhikai Zhai)  
- drm/client: Fix memory leak in drm_client_modeset_probe (Jocelyn Falempe)  
- drm/client: Fix memory leak in drm_client_target_cloned (Jocelyn Falempe)  
- selftests: tc: add ConnTrack procfs kconfig (Matthieu Baerts)  
- can: bcm: Fix UAF in bcm_proc_show() (YueHaibing)  
- regmap: Account for register length in SMBus I/O limits (Mark Brown)  
- regmap: Drop initial version of maximum transfer length fixes (Mark Brown)  
- selftests: tc: add 'ct' action kconfig dep (Matthieu Baerts)  
- selftests: tc: set timeout to 15 minutes (Matthieu Baerts)  
- fuse: ioctl: translate ENOSYS in outarg (Miklos Szeredi)  
- btrfs: zoned: fix memory leak after finding block group with super blocks (Filipe Manana)  
- fuse: revalidate: don't invalidate if interrupted (Miklos Szeredi)  
- btrfs: fix warning when putting transaction with qgroups enabled after abort (Filipe Manana)  
- perf probe: Add test for regression introduced by switch to die_get_decl_file() (Georg Muller)  
- keys: Fix linking a duplicate key to a keyring's assoc_array (Petr Pavlu)  
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx (Luka Guzenko)  
- ALSA: hda/realtek: Add quirk for Clevo NS70AU (Christoffer Sandberg)  
- ALSA: hda/realtek - remove 3k pull low procedure (Kailang Yang)  
- LTS version: v5.15.122 (Jack Vogel)  
- x86/cpu/amd: Add a Zenbleed fix (Borislav Petkov (AMD))  [Orabug: 35641577] 
- x86/cpu/amd: Move the errata checking functionality up (Borislav Petkov (AMD))  [Orabug: 35641577]

[5.15.0-105.121.2]
- LTS version: v5.15.121 (Jack Vogel)  
- drm/atomic: Fix potential use-after-free in nonblocking commits (Daniel Vetter)  
- net/sched: sch_qfq: reintroduce lmax bound check for MTU (Pedro Tammela)  
- MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled (Thomas Bogendoerfer)  
- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue (Manish Rangankar)  
- scsi: qla2xxx: Pointer may be dereferenced (Shreyas Deodhar)  
- scsi: qla2xxx: Correct the index of array (Bikash Hazarika)  
- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() (Nilesh Javali)  
- scsi: qla2xxx: Fix potential NULL pointer dereference (Bikash Hazarika)  
- scsi: qla2xxx: Fix buffer overrun (Quinn Tran)  
- scsi: qla2xxx: Avoid fcport pointer dereference (Nilesh Javali)  
- scsi: qla2xxx: Array index may go out of bound (Nilesh Javali)  
- scsi: qla2xxx: Wait for io return on terminate rport (Quinn Tran)  
- tracing/probes: Fix to update dynamic data counter if fetcharg uses it (Masami Hiramatsu (Google))  
- tracing/probes: Fix not to count error code to total length (Masami Hiramatsu (Google))  
- selftests: mptcp: depend on SYN_COOKIES (Matthieu Baerts)  
- selftests: mptcp: sockopt: return error if wrong mark (Matthieu Baerts)  
- tracing: Fix null pointer dereference in tracing_err_log_open() (Mateusz Stachyra)  
- xtensa: ISS: fix call to split_if_spec (Max Filippov)  
- ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() (Zheng Yejian)  
- ring-buffer: Fix deadloop issue on reading trace_pipe (Zheng Yejian)  
- net: ena: fix shift-out-of-bounds in exponential backoff (Krister Johansen)  
- samples: ftrace: Save required argument registers in sample trampolines (Florent Revest)  
- tracing: Fix memory leak of iter-&gt;temp when reading trace_pipe (Zheng Yejian)  
- tracing/histograms: Add histograms to hist_vars if they have referenced variables (Mohamed Khalfella)  
- s390/decompressor: fix misaligned symbol build error (Heiko Carstens)  
- bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (Jonas Gorski)  
- Revert '8250: add support for ASIX devices with a FIFO bug' (Jiaqing Zhao)  
- soundwire: qcom: fix storing port config out-of-bounds (Krzysztof Kozlowski)  
- opp: Fix use-after-free in lazy_opp_tables after probe deferral (Stephan Gerhold)  
- meson saradc: fix clock divider mask length (George Stark)  
- xhci: Show ZHAOXIN xHCI root hub speed correctly (Weitao Wang)  
- xhci: Fix TRB prefetch issue of ZHAOXIN hosts (Weitao Wang)  
- xhci: Fix resume issue of some ZHAOXIN hosts (Weitao Wang)  
- ceph: don't let check_caps skip sending responses for revoke msgs (Xiubo Li)  
- libceph: harden msgr2.1 frame segment length checks (Ilya Dryomov)  
- firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool() (Christophe JAILLET)  
- tty: serial: imx: fix rs485 rx after tx (Martin Fuzzey)  
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk (Christophe JAILLET)  
- tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error (Christophe JAILLET)  
- serial: atmel: don't enable IRQs prematurely (Dan Carpenter)  
- drm/ttm: Don't leak a resource on swapout move error (Thomas Hellstrom)  
- drm/amdgpu: avoid restore process run into dead loop. (gaba)  
- drm/amd/display: Correct DMUB_FW_VERSION macro (Mario Limonciello)  
- drm/amdgpu: fix clearing mappings for BOs that are always valid in VM (Samuel Pitoiset)  
- drm/rockchip: vop: Leave vblank enabled in self-refresh (Brian Norris)  
- drm/atomic: Allow vblank-enabled + self-refresh 'disable' (Brian Norris)  
- fs: dlm: return positive pid value for F_GETLK (Alexander Aring)  
- dm init: add dm-mod.waitfor to wait for asynchronously probed block devices (Peter Korsgaard)  
- md/raid0: add discard support for the 'original' layout (Jason Baron)  
- mfd: pm8008: Fix module autoloading (Johan Hovold)  
- misc: pci_endpoint_test: Re-init completion for every test (Damien Le Moal)  
- misc: pci_endpoint_test: Free IRQs before removing the device (Damien Le Moal)  
- PCI: rockchip: Set address alignment for endpoint mode (Damien Le Moal)  
- PCI: rockchip: Use u32 variable to access 32-bit registers (Rick Wertenbroek)  
- PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core (Rick Wertenbroek)  
- PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked (Rick Wertenbroek)  
- PCI: rockchip: Write PCI Device ID to correct register (Rick Wertenbroek)  
- PCI: rockchip: Assert PCI Configuration Enable bit after probe (Rick Wertenbroek)  
- PCI: qcom: Disable write access to read only registers for IP v2.3.3 (Manivannan Sadhasivam)  
- PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 (Robin Murphy)  
- PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold (Ondrej Zary)  
- dm integrity: reduce vmalloc space footprint on 32-bit architectures (Mikulas Patocka)  
- hwrng: imx-rngc - fix the timeout for init and self check (Martin Kaiser)  
- jfs: jfs_dmap: Validate db_l2nbperpage while mounting (Siddh Raman Pant)  
- ext4: only update i_reserved_data_blocks on successful block allocation (Baokun Li)  
- ext4: turn quotas off if mount failed after enabling quotas (Baokun Li)  
- ext4: fix to check return value of freeze_bdev() in ext4_shutdown() (Chao Yu)  
- ext4: fix wrong unit use in ext4_mb_new_blocks (Kemeng Shi)  
- ext4: get block from bh in ext4_free_blocks for fast commit replay (Kemeng Shi)  
- ext4: fix wrong unit use in ext4_mb_clear_bb (Kemeng Shi)  
- ext4: Fix reusing stale buffer heads from last failed mounting (Zhihao Cheng)  
- MIPS: KVM: Fix NULL pointer dereference (Huacai Chen)  
- MIPS: Loongson: Fix cpu_probe_loongson() again (Huacai Chen)  
- erofs: fix compact 4B support for 16k block size (Gao Xiang)  
- powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 (Michael Ellerman)  
- misc: fastrpc: Create fastrpc scalar with correct buffer count (Ekansh Gupta)  
- powerpc: Fail build if using recordmcount with binutils v2.37 (Naveen N Rao)  
- mm/damon/ops-common: atomically test and clear young on ptes and pmds (Ryan Roberts)  
- net: bcmgenet: Ensure MDIO unregistration has clocks enabled (Florian Fainelli)  
- mtd: rawnand: meson: fix unaligned DMA buffers handling (Arseniy Krasnov)  
- tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation (Jarkko Sakkinen)  
- pinctrl: amd: Only use special debounce behavior for GPIO 0 (Mario Limonciello)  
- pinctrl: amd: Detect and mask spurious interrupts (Kornel Duleba)  
- pinctrl: amd: Detect internal GPIO0 debounce handling (Mario Limonciello)  
- pinctrl: amd: Fix mistake in handling clearing pins at startup (Mario Limonciello)  
- f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() (Chao Yu)  
- fs/ntfs3: Check fields while reading (Konstantin Komarov)  
- nvme-pci: fix DMA direction of unmapping integrity data (Ming Lei)  
- nvme-pci: remove nvme_queue from nvme_iod (Keith Busch)  
- net/sched: sch_qfq: account for stab overhead in qfq_enqueue (Pedro Tammela)  
- net/sched: sch_qfq: refactor parsing of netlink parameters (Pedro Tammela)  
- net/sched: make psched_mtu() RTNL-less safe (Pedro Tammela)  
- netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() (Dan Carpenter)  
- riscv: mm: fix truncation warning on RV32 (Jisheng Zhang)  
- net/sched: flower: Ensure both minimum and maximum ports are specified (Ido Schimmel)  
- bpf: cpumap: Fix memory leak in cpu_map_update_elem (Pu Lehui)  
- wifi: airo: avoid uninitialized warning in airo_get_rate() (Randy Dunlap)  
- erofs: fix fsdax unavailability for chunk-based regular files (Xin Yin)  
- erofs: decouple basic mount options from fs_context (Gao Xiang)  
- erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF (Chunhai Guo)  
- octeontx2-pf: Add additional check for MCAM rules (Suman Ghosh)  
- drm/i915: Fix one wrong caching mode enum usage (Tvrtko Ursulin)  
- riscv, bpf: Fix inconsistent JIT image generation (Bjorn Topel)  
- bpf, riscv: Support riscv jit to provide bpf_line_info (Pu Lehui)  
- igc: Fix inserting of empty frame for launchtime (Florian Kauer)  
- igc: Fix launchtime before start of cycle (Florian Kauer)  
- kernel/trace: Fix cleanup logic of enable_trace_eprobe (Tzvetomir Stoyanov (VMware))  
- platform/x86: wmi: Break possible infinite loop when parsing GUID (Andy Shevchenko)  
- platform/x86: wmi: move variables (Barnabas Pocze)  
- platform/x86: wmi: use guid_t and guid_equal() (Barnabas Pocze)  
- platform/x86: wmi: remove unnecessary argument (Barnabas Pocze)  
- ipv6/addrconf: fix a potential refcount underflow for idev (Ziyang Xuan)  
- NTB: ntb_tool: Add check for devm_kcalloc (Jiasheng Jiang)  
- NTB: ntb_transport: fix possible memory leak while device_register() fails (Yang Yingliang)  
- ntb: intel: Fix error handling in intel_ntb_pci_driver_init() (Yuan Can)  
- NTB: amd: Fix error handling in amd_ntb_pci_driver_init() (Yuan Can)  
- ntb: idt: Fix error handling in idt_pci_driver_init() (Yuan Can)  
- udp6: fix udp6_ehashfn() typo (Eric Dumazet)  
- icmp6: Fix null-ptr-deref of ip6_null_entry-&gt;rt6i_idev in icmp6_dev(). (Kuniyuki Iwashima)  
- net: prevent skb corruption on frag list segmentation (Paolo Abeni)  
- net: bgmac: postpone turning IRQs off to avoid SoC hangs (Rafal Milecki)  
- ionic: remove WARN_ON to prevent panic_on_warn (Nitya Sunkad)  
- gve: Set default duplex configuration to full (Junfeng Guo)  
- net/sched: cls_fw: Fix improper refcount update leads to use-after-free (M A Ramdhan)  
- net: mvneta: fix txq_map in case of txq_number==1 (Klaus Kudielka)  
- bpf: Fix max stack depth check for async callbacks (Kumar Kartikeya Dwivedi)  
- scsi: qla2xxx: Fix error code in qla2x00_start_sp() (Dan Carpenter)  
- igc: Handle PPS start time programming for past time values (Aravindhan Gunasekaran)  
- igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings (Prasad Koya)  
- net/mlx5e: Check for NOT_READY flag state after locking (Vlad Buslov)  
- net/mlx5e: fix memory leak in mlx5e_ptp_open (Zhengchao Shao)  
- net/mlx5e: fix double free in mlx5e_destroy_flow_table (Zhengchao Shao)  
- igc: Remove delay during TX ring configuration (Muhammad Husaini Zulkifli)  
- drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags (Marek Vasut)  
- drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime (Douglas Anderson)  
- drm/panel: simple: Add connector_type for innolux_at043tn24 (Fabio Estevam)  
- ksmbd: validate session id and tree id in the compound request (Namjae Jeon)  
- ksmbd: fix out-of-bound read in smb2_write (Namjae Jeon)  
- ksmbd: validate command payload size (Namjae Jeon)  
- ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message() (Ralph Boehme)  
- workqueue: clean up WORK_* constant types, clarify masking (Linus Torvalds)  
- net: lan743x: Don't sleep in atomic context (Moritz Fischer)  
- io_uring: add reschedule point to handle_tw_list() (Jens Axboe)  
- io_uring: Use io_schedule* in cqring wait (Andres Freund)  
- block/partition: fix signedness issue for Amiga partitions (Michael Schmitz)  
- tty: serial: fsl_lpuart: add earlycon for imx8ulp platform (Sherry Sun)  
- wireguard: netlink: send staged packets when setting initial private key (Jason A. Donenfeld)  
- wireguard: queueing: use saner cpu selection wrapping (Jason A. Donenfeld)  
- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval (Thadeu Lima de Souza Cascardo)  
- netfilter: nf_tables: do not ignore genmask when looking up chain by id (Thadeu Lima de Souza Cascardo)  
- netfilter: conntrack: Avoid nf_ct_helper_hash uses after free (Florent Revest)  
- netfilter: nf_tables: unbind non-anonymous set if rule construction fails (Pablo Neira Ayuso)  
- fanotify: disallow mount/sb marks on kernel internal pseudo fs (Amir Goldstein)  
- ovl: fix null pointer dereference in ovl_get_acl_rcu() (Zhihao Cheng)  
- fs: no need to check source (Jan Kara)  
- leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename (Christian Marangi)  
- ARM: orion5x: fix d2net gpio initialization (Arnd Bergmann)  
- ARM: dts: qcom: ipq4019: fix broken NAND controller properties override (Krzysztof Kozlowski)  
- ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path (Ricardo Ribalda Delgado)  
- ASoC: mediatek: mt8173: Fix irq error path (Ricardo Ribalda Delgado)  
- btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() (Filipe Manana)  
- btrfs: fix extent buffer leak after tree mod log failure at split_node() (Filipe Manana)  
- btrfs: fix race when deleting quota root from the dirty cow roots list (Filipe Manana)  
- btrfs: reinsert BGs failed to reclaim (Naohiro Aota)  
- btrfs: bail out reclaim process if filesystem is read-only (Naohiro Aota)  
- btrfs: delete unused BGs while reclaiming BGs (Naohiro Aota)  
- btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile (Matt Corallo)  
- fs: avoid empty option when generating legacy mount string (Thomas Weissschuh)  
- jffs2: reduce stack usage in jffs2_build_xattr_subsystem() (Fabian Frederick)  
- ipvs: increase ip_vs_conn_tab_bits range for 64BIT (Abhijeet Rastogi)  
- fs: Lock moved directories (Jan Kara)  
- fs: Establish locking order for unrelated directories (Jan Kara)  
- Revert 'f2fs: fix potential corruption when moving a directory' (Jan Kara)  
- ext4: Remove ext4 locking of moved directory (Jan Kara)  
- shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs (Roberto Sassu)  
- autofs: use flexible array in ioctl structure (Arnd Bergmann)  
- integrity: Fix possible multiple allocation in integrity_inode_get() (Tianjia Zhang)  
- um: Use HOST_DIR for mrproper (Kees Cook)  
- bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent (Zheng Wang)  
- bcache: Remove unnecessary NULL point check in node allocations (Zheng Wang)  
- bcache: fixup btree_cache_wait list damage (Mingzhe Zou)  
- mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used. (Chevron Li)  
- mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS (Ulf Hansson)  
- mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M (Robert Marko)  
- mmc: core: disable TRIM on Kingston EMMC04G-M627 (Robert Marko)  
- io_uring: wait interruptibly for request completions on exit (Jens Axboe)  
- NFSD: add encoding of op_recall flag for write delegation (Dai Ngo)  
- i2c: qup: Add missing unwind goto in qup_i2c_probe() (Shuai Jiang)  
- btrfs: do not BUG_ON() on tree mod log failure at balance_level() (Filipe Manana)  
- extcon: usbc-tusb320: Convert to i2c's .probe_new() (Uwe Kleine-Konig)  
- i2c: xiic: Don't try to handle more interrupt events after error (Robert Hancock)  
- i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process() (Marek Vasut)  
- apparmor: fix missing error check for rhashtable_insert_fast (Danila Chernetsov)  
- sh: dma: Fix DMA channel offset calculation (Artur Rojek)  
- s390/qeth: Fix vipa deletion (Thorsten Winkler)  
- octeontx-af: fix hardware timestamp configuration (Hariprasad Kelam)  
- net: dsa: tag_sja1105: fix MAC DA patching from meta frames (Vladimir Oltean)  
- pptp: Fix fib lookup calls. (Guillaume Nault)  
- riscv: move memblock_allow_resize() after linear mapping is ready (Woody Zhang)  
- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX (Lin Ma)  
- xsk: Honor SO_BINDTODEVICE on bind (Ilya Maximets)  
- tcp: annotate data races in __tcp_oow_rate_limited() (Eric Dumazet)  
- net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode (Vladimir Oltean)  
- powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y (Randy Dunlap)  
- ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() (Zeng Heng)  
- octeontx2-af: Add validation before accessing cgx and lmac (Hariprasad Kelam)  
- octeontx2-af: Fix mapping for NIX block from CGX connection (Hariprasad Kelam)  
- f2fs: fix error path handling in truncate_dnode() (Chao Yu)  
- mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 (Nishanth Menon)  
- spi: bcm-qspi: return error if neither hif_mspi nor mspi is available (Jonas Gorski)  
- net: dsa: vsc73xx: fix MTU configuration (Pawel Dembicki)  
- ibmvnic: Do not reset dql stats on NON_FATAL err (Nick Child)  
- Add MODULE_FIRMWARE() for FIRMWARE_TG357766. (Tobias Heider)  
- net/sched: act_ipt: add sanity checks on table name and hook locations (Florian Westphal)  
- sctp: fix potential deadlock on &amp;net-&gt;sctp.addr_wq_lock (Chengfeng Ye)  
- media: cec: i2c: ch7322: also select REGMAP (Randy Dunlap)  
- drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times (Jouni Hogander)  
- rtc: st-lpc: Release some resources in st_rtc_probe() in case of error (Christophe JAILLET)  
- md/raid10: fix the condition to call bio_end_io_acct() (Li Nan)  
- pwm: mtk_disp: Fix the disable flow of disp_pwm (Shuijing Li)  
- pwm: ab8500: Fix error code in probe() (Dan Carpenter)  
- pwm: sysfs: Do not apply state to already disabled PWMs (Marek Vasut)  
- pwm: imx-tpm: force 'real_period' to be zero in suspend (Fancy Fang)  
- phy: tegra: xusb: check return value of devm_kzalloc() (Claudiu Beznea)  
- mfd: stmpe: Only disable the regulators if they are enabled (Christophe JAILLET)  
- KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler (Christian Borntraeger)  
- KVM: s390: vsie: fix the length of APCB bitmap (Pierre Morel)  
- mfd: stmfx: Nullify stmfx-&gt;vdd in case of error (Amelie Delaunay)  
- mfd: stmfx: Fix error path in stmfx_chip_init (Amelie Delaunay)  
- nvmem: rmem: Use NVMEM_DEVID_AUTO (Phil Elwell)  
- test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation (Mirsad Goran Todorovac)  
- serial: 8250_omap: Use force_suspend and resume for system suspend (Tony Lindgren)  
- Revert 'usb: common: usb-conn-gpio: Set last role to unknown before initial detection' (Greg Kroah-Hartman)  
- mfd: intel-lpss: Add missing check for platform_get_resource (Jiasheng Jiang)  
- usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() (Christophe JAILLET)  
- usb: common: usb-conn-gpio: Set last role to unknown before initial detection (Prashanth K)  
- usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() (Christophe JAILLET)  
- usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() (Christophe JAILLET)  
- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes (Nico Boehr)  
- media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() (Dan Carpenter)  
- media: venus: helpers: Fix ALIGN() of non power of two (Rikard Falkeborn)  
- mfd: rt5033: Drop rt5033-battery sub-device (Stephan Gerhold)  
- coresight: Fix loss of connection info when a module is unloaded (James Clark)  
- kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR (Muchun Song)  
- serial: 8250: lock port for UART_IER access in omap8250_irq() (John Ogness)  
- serial: 8250: lock port for stop_rx() in omap8250_irq() (John Ogness)  
- usb: hide unused usbfs_notify_suspend/resume functions (Arnd Bergmann)  
- usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() (Li Yang)  
- extcon: Fix kernel doc of property capability fields to avoid warnings (Andy Shevchenko)  
- extcon: Fix kernel doc of property fields to avoid warnings (Andy Shevchenko)  
- usb: gadget: u_serial: Add null pointer check in gserial_suspend (Prashanth K)  
- usb: dwc3: qcom: Fix potential memory leak (Vladislav Efanov)  
- clk: qcom: ipq6018: fix networking resets (Robert Marko)  
- clk: qcom: reset: support resetting multiple bits (Robert Marko)  
- clk: qcom: reset: Allow specifying custom reset delay (Stephan Gerhold)  
- media: i2c: Correct format propagation for st-mipid02 (Daniel Scally)  
- media: usb: siano: Fix warning due to null work_func_t function pointer (Duoming Zhou)  
- media: videodev2.h: Fix struct v4l2_input tuner index comment (Marek Vasut)  
- media: usb: Check az6007_read() return value (Daniil Dulov)  
- clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks (Mantas Pucka)  
- clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs (Taniya Das)  
- serial: 8250: omap: Fix freeing of resources on failed register (Tony Lindgren)  
- usb: dwc2: Fix some error handling paths (Christophe JAILLET)  
- usb: dwc2: platform: Improve error reporting for problems during .remove() (Uwe Kleine-Konig)  
- sh: j2: Use ioremap() to translate device tree address into kernel memory (John Paul Adrian Glaubitz)  
- w1: fix loop in w1_fini() (Dan Carpenter)  
- w1: w1_therm: fix locking behavior in convert_t (Stefan Wahren)  
- SUNRPC: Fix UAF in svc_tcp_listen_data_ready() (Ding Hui)  
- block: increment diskseq on all media change events (Demi Marie Obenour)  
- block: change all __u32 annotations to __be32 in affs_hardblocks.h (Michael Schmitz)  
- block: add overflow checks for Amiga partition support (Michael Schmitz)  
- block: fix signed int overflow in Amiga partition support (Michael Schmitz)  
- ALSA: jack: Fix mutex call in snd_jack_report() (Takashi Iwai)  
- ALSA: hda/realtek: Add quirk for Clevo NPx0SNx (Werner Sembach)  
- iio: accel: fxls8962af: fixup buffer scan element type (Sean Nyekjaer)  
- iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF (Sean Nyekjaer)  
- iio: adc: ad7192: Fix internal/external clock selection (Fabrizio Lamarque)  
- iio: adc: ad7192: Fix null ad7192_state pointer access (Fabrizio Lamarque)  
- phy: tegra: xusb: Clear the driver reference in usb-phy dev (EJ Hsu)  
- usb: dwc3: gadget: Propagate core init errors to UDC during pullup (Krishna Kurapati)  
- USB: serial: option: add LARA-R6 01B PIDs (Davide Tronchin)  
- io_uring: ensure IOPOLL locks around deferred work (Jens Axboe)  
- bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page (Liu Shixin)  
- ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error (Kiran K)  
- ksmbd: avoid field overflow warning (Arnd Bergmann)  
- efi/libstub: Disable PCI DMA before grabbing the EFI memory map (Ard Biesheuvel)  
- kbuild: Disable GCOV for *.mod.o (Sami Tolvanen)  
- hwrng: st - keep clock enabled while hwrng is registered (Martin Kaiser)  
- dax/kmem: Pass valid argument to memory_group_register_static (Tarun Sahu)  
- dax: Introduce alloc_dev_dax_id() (Dan Williams)  
- dax: Fix dax_mapping_release() use after free (Dan Williams)  
- SMB3: Do not send lease break acknowledgment if all file handles have been closed (Bharath SM)  
- NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION (Olga Kornievskaia)  
- crypto: qat - unmap buffers before free for RSA (Hareshx Sankar Raj)  
- crypto: qat - unmap buffer before free for DH (Hareshx Sankar Raj)  
- crypto: qat - Use helper to set reqsize (Herbert Xu)  
- crypto: kpp - Add helper to set reqsize (Herbert Xu)  
- crypto: qat - use reference to structure in dma_map_single() (Damian Muszynski)  
- crypto: qat - replace get_current_node() with numa_node_id() (Andre Przywara)  
- ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard (Masahiro Yamada)  
- modpost: fix off by one in is_executable_section() (Dan Carpenter)  
- crypto: marvell/cesa - Fix type mismatch warning (Arnd Bergmann)  
- modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} (Masahiro Yamada)  
- modpost: fix section mismatch message for R_ARM_ABS32 (Masahiro Yamada)  
- crypto: nx - fix build warnings when DEBUG_FS is not enabled (Randy Dunlap)  
- modpost: remove broken calculation of exception_table_entry size (Masahiro Yamada)  
- hwrng: virtio - Fix race on data_avail and actual data (Herbert Xu)  
- hwrng: virtio - always add a pending request (Laurent Vivier)  
- hwrng: virtio - don't waste entropy (Laurent Vivier)  
- hwrng: virtio - don't wait on cleanup (Laurent Vivier)  
- hwrng: virtio - add an internal buffer (Laurent Vivier)  
- powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary (Aneesh Kumar K.V)  
- powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo (Aneesh Kumar K.V)  
- riscv: uprobes: Restore thread.bad_cause (Tiezhu Yang)  
- powerpc: update ppc_save_regs to save current r1 in pt_regs (Aditya Gupta)  
- powerpc: simplify ppc_save_regs (Nicholas Piggin)  
- powerpc/powernv/sriov: perform null check on iov before dereferencing iov (Colin Ian King)  
- pinctrl: at91-pio4: check return value of devm_kasprintf() (Claudiu Beznea)  
- pinctrl: microchip-sgpio: check return value of devm_kasprintf() (Claudiu Beznea)  
- powerpc/64s: Fix VAS mm use after free (Nicholas Piggin)  
- perf dwarf-aux: Fix off-by-one in die_get_varname() (Namhyung Kim)  
- perf script: Fix allocation of evsel-&gt;priv related to per-event dump files (Arnaldo Carvalho de Melo)  
- powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe() (Christophe Leroy)  
- powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() (Christophe Leroy)  
- kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures (Christophe Leroy)  
- pinctrl: cherryview: Return correct value if pin in push-pull mode (Andy Shevchenko)  
- perf bench: Add missing setlocale() call to allow usage of %'d style formatting (Arnaldo Carvalho de Melo)  
- perf bench: Use unbuffered output when pipe/tee'ing to a file (Sohaib Mohamed)  
- PCI: Add pci_clear_master() stub for non-CONFIG_PCI (Sui Jingfeng)  
- PCI: ftpci100: Release the clock resources (Junyan Ye)  
- PCI: pciehp: Cancel bringup sequence if card is not present (Rongguang Wei)  
- scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() (Yuchen Yang)  
- PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free (Ding Hui)  
- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors (Christophe JAILLET)  
- scsi: qedf: Fix NULL dereference in error handling (Jinhong Zhu)  
- PCI: vmd: Reset VMD config register between soft reboots (Nirmal Patel)  
- PCI: cadence: Fix Gen2 Link Retraining process (Siddharth Vadapalli)  
- clk: Fix memory leak in devm_clk_notifier_register() (Fei Shao)  
- ASoC: imx-audmix: check return value of devm_kasprintf() (Claudiu Beznea)  
- ovl: update of dentry revalidate flags after copy up (Amir Goldstein)  
- drivers: meson: secure-pwrc: always enable DMA domain (Alexey Romanov)  
- clk: ti: clkctrl: check return value of kasprintf() (Claudiu Beznea)  
- clk: keystone: sci-clk: check return value of kasprintf() (Claudiu Beznea)  
- clk: si5341: free unused memory on probe failure (Claudiu Beznea)  
- clk: si5341: check return value of {devm_}kasprintf() (Claudiu Beznea)  
- clk: si5341: return error if one synth clock registration fails (Claudiu Beznea)  
- clk: cdce925: check return value of kasprintf() (Claudiu Beznea)  
- clk: vc5: check memory returned by kasprintf() (Claudiu Beznea)  
- drm/msm/dpu: correct MERGE_3D length (Dmitry Baryshkov)  
- arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz (Nicolas F. R. A. Prado)  
- arm64: dts: mediatek: Add cpufreq nodes for MT8192 (Allen-KH Cheng)  
- drm/msm/dp: Free resources after unregistering them (Bjorn Andersson)  
- drm/msm/dpu: do not enable color-management if DSPPs are not available (Dmitry Baryshkov)  
- ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer (Su Hui)  
- clk: tegra: tegra124-emc: Fix potential memory leak (Yuan Can)  
- clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() (Dan Carpenter)  
- arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k (Marijn Suijten)  
- clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() (Yuxing Liu)  
- clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe (Hao Luo)  
- RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context (Kashyap Desai)  
- RDMA/bnxt_re: wraparound mbox producer index (Kashyap Desai)  
- drm/msm/a5xx: really check for A510 in a5xx_gpu_init (Dmitry Baryshkov)  
- amdgpu: validate offset_in_bo of drm_amdgpu_gem_va (Chia-I Wu)  
- drm/radeon: fix possible division-by-zero errors (Nikita Zhandarovich)  
- drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode (Aurabindo Pillai)  
- drm/amdkfd: Fix potential deallocation of previously deallocated memory. (Daniil Dulov)  
- ARM: dts: BCM5301X: fix duplex-full =&gt; full-duplex (Christian Lamparter)  
- hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 (Guenter Roeck)  
- hwmon: (adm1275) Allow setting sample averaging (Potin Lai)  
- hwmon: (gsc-hwmon) fix fan pwm temperature scaling (Tim Harvey)  
- ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx (Olivier Moysan)  
- ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 (Marek Vasut)  
- arm64: dts: ti: k3-j7200: Fix physical address of pin (Keerthy)  
- fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() (Christophe JAILLET)  
- arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 (Wolfram Sang)  
- ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier (Geert Uytterhoeven)  
- RDMA/hns: Fix hns_roce_table_get return value (Chengchang Tang)  
- IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate (Brendan Cunningham)  
- IB/hfi1: Use bitmap_zalloc() when applicable (Christophe JAILLET)  
- RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes (Arnd Bergmann)  
- soc/fsl/qe: fix usb.c build errors (Randy Dunlap)  
- ARM: dts: meson8: correct uart_B and uart_C clock references (Martin Blumenstingl)  
- ASoC: es8316: Do not set rate constraints for unsupported MCLKs (Cristian Ciocaltea)  
- ASoC: es8316: Increment max value for ALC Capture Target Volume control (Cristian Ciocaltea)  
- memory: brcmstb_dpfe: fix testing array offset after use (Krzysztof Kozlowski)  
- ARM: dts: stm32: Shorten the AV96 HDMI sound card name (Marek Vasut)  
- arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui (Douglas Anderson)  
- arm64: dts: qcom: apq8096: fix fixed regulator name property (Krzysztof Kozlowski)  
- ARM: omap2: fix missing tick_broadcast() prototype (Arnd Bergmann)  
- ARM: ep93xx: fix missing-prototype warnings (Arnd Bergmann)  
- drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H (Dario Binacchi)  
- arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion (Stephan Gerhold)  
- arm64: dts: qcom: apq8016-sbc: Fix regulator constraints (Stephan Gerhold)  
- arm64: dts: qcom: Drop unneeded extra device-specific includes (Stephan Gerhold)  
- arm64: dts: qcom: apq8016-sbc: fix mpps state names (Dmitry Baryshkov)  
- arm64: dts: qcom: apq8016-sbc: Clarify firmware-names (Stephan Gerhold)  
- arm64: dts: qcom: apq8016-sbc: Update modem and WiFi firmware path (Bjorn Andersson)  
- arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi (Yassine Oudjana)  
- arm64: dts: qcom: sdm845: correct camss unit address (Krzysztof Kozlowski)  
- arm64: dts: qcom: sdm630: correct camss unit address (Krzysztof Kozlowski)  
- arm64: dts: qcom: msm8996: correct camss unit address (Krzysztof Kozlowski)  
- arm64: dts: qcom: msm8994: correct SPMI unit address (Krzysztof Kozlowski)  
- arm64: dts: qcom: msm8916: correct camss unit address (Krzysztof Kozlowski)  
- ARM: dts: gta04: Move model property out of pinctrl node (Tony Lindgren)  
- drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK (Konrad Dybcio)  
- drm/msm/disp/dpu: get timing engine status from intf status register (Vinod Polimera)  
- drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate (Dmitry Baryshkov)  
- RDMA/bnxt_re: Fix to remove an unnecessary log (Kalesh AP)  
- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid (Kalesh AP)  
- RDMA/bnxt_re: Use unique names while registering interrupts (Kalesh AP)  
- RDMA/bnxt_re: Fix to remove unnecessary return labels (Kalesh AP)  
- RDMA/bnxt_re: Disable/kill tasklet only if it is enabled (Selvin Xavier)  
- clk: imx: scu: use _safe list iterator to avoid a use after free (Dan Carpenter)  
- arm64: dts: microchip: sparx5: do not use PSCI on reference boards (Robert Marko)  
- bus: ti-sysc: Fix dispc quirk masking bool variables (Tony Lindgren)  
- ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards (Marek Vasut)  
- drm/panel: sharp-ls043t1le01: adjust mode settings (Dmitry Baryshkov)  
- drm: sun4i_tcon: use devm_clk_get_enabled in sun4i_tcon_init_clocks (XuDong Liu)  
- Input: adxl34x - do not hardcode interrupt trigger type (Marek Vasut)  
- ARM: dts: meson8b: correct uart_B and uart_C clock references (hfdevel@gmx.net)  
- ARM: dts: BCM5301X: Drop 'clock-names' from the SPI node (Rafal Milecki)  
- drm/vram-helper: fix function names in vram helper doc (Luc Ma)  
- drm/bridge: tc358768: fix THS_TRAILCNT computation (Francesco Dolcini)  
- drm/bridge: tc358768: fix TXTAGOCNT computation (Francesco Dolcini)  
- drm/bridge: tc358768: fix THS_ZEROCNT computation (Francesco Dolcini)  
- drm/bridge: tc358768: fix TCLK_TRAILCNT computation (Francesco Dolcini)  
- drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation (Francesco Dolcini)  
- drm/bridge: tc358768: fix TCLK_ZEROCNT computation (Francesco Dolcini)  
- drm/bridge: tc358768: fix PLL target frequency (Francesco Dolcini)  
- drm/bridge: tc358768: fix PLL parameters computation (Francesco Dolcini)  
- drm/bridge: tc358768: always enable HS video mode (Francesco Dolcini)  
- Input: drv260x - sleep between polling GO bit (Luca Weiss)  
- drm/amd/display: Explicitly specify update type per plane info change (Nicholas Kazlauskas)  
- radeon: avoid double free in ci_dpm_init() (Nikita Zhandarovich)  
- drm/amd/display: Add logging for display MALL refresh setting (Wesley Chalmers)  
- netlink: Add __sock_i_ino() for __netlink_diag_dump(). (Kuniyuki Iwashima)  
- ipvlan: Fix return value of ipvlan_queue_xmit() (Cambda Zhu)  
- netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value. (Ilia.Gavrilov)  
- netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one (Florian Westphal)  
- lib/ts_bm: reset initial match offset for every block of text (Jeremy Sowden)  
- net: nfc: Fix use-after-free caused by nfc_llcp_find_local (Lin Ma)  
- nfc: llcp: simplify llcp_sock_connect() error paths (Krzysztof Kozlowski)  
- sfc: fix crash when reading stats while NIC is resetting (Edward Cree)  
- net: axienet: Move reset before 64-bit DMA detection (Maxim Kochetkov)  
- gtp: Fix use-after-free in __gtp_encap_destroy(). (Kuniyuki Iwashima)  
- selftests: rtnetlink: remove netdevsim device after ipsec offload test (Sabrina Dubroca)  
- bonding: do not assume skb mac_header is set (Eric Dumazet)  
- netlink: do not hard code device address lenth in fdb dumps (Eric Dumazet)  
- netlink: fix potential deadlock in netlink_set_err() (Eric Dumazet)  
- net: stmmac: fix double serdes powerdown (Bartosz Golaszewski)  
- igc: Fix race condition in PTP tx code (Vinicius Costa Gomes)  
- can: length: fix bitstuffing count (Vincent Mailhol)  
- bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings (Gilad Sever)  
- bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint (Gilad Sever)  
- bpf: Factor out socket lookup functions for the TC hookpoint. (Gilad Sever)  
- bpf: Omit superfluous address family check in __bpf_skc_lookup (Tobias Klauser)  
- wifi: ath9k: convert msecs to jiffies where needed (Dmitry Antipov)  
- wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection (Johannes Berg)  
- wifi: cfg80211: rewrite merging of inherited elements (Benjamin Berg)  
- wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler() (Anjaneyulu)  
- iwlwifi: don't dump_stack() when we get an unexpected interrupt (Emmanuel Grumbach)  
- wifi: iwlwifi: pull from TXQs with softirqs disabled (Johannes Berg)  
- rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO (Edwin Peer)  
- wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() (Remi Pommarel)  
- memstick r592: make memstick_debug_get_tpc_name() static (Arnd Bergmann)  
- kexec: fix a memory leak in crash_shrink_memory() (Zhen Lei)  
- watchdog/perf: more properly prevent false positives with turbo modes (Douglas Anderson)  
- watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config (Douglas Anderson)  
- wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown (Marek Vasut)  
- wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled (Marek Vasut)  
- selftests/bpf: Fix check_mtu using wrong variable type (Jesper Dangaard Brouer)  
- wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes (Fedor Pchelkin)  
- wifi: ray_cs: Fix an error handling path in ray_probe() (Christophe JAILLET)  
- wifi: ray_cs: Drop useless status variable in parse_addr() (Andy Shevchenko)  
- wifi: ray_cs: Utilize strnlen() in parse_addr() (Andy Shevchenko)  
- wifi: wl3501_cs: Fix an error handling path in wl3501_probe() (Christophe JAILLET)  
- wl3501_cs: use eth_hw_addr_set() (Jakub Kicinski)  
- wifi: atmel: Fix an error handling path in atmel_probe() (Christophe JAILLET)  
- wifi: orinoco: Fix an error handling path in orinoco_cs_probe() (Christophe JAILLET)  
- wifi: orinoco: Fix an error handling path in spectrum_cs_probe() (Christophe JAILLET)  
- regulator: core: Streamline debugfs operations (Geert Uytterhoeven)  
- regulator: core: Fix more error checking for debugfs_create_dir() (Geert Uytterhoeven)  
- bpftool: JIT limited misreported as negative value on aarch64 (Alan Maguire)  
- nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() (Krzysztof Kozlowski)  
- spi: dw: Round of n_bytes to power of 2 (Joy Chakraborty)  
- bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen (Stanislav Fomichev)  
- libbpf: fix offsetof() and container_of() to work with CO-RE (Andrii Nakryiko)  
- sctp: add bpf_bypass_getsockopt proto callback (Alexander Mikhalitsyn)  
- wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() (Christophe JAILLET)  
- wifi: wilc1000: fix for absent RSN capabilities WFA testcase (Amisha Patel)  
- spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG (Vijaya Krishna Nivarthi)  
- samples/bpf: Fix buffer overflow in tcp_basertt (Pengcheng Yang)  
- libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE (Martin KaFai Lau)  
- wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx (Fedor Pchelkin)  
- wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation (Peter Seiderer)  
- igc: Enable and fix RX hash usage by netstack (Jesper Dangaard Brouer)  
- pstore/ram: Add check for kstrdup (Jiasheng Jiang)  
- ima: Fix build warnings (Roberto Sassu)  
- evm: Fix build warnings (Roberto Sassu)  
- evm: Complete description of evm_inode_setattr() (Roberto Sassu)  
- locking/atomic: arm: fix sync ops (Mark Rutland)  
- x86/mm: Fix __swp_entry_to_pte() for Xen PV guests (Juergen Gross)  
- perf/ibs: Fix interface via core pmu events (Ravi Bangoria)  
- kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined (Colin Ian King)  
- rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale (Qiuxu Zhuo)  
- rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() (Qiuxu Zhuo)  
- rcuscale: Move shutdown from wait_event() to wait_event_idle() (Paul E. McKenney)  
- rcuscale: Always log error message (Li Zhijian)  
- rcutorture: Correct name of use_softirq module parameter (Paul E. McKenney)  
- thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() (Christophe JAILLET)  
- cpufreq: intel_pstate: Fix energy_performance_preference for passive (Tero Kristo)  
- ARM: 9303/1: kprobes: avoid missing-declaration warnings (Arnd Bergmann)  
- powercap: RAPL: Fix CONFIG_IOSF_MBI dependency (Zhang Rui)  
- perf/arm-cmn: Fix DTC reset (Robin Murphy)  
- PM: domains: fix integer overflow issues in genpd_parse_state() (Nikita Zhandarovich)  
- clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe (Feng Mingxi)  
- tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). (Sebastian Andrzej Siewior)  
- posix-timers: Prevent RT livelock in itimer_delete() (Thomas Gleixner)  
- svcrdma: Prevent page release when nothing was received (Chuck Lever)  
- irqchip/jcore-aic: Fix missing allocation of IRQ descriptors (John Paul Adrian Glaubitz)  
- md/raid10: fix io loss while replacement replace rdev (Li Nan)  
- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request (Li Nan)  
- md/raid10: fix wrong setting of max_corr_read_errors (Li Nan)  
- md/raid10: fix overflow of md/safe_mode_delay (Li Nan)  
- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter (Li Nan)  
- blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost (Li Nan)  
- x86/resctrl: Only show tasks' pid in current pid namespace (Shawn Wang)  
- fs: pipe: reveal missing function protoypes (Arnd Bergmann)  
- netfilter: nf_tables: drop map element references from preparation phase (Pablo Neira Ayuso)  
- LTS version: v5.15.120 (Jack Vogel)  
- nubus: Partially revert proc_create_single_data() conversion (Finn Thain)  
(Ben Hutchings)  
- drm/amdgpu: Validate VM ioctl flags. (Bas Nieuwenhuizen)  
- scripts/tags.sh: Resolve gtags empty index generation (Ahmed S. Darwish)  
- perf symbols: Symbol lookup with kcore can fail if multiple segments match stext (Krister Johansen)  
- Revert 'thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe' (Ricardo Canuelo)  
- HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. (Mike Hommey)  
- HID: wacom: Use ktime_t rather than int when dealing with timestamps (Jason Gerecke)  
- bpf: ensure main program has an extable (Krister Johansen)  
- can: isotp: isotp_sendmsg(): fix return error fix on TX path (Oliver Hartkopp)  
- x86/smp: Use dedicated cache-line for mwait_play_dead() (Thomas Gleixner)  
- mm, hwpoison: when copy-on-write hits poison, take page offline (Jane Chu)  
- mm, hwpoison: try to recover from copy-on write faults (Tony Luck)  
- mptcp: consolidate fallback and non fallback state machine (Paolo Abeni)  
- mptcp: fix possible divide by zero in recvmsg() (Paolo Abeni)  
- net/rds: Allow MSG_NOSIGNAL in sendmsg (Gerd Rausch)  [Orabug: 35640815] 
- uek-rpm: Prevent cls_tcindex module to be loaded on demand (Sherry Yang)  [Orabug: 35590149]

[5.15.0-105.119.1]
- scsi: target: iscsi: Fix hang in the iSCSI login code (Maurizio Lombardi)  [Orabug: 35612128] 
- scsi: target: iscsi: Fix a race condition between login_work and the login thread (Maurizio Lombardi)  [Orabug: 35612128] 
- uek-rpm: Change the build tool versions to the latest (Jack Vogel)  [Orabug: 35378773] 
- cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enable (Srinivas Pandruvada)  [Orabug: 35612621] 
- VM: arm64: Prevent guests from enabling HA/HD on Ampere1 (Oliver Upton)  [Orabug: 35620537] 
- KVM: arm64: Refactor HFGxTR configuration into separate helpers (Oliver Upton)  [Orabug: 35620537] 
- arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 (Oliver Upton)  [Orabug: 35620537] 
- arm64: disable CAVIUM_ERRATUM_23154 (Mihai Carabas)  [Orabug: 35620537] 
- uek/kconfig/x86: Enable late microcode loading (Boris Ostrovsky)  [Orabug: 35623010]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12794.html" type="self" title="ELBA-2023-12794" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-105.125.6.2.el8uek.src.rpm</filename>
          <sum type="sha256">b64bedb0430eee89a02d30d8137bcd090fda79ec0c21ef0e45e1eb4fcf1dac19</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5790c01fdaca01c35d71925af9b144369fb7c5d36a2d21bbdf1bf66f84e15cdd</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9399006c434d41ecf4a8987bae8ee4c9786050e7aa3c094829615e30d5a28ba2</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ff9848b6097b7036e9d41e766a654c7313a7b33b35e472f8645f82a259428e81</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3fabeac9f239133cc40adc9b17cd46ec606186e97e35b97c79d0967faa08a736</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c0e008980085e4e72af986b2504bd5d0c7d04304aaae43501236fc8af5f07eac</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0c1750721c8cd104c14f94eebad11bf63f22420a01bdc66a23df06ba3f042005</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9eadea6d615b145e4c88c3a1095c7f3f46c9e1a8496515ff8d4933f80f09b089</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f3a838f46695279ec7201d27b252b753ccf0faf599576636703da515db719582</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">94d1443b16876e7b471caeb37910b6b5c4435bbdf48640ce88dea431d1972750</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">287d8575def4a8a97648c7d1c80ddc20f57302bebe952c70747d1c171d38238b</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-105.125.6.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">63747b832fd50590b6ba6e7581f2c3b51eafc839e623a1d7dfca2cd4c5950be5</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">594fce8104832a3ac7fc551e99d6e38241bef3640d6af5c838cf7aa3bd4d9386</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2ea18328c4b56787c959085fb1f5a92950bd92709554e3b7d84d974f8333faef</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="105.125.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-105.125.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d23639634dcdffa4575756b08010db4b112779e858c5c54134c0a89352c711c7</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20066</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-01-27 00:00:00"/>
    <updated date="2025-01-27 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-304.171.4.3]
- NFSD: Limit the number of concurrent async COPY operations (Chuck Lever)  [Orabug: 37516381]  {CVE-2024-49974}
- NFSD: Async COPY result needs to return a write verifier (Chuck Lever)  [Orabug: 37516381]  {CVE-2024-49974}
- security/keys: fix slab-out-of-bounds in key_task_permission (Chen Ridong)  [Orabug: 37516370]  {CVE-2024-50301}
- macsec: Fix use-after-free while sending the offloading packet (Jianbo Liu)  [Orabug: 37516375]  {CVE-2024-50261}

[5.15.0-304.171.4.2]
- PCI: Fix pci_enable_acs() support for the ACS quirks (Jason Gunthorpe)  [Orabug: 37492139]
- PCI: Clear Secondary Status errors after enumeration (Vidya Sagar)  [Orabug: 37492139]
- PCI/AER: Configure ECRC only if AER is native (Vidya Sagar)  [Orabug: 37492139]
- PCI: Extend ACS configurability (Vidya Sagar)  [Orabug: 37492139]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20066.html" type="self" title="ELSA-2025-20066" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49974.html" id="CVE-2024-49974" type="cve" title="CVE-2024-49974" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50261.html" id="CVE-2024-50261" type="cve" title="CVE-2024-50261" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50301.html" id="CVE-2024-50301" type="cve" title="CVE-2024-50301" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3cc1c9ba10c22761d579ce7b92f2b40ac06f16e5a19784301bbace13851a8061</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">927465cd4b72014e31a6c789119cfda1e8291538abf2d521dade987d71ff8a73</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e937eecca8bb5a348a0c57ff090ecbaefa5df83f0891c82c4e2826d3ce77fbe</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7b281c2c99fedf8189c805902f7493eef0b0495b21505191734abb66f6072f10</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eab5228fa30f6b2abfab90853611fb8ecbaa2ffae4e5a9ad39b8d337a6201b05</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-304.171.4.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">b53db409d183ce462546c78c9c81ff9f3f9959dcc4cf0f1fb1e21b1b5544c52f</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">faebcb950ed4df73f9316772a8b1dbb50ab713c915438be7a807da28f7753666</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cf70dadd25fba2c32d252a4efff9e947e958376a91778f8aa55566e0792c2e13</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c9878516449b77a1a06ae532cb3139192bba7e734e227fc13986656f788eeb5a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">475b64e80c3693f2c837b8f3975917f36e90a372d563817df3435faeb5a6cb56</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e29d79fb8b2cb9daa85c79f6f4ef7da8b1909a7e5da6d71d2df4ca2a02fbd3b9</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-304.171.4.3.el8uek.src.rpm</filename>
          <sum type="sha256">9c10da8b1c81793aa1a44aec7e9d23d647d54414ddd61bce00daa2bc93c2a75e</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8815fbdc7c040feeb43282e9238cc25c67b50987cf6548eadf8abb77cfd176ff</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ccbcde82c2c26414e5679684c4ce9eb9b569783f035351f82fd5fdbf048356c2</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="304.171.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-304.171.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8ee691f311fdb6dbbf5efdbf61a2a5ba873dd86560b14a0c98c0b2ddcb0b983f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20598</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-09-17 00:00:00"/>
    <updated date="2025-09-17 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-312.187.5.2]
- arm64: errata: Work around AmpereOne's erratum AC04_CPU_23 (D Scott Phillips)  [Orabug: 38435500] 
- ARM: UEK: Disable arm64 erratum QCOM_FALKOR_ERRATUM_1003 (Boris Ostrovsky)  [Orabug: 38435500]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20598.html" type="self" title="ELBA-2025-20598" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cc9266ebafab58cb7e0744fc9357d4b15635de3759ec949a7b06f280e607d41d</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">084e4f4db94a3e4f8192dadb6dee7a3379d8035f195f2e71eb2c3cfb67b56872</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2996e91191c493ac396128dccdc89687fd39c5ae35c05a3a5b13820545b6d953</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">af84b370d550c9c161ddea48beb62c066cc0b108179cc4a2a862a76c6826286d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2ffb18c64d13ca7c61a008835785bd3bc703e6cc8723aa77f44202e7765a3c9d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-312.187.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">692131f1e98d6b53febd9e69a076bc31e66755f75e4a58b175a4c487af03e8b2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c584fc5c58a8b661b4f09d5b3a4b9f488abdc8b6deed01cb3a38698c077b9000</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f2af78ee15a565a585eae57fdd207139fd289735169354f8505f7c287113047</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88b3aa98a33a997f7a9ba683cb63f23858a59cda7080eaa0ecda30bff26c4197</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-312.187.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">3b006fcad9a18537b4198432db5d4ed9fd147242ae7c401c1862b31b612e5b3b</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">37ccfd8782f7d3d5ad0a1b080a2efe9a6b1aaf1e9fd4535ba8fd25302dabe344</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4c7624b832fb82fc553412ed04efe0e07b76e448dcb0f55a2307cb4603ae823</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dce3629aac2d4c29ef19966e62c404aee0d1d6932ad92f0d1a082c4d1a5f8d41</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">173c67ddc689c969a7600c51aa2cb9b1764334c069a259d514282d207e140df2</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="312.187.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-312.187.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ff870ddfd351c4a2aa85bb1d144e1cef3fb58430460e5b790a6ab9521f398c8</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-17371</id>
    <title> wireguard-tools Bug Fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-10-01 00:00:00"/>
    <updated date="2021-10-01 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[1.0.20210914-1]
- contrib/launchd: fix xml syntax error
- wg-quick: darwin: account for 'link#XX' gateways
- ipc: add wireguard-nt support
- ipc: cache windows lookups to avoid O(n^2) with nested lookups
- ipc: remove windows elevation
- ipc: windows: don't display disabled adapters
- ipc: windows: use devpkey instead of nci for name
- wg-quick: android: adjust for android 12
- wg-quick: openbsd: set DNS with resolvd(8)

[1.0.20210424-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

[1.0.20210424-1]
- wg-quick: freebsd: check for socket using -S, not -f
- wg-quick: freebsd: do not assume point-to-point interface flag
- wg-quick: freebsd: use ifconfig for determining if interface is up
- wg-quick: kill route monitor when loop terminates

[1.0.20210315-1]
- Makefile: fix version indicator
- wireguard-tools: const correctness
- wireguard-tools: drag in headers for prototypes
- ipc: uniformly ignore preshared keys that are zero
- wg-quick: freebsd: add kernel support
- ipc: freebsd: add initial FreeBSD support
- wg-quick: freebsd: avoid writing private keys to /tmp

[1.0.20210223-1]
- wg-quick: android: do not free iterated pointer
- wg-quick: openbsd: no use for userspace support
- embeddable-wg-library: sync latest from netlink.h
- wincompat: recent mingw has inet_ntop/inet_pton
- wincompat: add resource and manifest and enable lto
- wincompat: do not elevate by default
- completion: add help and syncconf completions
- sticky-sockets: do not use SO_REUSEADDR
- man: LOG_LEVEL variables changed name
- ipc: do not use fscanf with trailing \n
- ipc: read trailing responses after set operation

[1.0.20200827-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.0.20200827-2]
- Disable contrib/dns-hatchet/apply.sh on Fedora 33+ and RHEL9+

[1.0.20200827-1]
- Update to 1.0.20200827
- wg-quick: android: use iproute2 to bring up interface instead of ndc
- wg-quick: Revert wait on process substitutions

[1.0.20200820-1]
- Update to 1.0.20200820
- ipc: split into separate files per-platform
- wincompat: fold random into genkey
- systemd: add reload target to systemd unit
- man: wg-quick: use syncconf instead of addconf for strip example
- pubkey: isblank is a subset of isspace
- ctype: use non-locale-specific ctype.h
- wg-quick: wait on process substitutions

[1.0.20200513-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.0.20200513-1]
- Update to 1.0.20200513
- Makefile: remember to install all systemd units
- ipc: openbsd: switch to array ioctl interface

[1.0.20200510-1]
- Update to 1.0.20200510
- ipc: add support for openbsd kernel implementation
- ipc: cleanup openbsd support
- wg-quick: add support for openbsd kernel implementation
- wg-quick: cleanup openbsd support
- wg-quick: support dns search domains
- Makefile: simplify silent cleaning
- ipc: remove extra space
- git: add gitattributes so tarball doesn't have gitignore files
- terminal: specialize color_mode to stdout only
- wg-quick: android: support application whitelist
- systemd: add wg-quick.target

[1.0.20200319-2]
- Add missing config directory
- Remove default buildroot BuildRequires
- Simplify doc install
- Remove commented lines
- Use correct macro for bash-completion

[1.0.20200319-1]
- Update to 1.0.20200319

[1.0.20200206-1]
- Update to 1.0.20200206
- Remove libmnl dependency

[1.0.20200121-1]
- Update to 1.0.20200121
- Spec changes to pass Fedora RPM review

[1.0.20200102-1]
- Update to 1.0.20200102
- Remove patch to fix dns-hatchet path

[1.0.20191226-1]
- Update to 1.0.20191226
- Split wireguard-tools back into it's own spec file
- Add in patch to fix dns-hatchet path

[0.0.20191012-1]
- Update to 0.0.20191012

[0.0.20190913-1]
- Update to 0.0.20190913

[0.0.20190905-1]
- Update to 0.0.20190905

[0.0.20190702-1]
- Update to 0.0.20190702

[0.0.20190601-1]
- Update to 0.0.20190601

[0.0.20190531-1]
- Update to 0.0.20190531

[0.0.20190406-1]
- Update to 0.0.20190406

[0.0.20190227-1]
- Update to 0.0.20190227

[0.0.20190123-1]
- Update to 0.0.20190123

[0.0.20181218-1]
- Update to 0.0.20181218

[0.0.20181115-1]
- Update to 0.0.20181115

[0.0.20181018-1]
- Update to 0.0.20181018

[0.0.20181007-2]
- Add make as a build dependency

[0.0.20181007-1]
- Update to 0.0.20181007

[0.0.20180925-1]
- Update to 0.0.20180925

[0.0.20180918-2]
- Add BuildRequires gcc to fix builds on F29 and Rawhide

[0.0.20180918-1]
- Update to 0.0.20180918

[0.0.20180910-1]
- Update to 0.0.20180910

[0.0.20180904-1]
- Update to 0.0.20180904

[0.0.20180809-1]
- Update to 0.0.20180809

[0.0.20180802-1]
- Update to 0.0.20180802

[0.0.20180718-1]
- Update to 0.0.20180718

[0.0.20180708-1]
- Update to 0.0.20180708

[0.0.20180625-1]
- Update to 0.0.20180625

[0.0.20180620-1]
- Update to 0.0.20180620

[0.0.20180613-1]
- Update to 0.0.20180613

[0.0.20180531-1]
- Update to 0.0.20180531

[0.0.20180524-1]
- Update to 0.0.20180524

[0.0.20180519-1]
- Update to 0.0.20180519

[0.0.20180513-1]
- Update to 0.0.20180513
- Drop support for RHEL 7.4, moving on instead to RHEL 7.5

[0.0.20180420-1]
- Update to 0.0.20180420

[0.0.20180413-1]
- Update to 0.0.20180413

[0.0.20180304-1]
- Update to 0.0.20180304

[0.0.20180218-1]
- Update to 0.0.20180218

[0.0.20180202-1]
- Update to 0.0.20180202

[0.0.20180118-1]
- Update to 0.0.20180118

[0.0.20171221-1]
- Update to 0.0.20171221

[0.0.20171211-1]
- Update to 0.0.20171211

[0.0.20171127-1]
- Update to 0.0.20171127

[0.0.20171122-1]
- Update to 0.0.20171122

[0.0.20171111-1]
- Update to 0.0.20171111

[0.0.20171101-1]
- Update to 0.0.20171101
- Add temporary DNS hatchet to wg-quick

[0.0.20171017-1]
- Update to 0.0.20171017

[0.0.20171011-1]
- Update to 0.0.20171011

[0.0.20171005-1]
- Update to 0.0.20171005
- Update RPM spec URL to www.wireguard.com

[0.0.20171001-1]
- Update to 0.0.20171001

[0.0.20170918-1]
- Update to 0.0.20170918
- Drop support for RHEL 7.3, moving on instead to RHEL 7.4.

[0.0.20170907-1]
- Update to 0.0.20170907

[0.0.20170810-1]
- Update to 0.0.20170810

[0.0.20170726-1]
- Update to 0.0.20170726

[0.0.20170629-1]
- Update to 0.0.20170629

[0.0.20170613-1]
- Update to 0.0.20170613

[0.0.20170612-1]
- Update to 0.0.20170612

[0.0.20170531-1]
- Update to 0.0.20170531

[0.0.20170517-1]
- Update to 0.0.20170517

[0.0.20170421-1]
- Update to 0.0.20170421

[0.0.20170409-1]
- Update to 0.0.20170409

[0.0.20170324-1]
- Update to 0.0.20170324

[0.0.20170320.1-1]
- Update to 0.0.20170320.1

[0.0.20170223-1]
- Update to 0.0.20170223

[0.0.20170214-1]
- Update to 0.0.20170214

[0.0.20170105-1]
- Update to 0.0.20170105
- Add wg-quick, bash-completion, and systemd service

[0.0.20161218-1]
- Spec adjustments

[0.0.20160808-2]
- Spec adjustments

[0.0.20160808-1]
- Initial WireGuard Tools RPM
- Version 0.0.20160808</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-17371.html" type="self" title="ELBA-2021-17371" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="x86_64">
          <filename>wireguard-tools-1.0.20210914-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c4dd4fd587913213870b995a02e1c0ba3600290a485c8766c1c59e7c1ffc3a48</sum>
        </package>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="src">
          <filename>wireguard-tools-1.0.20210914-1.el8.src.rpm</filename>
          <sum type="sha256">750f6412895fa3ef52711b8e304434ff8bc0fb01c25fc357d56dc48f59989650</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12798</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-09-16 00:00:00"/>
    <updated date="2023-09-16 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-105.125.6.2.1]
- rds: Fix lack of reentrancy for connection reset with dst addr zero (Haakon Bugge)  [Orabug: 35713695]  {CVE-2023-22024}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12798.html" type="self" title="ELSA-2023-12798" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-22024.html" id="CVE-2023-22024" type="cve" title="CVE-2023-22024" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6990f31630ebb9277efb8902a0f4db670aa22f61303fd050ebf5a8affba648ca</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-105.125.6.2.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">9a8eac7c8c4ac3a72ffb3ac37b2e8f8420266bc55867f46a887ee2ef18a8a4f1</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b4958795bec285a65c9be2126c106614edffb8041d01e0ddc16fc9ae73268f5c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">99386dee6c6b56c289c965ff204d50a91108e8eb54e2ec3e1576655a1d433aac</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">106bb3acd1ab2250632c64c569375bb129f5fa3f0a6f7ed1d1081d62311661e0</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88b2b222f4a857034eff82b362766b4eaf7a93a9b7b4d1b42e9706d1b7ff0abd</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0dd6191d31c770465cd97d50f637a1e09857d95cd76e8de042c05610f9ecf343</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d3546a237a5ecd4c3f1b5ffd69167b103912dc5f5258cf570b81d1b5c02039d3</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">28e08c82852f9915a422d6a22f89d5c0f975492316ec5154ee2ce395e1430c21</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b7eaeade51fa652afe5823f1811cea22aaf16fba5d148a3e07b1a1df8318eb64</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa4449b678e14ed0bb31433008b64e674f405d7d26906e54f3750ef8c2fd7fed</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8074aea9f77345ce14b71c2f681a3c7dc05d142c503253295735e0fe1ef03e2f</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d19c8dbfbefcd2d2f5333caf14773bc3390c4310c45a5f01fbfca828d0429924</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-105.125.6.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9d5a5326fb7793163e097d301a8907f42c2ee373a49dc2481ac18ebcbcdc6ae0</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-105.125.6.2.1.el8uek.src.rpm</filename>
          <sum type="sha256">b6253a386962c90fb64b3879f5203546301d6bc9babac71922d8757100a975cc</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9375</id>
    <title>dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-05-12 00:00:00"/>
    <updated date="2022-05-12 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.0-1.10]
- Add support for assocaitive arrays.
- Add support for allcoa() and bcopy(). (Nick Alcock)
- Add support for inet_ntoa(), progenyof(), getmajor(), getminor(),
  mutex_owned(), mutex_owner(), mutex_type_adaptive(), mutex_type_spin(),
  rw_read_held(), rw_write_held(), and rw_iswriter(). (Eugene Loh)
- Improved fault handling. (Nick Alcock, Kris Van Hees)
- Various disassembler improvements, esp. annotations.
- Strings are no longer stored using a length prefix.
- The trace() action now supports arrays, structs, and unions.
- Various testsuite fixes and improvements. [Orabug: 34112342]
- Various code improvements. [Orabug: 34112342]

[2.0.0-1.9.1]
- Add support for UEK7. [Orabug: 33806867]

[2.0.0-1.9]
- Add support for strtok(). (Eugene Loh)
- Implement TLS (thread-local storage) variables.
- Add support for basename(), dirname(). (Eugene Loh)
- Generic hash table improvements and consistent use of htabs. (Nick Alcock)
- CTF improvements in view of better kernel support. (Nick Alcock)
- Add support for ftruncate(). (Eugene Loh)
- Add support for rand(). (Eugene Loh)
- Fix string constant handling for strings longer than strsize.
- Optimization of substr(), strjoin(), and storing strings in the trace buffer.
- Various string handling fixes and improvements. (Eugene Loh, Kris Van Hees)
  [Orabug: 33651682]
- Various testsuite fixes and improvements. [Orabug: 33651682]
- Various code improvements. [Orabug: 33651682]

[2.0.0-1.8]
- Support running dtrace under valgrind. (Nick Alcock) [Orabug: 32760574]
- Implementation of speculative tracing. (Nick Alcock)
- Add support for string comparison. (Eugene Loh)
- Add support for strchr(), strrchr(), index(), rindex(), strstr(), lltostr().
  (Eugene Loh)
- Add support for symbols in compressed kernel modules. (Nick Alcock)
- Add support for htonl, htonll, htons, ntohl, ntohll, ntohs. (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 33474154]
- Various code improvements. [Orabug: 33474154]

[2.0.0-1.7]
- Implement argument retrieval for SDT probes.
- Introduce 'bpflog' runtime option to request BPF verifier log.
- Implementation improvements for memry copy operations.
- Fix type alignment handling for enums.
- Fix ERROR-in-BEGIN probe handling.
- Transition from variable-length string size to 2-byte string size.
- Fix size of string data in the trace output buffer.
- Fix data size for value copy.
- Add support for strjoin() subroutine.
- Add support for substr() subroutine.

[2.0.0-1.6]
- Consolidated development of newly ported features. [Orabug: 33037106]
- Implement built-in variables: probeprov, probemod, probefunc, probename.
- Implement built-in variables: caller, stackdepth, ucaller, ustackdepth,
  errno, walltimestamp.  (Eugene Loh)
- Implement actions: stack(), ustack(). (Eugene Loh)
- Implement subroutine: strlen().
- Implement option: -Z (partial). (Eugene Loh)
- Added support for string constants and string values.
- Added support for strings to trace().
- Fixed storage size determination for global and local variables.
- Improved storage layout for global and local variables.
- Mark aggregation actions as non-data recording actions.  (Eugene Loh)
- Load string constant table into the 'strtab' BPF map.
- Load probe description data into the 'probes' BPF map.
- Consolidate all string hash functions into a single hash function.
- Implement variable length integer support.
- Store the length of each string as a variable length integer inline with its
  character stream.
- Improve memcpy() internal BPF function.
- Testsuite improvements.  (Eugene Loh)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9375.html" type="self" title="ELBA-2022-9375" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">281c39bfe35fb158231c998a08b43a1951cb77cf7feadb13a66f4849feb2e740</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.10.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.10.el8.src.rpm</filename>
          <sum type="sha256">8aeb42ea26e5d5c358335577f5a9a61dfac83e24b149bab6af8d2bde05f05af4</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">b9ccc8c768e39d71032655bbb87c2fd40b01837a7ef0200664147953ce279b8d</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">1480f61738793e610d44070e999ef2d7476413f94a91cb252ccebec802596b0e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-28024</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-12-02 00:00:00"/>
    <updated date="2025-12-02 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-314.193.5.5]
- crypto: essiv - Check ssize for decryption and in-place encryption (Herbert Xu)  [Orabug: 38705933]  {CVE-2025-40019}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-28024.html" type="self" title="ELSA-2025-28024" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40019.html" id="CVE-2025-40019" type="cve" title="CVE-2025-40019" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-core" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1db65499d629d31c81051d526839103471cdb502ca0ce5007e53d01a86feedb5</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">53de1e5a2babcc957cca66bfcbdca65c7b384a4427e5ca1e5ebf63cc44040d32</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-314.193.5.5.el8uek.src.rpm</filename>
          <sum type="sha256">5cf085f28fb7be6ab923c146121e1d3a9ac221b6027e7ef37b804da36f973c12</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a80fe77029c3bc0290c272bd4a691fbc9e12c1b75364a282b903bb7c6264d5ac</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7c971f99f93af7c2e0a8fc84803b5412f067a069ea0ead6536ea462e9f5f77a0</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b1b6d5d72aa7b9a86e1689de9906e4e6f8903b480f863e0be2b94e2d8e504ca4</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">24025c1f68e94f5c8d06672e4f5ee1c59d086264f9bfcb9f341dedeb0ead80fb</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4fbb181c1723d8967fbae64d0497b6560a3c51532498e9346db3f13df10d2d8b</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-314.193.5.5.el8uek.noarch.rpm</filename>
          <sum type="sha256">75f736bce8824491c50618a11858ebb490e481b2f0ef1b59ff51c55a3e828635</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e15886e64666876e4dde0020176d3f478e7b6d00aa3578b81e36c6112a77cf75</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd0a16f6b04c62285720dae8d5cb9ab25e8ae71aafbb8b56a756bd72bc7d3eb1</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9f4f01475752f4535636fb293431175a5fa680d8bb9665791abae319c97dabb2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e32cb0653a9dc16fbd75db4ad6e0583caedb6a1be39ee359a3ccc45e6a7a6867</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3fd620dd7102b2360441903c0b78646c1f70c09da7b789042e9017044c4d570a</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="314.193.5.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-314.193.5.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e821a3a5072f5855eb5926a7780a9a39004e18ed0c937c3dbddc89b317eb5493</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-7595</id>
    <title>bcc bug fix and enhancement update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-15 00:00:00"/>
    <updated date="2022-11-15 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[0.24.0-2]
- Rebuild on libbpf 0.5.0

[0.24.0-1]
- Rebase to bcc-0.24.0
- Rebuild on LLVM 14

[0.19.0-6]
- Add excplicit requirement in bcc-tools for rpmdiff</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-7595.html" type="self" title="ELBA-2022-7595" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bcc-devel" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-devel-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">a7a1e287fa08f941d4d3c26347f553fbd8dfc955512a8e23b8ec30acc14b1748</sum>
        </package>
        <package name="bcc" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">a0b4917caf7bcc3e8054ccd2f1a23c609b20acd4f9fe24638a4556e93ed1ce90</sum>
        </package>
        <package name="bcc" version="0.24.0" release="2.el8" epoch="0" arch="src">
          <filename>bcc-0.24.0-2.el8.src.rpm</filename>
          <sum type="sha256">abe986edfaedb2522e248037f2e53aba55aa04bf098b2e0457d6a7132596e5b5</sum>
        </package>
        <package name="bcc-doc" version="0.24.0" release="2.el8" epoch="0" arch="noarch">
          <filename>bcc-doc-0.24.0-2.el8.noarch.rpm</filename>
          <sum type="sha256">7c8816738aca6cb91343bddca86ac516290a54fde970bdf9330371fa592ac8f1</sum>
        </package>
        <package name="bcc-tools" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-tools-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">1c1df494e099534ade9302d180b34432cd3fd68e13d36f780ddc7933245ae225</sum>
        </package>
        <package name="python3-bcc" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>python3-bcc-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">0a68620bf6b957e01a1f875c8c7efe0bb4144063f00077391fb73b0f8d87816f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12165</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-03-07 00:00:00"/>
    <updated date="2023-03-07 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[2.0.0-1.12]
- Fix evaluation order of bcopy() arguments and lift non-alloca restriction
  on the source address. (Eugene Loh, Kris Van Hees)
- Implement actions: clear(), tracemem(). (Kris Van Hees, Eugene Loh)
- Implement subroutines: copyout(), copyinstr(). (Kris Van Hees, Eugene Loh)
- Implement options: switchrate, aggrate.
- Implement provider: cpc. (Eugene Loh)
- Implement provider: proc.
- Implement built-in variable: uregs. (Eugene Loh)
- Increase strtab maximum size.
- Support using indirect load instructions for pointers to alloca()'d and
  DTrace managed memory. (Kris Van Hees, Eugene Loh)
- Fix arg0 and arg1 for profile-* and tick-* probes. (Eugene Loh)
- Implement runtime bounds checking for scalar array access. (Eugene Loh)
- Updated manpage and moved to dtrace.8.
- Support arbitrary address pointers for basename(), dirname(), strchr(),
  strrchr(), and inet_ntoa(). (Eugene Loh), [Orabug: 34857846]
- Add runtime bounds checking for scalar array access. (Eugene Loh)
  [Orabug: 35045463]
- Various testsuite fixes and improvements. [Orabug: 34829509]
- Various code improvements. [Orabug: 34829509]

[2.0.0-1.11.1]
- Support both libfuse 2 and libfuse 3.</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12165.html" type="self" title="ELBA-2023-12165" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">bd9249cab87f43e6929e809cae7da93b04455a16e1a84f8a5750889e77f32d17</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.12.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.12.el8.src.rpm</filename>
          <sum type="sha256">756de1e90e19da444d829cb10c53674298051973f89a2be69c8224fe4ec6295c</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">5aca20660db5e0c396635e71247cedf97e15fe6cc95f8eaf4e1a68a47bb648f9</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">4df353c19dad8186151805f8e50063fd0c343a4033644f4f9efc85c7eba34d0c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12164</id>
    <title>dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-03-10 00:00:00"/>
    <updated date="2023-03-10 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[2.0.0-1.12]
- Fix evaluation order of bcopy() arguments and lift non-alloca restriction
  on the source address. (Eugene Loh, Kris Van Hees)
- Implement actions: clear(), tracemem(). (Kris Van Hees, Eugene Loh)
- Implement subroutines: copyout(), copyinstr(). (Kris Van Hees, Eugene Loh)
- Implement options: switchrate, aggrate.
- Implement provider: cpc. (Eugene Loh)
- Implement provider: proc.
- Implement built-in variable: uregs. (Eugene Loh)
- Increase strtab maximum size.
- Support using indirect load instructions for pointers to alloca()'d and
  DTrace managed memory. (Kris Van Hees, Eugene Loh)
- Fix arg0 and arg1 for profile-* and tick-* probes. (Eugene Loh)
- Implement runtime bounds checking for scalar array access. (Eugene Loh)
- Updated manpage and moved to dtrace.8.
- Support arbitrary address pointers for basename(), dirname(), strchr(),
  strrchr(), and inet_ntoa(). (Eugene Loh), [Orabug: 34857846]
- Add runtime bounds checking for scalar array access. (Eugene Loh)
  [Orabug: 35045463]
- Various testsuite fixes and improvements. [Orabug: 34829509]
- Various code improvements. [Orabug: 34829509]

[2.0.0-1.11.1]
- Support both libfuse 2 and libfuse 3. </description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12164.html" type="self" title="ELBA-2023-12164" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">bd9249cab87f43e6929e809cae7da93b04455a16e1a84f8a5750889e77f32d17</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.12.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.12.el8.src.rpm</filename>
          <sum type="sha256">756de1e90e19da444d829cb10c53674298051973f89a2be69c8224fe4ec6295c</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">4df353c19dad8186151805f8e50063fd0c343a4033644f4f9efc85c7eba34d0c</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.12.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.12.el8.x86_64.rpm</filename>
          <sum type="sha256">5aca20660db5e0c396635e71247cedf97e15fe6cc95f8eaf4e1a68a47bb648f9</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12208</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-03-11 00:00:00"/>
    <updated date="2024-03-11 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-204.147.6.2]
- smb3: Replace smb2pdu 1-element arrays with flex-arrays (Kees Cook)  [Orabug: 36353543] 
- hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed (Shradha Gupta)  [Orabug: 36358874] 
- hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove (Souradeep Chakrabarti)  
- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes (Michael Kelley)  
- netfilter: ipset: Missing gc cancellations fixed (Jozsef Kadlecsik)  
- netfilter: ipset: fix performance regression in swap operation (Jozsef Kadlecsik)  
- netfilter: nft_set_rbtree: skip end interval element from gc (Pablo Neira Ayuso)  
- netfilter: nf_tables: set dormant flag on hook register failure (Florian Westphal)

[5.15.0-204.147.6.1]
- arm64: Minimize tlb flush due to vttbr writes on AmpereOne (Ganapatrao Kulkarni)  [Orabug: 36359078]

[5.15.0-204.147.6]
- keys, dns: Fix size check of V1 server-list header (David Howells)  
- net/rds: Supporting SIOCOUTQ to read pending sends (Devesh Sharma)  [Orabug: 34460809] 
- KVM: x86: smm: preserve interrupt shadow in SMRAM (Maxim Levitsky)  [Orabug: 36171472]

[5.15.0-204.147.5]
- tcp: fix excessive TLP and RACK timeouts from HZ rounding (Neal Cardwell)  [Orabug: 36289786] 
- uek-rpm: Make few builtin options to modules back -- hardening (Harshit Mogalapalli)  [Orabug: 36196579] 
- iommufd/iova_bitmap: Consider page offset for the pages to be pinned (Joao Martins)  [Orabug: 36197723] 
- iommufd/iova_bitmap: Handle recording beyond the mapped pages (Joao Martins)  [Orabug: 36197723] 
- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (Joao Martins)  [Orabug: 36197723] 
- iommufd/iova_bitmap: Bounds check mapped::pages access (Joao Martins)  [Orabug: 36197723] 
- Revert 'iommu/amd: Improve dirty read io-pgtable walker' (Joao Martins)  [Orabug: 36197723]

[5.15.0-204.147.4]
- uek-rpm: Disable MCORE2 in container kernel configs (Harshit Mogalapalli)  [Orabug: 36267828] 
- md: fix regression for null-ptr-deference in __md_stop() (Yu Kuai)  [Orabug: 36230125] 
- md: Free resources in __md_stop (Xiao Ni)  [Orabug: 36230125] 
- md: Change active_io to percpu (Xiao Ni)  [Orabug: 36230125] 
- md: Factor out is_md_suspended helper (Xiao Ni)  [Orabug: 36230125] 
- hwmon: (opbmc) E6/AST2600 platform enabled (Jan Zdarek)  [Orabug: 36222931]

[5.15.0-204.147.3]
- Revert 'tcp: fix excessive TLP and RACK timeouts from HZ rounding' (Sherry Yang)  [Orabug: 36241828] 
- mm: avoid heavy swap lock contention when unmapping with padata (Anthony Yznaga)  [Orabug: 36073084] 
- mm: use less threads when unmapping some large VMAs (Anthony Yznaga)  [Orabug: 36073084] 
- crypto: qat - add NULL pointer check (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - fix mutex ordering in adf_rl (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - fix error path in add_update_sla() (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add sysfs_added flag for rate limiting (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add sysfs_added flag for ras (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - prevent underflow in rp2srv_store() (Dan Carpenter)  [Orabug: 36156923] 
- Documentation: ABI: debugfs-driver-qat: fix fw_counters path (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - move adf_cfg_services (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - add num_rps sysfs attribute (Ciunas Bennett)  [Orabug: 36156923] 
- crypto: qat - add rp2svc sysfs attribute (Ciunas Bennett)  [Orabug: 36156923] 
- crypto: qat - add rate limiting sysfs interface (Ciunas Bennett)  [Orabug: 36156923] 
- crypto: qat - add rate limiting feature to qat_4xxx (Damian Muszynski)  [Orabug: 36156923] 
- units: add missing header (Andy Shevchenko)  [Orabug: 36156923] 
- units: Add BYTES_PER_*BIT (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add retrieval of fw capabilities (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add bits.h to icp_qat_hw.h (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - move admin api (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - fix ring to service map for QAT GEN4 (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - use masks for AE groups (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - refactor fw config related functions (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - count QAT GEN4 errors (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add error counters (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4 (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add adf_get_aram_base() helper function (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add handling of compression related errors for QAT GEN4 (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4 (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4 (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add reporting of correctable errors for QAT GEN4 (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add infrastructure for error reporting (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - fix double free during reset (Svyatoslav Pankratov)  [Orabug: 36156923] 
- crypto: qat - add cnv_errors debugfs file (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - add pm_status debugfs file (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - refactor included headers (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - add namespace to driver (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - Remove zlib-deflate (Herbert Xu)  [Orabug: 36156923] 
- crypto: qat - enable dc chaining service (Adam Guerin)  [Orabug: 36156923] 
- crypto: qat - consolidate services structure (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - fix unregistration of compression algorithms (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - fix unregistration of crypto algorithms (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - ignore subsequent state up commands (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - do not shadow error code (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - fix state machines cleanup paths (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - refactor deprecated strncpy (Justin Stitt)  [Orabug: 36156923] 
- crypto: qat - Use list_for_each_entry() helper (Jinjie Ruan)  [Orabug: 36156923] 
- crypto: qat - fix crypto capability detection for 4xxx (Adam Guerin)  [Orabug: 36156923] 
- crypto: qat - Remove unused function declarations (Yue Haibing)  [Orabug: 36156923] 
- crypto: qat - use kfree_sensitive instead of memset/kfree() (Yang Yingliang)  [Orabug: 36156923] 
- crypto: qat - replace the if statement with min() (You Kangren)  [Orabug: 36156923] 
- crypto: qat - add heartbeat counters check (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add heartbeat feature (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add measure clock frequency (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - drop obsolete heartbeat interface (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add internal timer for qat 4xxx (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - add fw_counters debugfs file (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - change value of default idle filter (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - do not export adf_init_admin_pm() (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - expose pm_idle_enabled through sysfs (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - extend configuration for 4xxx (Adam Guerin)  [Orabug: 36156923] 
- Documentation: qat: change kernel version (Meadhbh)  [Orabug: 36156923] 
- Documentation: qat: rewrite description (Bagas Sanjaya)  [Orabug: 36156923] 
- Documentation: qat: Use code block for qat sysfs example (Bagas Sanjaya)  [Orabug: 36156923] 
- crypto: qat - refactor fw config logic for 4xxx (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - make fw images name constant (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - move returns to default case (Adam Guerin)  [Orabug: 36156923] 
- crypto: qat - update slice mask for 4xxx devices (Karthikeyan Gopal)  [Orabug: 36156923] 
- crypto: qat - set deprecated capabilities as reserved (Karthikeyan Gopal)  [Orabug: 36156923] 
- crypto: qat - add missing function declaration in adf_dbgfs.h (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - move dbgfs init to separate file (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - Move driver to drivers/crypto/intel/qat (Tom Zanussi)  [Orabug: 36156923] 
- crypto: qat - drop redundant adf_enable_aer() (Bjorn Helgaas)  [Orabug: 36156923] 
- crypto: qat - simplify adf_enable_aer() (Uwe Kleine-Konig)  [Orabug: 36156923] 
- crypto: qat - fix apply custom thread-service mapping for dc service (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - add support for 402xx devices (Damian Muszynski)  [Orabug: 36156923] 
- crypto: qat - make state machine functions static (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - refactor device restart logic (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - replace state machine calls (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - fix concurrency issue when device state changes (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - expose device config through sysfs for 4xxx (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - delay sysfs initialization (Shashank Gupta)  [Orabug: 36156923] 
- crypto: qat - Include algapi.h for low-level Crypto API (Herbert Xu)  [Orabug: 36156923] 
- crypto: qat - Use request_complete helpers (Herbert Xu)  [Orabug: 36156923] 
- crypto: qat - add qat_zlib_deflate (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - extend buffer list logic interface (Lucas Segarra Fernandez)  [Orabug: 36156923] 
- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (Meadhbh Fitzpatrick)  [Orabug: 36156923] 
- crypto: qat - add limit to linked list parsing (Adam Guerin)  [Orabug: 36156923] 
- crypto: qat - add check to validate firmware images (Srinivas Kerekare)  [Orabug: 36156923] 
- crypto: qat - relocate and rename adf_sriov_prepare_restart() (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - change behaviour of adf_cfg_add_key_value_param() (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - Removes the x86 dependency on the QAT drivers (Yoan Picchi)  [Orabug: 36156923] 
- crypto: qat - Fix unsigned function returning negative constant (Haowen Bai)  [Orabug: 36156923] 
- crypto: qat - remove line wrapping for pfvf_ops functions (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - use u32 variables in all GEN4 pfvf_ops (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - replace disable_vf2pf_interrupts() (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - leverage the GEN2 VF mask definiton (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - rework the VF2PF interrupt handling logic (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - fix off-by-one error in PFVF debug print (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - fix wording and formatting in code comment (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - test PFVF registers for spurious interrupts on GEN4 (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - add check for invalid PFVF protocol version 0 (Wojciech Ziemba)  [Orabug: 36156923] 
- crypto: qat - add missing restarting event notification in VFs (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - remove unnecessary tests to detect PFVF support (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - remove unused PFVF stubs (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - remove unneeded braces (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - fix ETR sources enabled by default on GEN2 devices (Marco Chiappero)  [Orabug: 36156923] 
- crypto: qat - stop using iommu_present() (Robin Murphy)  [Orabug: 36156923] 
- crypto: qat - remove unneeded assignment (Giovanni Cabiddu)  [Orabug: 36156923] 
- crypto: qat - don't cast parameter in bit operations (Andy Shevchenko)  [Orabug: 36156923] 
- Revert 'selftests/bpf: Test tail call counting with bpf2bpf and data on stack' (Samasth Norway Ananda)  [Orabug: 36204961] 
- netfilter: nf_tables: check if catch-all set element is active in next generation (Pablo Neira Ayuso)  [Orabug: 36250951]  {CVE-2024-1085}

[5.15.0-204.147.2]
- LTS version: v5.15.147 (Vijayendra Suman)  
- net: usb: ax88179_178a: move priv to driver_priv (Justin Chen)  
- net: usb: ax88179_178a: remove redundant init code (Justin Chen)  
- tracing/kprobes: Fix symbol counting logic by looking at modules as well (Andrii Nakryiko)  
- kallsyms: Make module_kallsyms_on_each_symbol generally available (Jiri Olsa)  
- netfilter: nf_tables: Reject tables of unsupported family (Phil Sutter)  
- perf inject: Fix GEN_ELF_TEXT_OFFSET for jit (Adrian Hunter)  
- ipv6: remove max_size check inline with ipv4 (Jon Maxwell)  
- net: tls, update curr on splice as well (John Fastabend)  
- mmc: sdhci-sprd: Fix eMMC init failure after hw reset (Wenchao Chen)  
- mmc: core: Cancel delayed work before releasing host (Geert Uytterhoeven)  
- mmc: rpmb: fixes pause retune on all RPMB partitions. (Jorge Ramirez-Ortiz)  
- mmc: meson-mx-sdhc: Fix initialization frozen issue (Ziyang Huang)  
- mm: fix unmap_mapping_range high bits shift bug (Jiajun Xie)  
- x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_indirect (Jinghao Jia)  
- firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards (Takashi Sakamoto)  
- mm/memory-failure: check the mapcount of the precise page (Matthew Wilcox (Oracle))  
- selftests: secretmem: floor the memory size to the multiple of page_size (Muhammad Usama Anjum)  
- net: Implement missing SO_TIMESTAMPING_NEW cmsg support (Thomas Lange)  
- bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() (Michael Chan)  
- asix: Add check for usbnet_get_endpoints (Chen Ni)  
- octeontx2-af: Re-enable MAC TX in otx2_stop processing (Naveen Mamindlapalli)  
- octeontx2-af: Always configure NIX TX link credits based on max frame size (Naveen Mamindlapalli)  
- octeontx2-af: Set NIX link credits based on max LMAC (Sunil Goutham)  
- octeontx2-af: Don't enable Pause frames by default (Hariprasad Kelam)  
- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues (Dinghao Liu)  
- igc: Fix hicredit calculation (Rodrigo Cataldo)  
- i40e: Restore VF MSI-X state during PCI reset (Andrii Staikov)  
- ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux (Mark Brown)  
- ASoC: meson: g12a-toacodec: Fix event generation (Mark Brown)  
- ASoC: meson: g12a-tohdmitx: Validate written enum values (Mark Brown)  
- ASoC: meson: g12a-toacodec: Validate written enum values (Mark Brown)  
- i40e: fix use-after-free in i40e_aqc_add_filters() (Ke Xiao)  
- net: Save and restore msg_namelen in sock_sendmsg (Marc Dionne)  
- netfilter: nft_immediate: drop chain reference counter on error (Pablo Neira Ayuso)  
- net: bcmgenet: Fix FCS generation for fragmented skbuffs (Adrian Cinal)  
- sfc: fix a double-free bug in efx_probe_filters (Zhipeng Lu)  
- ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init (Stefan Wahren)  
- net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps (Vadim Fedorenko)  
- can: raw: add support for SO_MARK (Marc Kleine-Budde)  
- can: raw: add support for SO_TXTIME/SCM_TXTIME (Marc Kleine-Budde)  
- net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) (Jorn-Thorben Hinz)  
- r8169: Fix PCI error on system resume (Kai-Heng Feng)  
- net: sched: em_text: fix possible memory leak in em_text_destroy() (Hangyu Hua)  
- mlxbf_gige: fix receive packet race condition (David Thompson)  
- ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable (Chancel Liu)  
- igc: Check VLAN EtherType mask (Kurt Kanzenbach)  
- igc: Check VLAN TCI mask (Kurt Kanzenbach)  
- igc: Report VLAN EtherType matching back to user (Kurt Kanzenbach)  
- i40e: Fix filter input checks to prevent config with invalid values (Sudheer Mogilappagari)  
- drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern (Khaled Almahallawy)  
- octeontx2-af: Fix marking couple of structure as __packed (Suman Ghosh)  
- nfc: llcp_core: Hold a ref to llcp_local-&gt;dev when holding a ref to llcp_local (Siddh Raman Pant)  
- drm/bridge: ti-sn65dsi86: Never store more than msg-&gt;size bytes in AUX xfer (Douglas Anderson)  
- Revert 'PCI/ASPM: Remove pcie_aspm_pm_state_change()' (Bjorn Helgaas)  
- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6 (Siddhesh Dharme)  
- block: Don't invalidate pagecache for invalid falloc modes (Sarthak Kukreti)

[5.15.0-204.146.1]
- uek-rpm: Update the kABI files for new symbol (Yifei Liu)  [Orabug: 36183477] 
- x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() (Maxim Levitsky)  [Orabug: 36183624] 
- KVM: x86: SVM: allow AVIC to co-exist with a nested guest running (Maxim Levitsky)  [Orabug: 36183624] 
- KVM: x86: allow per cpu apicv inhibit reasons (Maxim Levitsky)  [Orabug: 36183624] 
- rds: Add count for ready receive cache (Hans Westgaard Ry)  [Orabug: 36186035]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12208.html" type="self" title="ELSA-2024-12208" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-1085.html" id="CVE-2024-1085" type="cve" title="CVE-2024-1085" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">312c2563dc00c24268adcb430707418a08831950441f7558da443ff2c0d938f0</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f8bb15c873661a3eab087d5bd53c4d3128e880e89dfa307b83a9dfe0a30a7d71</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5bfb6834439256f0a9f75f3744437b9a87216412bb21b95a8449d6f8cd0c0011</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c8233b1de2c9384b12706c790fdd5381f64addd49b2a0152c2630103b8c23c00</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0a7e95a14fd96d7edd78d042f98a22be2d1125c607d262d444843fa7345f786f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-204.147.6.2.el8uek.src.rpm</filename>
          <sum type="sha256">50852b4750743b3ada99a1a24797da635a3cc905be67034b9ee823e19f88c744</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">638d5d6cd8c17f385b7a7938100c4a86773b0e02e3668e15a2b16b80d96ad53d</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-204.147.6.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">87bb72f863ea724f56044e1cf44b0be2adc74661359ecb275690771979ed907d</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">61bc831a328022827ace19472d9714413fbea9cd1f32eb1be59c2e856cd913f9</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">80d953fb5e2153c674ec689f6838ce9b8babb5d4283e00d4c35e86af9b2aa4e5</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9f5be29f432f61f2ba92f8ffd51200d469d9fb4c53639b1535b6a2c702884f1a</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">17af503cec4cdadaf3d1f18ead3235f2908d88d2d4c484df354a2fea7a465521</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c5ef78ad3d82d467cf992f1b33d2a81a348046170a81759da496d9e54ae848a0</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">29effe66dde2e11ada2f952326bd60ec6b3bb04bb057efbc106d447ac831b9a5</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="204.147.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-204.147.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8413e480ea1fdb477f63e4c386c76d06f0da8093bef62f4b8eccec83d48ee4a3</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20087</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-02-03 00:00:00"/>
    <updated date="2025-02-03 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.0.2-1]
- Translators to support kernels 6.10 and later.
- FBT return probe argument support.
- The print() action is augmented with type information.  (Alan Maguire)
- Support to discover and trace USDT probes after a tracing session has
  started.  (Eugene Loh, Nick Alcock)
- USDT probe argument support (translated types, mapping).  (Nick Alcock)
- Installation locations are now configurable.  (Nick Alcock)
- Valgrind is no longer a required build dependency.  (Nick Alcock)
- Self-grabs have been improved.  (Nick Alcock)
- New provider: rawfbt.  (Kris Van Hees)
- Various bug fixes.  (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Sam James, Eugene Loh, Kris Van Hees)
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 37274251]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20087.html" type="self" title="ELBA-2025-20087" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.2" release="5.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.2-5.el8.src.rpm</filename>
          <sum type="sha256">6339207caeb7600a495cbf06510767e14e516e0fc29f6a316334d8bd2c5ad6f3</sum>
        </package>
        <package name="dtrace-devel" version="2.0.2" release="5.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.2-5.el8.x86_64.rpm</filename>
          <sum type="sha256">6460c0795f81c650d3d4d182c440dad9e98c0f4f0387f9f2ebed4c27563b3f9d</sum>
        </package>
        <package name="dtrace" version="2.0.2" release="5.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.2-5.el8.x86_64.rpm</filename>
          <sum type="sha256">1c45749b50f95a12440070f4d4903d94f38022c5f2c62f426e75356c8fd8a655</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.2" release="5.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.2-5.el8.x86_64.rpm</filename>
          <sum type="sha256">cf8490a40d9e61adf78219a41fdb725c5914836b3deffc9cef4511de32d56581</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20320</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-05-11 00:00:00"/>
    <updated date="2025-05-11 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6]
- net: bridge: IP defragmentation failing for jumboframes (Venkat Venkatsubra)  [Orabug: 37847171] 
- uek-rpm: remove .el9 from shim version (Samasth Norway Ananda)  [Orabug: 37834731] 
- RDS: avoid using offlined CPU during reconnect (Arumugam Kolappan)  [Orabug: 37783021] 
- net/mlx5e: Rely on reqid in IPsec tunnel mode (Leon Romanovsky)  [Orabug: 37710815] 
- net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel (Leon Romanovsky)  [Orabug: 37710815] 
- net/mlx5: Clear port select structure when fail to create (Mark Zhang)  [Orabug: 37710815] 
- net/mlx5: SF, Fix add port error handling (Chris Mi)  [Orabug: 37710815] 
- net/mlx5: Fix variable not being completed when function returns (Chenguang Zhao)  [Orabug: 37710815] 
- net/mlx5e: Keep netdev when leave switchdev for devlink set legacy only (Jianbo Liu)  [Orabug: 37710815] 
- net/mlx5e: Skip restore TC rules for vport rep without loaded flag (Jianbo Liu)  [Orabug: 37710815] 
- net/mlx5e: macsec: Maintain TX SA from encoding_sa (Dragos Tatulea)  [Orabug: 37710815] 
- net/mlx5e: Remove workaround to avoid syndrome for internal port (Jianbo Liu)  [Orabug: 37710815] 
- net/mlx5e: SD, Use correct mdev to build channel param (Tariq Toukan)  [Orabug: 37710815] 
- mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4 (Ido Schimmel)  [Orabug: 37710815] 
- net/mlx5e: clear xdp features on non-uplink representors (William Tu)  [Orabug: 37710815] 
- net/mlx5: Fix msix vectors to respect platform limit (Parav Pandit)  [Orabug: 37710815] 
- mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address (Ido Schimmel)  [Orabug: 37710815] 
- mlxsw: spectrum_ptp: Add missing verification before pushing Tx header (Amit Cohen)  [Orabug: 37710815] 
- net/mlx5e: Don't call cleanup on profile rollback failure (Cosmin Ratiu)  [Orabug: 37710815] 
- net/mlx5: Fix command bitmask initialization (Shay Drory)  [Orabug: 37710815] 
- net/mlx5: Check for invalid vector index on EQ creation (Maher Sanalla)  [Orabug: 37710815] 
- mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst (Christophe JAILLET)  [Orabug: 37710815] 
- net: Fix netns for ip_tunnel_init_flow() (Xiao Liang)  [Orabug: 37710815] 
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit() (Ido Schimmel)  [Orabug: 37710815] 
- ip_tunnel: annotate data-races around t-&gt;parms.link (Eric Dumazet)  [Orabug: 37710815] 
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit() (Ido Schimmel)  [Orabug: 37710815] 
- ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev() (Ido Schimmel)  [Orabug: 37710815] 
- net/mlx5e: SHAMPO, Fix overflow of hd_per_wq (Dragos Tatulea)  [Orabug: 37710815] 
- net/mlx5e: SHAMPO, Increase timeout to improve latency (Dragos Tatulea)  [Orabug: 37710815] 
- net/mlx5: Verify support for scheduling element and TSAR type (Carolina Jubran)  [Orabug: 37710815] 
- net/mlx5e: Enable remove flow for hard packet limit (Jianbo Liu)  [Orabug: 37710815] 
- net/mlx5: Use set number of max EQs (Daniel Jurgens)  [Orabug: 37710815] 
- net/mlx5: IFC updates for SF max IO EQs (Daniel Jurgens)  [Orabug: 37710815] 
- net/mlx5e: Approximate IPsec per-SA payload data bytes count (Leon Romanovsky)  [Orabug: 37710815] 
- net/mlx5e: Present succeeded IPsec SA bytes and packet (Leon Romanovsky)  [Orabug: 37710815] 
- net/mlx5: Use max_num_eqs_24b capability if set (Daniel Jurgens)  [Orabug: 37710815] 
- net/mlx5: IFC updates for changing max EQs (Daniel Jurgens)  [Orabug: 37710815] 
- net/mlx5: Correct TASR typo into TSAR (Cosmin Ratiu)  [Orabug: 37710815] 
- net/mlx5e: SHAMPO, Re-enable HW-GRO (Yoray Zack)  [Orabug: 37710815] 
- net/mlx5e: SHAMPO, Use KSMs instead of KLMs (Yoray Zack)  [Orabug: 37710815] 
- net/mlx5e: Fix netif state handling (Shay Drory)  [Orabug: 37710815] 
- net/mlx5e: RSS, Block XOR hash with over 128 channels (Carolina Jubran)  [Orabug: 37710815] 
- net/mlx5: Support matching on l4_type for ttc_table (Jianbo Liu)  [Orabug: 37710815] 
- net/mlx5: Enable SD feature (Tariq Toukan)  [Orabug: 37710815] 
- net/mlx5e: Block TLS device offload on combined SD netdev (Tariq Toukan)  [Orabug: 37710815] 
- net/mlx5e: Support per-mdev queue counter (Tariq Toukan)  [Orabug: 37710815] 
- net/mlx5e: Support cross-vhca RSS (Tariq Toukan)  [Orabug: 37710815] 
- net/mlx5e: Let channels be SD-aware (Tariq Toukan)  [Orabug: 37710815] 
- net/mlx5e: Connect mlx5 IPsec statistics with XFRM core (Leon Romanovsky)  [Orabug: 37710815] 
- xfrm: get global statistics from the offloaded device (Leon Romanovsky)  [Orabug: 37710815] 
- RDS: avoid queueing delayed work on an offlined cpu (Praveen Kumar Kannoju)  [Orabug: 37260584] [Orabug: 37551309] 
- uek-rpm/kernel-uek.spec: Set DEFAULTKERNEL correctly during %postun (Vijay Kumar)  [Orabug: 37376706]

[5.15.0-308.179.5]
- net: usb: usbnet: restore usb%d name exception for local mac addresses (Dominique Martinet)
- usbnet:fix NPE during rx_complete (Ying Lu)
- bpf: Use preempt_count() directly in bpf_send_signal_common() (Hou Tao)
- jfs: fix slab-out-of-bounds read in ea_get() (Qasim Ijaz)
- serial: 8250_dma: terminate correct DMA in tx_dma_flush() (John Keeping)
- ksmbd: fix multichannel connection failure (Namjae Jeon)
- rds: Tear down the copy-from-user cache before destroying rds_wq (Hakon Bugge)  [Orabug: 37716901]

[5.15.0-308.179.4]
- Check concurrency before THP creation for file mappings in fault path (Prakash Sangappa)  [Orabug: 37608058]
- rds: ib: Fix NULL ptr deref in rds_ib_cq_follow_affinity (Hakon Bugge)  [Orabug: 37747825]

[5.15.0-308.179.3]
- uek-rpm: Build Bluefield 3 kernel for OL9 (Dave Kleikamp)  [Orabug: 37763488]
- uek-rpm: Add emb3 config and core list for OL9 (Dave Kleikamp)  [Orabug: 37763488]
- udf: Fix directory iteration for longer tail extents (Jan Kara)  [Orabug: 37761829]
- uek-rpm: install the perf exec dir (Stephen Brennan)  [Orabug: 37757734]
- perf probe: Improve log for long event name failure (Leo Yan)  [Orabug: 37752593]
- perf probe: Check group string length (Leo Yan)  [Orabug: 37752593]
- perf probe: Use the MAX_EVENT_NAME_LEN macro (Leo Yan)  [Orabug: 37752593]
- perf probe-event: Better error message for a too-long probe name (Dima Kogan)  [Orabug: 37752593]
- rds: ib: Do not attempt to insert RDMA exthdr twice (Hakon Bugge)  [Orabug: 37721762]
- x86/sev: Harden #VC instruction emulation somewhat (Borislav Petkov (AMD))  [Orabug: 37687865]  {CVE-2024-25743} {CVE-2024-25742}
- x86/entry: Do not allow external 0x80 interrupts (Thomas Gleixner)  [Orabug: 37687865]  {CVE-2024-25743} {CVE-2024-25742}
- x86/entry: Convert INT 0x80 emulation to IDTENTRY (Thomas Gleixner)  [Orabug: 37687865]  {CVE-2024-25743} {CVE-2024-25742}
- x86/entry: Fixup objtool/ibt validation (Peter Zijlstra)  [Orabug: 37687865]  {CVE-2024-25743} {CVE-2024-25742}
- x86/sev: Mark the code returning to user space as syscall gap (Lai Jiangshan)  [Orabug: 37687865]  {CVE-2024-25743} {CVE-2024-25742}
- rds: ib: Fix racy send affinity work cancellation (Hakon Bugge)  [Orabug: 37607469]
- sched/deadline: Fix warning in migrate_enable for boosted tasks (Wander Lairson Costa)  [Orabug: 37433838]  {CVE-2024-56583}
- x86/coco: Disable 32-bit emulation by default on TDX and SEV (Kirill A. Shutemov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86/ia32: State that IA32 emulation is disabled (Borislav Petkov (AMD))  [Orabug: 36298741]  {CVE-2024-25744}
- x86: Make IA32_EMULATION boot time configurable (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86: Remove toolchain check for X32 ABI capability (Masahiro Yamada)  [Orabug: 36298741]  {CVE-2024-25744}
- x86/entry: Make IA32 syscalls' availability depend on ia32_enabled() (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86/elf: Make loading of 32bit processes depend on ia32_enabled() (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86/entry: Compile entry_SYSCALL32_ignore() unconditionally (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86/entry: Rename ignore_sysret() (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86: Introduce ia32_enabled() (Nikolay Borisov)  [Orabug: 36298741]  {CVE-2024-25744}
- x86: Fix misspelled Kconfig symbols (Lukas Bulwahn)  [Orabug: 36298741]  {CVE-2024-25744}

[5.15.0-308.179.2]
- LTS version: v5.15.179 (Vijayendra Suman)
- net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels (Jakub Kicinski)
- kbuild: userprogs: use correct lld when linking through clang (Thomas Weissschuh)
- vsock: Orphan socket after transport release (Michal Luczaj)
- vsock: Keep the binding until socket destruction (Michal Luczaj)
- bpf, vsock: Invoke proto::close on close() (Michal Luczaj)
- media: uvcvideo: Remove dangling pointers (Ricardo Ribalda)
- media: uvcvideo: Fix crash during unbind if gpio unit is in use (Ricardo Ribalda)
- nilfs2: handle errors that nilfs_prepare_chunk() may return (Ryusuke Konishi)
- nilfs2: eliminate staggered calls to kunmap in nilfs_rename (Ryusuke Konishi)
- nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link (Ryusuke Konishi)
- spi-mxs: Fix chipselect glitch (Ralf Schlatterbeck)
- mtd: rawnand: cadence: fix unchecked dereference (Niravkumar L Rabara)
- md: select BLOCK_LEGACY_AUTOLOAD (NeilBrown)
- media: uvcvideo: Avoid returning invalid controls (Ricardo Ribalda)
- media: uvcvideo: Avoid invalid memory access (Ricardo Ribalda)
- drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in pmcmd_ioctl (Haoyu Li)
- eeprom: digsy_mtc: Make GPIO lookup table match the device (Andy Shevchenko)
- bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlock (Manivannan Sadhasivam)
- slimbus: messaging: Free transaction ID in delayed interrupt scenario (Visweswara Tanuku)
- intel_th: pci: Add Panther Lake-P/U support (Alexander Shishkin)
- intel_th: pci: Add Panther Lake-H support (Alexander Shishkin)
- intel_th: pci: Add Arrow Lake support (Pawel Chmielewski)
- mei: me: add panther lake P DID (Alexander Usyskin)
- Squashfs: check the inode number is not the invalid value of zero (Phillip Lougher)
- usb: xhci: Enable the TRB overfetch quirk on VIA VL805 (Michal Pecio)
- xhci: pci: Fix indentation in the PCI device ID definitions (Andy Shevchenko)
- usb: gadget: Check bmAttributes only if configuration is valid (Prashanth K)
- usb: gadget: Fix setting self-powered state on suspend (Marek Szyprowski)
- usb: gadget: Set self-powered based on MaxPower and bmAttributes (Prashanth K)
- usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionality (AngeloGioacchino Del Regno)
- usb: typec: ucsi: increase timeout for PPM reset operations (Fedor Pchelkin)
- usb: dwc3: gadget: Prevent irq storm when TH re-executes (Badhri Jagan Sridharan)
- usb: renesas_usbhs: Flush the notify_hotplug_work (Claudiu Beznea)
- usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader (Miao Li)
- usb: hub: lack of clearing xHC resources (Pawel Laszczak)
- usb: renesas_usbhs: Use devm_usb_get_phy() (Claudiu Beznea)
- usb: renesas_usbhs: Call clk_put() (Claudiu Beznea)
- Revert 'drivers/card_reader/rtsx_usb: Restore interrupt based detection' (Christian Heusel)
- gpio: rcar: Fix missing of_node_put() call (Fabrizio Castro)
- net: ipv6: fix missing dst ref drop in ila lwtunnel (Justin Iurman)
- net: ipv6: fix dst ref loop in ila lwtunnel (Justin Iurman)
- sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (Zecheng Li)
- net-timestamp: support TCP GSO case for a few missing flags (Jason Xing)
- exfat: fix soft lockup in exfat_clear_bitmap (Namjae Jeon)
- x86/sgx: Fix size overflows in sgx_encl_create() (Jarkko Sakkinen)
- vlan: enforce underlying device type (Oscar Maes)
- ppp: Fix KMSAN uninit-value warning with bpf (Jiayuan Chen)
- net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle returns an error (Peiyang Wang)
- be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink (Nikolay Aleksandrov)
- drm/sched: Fix preprocessor guard (Philipp Stanner)
- hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe() (Xinghuo Chen)
- llc: do not use skb_get() before dev_queue_xmit() (Eric Dumazet)
- ALSA: usx2y: validate nrpacks module parameter on probe (Murad Masimov)
- hwmon: (ad7314) Validate leading zero bits and return error (Erik Schumacher)
- hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table (Maud Spierings)
- hwmon: (pmbus) Initialise page count in pmbus_identify() (Titus Rwantare)
- caif_virtio: fix wrong pointer check in cfv_probe() (Vitaliy Shevtsov)
- net: gso: fix ownership in __udp_gso_segment (Antoine Tenart)
- nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch (Meir Elisha)
- HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() (Zhang Lixu)
- HID: google: fix unused variable warning under !CONFIG_ACPI (Yu-Chun Lin)
- wifi: iwlwifi: limit printed string from FW file (Johannes Berg)
- mm: don't skip arch_sync_kernel_mappings() in error paths (Ryan Roberts)
- mm/page_alloc: fix uninitialized variable (Hao Zhang)
- block: fix conversion of GPT partition name to 7-bit (Olivier Gayot)
- s390/traps: Fix test_monitor_call() inline assembly (Heiko Carstens)
- rapidio: fix an API misues when rio_add_net() fails (Haoxiang Li)
- rapidio: add check for rio_add_net() in rio_scan_alloc_net() (Haoxiang Li)
- wifi: nl80211: reject cooked mode if it is set along with other flags (Vitaliy Shevtsov)
- wifi: cfg80211: regulatory: improve invalid hints checking (Nikita Zhandarovich)
- x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63 (Ahmed S. Darwish)
- x86/cpu: Validate CPUID leaf 0x2 EDX output (Ahmed S. Darwish)
- x86/cacheinfo: Validate CPUID leaf 0x2 EDX output (Ahmed S. Darwish)
- platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131e (Mingcong Bai)
- drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M (Richard Thier)
- ALSA: hda/realtek: update ALC222 depop optimize (Kailang Yang)
- ALSA: hda: intel: Add Dell ALC3271 to power_save denylist (Hoku Ishibe)
- gpio: aggregator: protect driver attr handlers against module unload (Koichiro Den)
- gpio: rcar: Use raw_spinlock to protect register access (Niklas Soderlund)
- HID: appleir: Fix potential NULL dereference at raw event handle (Daniil Dulov)
- Revert 'of: reserved-memory: Fix using wrong number of cells to get property 'alignment'' (Rob Herring (Arm))
- drm/amdgpu: disable BAR resize on Dell G5 SE (Alex Deucher)
- drm/amdgpu: Check extended configuration space register when system uses large bar (Ma Jun)
- smb: client: Add check for next_buffer in receive_encrypted_standard() (Haoxiang Li)
- pfifo_tail_enqueue: Drop new packet when sch-&gt;limit == 0 (Quang Le)
- intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (Thomas Gleixner)
- sched/core: Prevent rescheduling when interrupts are disabled (Thomas Gleixner)
- vmlinux.lds: Ensure that const vars with relocations are mapped R/O (Ard Biesheuvel)
- mptcp: always handle address removal under msk socket lock (Paolo Abeni)
- phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (Kaustabh Chakraborty)
- phy: tegra: xusb: reset VBUS &amp; ID OVERRIDE (BH Hsieh)
- net: enetc: correct the xdp_tx statistics (Wei Fang)
- net: enetc: update UDP checksum when updating originTimestamp field (Wei Fang)
- net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (Wei Fang)
- usbnet: gl620a: fix endpoint checking in genelink_bind() (Nikita Zhandarovich)
- i2c: npcm: disable interrupt enable bit before devm_request_irq (Tyrone Ting)
- drm/amd/display: Fix HPD after gpu reset (Roman Li)
- perf/core: Fix low freq setting via IOC_PERIOD (Kan Liang)
- ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (Dmitry Panchenko)
- ftrace: Avoid potential division by zero in function_stat_show() (Nikolay Kuratov)
- x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (Russell Senior)
- net: ipv6: fix dst ref loop on input in rpl lwt (Justin Iurman)
- net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (Justin Iurman)
- net: ipv6: fix dst ref loop on input in seg6 lwt (Justin Iurman)
- net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (Justin Iurman)
- include: net: add static inline dst_dev_overhead() to dst.h (Justin Iurman)
- seg6: add support for SRv6 H.L2Encaps.Red behavior (Andrea Mayer)
- seg6: add support for SRv6 H.Encaps.Red behavior (Andrea Mayer)
- net/mlx5: IRQ, Fix null string in debug print (Shay Drory)
- net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination. (Harshal Chaudhari)
- tcp: Defer ts_recent changes until req is owned (Wang Hai)
- ipvs: Always clear ipvs_property flag in skb_scrub_packet() (Philo Lu)
- ASoC: es8328: fix route from DAC to output (Nicolas Frattaroli)
- net: cadence: macb: Synchronize stats calculations (Sean Anderson)
- afs: Fix the server_list to unuse a displaced server rather than putting it (David Howells)
- afs: Make it possible to find the volumes that are using a server (David Howells)
- afs: remove variable nr_servers (Colin Ian King)
- Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (Luiz Augusto von Dentz)
- ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (Takashi Iwai)
- sunrpc: suppress warnings for unused procfs functions (Arnd Bergmann)
- RDMA/mlx5: Fix bind QP error cleanup flow (Patrisious Haddad)
- scsi: core: Clear driver private data when retrying request (Ye Bin)
- scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command() (Christoph Hellwig)
- ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (Vasiliy Kovalev)
- ovl: pass ofs to creation operations (Christian Brauner)
- ovl: use wrappers to all vfs_*xattr() calls (Amir Goldstein)
- IB/mlx5: Set and get correct qp_num for a DCT QP (Mark Zhang)
- x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (Patrick Bellasi)
- mtd: rawnand: cadence: fix incorrect device in dma_unmap_single (Niravkumar L Rabara)
- mtd: rawnand: cadence: use dma_map_resource for sdma address (Niravkumar L Rabara)
- mtd: rawnand: cadence: fix error code in cadence_nand_init() (Niravkumar L Rabara)
- acct: block access to kernel internal filesystems (Christian Brauner)
- acct: perform last write from workqueue (Christian Brauner)
- ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED (John Veness)
- nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (Haoxiang Li)
- drop_monitor: fix incorrect initialization order (Gavrilov Ilia)
- tee: optee: Fix supplicant wait loop (Sumit Garg)
- bpf: skip non exist keys in generic_map_lookup_batch (Yan Zhai)
- nvme/ioctl: add missing space in err message (Caleb Sander Mateos)
- power: supply: da9150-fg: fix potential overflow (Andrey Vatoropin)
- arp: switch to dev_getbyhwaddr() in arp_req_set_public() (Breno Leitao)
- net: Add non-RCU dev_getbyhwaddr() helper (Breno Leitao)
- flow_dissector: Fix port range key handling in BPF conversion (Cong Wang)
- flow_dissector: Fix handling of mixed port and port-range keys (Cong Wang)
- geneve: Suppress list corruption splat in geneve_destroy_tunnels(). (Kuniyuki Iwashima)
- geneve: Fix use-after-free in geneve_find_dev(). (Kuniyuki Iwashima)
- powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM_ALLOC (Christophe Leroy)
- ALSA: hda/realtek: Fixup ALC225 depop procedure (Kailang Yang)
- powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inline (Christophe Leroy)
- powerpc/64s/mm: Move __real_pte stubs into hash-4k.h (Michael Ellerman)
- USB: gadget: f_midi: f_midi_complete to call queue_work (Jill Donahue)
- usb: dwc3: Fix timeout issue during controller enter/exit from halt state (Selvarasu Ganesan)
- usb: dwc3: Increase DWC3 controller halt timeout (Wesley Cheng)
- batman-adv: Drop unmanaged ELP metric worker (Sven Eckelmann)
- batman-adv: Drop initialization of flexible ethtool_link_ksettings (Sven Eckelmann)
- media: uvcvideo: Only save async fh if success (Ricardo Ribalda)
- media: uvcvideo: Refactor iterators (Ricardo Ribalda)
- media: uvcvideo: Set error_idx during ctrl_commit errors (Ricardo Ribalda)
- soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove (Krzysztof Kozlowski)
- soc/mediatek: mtk-devapc: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- soc: mediatek: mtk-devapc: Fix leaking IO map on error paths (Krzysztof Kozlowski)
- soc: mediatek: mtk-devapc: Switch to devm_clk_get_enabled() (AngeloGioacchino Del Regno)
- kfence: skip __GFP_THISNODE allocations on NUMA systems (Marco Elver)
- kfence: enable check kfence canary on panic via boot param (huangshaobo)
- kfence: allow use of a deferrable timer (Marco Elver)
- tpm: Change to kvalloc() in eventlog/acpi.c (Jarkko Sakkinen)
- tpm: Use managed allocation for bios event log (Eddie James)
- arm64: dts: mediatek: mt8183: Disable DSI display output by default (Chen-Yu Tsai)
- ASoC: renesas: rz-ssi: Add a check for negative sample_space (Dan Carpenter)
- drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event() (Thomas Zimmermann)
- drm/probe-helper: Create a HPD IRQ event helper for a single connector (Maxime Ripard)
- ksmbd: fix integer overflows on 32 bit systems (Dan Carpenter)
- memcg: fix soft lockup in the OOM process (Chen Ridong)
- mm: update mark_victim tracepoints fields (Carlos Galo)
- media: imx-jpeg: Fix potential error pointer dereference in detach_pm() (Dan Carpenter)
- crypto: testmgr - some more fixes to RSA test vectors (Ignat Korchagin)
- crypto: testmgr - populate RSA CRT parameters in RSA test vectors (Ignat Korchagin)
- crypto: testmgr - fix version number of RSA tests (lei he)
- crypto: testmgr - Fix wrong test case of RSA (Lei He)
- crypto: testmgr - fix wrong key length for pkcs1pad (Lei He)
- arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappings (Catalin Marinas)
- pps: Fix a use-after-free (Calvin Owens)
- btrfs: avoid monopolizing a core when activating a swap file (Filipe Manana)
- x86/i8253: Disable PIT timer 0 when not in use (David Woodhouse)
- f2fs: fix to wait dio completion (Chao Yu)
- ARM: dts: dra7: Add bus_dma_limit for l4 cfg bus (Romain Naour)
- parport_pc: add support for ASIX AX99100 (Jiaqing Zhao)
- serial: 8250_pci: add support for ASIX AX99100 (Jiaqing Zhao)
- can: ems_pci: move ASIX AX99100 ids to pci_ids.h (Jiaqing Zhao)
- nilfs2: protect access to buffers with no active references (Ryusuke Konishi)
- nilfs2: do not force clear folio if buffer is referenced (Ryusuke Konishi)
- nilfs2: do not output warnings when clearing dirty buffers (Ryusuke Konishi)
- alpha: replace hardcoded stack offsets with autogenerated ones (Ivan Kokshaysky)
- kdb: Do not assume write() callback available (John Ogness)
- drm/v3d: Stop active perfmon if it is being destroyed (Christian Gmeiner)
- drm/tidss: Clear the interrupt status for interrupts being disabled (Devarsh Thakkar)
- drm/tidss: Fix issue in irq handling causing irq-flood issue (Tomi Valkeinen)
- ipv6: mcast: add RCU protection to mld_newpack() (Eric Dumazet)
- ndisc: extend RCU protection in ndisc_send_skb() (Eric Dumazet)
- openvswitch: use RCU protection in ovs_vport_cmd_fill_info() (Eric Dumazet)
- arp: use RCU protection in arp_xmit() (Eric Dumazet)
- neighbour: use RCU protection in __neigh_notify() (Eric Dumazet)
- neighbour: delete redundant judgment statements (Li Zetao)
- ndisc: use RCU protection in ndisc_alloc_skb() (Eric Dumazet)
- ipv6: use RCU protection in ip6_default_advmss() (Eric Dumazet)
- ipv4: use RCU protection in __ip_rt_update_pmtu() (Eric Dumazet)
- net: ipv4: Cache pmtu for all packet paths if multipath enabled (Vladimir Vdovin)
- selftest: net: Test IPv4 PMTU exceptions with DSCP and ECN (Guillaume Nault)
- Namespaceify mtu_expires sysctl (xu xin)
- Namespaceify min_pmtu sysctl (xu xin)
- ipv4: use RCU protection in inet_select_addr() (Eric Dumazet)
- ipv4: use RCU protection in rt_is_expired() (Eric Dumazet)
- net: add dev_net_rcu() helper (Eric Dumazet)
- ipv4: add RCU protection to ip4_dst_hoplimit() (Eric Dumazet)
- clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context (Waiman Long)
- clocksource: Use pr_info() for 'Checking clocksource synchronization' message (Waiman Long)
- clocksource: Replace cpumask_weight() with cpumask_empty() (Yury Norov)
- btrfs: fix hole expansion when writing at an offset beyond EOF (Filipe Manana)
- mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw() (Wentao Liang)
- arm64: Handle .ARM.attributes section in linker scripts (Nathan Chancellor)
- regmap-irq: Add missing kfree() (Jiasheng Jiang)
- partitions: mac: fix handling of bogus partition table (Jann Horn)
- gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock (Wentao Liang)
- alpha: align stack for page fault and user unaligned trap handlers (Ivan Kokshaysky)
- serial: 8250: Fix fifo underflow on flush (John Keeping)
- cgroup: fix race between fork and cgroup.kill (Shakeel Butt)
- efi: Avoid cold plugged memory for placing the kernel (Ard Biesheuvel)
- alpha: make stack 16-byte aligned (most cases) (Ivan Kokshaysky)
- can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero (Alexander Holzl)
- can: c_can: fix unbalanced runtime PM disable in error path (Krzysztof Kozlowski)
- USB: serial: option: drop MeiG Smart defines (Johan Hovold)
- USB: serial: option: fix Telit Cinterion FN990A name (Fabio Porcedda)
- USB: serial: option: add Telit Cinterion FN990B compositions (Fabio Porcedda)
- USB: serial: option: add MeiG Smart SLM828 (Chester A. Unal)
- usb: cdc-acm: Fix handling of oversized fragments (Jann Horn)
- usb: cdc-acm: Check control transfer buffer size before access (Jann Horn)
- USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk (Marek Vasut)
- USB: hub: Ignore non-compliant devices with too many configs or interfaces (Alan Stern)
- usb: gadget: f_midi: fix MIDI Streaming descriptor lengths (John Keeping)
- USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone (Mathias Nyman)
- USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist (Lei Huang)
- usb: core: fix pipe creation for get_bMaxPacketSize0 (Stefan Eichenberger)
- USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI (Huacai Chen)
- usb: dwc2: gadget: remove of_node reference upon udc_stop (Fabrice Gasnier)
- usb: gadget: udc: renesas_usb3: Fix compiler warning (Guo Ren)
- usb: roles: set switch registered flag early on (Elson Roy Serrao)
- perf/x86/intel: Ensure LBRs are disabled when a CPU is starting (Sean Christopherson)
- KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel (Sean Christopherson)
- batman-adv: Ignore neighbor throughput metrics in error case (Sven Eckelmann)
- batman-adv: fix panic during interface removal (Andy Strohman)
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V (Hans de Goede)
- orangefs: fix a oob in orangefs_debug_write (Mike Marshall)
- Grab mm lock before grabbing pt lock (Maksym Planeta)
- vfio/pci: Enable iowrite64 and ioread64 for vfio pci (Ramesh Thomas)
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P (Takashi Iwai)
- media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread (Edward Adam Davis)
- media: cxd2841er: fix 64-bit division on gcc-9 (Arnd Bergmann)
- x86/xen: allow larger contiguous memory regions in PV guests (Juergen Gross)
- xen: remove a confusing comment on auto-translated guest I/O (Petr Tesarik)
- gpio: bcm-kona: Add missing newline to dev_err format string (Artur Weber)
- gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ (Artur Weber)
- gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0 (Artur Weber)
- drm/i915/selftests: avoid using uninitialized context (Krzysztof Karas)
- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (Radu Rendec)
- team: better TEAM_OPTION_TYPE_STRING validation (Eric Dumazet)
- vrf: use RCU protection in l3mdev_l3_out() (Eric Dumazet)
- ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu() (Eric Dumazet)
- HID: multitouch: Add NULL check in mt_input_configured (Charles Han)
- NFSD: fix hang in nfsd4_shutdown_callback (Dai Ngo)
- nfsd: clear acl_access/acl_default after releasing them (Li Lingfeng)
- tty: xilinx_uartps: split sysrq handling (Sean Anderson)
- mptcp: prevent excessive coalescing on receive (Paolo Abeni)
- ocfs2: check dir i_size in ocfs2_find_entry (Su Yue)
- memory: tegra20-emc: Correct memory device mask (Dmitry Osipenko)
- gpio: xilinx: remove excess kernel doc (Bartosz Golaszewski)
- net/ncsi: use dev_set_mac_address() for Get MC MAC Address handling (Paul Fertser)
- MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static (WangYuli)
- ptp: Ensure info-&gt;enable callback is always set (Thomas Weissschuh)
- net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset (Milos Reljin)
- net/ncsi: wait for the last response to Deselect Package before configuring channel (Paul Fertser)
- misc: fastrpc: Fix registered buffer page address (Ekansh Gupta)
- mtd: onenand: Fix uninitialized retlen in do_otp_read() (Ivan Stepchenko)
- NFC: nci: Add bounds checking in nci_hci_create_pipe() (Dan Carpenter)
- nilfs2: fix possible int overflows in nilfs_fiemap() (Nikita Zhandarovich)
- ocfs2: handle a symlink read error correctly (Matthew Wilcox (Oracle))
- pnfs/flexfiles: retry getting layout segment for reads (Mike Snitzer)
- vfio/platform: check the bounds of read/write syscalls (Alex Williamson)
- nvmem: core: improve range check for nvmem_cell_write() (Jennifer Berringer)
- nvmem: qcom-spmi-sdam: Set size in struct nvmem_config (Luca Weiss)
- crypto: qce - unregister previously registered algos in error path (Bartosz Golaszewski)
- crypto: qce - fix goto jump in error path (Bartosz Golaszewski)
- media: uvcvideo: Remove redundant NULL assignment (Ricardo Ribalda)
- media: uvcvideo: Fix event flags in uvc_ctrl_send_events (Ricardo Ribalda)
- media: ccs: Fix cleanup order in ccs_probe() (Mehdi Djait)
- media: ccs: Fix CCS static data parsing for large block sizes (Sakari Ailus)
- media: ov5640: fix get_light_freq on auto (Sam Bobrowicz)
- media: mc: fix endpoint iteration (Cosmin Tanislav)
- soc: qcom: smem_state: fix missing of_node_put in error path (Krzysztof Kozlowski)
- iio: light: as73211: fix channel handling in only-color triggered buffer (Javier Carrasco)
- media: ccs: Clean up parsed CCS static data on parse failure (Sakari Ailus)
- xfs: Add error handling for xfs_reflink_cancel_cow_range (Wentao Liang)
- crypto: qce - fix priority to be less than ARMv8 CE (Eric Biggers)
- arm64: dts: qcom: sm8350: Fix MPSS memory length (Krzysztof Kozlowski)
- x86/boot: Use '-std=gnu11' to fix build with GCC 15 (Nathan Chancellor)
- kbuild: Move -Wenum-enum-conversion to W=2 (Nathan Chancellor)
- scsi: qla2xxx: Move FCE Trace buffer allocation to user control (Quinn Tran)
- nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk (Georg Gottleuber)
- nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk (Georg Gottleuber)
- PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf() (Zijun Hu)
- ALSA: hda/realtek: Enable headset mic on Positivo C6400 (Edson Juliano Drosdeck)
- mips/math-emu: fix emulation of the prefx instruction (Mateusz Jonczyk)
- dm-crypt: track tag_offset in convert_context (Hou Tao)
- dm-crypt: don't update io-&gt;sector after kcryptd_crypt_write_io_submit() (Hou Tao)
- powerpc/pseries/eeh: Fix get PE state translation (Narayana Murty N)
- MIPS: Loongson64: remove ROM Size unit in boardinfo (Kexy Biscuit)
- serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use (Claudiu Beznea)
- serial: sh-sci: Drop __initdata macro for port_cfg (Claudiu Beznea)
- soc: qcom: socinfo: Avoid out of bounds read of serial number (Stephan Gerhold)
- usb: gadget: f_tcm: Don't prepare BOT write request twice (Thinh Nguyen)
- usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint (Thinh Nguyen)
- usb: gadget: f_tcm: Decrement command ref count on cleanup (Thinh Nguyen)
- usb: gadget: f_tcm: Translate error to sense (Thinh Nguyen)
- wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize() (Marcel Hamer)
- wifi: rtlwifi: rtl8821ae: Fix media status report (Bitterblue Smith)
- HID: hid-sensor-hub: don't use stale platform-data on remove (Heiko Stuebner)
- of: reserved-memory: Fix using wrong number of cells to get property 'alignment' (Zijun Hu)
- of: Fix of_find_node_opts_by_path() handling of alias+path+options (Zijun Hu)
- of: Correct child specifier used as input of the 2nd nexus node (Zijun Hu)
- perf bench: Fix undefined behavior in cmpworker() (Kuan-Wei Chiu)
- efi: libstub: Use '-std=gnu11' to fix build with GCC 15 (Nathan Chancellor)
- blk-cgroup: Fix class @block_class's subsystem refcount leakage (Zijun Hu)
- clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate (Anastasia Belova)
- clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg (Satya Priya Kakitapalli)
- clk: qcom: gcc-sm6350: Add missing parent_map for two clocks (Luca Weiss)
- clk: qcom: clk-alpha-pll: fix alpha mode configuration (Gabor Juhos)
- clk: sunxi-ng: a100: enable MMC clock reparenting (Cody Eksal)
- Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection (Fedor Pchelkin)
- Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc (Fedor Pchelkin)
- drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes (Ville Syrjala)
- drm/komeda: Add check for komeda_get_layer_fourcc_list() (Haoxiang Li)
- drm/amd/pm: Mark MM activity as unsupported (Lijo Lazar)
- KVM: s390: vsie: fix some corner-cases when grabbing vsie pages (David Hildenbrand)
- KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() (Sean Christopherson)
- arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma (Jakob Unterwurzacher)
- binfmt_flat: Fix integer overflow bug on 32 bit systems (Dan Carpenter)
- m68k: vga: Fix I/O defines (Thomas Zimmermann)
- s390/futex: Fix FUTEX_OP_ANDN implementation (Heiko Carstens)
- drm/modeset: Handle tiled displays in pan_display_atomic. (Maarten Lankhorst)
- leds: lp8860: Write full EEPROM, not only half of it (Alexander Sverdlin)
- cpufreq: s3c64xx: Fix compilation warning (Viresh Kumar)
- tun: revert fix group permission check (Willem de Bruijn)
- net: rose: lock the socket in rose_bind() (Eric Dumazet)
- net: atlantic: fix warning during hot unplug (Jacob Moroni)
- gpio: pca953x: Improve interrupt support (Mark Tomlinson)
- udp: gso: do not drop small packets when PMTU reduces (Yan Zhai)
- tg3: Disable tg3 PCIe AER on system reboot (Lenny Szubowicz)
- gpu: drm_dp_cec: fix broken CEC adapter properties check (Hans Verkuil)
- firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry (Prasad Pandit)
- nvme: handle connectivity loss in nvme_set_queue_count (Daniel Wagner)
- usb: xhci: Fix NULL pointer dereference on certain command aborts (Michal Pecio)
- usb: xhci: Add timeout argument in address_device USB HCD callback (Hardik Gajjar)
- xfs: don't over-report free space or inodes in statvfs (Darrick J. Wong)
- xfs: report realtime block quota limits on realtime directories (Darrick J. Wong)
- gpio: xilinx: Convert gpio_lock to raw spinlock (Sean Anderson)
- net/ncsi: fix locking in Get MAC Address handling (Paul Fertser)
- net/ncsi: Add NC-SI 1.2 Get MC MAC Address command (Peter Delevoryas)
- usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe() (Joe Hattori)
- usb: chipidea/ci_hdrc_imx: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- usb: chipidea: ci_hdrc_imx: use dev_err_probe() (Alexander Stein)
- x86/mm: Don't disable PCID when INVLPG has been fixed by microcode (Xi Ruoyao)
- platform/x86: acer-wmi: Ignore AC events (Armin Wolf)
- Input: allocate keycode for phone linking (Illia Ostapyshyn)
- selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack() (Liu Ye)
- tipc: re-order conditions in tipc_crypto_key_rcv() (Dan Carpenter)
- mmc: sdhci-msm: Correctly set the load for the regulator (Yuanjie Yang)
- net: wwan: iosm: Fix hibernation by re-binding the driver around it (Maciej S. Szmigiero)
- APEI: GHES: Have GHES honor the panic= setting (Borislav Petkov)
- i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz (Randolph Ha)
- wifi: iwlwifi: avoid memory leak (Miri Korenblit)
- net/mlx5: use do_aux_work for PHC overflow checks (Vadim Fedorenko)
- HID: Wacom: Add PCI Wacom device support (Even Xu)
- mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id (Hans de Goede)
- tomoyo: don't emit warning in tomoyo_write_control() (Tetsuo Handa)
- wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() (Dmitry Antipov)
- mmc: core: Respect quirk_max_rate for non-UHS SDIO card (Shawn Lin)
- tun: fix group permission check (Stas Sergeev)
- safesetid: check size of policy writes (Leo Stone)
- printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX (Kuan-Wei Chiu)
- x86/amd_nb: Restrict init function to AMD-based systems (Yazen Ghannam)
- lockdep: Fix upper limit for LOCKDEP_*_BITS configs (Carlos Llamas)
- sched: Don't try to catch up excess steal time. (Suleiman Souhlal)
- btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling (Josef Bacik)
- btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_extents() (Hao-ran Zheng)
- btrfs: fix use-after-free when attempting to join an aborted transaction (Filipe Manana)
- btrfs: output the reason for open_ctree() failure (Qu Wenruo)
- usb: gadget: f_tcm: Don't free command immediately (Thinh Nguyen)
- media: uvcvideo: Fix double free in error path (Laurent Pinchart)
- mptcp: consolidate suboption status (Paolo Abeni)
- usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS (Kyle Tso)
- usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE (Jos Wang)
- usb: dwc3: core: Defer the probe until USB power supply ready (Kyle Tso)
- usb: gadget: f_tcm: Fix Get/SetInterface return value (Thinh Nguyen)
- drivers/card_reader/rtsx_usb: Restore interrupt based detection (Sean Rhodes)
- net: usb: rtl8150: enable basic endpoint checking (Nikita Zhandarovich)
- ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro (Lianqin Hu)
- ktest.pl: Check kernelrelease return in get_version (Ricardo B. Marliere)
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (Pablo Neira Ayuso)
- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (Chuck Lever)
- hexagon: Fix unbalanced spinlock in die() (Lin Yujun)
- hexagon: fix using plain integer as NULL pointer warning in cmpxchg (Willem de Bruijn)
- kconfig: fix memory leak in sym_warn_unmet_dep() (Masahiro Yamada)
- kconfig: WERROR unmet symbol dependency (Sergey Senozhatsky)
- kconfig: deduplicate code in conf_read_simple() (Masahiro Yamada)
- kconfig: remove unused code for S_DEF_AUTO in conf_read_simple() (Masahiro Yamada)
- kconfig: require a space after '#' for valid input (Masahiro Yamada)
- kconfig: add warn-unknown-symbols sanity check (Sergey Senozhatsky)
- kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST (Masahiro Yamada)
- genksyms: fix memory leak when the same symbol is read from *.symref file (Masahiro Yamada)
- genksyms: fix memory leak when the same symbol is added from source (Masahiro Yamada)
- net: sh_eth: Fix missing rtnl lock in suspend/resume path (Kory Maincent)
- bgmac: reduce max frame size to support just MTU 1500 (Rafal Milecki)
- vsock: Allow retrying on connect() failure (Michal Luczaj)
- perf trace: Fix runtime error of index out of bounds (Howard Chu)
- ptp: Properly handle compat ioctls (Thomas Weissschuh)
- net: davicom: fix UAF in dm9000_drv_remove (Chenyuan Yang)
- net: netdevsim: try to close UDP port harness races (Jakub Kicinski)
- net: rose: fix timer races against user threads (Eric Dumazet)
- PM: hibernate: Add error handling for syscore_suspend() (Wentao Liang)
- ipmr: do not call mr_mfc_uses_dev() for unres entries (Eric Dumazet)
- net: fec: implement TSO descriptor cleanup (Dheeraj Reddy Jonnalagadda)
- gpio: mxc: remove dead code after switch to DT-only (Ahmad Fatoum)
- net: hns3: fix oops when unload drivers paralleling (Jian Shen)
- ubifs: skip dumping tnc tree when zroot is null (pangliyuan)
- rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read (Oleksij Rempel)
- dmaengine: ti: edma: fix OF node reference leaks in edma_driver (Joe Hattori)
- xfrm: replay: Fix the update of replay_esn-&gt;oseq_hi for GSO (Jianbo Liu)
- tools/bootconfig: Fix the wrong format specifier (Luo Yifan)
- NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (Olga Kornievskaia)
- NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (Olga Kornievskaia)
- module: Extend the preempt disabled section in dereference_symbol_descriptor(). (Sebastian Andrzej Siewior)
- ocfs2: mark dquot as inactive if failed to start trans while releasing dquot (Su Yue)
- scsi: ufs: bsg: Delete bsg_dev when setting up bsg fails (Guixin Liu)
- scsi: mpt3sas: Set ioc-&gt;manu_pg11.EEDPTagMode directly to 1 (Paul Menzel)
- PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() (King Dix)
- staging: media: imx: fix OF node leak in imx_media_add_of_subdevs() (Joe Hattori)
- mtd: hyperbus: hbmc-am654: fix an OF node reference leak (Joe Hattori)
- mtd: hyperbus: hbmc-am654: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- mtd: hyperbus: Make hyperbus_unregister_device() return void (Uwe Kleine-Konig)
- media: uvcvideo: Propagate buf-&gt;error to userspace (Ricardo Ribalda)
- media: camif-core: Add check for clk_enable() (Jiasheng Jiang)
- media: mipi-csis: Add check for clk_enable() (Jiasheng Jiang)
- media: i2c: ov9282: Correct the exposure offset (Dave Stevenson)
- media: i2c: imx412: Add missing newline to prints (Luca Weiss)
- media: marvell: Add check for clk_enable() (Jiasheng Jiang)
- PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy() (Zijun Hu)
- media: lmedm04: Handle errors for lme2510_int_read (Chen Ni)
- media: rc: iguanair: handle timeouts (Oliver Neukum)
- efi: sysfb_efi: fix W=1 warnings when EFI is not set (Randy Dunlap)
- of: reserved-memory: Do not make kmemleak ignore freed address (Zijun Hu)
- memblock: drop memblock_free_early_nid() and memblock_free_early() (Mike Rapoport)
- xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer (Mike Rapoport)
- RDMA/mlx5: Fix indirect mkey ODP page count (Michael Guralnik)
- RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults (Michael Guralnik)
- fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device() (Joe Hattori)
- ARM: dts: mediatek: mt7623: fix IR nodename (Rafal Milecki)
- arm64: dts: qcom: sdm845: Fix interrupt types of camss interrupts (Vladimir Zapolskiy)
- arm64: dts: qcom: sm8150-microsoft-surface-duo: fix typos in da7280 properties (Neil Armstrong)
- arm64: dts: qcom: sm8350: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: sm8250: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: sm6125: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: sc7280: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: msm8994: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: msm8916: correct sleep clock frequency (Dmitry Baryshkov)
- arm64: dts: qcom: msm8994: Describe USB interrupts (Konrad Dybcio)
- arm64: dts: qcom: msm8996: Fix up USB3 interrupts (Konrad Dybcio)
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Drop pp3300_panel voltage settings (Chen-Yu Tsai)
- memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code() (Joe Hattori)
- memory: tegra20-emc: Support matching timings by LPDDR2 configuration (Dmitry Osipenko)
- memory: Add LPDDR2-info helpers (Dmitry Osipenko)
- arm64: dts: mediatek: mt8183: willow: Support second source touchscreen (Hsin-Te Yuan)
- arm64: dts: mediatek: mt8183: kenzo: Support second source touchscreen (Hsin-Te Yuan)
- arm64: dts: mediatek: mt8173-evb: Fix MT6397 PMIC sub-node names (Chen-Yu Tsai)
- arm64: dts: mediatek: mt8173-elm: Fix MT6397 PMIC sub-node names (Chen-Yu Tsai)
- arm64: dts: mediatek: mt8173-elm: Drop regulator-compatible property (Chen-Yu Tsai)
- arm64: dts: mediatek: mt8173-evb: Drop regulator-compatible property (Chen-Yu Tsai)
- rdma/cxgb4: Prevent potential integer overflow on 32bit (Dan Carpenter)
- RDMA/mlx4: Avoid false error about access to uninitialized gids array (Leon Romanovsky)
- arm64: dts: mediatek: mt8516: reserve 192 KiB for TF-A (Val Packett)
- arm64: dts: mediatek: mt8516: add i2c clock-div property (Val Packett)
- arm64: dts: mediatek: mt8516: remove 2 invalid i2c clocks (Fabien Parent)
- arm64: dts: mediatek: mt8516: fix wdt irq type (Val Packett)
- arm64: dts: mediatek: mt8516: fix GICv2 range (Val Packett)
- arm64: dts: mt8183: set DMIC one-wire mode on Damu (Hsin-Yi Wang)
- ARM: at91: pm: change BU Power Switch to automatic mode (Nicolas Ferre)
- padata: avoid UAF for reorder_work (Chen Ridong)
- padata: add pd get/put refcnt helper (Chen Ridong)
- padata: fix UAF in padata_reorder (Chen Ridong)
- bpf: Send signals asynchronously if !preemptible (Puranjay Mohan)
- perf report: Fix misleading help message about --demangle (Jiachen Zhang)
- perf top: Don't complain about lack of vmlinux when not resolving some kernel samples (Arnaldo Carvalho de Melo)
- padata: fix sysfs store callback check (Thomas Weissschuh)
- crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto() (Joe Hattori)
- crypto: hisilicon/sec2 - fix for aead invalid authsize (Wenkai Lin)
- crypto: hisilicon/sec2 - fix for aead icv error (Wenkai Lin)
- crypto: hisilicon/sec2 - optimize the error return process (Chenghai Huang)
- crypto: hisilicon/sec - delete redundant blank lines (Kai Ye)
- crypto: hisilicon/sec - add some comments for soft fallback (Kai Ye)
- ktest.pl: Remove unused declarations in run_bisect_test function (Ba Jing)
- ASoC: renesas: rz-ssi: Use only the proper amount of dividers (Claudiu Beznea)
- perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info() (Zhongqiu Han)
- perf header: Fix one memory leakage in process_bpf_prog_info() (Zhongqiu Han)
- perf header: Fix one memory leakage in process_bpf_btf() (Zhongqiu Han)
- ASoC: sun4i-spdif: Add clock multiplier settings (George Lander)
- libbpf: Fix segfault due to libelf functions not setting errno (Quentin Monnet)
- net/rose: prevent integer overflows in rose_setsockopt() (Nikita Zhandarovich)
- tcp_cubic: fix incorrect HyStart round start detection (Mahdi Arghavani)
- net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns() (Roger Quadros)
- netfilter: nft_flow_offload: update tcp state flags under lock (Florian Westphal)
- net: sched: Disallow replacing of child qdisc from one parent to another (Jamal Hadi Salim)
- net: avoid race between device unregistration and ethnl ops (Antoine Tenart)
- net/mlxfw: Drop hard coded max FW flash image size (Maher Sanalla)
- net: let net.core.dev_weight always be non-zero (Liu Jian)
- selftests/landlock: Fix error message (Mickael Salaun)
- clk: analogbits: Fix incorrect calculation of vco rate delta (Bo Gan)
- wifi: cfg80211: adjust allocation of colocated AP data (Dmitry Antipov)
- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (Ilan Peer)
- selftests: harness: fix printing of mismatch values in __EXPECT() (Dmitry V. Levin)
- cpufreq: ACPI: Fix max-frequency computation (Gautham R. Shenoy)
- wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO (WangYuli)
- landlock: Handle weird files (Mickael Salaun)
- landlock: Move filesystem helpers and add a new one (Mickael Salaun)
- net/smc: fix data error when recvmsg with MSG_PEEK flag (Guangguan Wang)
- wifi: wlcore: fix unbalanced pm_runtime calls (Andreas Kemnade)
- samples/landlock: Fix possible NULL dereference in parse_path() (Zichen Xie)
- regulator: of: Implement the unwind path of of_regulator_match() (Joe Hattori)
- team: prevent adding a device which is already a team device lower (Octavian Purdila)
- clk: imx8mp: Fix clkout1/2 support (Marek Vasut)
- cpufreq: schedutil: Fix superfluous updates caused by need_freq_update (Sultan Alsawaf (unemployed))
- leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata() (Joe Hattori)
- dt-bindings: mfd: bd71815: Fix rsense and typos (Matti Vaittinen)
- cpupower: fix TSC MHz calculation (He Rongguang)
- ACPI: fan: cleanup resources in the error path of .probe() (Joe Hattori)
- regulator: dt-bindings: mt6315: Drop regulator-compatible property (Chen-Yu Tsai)
- HID: multitouch: fix support for Goodix PID 0x01e9 (Jiri Kosina)
- Revert 'HID: multitouch: Add support for lenovo Y9000P Touchpad' (Jiri Kosina)
- HID: multitouch: Add support for lenovo Y9000P Touchpad (He Lugang)
- wifi: rtlwifi: pci: wait for firmware loading before releasing memory (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: fix memory leaks and invalid access at probe error path (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: destroy workqueue at rtl_deinit_core (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: remove unused check_buddy_priv (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: remove unused dualmac control leftovers (Dmitry Antipov)
- wifi: rtlwifi: remove unused timer and related code (Dmitry Antipov)
- rtlwifi: replace usage of found with dedicated list iterator variable (Jakob Koschel)
- dt-bindings: leds: class-multicolor: Fix path to color definitions (Geert Uytterhoeven)
- dt-bindings: leds: class-multicolor: reference class directly in multi-led node (Krzysztof Kozlowski)
- dt-bindings: leds: Add multicolor PWM LED bindings (Sven Schwermer)
- dt-bindings: leds: Optional multi-led unit address (Sven Schwermer)
- dt-bindings: leds: Add Qualcomm Light Pulse Generator binding (Bjorn Andersson)
- dt-bindings: Another pass removing cases of 'allOf' containing a '' (Rob Herring)
- spi: dt-bindings: add schema listing peripheral-specific properties (Pratyush Yadav)
- dt-bindings: mmc: controller: clarify the address-cells description (Neil Armstrong)
- spi: zynq-qspi: Add check for clk_enable() (Mingwei Zheng)
- wifi: rtlwifi: usb: fix workqueue leak when probe fails (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: fix init_sw_vars leak when probe fails (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: wait for firmware loading before releasing memory (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: rtl8192se: rise completion of firmware loading as last step (Thadeu Lima de Souza Cascardo)
- wifi: rtlwifi: do not complete firmware loading needlessly (Thadeu Lima de Souza Cascardo)
- ipmi: ipmb: Add check devm_kasprintf() returned value (Charles Han)
- genirq: Make handle_enforce_irqctx() unconditionally available (Thomas Gleixner)
- drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table (Ivan Stepchenko)
- HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections (Alan Stern)
- drm/etnaviv: Fix page property being used for non writecombine buffers (Sui Jingfeng)
- sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat (Peter Zijlstra)
- sched/psi: Use task-&gt;psi_flags to clear in CPU migration (Chengming Zhou)
- afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call (David Howells)
- select: Fix unbalanced user_access_end() (Christophe Leroy)
- partitions: ldm: remove the initial kernel-doc notation (Randy Dunlap)
- nvme: Add error check for xa_store in nvme_get_effects_log (Keisuke Nishimura)
- pstore/blk: trivial typo fixes (Eugen Hristev)
- nbd: don't allow reconnect after disconnect (Yu Kuai)
- block: retry call probe after request_module in blk_request_module (Yang Erkun)
- block: deprecate autoloading based on dev_t (Christoph Hellwig)
- fs: fix proc_handler for sysctl_nr_open (Jinliang Zheng)
- fs: move fs stat sysctls to file_table.c (Luis Chamberlain)
- fs: move inode sysctls to its own file (Luis Chamberlain)
- sysctl: share unsigned long const values (Luis Chamberlain)
- sysctl: use const for typically used max/min proc sysctls (Xiaoming Ni)
- hung_task: move hung_task sysctl interface to hung_task.c (Xiaoming Ni)
- afs: Fix directory format encoding struct (David Howells)
- afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY (David Howells)
- uek-rpm: switch to new secureboot certificates and upgrade shim (Samasth Norway Ananda)  [Orabug: 37764001]

[5.15.0-308.178.1]
- perf dso: fix dso__is_kallsyms() check (Stephen Brennan)  [Orabug: 37709864]
- scsi: storvsc: Set correct data length for sending SCSI command without payload (Long Li)  [Orabug: 37681137]
- dyndbg: export ddebug_add_module/ddebug_remove_module (Julian Pidancet)  [Orabug: 37629344]
- kallsyms: add module_kallsyms_on_each_symbol_locked (Julian Pidancet)  [Orabug: 37629344]
- kallsyms: export module_kallsyms_on_each_symbol (Julian Pidancet)  [Orabug: 37629344]
- rds: ib: Make traffic_class visible to user-space (Hakon Bugge)  [Orabug: 37350892]
- rds: ib: Remove incorrect update of the path record sl and qos_class fields (Hakon Bugge)  [Orabug: 37350892]
- selftest/vm: Add -O2 in CFLAGS to Makefile to avoid possible failure (Yifei Liu)  [Orabug: 37197150]

[5.15.0-307.178.5]
- net/mlx5: DR, prevent potential error pointer dereference (Dan Carpenter)  [Orabug: 37434242]  {CVE-2024-56660}
- uek-rpm: Set CONFIG_IP6_NF_IPTABLES for ol9/ol8 container kernels (Jonah Palmer)  [Orabug: 37703179]
- net: hsr: fix fill_frame_info() regression vs VLAN packets (Eric Dumazet)
- f2fs: Introduce linear search for dentries (Daniel Lee)
- tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind (Marco Leogrande)
- net: loopback: Avoid sending IP packets without an Ethernet header (Ido Schimmel)
- x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 (Andrew Cooper)
- sched: sch_cake: add bounds checks to host bulk flow fairness counts (Toke Hoiland-Jorgensen)
- usb: atm: cxacru: fix a flaw in existing endpoint checks (Nikita Zhandarovich)
- x86/xen: fix xen_hypercall_hvm() to not clobber %rbx (Juergen Gross)
- x86/xen: add FRAME_END to xen_hypercall_hvm() (Juergen Gross)
- ocfs2: fix incorrect CPU endianness conversion causing mount failure (Heming Zhao)
- usb: dwc3: Set SUSPENDENABLE soon after phy init (Thinh Nguyen)
- Revert 'btrfs: avoid monopolizing a core when activating a swap file' (Koichiro Den)
- Revert 'media: uvcvideo: Require entities to have a non-zero unique ID' (Thadeu Lima de Souza Cascardo)
- netem: Update sch-&gt;q.qlen before qdisc_tree_reduce_backlog() (Cong Wang)

[5.15.0-307.178.4]
- LTS version: v5.15.178 (Vijayendra Suman)
- Input: xpad - add support for wooting two he (arm) (Jack Greiner)
- Input: xpad - add unofficial Xbox 360 wireless receiver clone (Nilton Perim Neto)
- Input: atkbd - map F23 key to support default copilot shortcut (Mark Pearson)
- ALSA: usb-audio: Add delay quirk for USB Audio Device (Lianqin Hu)
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (Qasim Ijaz)
- wifi: iwlwifi: add a few rate index validity checks (Anjaneyulu)
- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service (Easwar Hariharan)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() (Ido Schimmel)
- platform/chrome: cros_ec_typec: Check for EC driver (Akihiko Odaki)
- fs/ntfs3: Additional check in ntfs_file_release (Konstantin Komarov)
- Bluetooth: RFCOMM: Fix not validating setsockopt user input (Luiz Augusto von Dentz)
- Bluetooth: SCO: Fix not validating setsockopt user input (Luiz Augusto von Dentz)
- vfio/platform: check the bounds of read/write syscalls (Alex Williamson)
- net: sched: fix ets qdisc OOB Indexing (Jamal Hadi Salim)
- gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag (Andreas Gruenbacher)
- mptcp: don't always assume copied data in mptcp_cleanup_rbuf() (Paolo Abeni)
- regmap: detach regmap from dev on regmap_exit (Cosmin Tanislav)
- ASoC: samsung: Add missing depends on I2C (Charles Keepax)
- irqchip/sunxi-nmi: Add missing SKIP_WAKE flag (Philippe Simons)
- scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request (Xiang Zhang)
- seccomp: Stub for !CONFIG_SECCOMP (Linus Walleij)
- ASoC: samsung: Add missing selects for MFD_WM8994 (Charles Keepax)
- ASoC: wm8994: Add depends on MFD core (Charles Keepax)

[5.15.0-307.177.3]
- jbd2: increase maximum transaction size (Jan Kara)  [Orabug: 37688920]
- net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5e: Always start IPsec sequence number from 1 (Leon Romanovsky)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Add support for clock_measure performance block (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Add support for monitoring cycle count (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: incorrect type in assignment (Pei Xiao)  [Orabug: 37534698]
- net/mlx5e: Disable loopback self-test on multi-PF netdev (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5: Unregister notifier on eswitch init failure (Cosmin Ratiu)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling (Michal Wilczynski)  [Orabug: 37534698]
- net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice (Jianbo Liu)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: fix lockdep warning (Luiz Capitulino)  [Orabug: 37534698]
- net/mlx5: Fix bridge mode operations when there are no VFs (Benjamin Poirier)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add hw_reset() support for BlueField-3 SoC (Liming Sun)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: add dwcmshc_pltfm_data (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: factor out code into dwcmshc_rk35xx_init (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: factor out code for th1520_init() (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: move two rk35xx functions (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: add common bulk optional clocks support (Chen Wang)  [Orabug: 37534698]
- net/mlx5e: Take state lock during tx timeout reporter (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5: SD, Do not query MPIR register if no sd_group (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Always drain health in shutdown callback (Shay Drory)  [Orabug: 37534698]
- mmc: dw_mmc-bluefield: Add support for eMMC HW reset (Liming Sun)  [Orabug: 37534698]
- mmc: dw_mmc: Add support for platform specific eMMC HW reset (Liming Sun)  [Orabug: 37534698]
- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5e: SHAMPO, Fix incorrect page release (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5: Do not query MPIR on embedded CPU function (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Reload only IB representors upon lag disable/enable (Maher Sanalla)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200X (Jisheng Zhang)  [Orabug: 37534698]
- macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst (Rahul Rameshbabu)  [Orabug: 37534698]
- macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads (Rahul Rameshbabu)  [Orabug: 37534698]
- net/mlx5e: Prevent deadlock while disabling aRFS (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5e: Use channel mdev reference instead of global mdev instance for coalescing (Rahul Rameshbabu)  [Orabug: 37534698]
- net/mlx5: SD, Handle possible devcom ERR_PTR (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdev (Tariq Toukan)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support (Sergey Khimich)  [Orabug: 37534698]
- mmc: cqhci: Add cqhci set_tran_desc() callback (Sergey Khimich)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: fix signedness bugs (Dan Carpenter)  [Orabug: 37534698]
- net/mlx5e: Create EN core HW resources for all secondary devices (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5e: Create single netdev per SD group (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Add debugfs (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Add informative prints in kernel log (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement steering for primary and secondaries (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement devcom communication and primary election (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement basic query and instantiation (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Introduce SD lib (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Add MPIR bit in mcam_access_reg (Tariq Toukan)  [Orabug: 37534698]
- lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg (David Gow)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocks (Luiz Capitulino)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optional (Luiz Capitulino)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002 (Jisheng Zhang)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Cleanup signed/unsigned mix-up (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Replace uintN_t with kernel-style types (Shravan Kumar Ramani)  [Orabug: 37534698]
- net: macsec: revert the MAC address if mdo_upd_secy fails (Radu Pirea (NXP OSS))  [Orabug: 37534698]
- net: macsec: documentation for macsec_context and macsec_ops (Radu Pirea (NXP OSS))  [Orabug: 37534698]
- fortify: Do not cast to 'unsigned char' (Kees Cook)  [Orabug: 37534698]
- fortify: Use SIZE_MAX instead of (size_t)-1 (Kees Cook)  [Orabug: 37534698]
- fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL (Kees Cook)  [Orabug: 37534698]
- mmc: dw_mmc: Add driver callbacks for data read timeout (Marten Lindahl)  [Orabug: 37534698]
- mmc: dw_mmc-exynos: Add support for ARTPEC-8 (Marten Lindahl)  [Orabug: 37534698]
- mmc: dw_mmc: clean up a debug message (Dan Carpenter)  [Orabug: 37534698]
- mmc: dw_mmc: exynos: use common_caps (John Keeping)  [Orabug: 37534698]
- mmc: dw_mmc: add common capabilities to replace caps (John Keeping)  [Orabug: 37534698]
- mmc: dw_mmc: Allow lower TMOUT value than maximum (Marten Lindahl)  [Orabug: 37534698]
- rds: Make sure transmit path and connection tear-down does not run concurrently (Hakon Bugge)  [Orabug: 36441944]
- ice: always add legacy 32byte RXDID in supported_rxdids (Michal Schmidt)  [Orabug: 36252756]
- ice: virtchnl rss hena support (Md Fahad Iqbal Polash)  [Orabug: 36252756]
- ice: Add support Flex RXD (Michal Jaron)  [Orabug: 36252756]

[5.15.0-307.177.2]
- uek-rpm: Enable CONFIG_MICROSOFT_MANA as module in aarch64 (Vijayendra Suman)  [Orabug: 37647393]
- rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY feature (Alexandre Belloni)  [Orabug: 37631796]
- thermal: core: Drop excessive lockdep_assert_held() calls (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: core: Introduce thermal_cooling_device_update() (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: core: Introduce thermal_cooling_device_present() (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: sysfs: Reuse cdev-&gt;max_state (Viresh Kumar)  [Orabug: 37631796]
- rtc: efi: Enable SET/GET WAKEUP services as optional (Shanker Donthineni)  [Orabug: 37631796]
- rtc: efi: Add wakeup support (Riwen Lu)  [Orabug: 37631796]
- rtc: efi: switch to RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add BSM parameter (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add correction parameter (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add parameter ioctl (Alexandre Belloni)  [Orabug: 37631796]
- rtc: expose correction feature (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add alarm related features (Alexandre Belloni)  [Orabug: 37631796]
- rtc: efi: switch to devm_rtc_allocate_device (Alexandre Belloni)  [Orabug: 37631796]
- cgroup: Make operations on the cgroup root_list RCU safe (Yafang Shao)  [Orabug: 37621589]
- rds: ib: Avoid sleeping function inside RCU region by using sampled values instead (Hakon Bugge)  [Orabug: 37586089]
- bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (Michael Chan)  [Orabug: 37434220]  {CVE-2024-56656}
- bnxt_en: Fix receive ring space parameters when XDP is active (Shravya KN)  [Orabug: 37433562]  {CVE-2024-53209}
- bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (Aleksandr Mishin)  [Orabug: 37070333]  {CVE-2024-40919}
- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (Vikas Gupta)  [Orabug: 37070270]  {CVE-2024-35972}
- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (Somnath Kotur)  [Orabug: 37070266]  {CVE-2024-44984}

[5.15.0-307.177.1]
- nvmet: always initialize cqe.result (Daniel Wagner) [Orabug: 36897348] {CVE-2024-41079}
- nvmet-auth: complete a request only after freeing the dhchap pointers (Maurizio Lombardi) [Orabug: 36897348] {CVE-2024-41079}
- scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info (Justin Tee) [Orabug: 37116505] {CVE-2024-46842}
- netdevsim: use cond_resched() in nsim_dev_trap_report_work() (Eric Dumazet) [Orabug: 37264120] {CVE-2024-50155}
- nvmet-auth: assign dh_key to NULL after kfree_sensitive (Vitaliy Shevtsov) [Orabug: 37268555] {CVE-2024-50215}
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (Oleksij Rempel) [Orabug: 37433573] {CVE-2024-53213}
- PCI/MSI: Handle lack of irqdomain gracefully (Thomas Gleixner) [Orabug: 37452651] {CVE-2024-56760}
- selftests: rtnetlink: update netdevsim ipsec output format (Hangbin Liu) [Orabug: 37547931]
- netdevsim: print human readable IP address (Hangbin Liu) [Orabug: 37547931]
- uek: kabi: Fix build error for HIDE_INCLUDE macro (Saeed Mirzamohammadi) [Orabug: 37619141]
- Add __init annotation to pensando_efi_mem_reserve (Joseph Dobosenski) [Orabug: 37619785]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20320.html" type="self" title="ELSA-2025-20320" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-25742.html" id="CVE-2024-25742" type="cve" title="CVE-2024-25742" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-25743.html" id="CVE-2024-25743" type="cve" title="CVE-2024-25743" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-25744.html" id="CVE-2024-25744" type="cve" title="CVE-2024-25744" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56583.html" id="CVE-2024-56583" type="cve" title="CVE-2024-56583" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">762c53654a0270192004ac552a4538c84638a6be3b737508be57433f9da14d79</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d0918688f066bcf56aac09409eef8856500b95e97ba97a7f51c943c3d35daa66</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2ecd334da2212e343f991a518bc45e65d4c9ff98d04779b24f86862b3005bb97</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">57684e473cace8db566632b285fe1ee029094b20735b62cf83aafb2b0203a5bb</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">07a7be73000bf32585c83488532adfd8d71989fbb6309a5d4e390565ef016e38</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ed3c2a17fb607de9d46eae1230186cafcd6acef997ee5771fe46b7d5a8e95dcb</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">23ea77c4208a6a54124cfc81f6377b46ae597c7a23b491d17e2b9b937bda8f18</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8395136154e210fa30fe5a163b37389b00db4866b722b790d17ae47a39333cec</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b75d825df2f16dcb16b39d3d9d61e9bf992ff689d9c0e3e4a00d954a2b267fbf</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6efaf8ee2fa1de5282299e6033c1e451f0ecfed604571c0b65cd3dfec279d6a</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f66ed5f82fd28f39334ba3ffe16fe4cf7dec52ffe82f21ffd31982178ec0c5ab</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.el8uek.noarch.rpm</filename>
          <sum type="sha256">edc8c848546999cd6ecf8ab607afc4621329d6e88346e86bb1565b4e1723a122</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6634f800504b4022ada1ea2857608138aeb747dfe1795962f7f294d888c20670</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.el8uek.src.rpm</filename>
          <sum type="sha256">0522a93ecfaae1e3e6789d4385628d79320c141e51a9df3cc47264fdf8c7908f</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ed68eb0dfe932a9644987aac13d2d4718a14342d6099cb43dfaa219ec8792145</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12211</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-03-14 00:00:00"/>
    <updated date="2024-03-14 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.1-1.el9]
- Release: 5.15.1-1: Fix for missing by-uuid link after mkfs (Anand Jain) 
- btrfs-progs: fix stray fd close in open_ctree_fs_info() (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: rename struct open_ctree_flags to open_ctree_args (Anand Jain)  [Orabug: 36214038]
- btrfs-progs: mkfs: keep file descriptors open during whole time (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: mkfs: run device preparation in parallel (Li Zhang)  [Orabug: 36214038]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12211.html" type="self" title="ELBA-2024-12211" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="libbtrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">7d8a2984b96995afb610b14b625a819f2b22dcbe0f4ad51cb752b97e2557f3b6</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">9716472ec59f2aa39bf4660224048e56ff30e5b44d0a7963296716822f1f8980</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1dfff64d56795292b174518593fa8d6e0a0e4351aee0061bf6e853a536fde023</sum>
        </package>
        <package name="btrfs-progs-devel" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">2d97c501afe9b6a941881234f0054f6ab29e02cedc0bbc6b1e5a7a8a2777fe1c</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-1.el8.src.rpm</filename>
          <sum type="sha256">437ede6377e05964eb321f5b2202d4a196f4aa94f3e9a238d02afe6cb5e2a07b</sum>
        </package>
        <package name="python3-btrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1a5c9aa5e9c08f741e5b0a1d2910de3bb6fe196a0fd3de726deee8747d802b0a</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12159</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-02-13 00:00:00"/>
    <updated date="2024-02-13 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-203.146.5.1]
- Revert 'selftests/bpf: Test tail call counting with bpf2bpf and data on stack' (Samasth Norway Ananda)  [Orabug: 36277693] 
- Revert 'tcp: fix excessive TLP and RACK timeouts from HZ rounding' (Sherry Yang)  [Orabug: 36277684]

[5.15.0-203.146.5]
- i2c: core: Fix atomic xfer check for non-preempt config (Benjamin Bara)  
- keys, dns: Fix missing size check of V1 server-list header (Edward Adam Davis)  
- wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ (Johannes Berg)  
- tracing/kprobes: Fix symbol counting logic by looking at modules as well (Andrii Nakryiko)

[5.15.0-203.146.4]
- rds: Handle pages in use when purging an RDS Message (Hakon Bugge)  [Orabug: 36054361] 
- rds: ib: Consolidate per-cpu free list for siblings (Hakon Bugge)  [Orabug: 35904643] 
- rds: ib: Make sure per-cpu recv cache structure is cache-line aligned (Hakon Bugge)  [Orabug: 35904643] 
- sched/fair: Fix tg-&gt;load when offlining a CPU (Vincent Guittot)  [Orabug: 36185206]

[5.15.0-203.146.3]
- thermal/of: Initialize trip points separately (Daniel Lezcano)  [Orabug: 36178522] 
- thermal/of: Use thermal trips stored in the thermal zone (Daniel Lezcano)  [Orabug: 36178522] 
- uek-container: strip symbols from vmlinux (Boris Ostrovsky)  [Orabug: 36170888] 
- KSPLICE: make sure the stack is zeroed. (Gregory Herrero)  [Orabug: 36155235] 
- nvme-tcp: don't access released socket during error recovery (Akinobu Mita)  [Orabug: 36127728] 
- vhost-vdpa: fix use after free in vhost_vdpa_probe() (Dan Carpenter)  [Orabug: 36072714] 
- vdpa_sim_blk: allocate the buffer zeroed (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim: implement .reset_map support (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa/mlx5: implement .reset_map driver op (Si-Wei Liu)  [Orabug: 36072714] 
- vhost-vdpa: clean iotlb map during reset for older userspace (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa: introduce .compat_reset operation callback (Si-Wei Liu)  [Orabug: 36072714] 
- vhost-vdpa: introduce IOTLB_PERSIST backend feature bit (Si-Wei Liu)  [Orabug: 36072714] 
- vhost-vdpa: reset vendor specific mapping to initial state in .release (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa: introduce .reset_map operation callback (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa: Update sysfs ABI documentation (Shawn.Shao)  [Orabug: 36072714] 
- mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK (Eugenio Perez)  [Orabug: 36072714] 
- vdpa/mlx5: Update cvq iotlb mapping on ASID change (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Make iotlb helper functions more generic (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Enable hw support for vq descriptor mapping (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Expose descriptor group mkey hw capability (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Introduce mr for vq descriptor (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Improve mr update flow (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Move mr mutex out of mr struct (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Allow creation/deletion of any given mr struct (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Rename mr destroy functions (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Collapse 'dvq' mr add/delete functions (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Take cvq iotlb lock during refresh (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Create helper function for dma mappings (Dragos Tatulea)  [Orabug: 36072714] 
- vhost-vdpa: uAPI to get dedicated descriptor group id (Si-Wei Liu)  [Orabug: 36072714] 
- vhost-vdpa: introduce descriptor group backend feature (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa: introduce dedicated descriptor group for virtqueue (Si-Wei Liu)  [Orabug: 36072714] 
- vdpa/mlx5: Fix firmware error on creation of 1k VQs (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Fix double release of debugfs entry (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK (Eugenio Perez)  [Orabug: 36072714] 
- vdpa: add get_backend_features vdpa operation (Eugenio Perez)  [Orabug: 36072714] 
- vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature (Eugenio Perez)  [Orabug: 36072714] 
- vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag (Eugenio Perez)  [Orabug: 36072714] 
- vdpa/mlx5: Remove unused function declarations (Yue Haibing)  [Orabug: 36072714] 
- vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary (Eugenio Perez)  [Orabug: 36072714] 
- vdpa/mlx5: Fix mr-&gt;initialized semantics (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa/mlx5: Correct default number of queues when MQ is on (Dragos Tatulea)  [Orabug: 36072714] 
- virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() (Gal Pressman)  [Orabug: 36072714] 
- vdpa: Enable strict validation for netlinks ops (Dragos Tatulea)  [Orabug: 36072714] 
- vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check (Lin Ma)  [Orabug: 36072714] 
- vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check (Lin Ma)  [Orabug: 36072714] 
- vdpa: Add features attr to vdpa_nl_policy for nlattr length check (Lin Ma)  [Orabug: 36072714] 
- virtio-vdpa: Fix unchecked call to NULL set_vq_affinity (Dragos Tatulea)  [Orabug: 36072714] 
- vhost_vdpa: tell vqs about the negotiated (Shannon Nelson)  [Orabug: 36072714] 
- vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister (Dragos Tatulea)  [Orabug: 36072714] 
- vhost: use kzalloc() instead of kmalloc() followed by memset() (Prathu Baronia)  [Orabug: 36072714] 
- vhost_vdpa: fix unmap process in no-batch mode (Cindy Lu)  [Orabug: 36072714] 
- vdpa_sim: move buffer allocation in the devices (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim_blk: add support for discard and write-zeroes (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim_blk: use dev_dbg() to print errors (Stefano Garzarella)  [Orabug: 36072714] 
- vringh: address kdoc warnings (Simon Horman)  [Orabug: 36072714] 
- vdpa: address kdoc warnings (Simon Horman)  [Orabug: 36072714] 
- vdpa_sim: add support for user VA (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim: replace the spinlock with a mutex to protect the state (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim: use kthread worker (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa_sim: make devices agnostic for work management (Stefano Garzarella)  [Orabug: 36072714] 
- vringh: support VA with iotlb (Stefano Garzarella)  [Orabug: 36072714] 
- fix 'direction' argument of iov_iter_{init,bvec}() (Al Viro)  [Orabug: 36072714] 
- vringh: define the stride used for translation (Stefano Garzarella)  [Orabug: 36072714] 
- vringh: replace kmap_atomic() with kmap_local_page() (Stefano Garzarella)  [Orabug: 36072714] 
- vhost-vdpa: use bind_mm/unbind_mm device callbacks (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa: add bind_mm/unbind_mm callbacks (Stefano Garzarella)  [Orabug: 36072714] 
- vringh: fix typos in the vringh_init_* documentation (Stefano Garzarella)  [Orabug: 36072714] 
- virtio-vdpa: Support interrupt affinity spreading mechanism (Xie Yongji)  [Orabug: 36072714] 
- vdpa: Add set/get_vq_affinity callbacks in vdpa_config_ops (Xie Yongji)  [Orabug: 36072714] 
- vdpa/mlx5: Avoid losing link state updates (Eli Cohen)  [Orabug: 36072714] 
- vdpa_sim_net: complete the initialization before register the device (Stefano Garzarella)  [Orabug: 36072714] 
- vdpa/mlx5: Add and remove debugfs in setup/teardown driver (Eli Cohen)  [Orabug: 36072714] 
- vdpa/mlx5: Add RX counters to debugfs (Eli Cohen)  [Orabug: 36072714] 
- vdpa/mlx5: Add debugfs subtree (Eli Cohen)  [Orabug: 36072714] 
- rds: Remove RDS FMR Code (William Kucharski)  [Orabug: 35445338]

[5.15.0-203.146.2]
- LTS version: v5.15.146 (Vijayendra Suman)  
- bpf: Fix prog_array_map_poke_run map poke update (Jiri Olsa)  
- device property: Allow const parameter to dev_fwnode() (Andy Shevchenko)  
- dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata() (Mikulas Patocka)  
- ring-buffer: Fix slowpath of interrupted event (Steven Rostedt (Google))  
- netfilter: nf_tables: skip set commit for deleted/destroyed sets (Pablo Neira Ayuso)  
- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() (Namjae Jeon)  
- ring-buffer: Remove useless update to write_stamp in rb_try_to_discard() (Steven Rostedt (Google))  
- tracing: Fix blocked reader of snapshot buffer (Steven Rostedt (Google))  
- ring-buffer: Fix wake ups when buffer_percent is set to 100 (Steven Rostedt (Google))  
- mm/filemap: avoid buffered read/write race to read inconsistent data (Baokun Li)  
- Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg (Hyunwoo Kim)  
- smb: client: fix OOB in smbCalcSize() (Paulo Alcantara)  
- smb: client: fix OOB in SMB2_query_info_init() (Paulo Alcantara)  
- iio: imu: adis16475: add spi_device_id table (Nuno Sa)  
- spi: Introduce spi_get_device_match_data() helper (Andy Shevchenko)  
- device property: Add const qualifier to device_get_match_data() parameter (Andy Shevchenko)  
- net: usb: ax88179_178a: avoid failed operations when device is disconnected (Jose Ignacio Tornos Martinez)  
- net: usb: ax88179_178a: wol optimizations (Justin Chen)  
- net: usb: ax88179_178a: clean up pm calls (Justin Chen)  
- usb: fotg210-hcd: delete an incorrect bounds test (Dan Carpenter)  
- ARM: dts: Fix occasional boot hang for am3 usb (Tony Lindgren)  
- ksmbd: fix wrong allocation size update in smb2_open() (Namjae Jeon)  
- ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack() (Namjae Jeon)  
- ksmbd: lazy v2 lease break on smb2_write() (Namjae Jeon)  
- ksmbd: send v2 lease break notification for directory (Namjae Jeon)  
- ksmbd: downgrade RWH lease caching state to RH for directory (Namjae Jeon)  
- ksmbd: set v2 lease capability (Namjae Jeon)  
- ksmbd: set epoch in create context v2 lease (Namjae Jeon)  
- ksmbd: have a dependency on cifs ARC4 (Namjae Jeon)  
- fuse: share lookup state between submount and its parent (Krister Johansen)  
- x86/alternatives: Sync core before enabling interrupts (Thomas Gleixner)  
- KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy (Marc Zyngier)  
- lib/vsprintf: Fix %pfwf when current node refcount == 0 (Herve Codina)  
- gpio: dwapb: mask/unmask IRQ when disable/enale it (xiongxin)  
- bus: ti-sysc: Flush posted write only after srst_udelay (Tony Lindgren)  
- tracing / synthetic: Disable events after testing in synth_event_gen_test_init() (Steven Rostedt (Google))  
- scsi: core: Always send batch on reset or error handling command (Alexander Atanasov)  
- dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp (Fabio Estevam)  
- net: ks8851: Fix TX stall caused by TX buffer overrun (Ronald Wahl)  
- net: rfkill: gpio: set GPIO direction (Rouven Czerwinski)  
- net: 9p: avoid freeing uninit memory in p9pdu_vreadf (Fedor Pchelkin)  
- Input: soc_button_array - add mapping for airplane mode button (Christoffer Sandberg)  
- Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE (Xiao Yao)  
- Bluetooth: L2CAP: Send reject on command corrupted request (Frederic Danis)  
- Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent (Luiz Augusto von Dentz)  
- USB: serial: option: add Quectel RM500Q R13 firmware support (Reinhard Speyerer)  
- USB: serial: option: add Foxconn T99W265 with new baseline (Slark Xiao)  
- USB: serial: option: add Quectel EG912Y module support (Alper Ak)  
- USB: serial: ftdi_sio: update Actisense PIDs constant names (Mark Glover)  
- wifi: cfg80211: fix certs build to not depend on file order (Johannes Berg)  
- wifi: cfg80211: Add my certificate (Chen-Yu Tsai)  
- ALSA: usb-audio: Increase delay in MOTU M quirk (Jeremie Knuesel)  
- iio: triggered-buffer: prevent possible freeing of wrong buffer (David Lechner)  
- iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma() (Wadim Egorov)  
- iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time table (Javier Carrasco)  
- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (Wei Yongjun)  
- Input: ipaq-micro-keys - add error handling for devm_kmemdup (Haoran Liu)  
- iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw (Su Hui)  
- interconnect: Treat xlate() returning NULL node as an error (Mike Tipton)  
- smb: client: fix OOB in smb2_query_reparse_point() (Paulo Alcantara)  
- smb: client: fix NULL deref in asn1_ber_decoder() (Paulo Alcantara)  
- drm/i915: Fix intel_atomic_setup_scalers() plane_state handling (Ville Syrjala)  
- drm/i915: Relocate intel_atomic_setup_scalers() (Ville Syrjala)  
- drm/i915/mtl: limit second scaler vertical scaling in ver &gt;= 14 (Luca Coelho)  
- ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE (Namjae Jeon)  
- gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl() (Kent Gibson)  
- pinctrl: at91-pio4: use dedicated lock class for IRQ (Alexis Lothore)  
- i2c: aspeed: Handle the coalesced stop conditions with the start conditions. (Quan Nguyen)  
- ASoC: hdmi-codec: fix missing report for jack initial status (Jerome Brunet)  
- afs: Fix use-after-free due to get/remove race in volume tree (David Howells)  
- afs: Use refcount_t rather than atomic_t (David Howells)  
- afs: Fix overwriting of result of DNS query (David Howells)  
- keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry (David Howells)  
- net: check dev-&gt;gso_max_size in gso_features_check() (Eric Dumazet)  
- afs: Fix dynamic root lookup DNS check (David Howells)  
- afs: Fix the dynamic root's d_delete to always delete unused dentries (David Howells)  
- net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by_dev() (Liu Jian)  
- net: mana: select PAGE_POOL (Yury Norov)  
- net/rose: fix races in rose_kill_by_device() (Eric Dumazet)  
- ethernet: atheros: fix a memleak in atl1e_setup_ring_resources (Zhipeng Lu)  
- net: sched: ife: fix potential use-after-free (Eric Dumazet)  
- net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors (Rahul Rameshbabu)  
- net/mlx5: Fix fw tracer first block check (Moshe Shemesh)  
- net/mlx5e: fix a potential double-free in fs_udp_create_groups (Dinghao Liu)  
- net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list() (Shifeng Li)  
- Revert 'net/mlx5e: fix double free of encap_header' (Vlad Buslov)  
- Revert 'net/mlx5e: fix double free of encap_header in update funcs' (Vlad Buslov)  
- wifi: mac80211: mesh_plink: fix matches_local logic (Johannes Berg)  
- wifi: iwlwifi: pcie: add another missing bh-disable for rxq-&gt;lock (Johannes Berg)  
- s390/vx: fix save/restore of fpu kernel context (Heiko Carstens)  
- reset: Fix crash when freeing non-existent optional resets (Geert Uytterhoeven)  
- ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init (Kunwu Chan)  
- LTS version: v5.15.145 (Vijayendra Suman)  
- kasan: disable kasan_non_canonical_hook() for HW tags (Arnd Bergmann)  
- tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols (Francis Laniel)  
- Revert 'drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers' (Amit Pundir)  
- Revert 'drm/bridge: lt9611uxc: Register and attach our DSI device at probe' (Amit Pundir)  
- Revert 'drm/bridge: lt9611uxc: fix the race in the error path' (Amit Pundir)  
- ksmbd: don't update -&gt;op_state as OPLOCK_STATE_NONE on error (Namjae Jeon)  
- ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId (Namjae Jeon)  
- ksmbd: release interim response after sending status pending response (Namjae Jeon)  
- ksmbd: move oplock handling after unlock parent dir (Namjae Jeon)  
- ksmbd: separately allocate ci per dentry (Namjae Jeon)  
- ksmbd: fix possible deadlock in smb2_open (Namjae Jeon)  
- ksmbd: prevent memory leak on error return (Zongmin Zhou)  
- ksmbd: handle malformed smb1 message (Namjae Jeon)  
- ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked() (Namjae Jeon)  
- ksmbd: no need to wait for binded connection termination at logoff (Namjae Jeon)  
- ksmbd: add support for surrogate pair conversion (Namjae Jeon)  
- ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev() (Kangjing Huang)  
- ksmbd: fix recursive locking in vfs helpers (Marios Makassikis)  
- ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr() (Namjae Jeon)  
- ksmbd: reorganize ksmbd_iov_pin_rsp() (Namjae Jeon)  
- ksmbd: Remove unused field in ksmbd_user struct (Cheng-Han Wu)  
- ksmbd: fix potential double free on smb2_read_pipe() error path (Namjae Jeon)  
- ksmbd: fix Null pointer dereferences in ksmbd_update_fstate() (Namjae Jeon)  
- ksmbd: fix wrong error response status by using set_smb2_rsp_status() (Namjae Jeon)  
- ksmbd: fix race condition between tree conn lookup and disconnect (Namjae Jeon)  
- ksmbd: fix race condition from parallel smb2 lock requests (Namjae Jeon)  
- ksmbd: fix race condition from parallel smb2 logoff requests (Namjae Jeon)  
- ksmbd: fix race condition with fp (Namjae Jeon)  
- ksmbd: fix race condition between session lookup and expire (Namjae Jeon)  
- ksmbd: check iov vector index in ksmbd_conn_write() (Namjae Jeon)  
- ksmbd: return invalid parameter error response if smb2 request is invalid (Namjae Jeon)  
- ksmbd: fix passing freed memory 'aux_payload_buf' (Namjae Jeon)  
- ksmbd: remove unneeded mark_inode_dirty in set_info_sec() (Namjae Jeon)  
- ksmbd: remove experimental warning (Steve French)  
- ksmbd: add missing calling smb2_set_err_rsp() on error (Namjae Jeon)  
- ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() (Namjae Jeon)  
- ksmbd: Fix one kernel-doc comment (Yang Li)  
- ksmbd: reduce descriptor size if remaining bytes is less than request size (Namjae Jeon)  
- ksmbd: fix force create mode' and force directory mode' (Atte Heikkila)  
- ksmbd: fix wrong interim response on compound (Namjae Jeon)  
- ksmbd: add support for read compound (Namjae Jeon)  
- ksmbd: switch to use kmemdup_nul() helper (Yang Yingliang)  
- ksmbd: fix out of bounds in init_smb2_rsp_hdr() (Namjae Jeon)  
- ksmbd: validate session id and tree id in compound request (Namjae Jeon)  
- ksmbd: check if a mount point is crossed during path lookup (Namjae Jeon)  
- ksmbd: Fix unsigned expression compared with zero (Wang Ming)  
- ksmbd: Replace one-element array with flexible-array member (Gustavo A. R. Silva)  
- ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect() (Gustavo A. R. Silva)  
- ksmbd: add missing compound request handing in some commands (Namjae Jeon)  
- ksmbd: fix out of bounds read in smb2_sess_setup (Namjae Jeon)  
- ksmbd: Replace the ternary conditional operator with min() (Lu Hongfei)  
- ksmbd: use kvzalloc instead of kvmalloc (Namjae Jeon)  
- ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void (Lu Hongfei)  
- ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked() (Namjae Jeon)  
- ksmbd: use kzalloc() instead of __GFP_ZERO (Namjae Jeon)  
- ksmbd: remove unused ksmbd_tree_conn_share function (Namjae Jeon)  
- ksmbd: add mnt_want_write to ksmbd vfs functions (Namjae Jeon)  
- ksmbd: validate smb request protocol id (Namjae Jeon)  
- ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop (Namjae Jeon)  
- ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() (Namjae Jeon)  
- ksmbd: fix out-of-bound read in parse_lease_state() (Namjae Jeon)  
- ksmbd: fix out-of-bound read in deassemble_neg_contexts() (Namjae Jeon)  
- ksmbd: call putname after using the last component (Namjae Jeon)  
- ksmbd: fix UAF issue from opinfo-&gt;conn (Namjae Jeon)  
- ksmbd: fix multiple out-of-bounds read during context decoding (Kuan-Ting Chen)  
- ksmbd: fix uninitialized pointer read in smb2_create_link() (Namjae Jeon)  
- ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename() (Namjae Jeon)  
- ksmbd: fix racy issue under cocurrent smb2 tree disconnect (Namjae Jeon)  
- ksmbd: fix racy issue from smb2 close and logoff with multichannel (Namjae Jeon)  
- ksmbd: block asynchronous requests when making a delay on session setup (Namjae Jeon)  
- ksmbd: destroy expired sessions (Namjae Jeon)  
- ksmbd: fix racy issue from session setup and logoff (Namjae Jeon)  
- ksmbd: fix racy issue from using -&gt;d_parent and -&gt;d_name (Namjae Jeon)  
- fs: introduce lock_rename_child() helper (Al Viro)  
- ksmbd: remove unused compression negotiate ctx packing (David Disseldorp)  
- ksmbd: avoid duplicate negotiate ctx offset increments (David Disseldorp)  
- ksmbd: set NegotiateContextCount once instead of every inc (David Disseldorp)  
- ksmbd: avoid out of bounds access in decode_preauth_ctxt() (David Disseldorp)  
- ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr (Namjae Jeon)  
- ksmbd: delete asynchronous work from list (Namjae Jeon)  
- ksmbd: remove unused is_char_allowed function (Tom Rix)  
- ksmbd: fix wrong signingkey creation when encryption is AES256 (Namjae Jeon)  
- ksmbd: fix possible memory leak in smb2_lock() (Hangyu Hua)  
- ksmbd: Fix parameter name and comment mismatch (Jiapeng Chong)  
- ksmbd: Fix spelling mistake 'excceed' -&gt; 'exceeded' (Colin Ian King)  
- ksmbd: update Kconfig to note Kerberos support and fix indentation (Steve French)  
- ksmbd: Remove duplicated codes (Dawei Li)  
- ksmbd: fix typo, syncronous-&gt;synchronous (Dawei Li)  
- ksmbd: Implements sess-&gt;rpc_handle_list as xarray (Dawei Li)  
- ksmbd: Implements sess-&gt;ksmbd_chann_list as xarray (Dawei Li)  
- ksmbd: send proper error response in smb2_tree_connect() (Marios Makassikis)  
- ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs (ye xingchen)  
- ksmbd: Fix resource leak in smb2_lock() (Marios Makassikis)  
- ksmbd: use F_SETLK when unlocking a file (Jeff Layton)  
- ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share (Namjae Jeon)  
- ksmbd: replace one-element arrays with flexible-array members (Gustavo A. R. Silva)  
- ksmbd: validate share name from share config response (Atte Heikkila)  
- ksmbd: call ib_drain_qp when disconnected (Namjae Jeon)  
- ksmbd: make utf-8 file name comparison work in __caseless_lookup() (Atte Heikkila)  
- ksmbd: hide socket error message when ipv6 config is disable (Namjae Jeon)  
- ksmbd: reduce server smbdirect max send/receive segment sizes (Tom Talpey)  
- ksmbd: decrease the number of SMB3 smbdirect server SGEs (Tom Talpey)  
- ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob (Namjae Jeon)  
- ksmbd: fix encryption failure issue for session logoff response (Namjae Jeon)  
- ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response (Namjae Jeon)  
- ksmbd: set file permission mode to match Samba server posix extension behavior (Namjae Jeon)  
- ksmbd: change security id to the one samba used for posix extension (Namjae Jeon)  
- ksmbd: casefold utf-8 share names and fix ascii lowercase conversion (Atte Heikkila)  
- ksmbd: remove generic_fillattr use in smb2_open() (Namjae Jeon)  
- ksmbd: constify struct path (Al Viro)  
- ksmbd: don't open-code %pD (Al Viro)  
- ksmbd: don't open-code file_path() (Al Viro)  
- ksmbd: remove unnecessary generic_fillattr in smb2_open (Hyunchul Lee)  
- ksmbd: request update to stale share config (Atte Heikkila)  
- ksmbd: use wait_event instead of schedule_timeout() (Namjae Jeon)  
- ksmbd: remove unused ksmbd_share_configs_cleanup function (Namjae Jeon)  
- ksmbd: remove duplicate flag set in smb2_write (Hyunchul Lee)  
- ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used (Christophe JAILLET)  
- ksmbd: smbd: relax the count of sges required (Hyunchul Lee)  
- ksmbd: smbd: fix connection dropped issue (Hyunchul Lee)  
- ksmbd: Fix some kernel-doc comments (Yang Li)  
- ksmbd: fix wrong smbd max read/write size check (Namjae Jeon)  
- ksmbd: smbd: handle multiple Buffer descriptors (Hyunchul Lee)  
- ksmbd: smbd: change the return value of get_sg_list (Hyunchul Lee)  
- ksmbd: smbd: simplify tracking pending packets (Hyunchul Lee)  
- ksmbd: smbd: introduce read/write credits for RDMA read/write (Hyunchul Lee)  
- ksmbd: smbd: change prototypes of RDMA read/write related functions (Hyunchul Lee)  
- ksmbd: validate length in smb2_write() (Namjae Jeon)  
- ksmbd: remove filename in ksmbd_file (Namjae Jeon)  
- smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_common (Steve French)  
- ksmbd: replace usage of found with dedicated list iterator variable (Jakob Koschel)  
- ksmbd: Remove a redundant zeroing of memory (Christophe JAILLET)  
- ksmbd: shorten experimental warning on loading the module (Steve French)  
- ksmbd: store fids as opaque u64 integers (Paulo Alcantara (SUSE))  
- ksmbd: use netif_is_bridge_port (Tobias Klauser)  
- ksmbd: add support for key exchange (Namjae Jeon)  
- ksmbd: smbd: validate buffer descriptor structures (Hyunchul Lee)  
- ksmbd: smbd: fix missing client's memory region invalidation (Hyunchul Lee)  
- ksmbd: add smb-direct shutdown (Namjae Jeon)  
- ksmbd: smbd: change the default maximum read/write, receive size (Hyunchul Lee)  
- ksmbd: smbd: create MR pool (Hyunchul Lee)  
- ksmbd: smbd: call rdma_accept() under CM handler (Hyunchul Lee)  
- ksmbd: set 445 port to smbdirect port by default (Namjae Jeon)  
- ksmbd: register ksmbd ib client with ib_register_client() (Hyunchul Lee)  
- ksmbd: Fix smb2_get_name() kernel-doc comment (Yang Li)  
- ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry() (Yang Li)  
- ksmbd: Fix smb2_set_info_file() kernel-doc comment (Yang Li)  
- ksmbd: Fix buffer_check_err() kernel-doc comment (Yang Li)  
- ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO (Namjae Jeon)  
- ksmbd: Remove unused fields from ksmbd_file struct definition (Marios Makassikis)  
- ksmbd: Remove unused parameter from smb2_get_name() (Marios Makassikis)  
- ksmbd: use oid registry functions to decode OIDs (Hyunchul Lee)  
- ksmbd: change LeaseKey data type to u8 array (Namjae Jeon)  
- ksmbd: remove smb2_buf_length in smb2_transform_hdr (Namjae Jeon)  
- ksmbd: remove smb2_buf_length in smb2_hdr (Namjae Jeon)  
- ksmbd: remove md4 leftovers (Namjae Jeon)  
- ksmbd: Remove redundant 'flush_workqueue()' calls (Christophe JAILLET)  
- ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon() (Ralph Boehme)  
- LTS version: v5.15.144 (Vijayendra Suman)  
- r8152: fix the autosuspend doesn't work (Hayes Wang)  
- r8152: remove rtl_vendor_mode function (Hayes Wang)  
- r8152: avoid to change cfg for all devices (Hayes Wang)  
- powerpc/ftrace: Fix stack teardown in ftrace_no_trace (Naveen N Rao)  
- powerpc/ftrace: Create a dummy stackframe to fix stack unwind (Naveen N Rao)  
- RDMA/irdma: Prevent zero-length STAG registration (Christopher Bednarz) [Orabug: 36155612] {CVE-2023-25775}
- USB: gadget: core: adjust uevent timing on gadget unbind (Roy Luo)  
- ring-buffer: Do not try to put back write_stamp (Steven Rostedt (Google))  
- ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs (Steven Rostedt (Google))  
- ring-buffer: Fix writing to the buffer with max_data_size (Steven Rostedt (Google))  
- ring-buffer: Have saved event hold the entire event (Steven Rostedt (Google))  
- ring-buffer: Do not update before stamp when switching sub-buffers (Steven Rostedt (Google))  
- tracing: Update snapshot buffer on resize if it is allocated (Steven Rostedt (Google))  
- ring-buffer: Fix memory leak of free page (Steven Rostedt (Google))  
- drm/amdgpu/sdma5.2: add begin/end_use ring callbacks (Alex Deucher)  
- team: Fix use-after-free when an option instance allocation fails (Florent Revest)  
- arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify (James Houghton)  
- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS (Baokun Li)  
- soundwire: stream: fix NULL pointer dereference for multi_link (Krzysztof Kozlowski)  
- btrfs: do not allow non subvolume root targets for snapshot (Josef Bacik)  
- HID: hid-asus: add const to read-only outgoing usb buffer (Denis Benato)  
- net: usb: qmi_wwan: claim interface 4 for ZTE MF290 (Lech Perczak)  
- asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation (Linus Torvalds)  
- HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad (Aoba K)  
- HID: hid-asus: reset the backlight brightness level on resume (Denis Benato)  
- HID: add ALWAYS_POLL quirk for Apple kb (Oliver Neukum)  
- HID: glorious: fix Glorious Model I HID report (Brett Raye)  
- platform/x86: intel_telemetry: Fix kernel doc descriptions (Andy Shevchenko)  
- bcache: avoid NULL checking to c-&gt;root in run_cache_set() (Coly Li)  
- bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc() (Coly Li)  
- bcache: remove redundant assignment to variable cur_idx (Colin Ian King)  
- bcache: avoid oversize memory allocation by small stripe_size (Coly Li)  
- blk-cgroup: bypass blkcg_deactivate_policy after destroying (Ming Lei)  
- blk-throttle: fix lockdep warning of 'cgroup_mutex or RCU read lock required!' (Ming Lei)  
- stmmac: dwmac-loongson: Add architecture dependency (Jean Delvare)  
- usb: aqc111: check packet for fixup for true limit (Oliver Neukum)  
- drm/mediatek: Add spinlock for setting vblank event in atomic_begin (Jason-JH.Lin)  
- PCI: loongson: Limit MRRS to 256 (Jiaxun Yang)  
- ALSA: hda/realtek: Apply mute LED quirk for HP15-db (Hartmut Knaack)  
- ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants (Kai Vehmanen)  
- ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB (Kai Vehmanen)  
- fuse: dax: set fc-&gt;dax to NULL in fuse_dax_conn_free() (Hangyu Hua)  
- net: atlantic: fix double free in ring reinit logic (Igor Russkikh)  
- appletalk: Fix Use-After-Free in atalk_ioctl (Hyunwoo Kim)  
- net: stmmac: Handle disabled MDIO busses from devicetree (Andrew Halaney)  
- net: stmmac: use dev_err_probe() for reporting mdio bus registration failure (Rasmus Villemoes)  
- dpaa2-switch: fix size of the dma_unmap (Ioana Ciornei)  
- vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space() (Nikolay Kuratov)  
- sign-file: Fix incorrect return values check (Yusong Gao)  
- stmmac: dwmac-loongson: Make sure MDIO is initialized before use (Yanteng Si)  
- net: ena: Fix XDP redirection error (David Arinzon)  
- net: ena: Fix xdp drops handling due to multibuf packets (David Arinzon)  
- net: ena: Destroy correct number of xdp queues upon failure (David Arinzon)  
- net: Remove acked SYN flag from packet in the transmit queue correctly (Dong Chenchen)  
- qed: Fix a potential use-after-free in qed_cxt_tables_alloc (Dinghao Liu)  
- net/rose: Fix Use-After-Free in rose_ioctl (Hyunwoo Kim)  
- atm: Fix Use-After-Free in do_vcc_ioctl (Hyunwoo Kim)  
- octeontx2-af: Update RSS algorithm index (Hariprasad Kelam)  
- octeontx2-pf: Fix promisc mcam entry action (Hariprasad Kelam)  
- octeontx2-af: fix a use-after-free in rvu_nix_register_reporters (Zhipeng Lu)  
- net: fec: correct queue selection (Radu Bulie)  
- net: vlan: introduce skb_vlan_eth_hdr() (Vladimir Oltean)  
- atm: solos-pci: Fix potential deadlock on &amp;tx_queue_lock (Chengfeng Ye)  
- atm: solos-pci: Fix potential deadlock on &amp;cli_queue_lock (Chengfeng Ye)  
- qca_spi: Fix reset behavior (Stefan Wahren)  
- qca_debug: Fix ethtool -G iface tx behavior (Stefan Wahren)  
- qca_debug: Prevent crash on TX ring changes (Stefan Wahren)  
- HID: lenovo: Restrict detection of patched firmware only to USB cptkbd (Mikhail Khvainitski)  
- afs: Fix refcount underflow from error handling race (David Howells)  
- ksmbd: fix memory leak in smb2_lock() (Zizhi Wo)  
- MIPS: Loongson64: Handle more memory types passed from firmware (Jiaxun Yang)  
- memblock: allow to specify flags with memblock_add_node() (David Hildenbrand)  
- mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource() (David Hildenbrand)  
- netfilter: nf_tables: fix 'exist' matching on bigendian arches (Florian Westphal)  
- r8152: add vendor/device ID pair for ASUS USB-C2500 (Kelly Kane)  
- r8152: add vendor/device ID pair for D-Link DUB-E250 (Antonio Napolitano)  
- r8152: add USB device driver for config selection (Bjorn Mork)  
- LTS version: v5.15.143 (Jack Vogel)  
- devcoredump: Send uevent once devcd is ready (Mukesh Ojha)  
- devcoredump : Serialize devcd_del work (Mukesh Ojha)  
- smb: client: fix potential NULL deref in parse_dfs_referrals() (Paulo Alcantara)  
- cifs: Fix non-availability of dedup breaking generic/304 (David Howells)  
- Revert 'btrfs: add dmesg output for first mount and last unmount of a filesystem' (Greg Kroah-Hartman)  
- MIPS: Loongson64: Enable DMA noncoherent support (Jiaxun Yang)  
- MIPS: Loongson64: Reserve vgabios memory on boot (Jiaxun Yang)  
- KVM: SVM: Update EFER software model on CR0 trap for SEV-ES (Sean Christopherson)  
- KVM: s390/mm: Properly reset no-dat (Claudio Imbrenda)  
- x86/CPU/AMD: Check vendor in the AMD microcode callback (Borislav Petkov (AMD))  
- serial: 8250_omap: Add earlycon support for the AM654 UART controller (Ronald Wahl)  
- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt (Ronald Wahl)  
- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit (Ronald Wahl)  
- serial: sc16is7xx: address RX timeout interrupt errata (Daniel Mack)  
- ARM: PL011: Fix DMA support (Arnd Bergmann)  
- usb: typec: class: fix typec_altmode_put_partner to put plugs (RD Babiera)  
- Revert 'xhci: Loosen RPM as default policy to cover for AMD xHC 1.1' (Mathias Nyman)  
- parport: Add support for Brainboxes IX/UC/PX parallel cards (Cameron Williams)  
- usb: gadget: f_hid: fix report descriptor allocation (Konstantin Aladyshev)  
- drm/amdgpu: correct the amdgpu runtime dereference usage count (Prike Liang)  
- drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c (Srinivasan Shanmugam)  
- gpiolib: sysfs: Fix error handling on failed export (Boerge Struempfel)  
- arm64: dts: mt8183: kukui: Fix underscores in node names (Hsin-Yi Wang)  
- arm64: dts: mediatek: add missing space before { (Krzysztof Kozlowski)  
- arm64: dts: mediatek: mt8183: Move thermal-zones to the root node (AngeloGioacchino Del Regno)  
- arm64: dts: mediatek: align thermal zone node names with dtschema (Krzysztof Kozlowski)  
- tools headers UAPI: Sync linux/perf_event.h with the kernel sources (Namhyung Kim)  
- docs/process/howto: Replace C89 with C11 (Akira Yokosawa)  
- platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting (Hans de Goede)  
- netfilter: nft_set_pipapo: skip inactive elements during set walk (Florian Westphal)  
- io_uring/af_unix: disable sending io_uring over sockets (Pavel Begunkov)  
- mm: fix oops when filemap_map_pmd() without prealloc_pte (Hugh Dickins)  
- r8169: fix rtl8125b PAUSE frames blasting when suspended (ChunHao Lin)  
- tracing: Stop current tracer when resizing buffer (Steven Rostedt (Google))  
- tracing: Set actual size after ring buffer resize (Zheng Yejian)  
- ring-buffer: Force absolute timestamp on discard of event (Steven Rostedt (Google))  
- misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write (Su Hui)  
- misc: mei: client.c: return negative error code in mei_cl_write (Su Hui)  
- coresight: etm4x: Remove bogous __exit annotation for some functions (Uwe Kleine-Konig)  
- coresight: etm4x: Make etm4_remove_dev() return void (Uwe Kleine-Konig)  
- kallsyms: Make kallsyms_on_each_symbol generally available (Jiri Olsa)  
- binder: fix memory leaks of spam and pending work (Carlos Llamas)  
- arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory (AngeloGioacchino Del Regno)  
- arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names (AngeloGioacchino Del Regno)  
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties (Eugen Hristev)  
- arm64: dts: mediatek: mt7622: fix memory node warning check (Eugen Hristev)  
- platform/surface: aggregator: fix recv_buf() return value (Francesco Dolcini)  
- regmap: fix bogus error on regcache_sync success (Matthias Reichl)  
- packet: Move reference count in packet_sock to atomic_long_t (Daniel Borkmann)  
- tracing: Fix a possible race when disabling buffered events (Petr Pavlu)  
- tracing: Fix incomplete locking when disabling buffered events (Petr Pavlu)  
- tracing: Disable snapshot buffer when stopping instance tracers (Steven Rostedt (Google))  
- tracing: Always update snapshot buffer size (Steven Rostedt (Google))  
- checkstack: fix printed address (Heiko Carstens)  
- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() (Ryusuke Konishi)  
- nilfs2: fix missing error check for sb_set_blocksize call (Ryusuke Konishi)  
- ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 (Bin Li)  
- ALSA: pcm: fix out-of-bounds in snd_pcm_state_names (Jason Zhang)  
- ALSA: usb-audio: Add Pioneer DJM-450 mixer controls (Sarah Grant)  
- io_uring: fix mutex_unlock with unreferenced ctx (Pavel Begunkov)  
- nvme-pci: Add sleep quirk for Kingston drives (Georg Gottleuber)  
- kprobes: consistent rcu api usage for kretprobe holder (JP Kobryn)  
- md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() (Yu Kuai)  
- md: introduce md_ro_state (Ye Bin)  
- riscv: fix misaligned access handling of C.SWSP and C.SDSP (Clement Leger)  
- ARM: dts: imx28-xea: Pass the 'model' property (Fabio Estevam)  
- ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt (Philipp Zabel)  
- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (Kunwu Chan)  
- scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() (Dinghao Liu)  
- tracing: Fix a warning when allocating buffered events fails (Petr Pavlu)  
- ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock (Fabio Estevam)  
- arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 (Nathan Rossi)  
- arm64: dts: imx8mq: drop usb3-resume-missing-cas from usb (Peng Fan)  
- RDMA/irdma: Avoid free the non-cqp_request scratch (Shifeng Li)  
- RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz (Mike Marciniszyn)  
- ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate (Dinghao Liu)  
- hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() (Christophe JAILLET)  
- hwmon: (acpi_power_meter) Fix 4.29 MW bug (Armin Wolf)  
- RDMA/bnxt_re: Correct module description string (Kalesh AP)  
- RDMA/rtrs-clt: Remove the warnings for req in_use check (Jack Wang)  
- RDMA/rtrs-clt: Fix the max_send_wr setting (Jack Wang)  
- RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight (Md Haris Iqbal)  
- RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true (Md Haris Iqbal)  
- RDMA/rtrs-srv: Check return values while processing info request (Md Haris Iqbal)  
- RDMA/rtrs-clt: Start hb after path_up (Jack Wang)  
- RDMA/rtrs-srv: Do not unconditionally enable irq (Jack Wang)  
- arm64: dts: rockchip: Expand reg size of vdec node for RK3399 (Alex Bee)  
- RDMA/irdma: Add wait for suspend on SQD (Mustafa Ismail)  
- RDMA/irdma: Do not modify to SQD on error (Mustafa Ismail)  
- RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm (Junxian Huang)  
- tee: optee: Fix supplicant based device enumeration (Sumit Garg)  
- drop_monitor: Require 'CAP_SYS_ADMIN' when joining 'events' group (Ido Schimmel)  
- net: add missing kdoc for struct genl_multicast_group::flags (Jakub Kicinski)  
- psample: Require 'CAP_NET_ADMIN' when joining 'packets' group (Ido Schimmel)  
- bpf: sockmap, updating the sg structure should also update curr (John Fastabend)  
- tcp: do not accept ACK of bytes we never sent (Eric Dumazet)  
- netfilter: xt_owner: Fix for unsafe access of sk-&gt;sk_socket (Phil Sutter)  
- netfilter: nf_tables: validate family when identifying table via handle (Pablo Neira Ayuso)  
- netfilter: nf_tables: bail out on mismatching dynset and set expressions (Pablo Neira Ayuso) [Orabug: 36155544] {CVE-2023-6622}
- octeontx2-af: Update Tx link register range (Rahul Bhansali)  
- net: hns: fix fake link up on xge port (Yonglong Liu)  
- ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() (Shigeru Yoshida)  
- ionic: Fix dim work handling in split interrupt mode (Brett Creeley)  
- ionic: fix snprintf format length warning (Shannon Nelson)  
- net: bnxt: fix a potential use-after-free in bnxt_init_tc (Dinghao Liu)  
- i40e: Fix unexpected MFS warning message (Ivan Vecera)  
- octeontx2-af: fix a use-after-free in rvu_npa_register_reporters (Zhipeng Lu)  
- net: stmmac: fix FPE events losing (Jianheng Zhang)  
- arcnet: restoring support for multiple Sohard Arcnet cards (Thomas Reichinger)  
- platform/mellanox: Check devm_hwmon_device_register_with_groups() return value (Kunwu Chan)  
- platform/mellanox: Add null pointer checks for devm_kasprintf() (Kunwu Chan)  
- mlxbf-bootctl: correctly identify secure boot with development keys (David Thompson)  
- r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() (Douglas Anderson)  
- r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() (Douglas Anderson)  
- r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() (Douglas Anderson)  
- r8152: Add RTL8152_INACCESSIBLE checks to more loops (Douglas Anderson)  
- r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE (Douglas Anderson)  
- hv_netvsc: rndis_filter needs to select NLS (Randy Dunlap)  
- octeontx2-af: Check return value of nix_get_nixlf before using nixlf (Subbaraya Sundeep)  
- octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam (Subbaraya Sundeep)  
- ipv6: fix potential NULL deref in fib6_add() (Eric Dumazet)  
- platform/x86: wmi: Skip blocks with zero instances (Armin Wolf)  
- platform/x86: wmi: Allow duplicate GUIDs for drivers that use struct wmi_driver (Mario Limonciello)  
- of: dynamic: Fix of_reconfig_get_state_change() return value documentation (Luca Ceresoli)  
- platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code (Hans de Goede)  
- platform/x86: asus-wmi: Simplify tablet-mode-switch handling (Hans de Goede)  
- platform/x86: asus-wmi: Simplify tablet-mode-switch probing (Hans de Goede)  
- platform/x86: asus-wmi: Add support for ROG X13 tablet mode (Luke D. Jones)  
- platform/x86: asus-wmi: Adjust tablet/lidflip handling to use enum (Luke D. Jones)  
- drm/amdgpu: correct chunk_ptr to a pointer to chunk. (YuanShang)  
- kconfig: fix memory leak from range properties (Masahiro Yamada)  
- tg3: Increment tx_dropped in tg3_tso_bug() (Alex Pakhunov)  
- tg3: Move the [rt]x_dropped counters to tg3_napi (Alex Pakhunov)  
- netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test (Jozsef Kadlecsik)  
- i2c: designware: Fix corrupted memory seen in the ISR (Jan Bottorff)  
- vdpa/mlx5: preserve CVQ vringh index (Steve Sistare)  
- LTS version: v5.15.142 (Jack Vogel)  
- iomap: update ki_pos a little later in iomap_dio_complete (Christoph Hellwig)  
- r8169: fix deadlock on RTL8125 in jumbo mtu mode (Heiner Kallweit)  
- r8169: disable ASPM in case of tx timeout (Heiner Kallweit)  
- mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled (Wenchao Chen)  
- mmc: core: add helpers mmc_regulator_enable/disable_vqmmc (Heiner Kallweit)  
- iommu/vt-d: Make context clearing consistent with context mapping (Lu Baolu)  
- iommu/vt-d: Omit devTLB invalidation requests when TES=0 (Lu Baolu)  
- cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily (Christoph Niedermaier)  
- cpufreq: imx6q: don't warn for disabling a non-existing frequency (Christoph Niedermaier)  
- smb3: fix caching of ctime on setxattr (Steve French)  
- fs: add ctime accessors infrastructure (Jeff Layton)  
- fbdev: stifb: Make the STI next font pointer a 32-bit signed offset (Helge Deller)  
- ASoC: SOF: sof-pci-dev: Fix community key quirk detection (Mark Hasemeyer)  
- ASoC: SOF: sof-pci-dev: don't use the community key on APL Chromebooks (Pierre-Louis Bossart)  
- ASoC: SOF: sof-pci-dev: add parameter to override topology filename (Pierre-Louis Bossart)  
- ASoC: SOF: sof-pci-dev: use community key on all Up boards (Pierre-Louis Bossart)  
- ASoC: Intel: Move soc_intel_is_foo() helpers to a generic header (Hans de Goede)  
- smb3: fix touch -h of symlink (Steve French)  
- selftests/resctrl: Move _GNU_SOURCE define into Makefile (Ilpo Jarvinen)  
- selftests/resctrl: Add missing SPDX license to Makefile (Shaopeng Tan)  
- perf intel-pt: Fix async branch flags (Adrian Hunter)  
- net: ravb: Stop DMA in case of failures on ravb_open() (Claudiu Beznea)  
- net: ravb: Start TX queues after HW initialization succeeded (Claudiu Beznea)  
- net: ravb: Use pm_runtime_resume_and_get() (Claudiu Beznea)  
- net: ravb: Check return value of reset_control_deassert() (Claudiu Beznea)  
- ravb: Fix races between ravb_tx_timeout_work() and net related ops (Yoshihiro Shimoda)  
- r8169: prevent potential deadlock in rtl8169_close (Heiner Kallweit)  
- octeontx2-pf: Fix adding mbox work queue entry when num_vfs &gt; 64 (Geetha sowjanya)  
- net: stmmac: xgmac: Disable FPE MMC interrupts (Furong Xu)  
- octeontx2-af: Fix possible buffer overflow (Elena Salomatkina)  
- selftests/net: ipsec: fix constant out of range (Willem de Bruijn)  
- uapi: propagate __struct_group() attributes to the container union (Dmitry Antipov)  
- dpaa2-eth: increase the needed headroom to account for alignment (Ioana Ciornei)  
- ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet (Zhengchao Shao)  
- usb: config: fix iteration issue in 'usb_get_bos_descriptor()' (Niklas Neronin)  
- USB: core: Change configuration warnings to notices (Alan Stern)  
- hv_netvsc: fix race of netvsc and VF register_netdevice (Haiyang Zhang)  
- rcu: Avoid tracing a few functions executed in stop machine (Patrick Wang)  
- vlan: move dev_put into vlan_dev_uninit (Xin Long)  
- vlan: introduce vlan_dev_free_egress_priority (Xin Long)  
- Input: xpad - add HyperX Clutch Gladiate Support (Max Nguyen)  
- btrfs: make error messages more clear when getting a chunk map (Filipe Manana)  
- btrfs: send: ensure send_fd is writable (Jann Horn)  
- btrfs: fix off-by-one when checking chunk map includes logical address (Filipe Manana)  
- btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() (Bragatheswaran Manickavel)  
- btrfs: add dmesg output for first mount and last unmount of a filesystem (Qu Wenruo)  
- parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes (Helge Deller)  
- powerpc: Don't clobber f0/vs0 during fp|altivec register save (Timothy Pearson)  
- iommu/vt-d: Add MTL to quirk list to skip TE disabling (Abdul Halim, Mohd Syazwan)  
- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR (Markus Weippert)  
- dm verity: don't perform FEC for failed readahead IO (Wu Bo)  
- dm-verity: align struct dm_verity_fec_io properly (Mikulas Patocka)  
- ALSA: hda/realtek: Add supported ALC257 for ChromeOS (Kailang Yang)  
- ALSA: hda/realtek: Headset Mic VREF to 100% (Kailang Yang)  
- ALSA: hda: Disable power-save on KONTRON SinglePC (Takashi Iwai)  
- mmc: block: Be sure to wait while busy in CQE error recovery (Adrian Hunter)  
- mmc: block: Do not lose cache flush during CQE error recovery (Adrian Hunter)  
- mmc: block: Retry commands in CQE error recovery (Adrian Hunter)  
- mmc: cqhci: Fix task clearing in CQE error recovery (Adrian Hunter)  
- mmc: cqhci: Warn of halt or task clear failure (Adrian Hunter)  
- mmc: cqhci: Increase recovery halt timeout (Adrian Hunter)  
- firewire: core: fix possible memory leak in create_units() (Yang Yingliang)  
- pinctrl: avoid reload of p state in list iteration (Maria Yu)  
- LTS version: v5.15.141 (Jack Vogel)  
- io_uring: fix off-by one bvec index (Keith Busch)  
- USB: dwc3: qcom: fix wakeup after probe deferral (Johan Hovold)  
- USB: dwc3: qcom: fix software node leak on probe errors (Johan Hovold)  
- usb: dwc3: set the dma max_seg_size (Ricardo Ribalda)  
- usb: dwc3: Fix default mode initialization (Alexander Stein)  
- USB: dwc2: write HCINT with INTMASK applied (Oliver Neukum)  
- usb: typec: tcpm: Skip hard reset when in error recovery (Badhri Jagan Sridharan)  
- USB: serial: option: don't claim interface 4 for ZTE MF290 (Lech Perczak)  
- USB: serial: option: fix FM101R-GL defines (Puliang Lu)  
- USB: serial: option: add Fibocom L7xx modules (Victor Fragoso)  
- usb: cdnsp: Fix deadlock issue during using NCM gadget (Pawel Laszczak)  
- bcache: fixup lock c-&gt;root error (Mingzhe Zou)  
- bcache: fixup init dirty data errors (Mingzhe Zou)  
- bcache: prevent potential division by zero error (Rand Deeb)  
- bcache: check return value from btree_node_alloc_replacement() (Coly Li)  
- dm-delay: fix a race between delay_presuspend and delay_bio (Mikulas Patocka)  
- hv_netvsc: Mark VF as slave before exposing it to user-mode (Long Li)  
- hv_netvsc: Fix race of register_netdevice_notifier and VF register (Haiyang Zhang)  
- USB: serial: option: add Luat Air72*U series products (Asuna Yang)  
- s390/dasd: protect device queue against concurrent access (Jan Hoppner)  
- io_uring/fs: consider link-&gt;flags when getting path for LINKAT (Charles Mirabile)  
- bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race (Mingzhe Zou)  
- md: fix bi_status reporting in md_end_clone_io (Song Liu)  
- bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce() (Coly Li)  
- swiotlb-xen: provide the 'max_mapping_size' method (Keith Busch)  
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA (Hans de Goede)  
- proc: sysctl: prevent aliased sysctls from getting passed to init (Krister Johansen)  
- ext4: make sure allocate pending entry not fail (Zhang Yi)  
- ext4: fix slab-use-after-free in ext4_es_insert_extent() (Baokun Li)  
- ext4: using nofail preallocation in ext4_es_insert_extent() (Baokun Li)  
- ext4: using nofail preallocation in ext4_es_insert_delayed_block() (Baokun Li)  
- ext4: using nofail preallocation in ext4_es_remove_extent() (Baokun Li)  
- ext4: use pre-allocated es in __es_remove_extent() (Baokun Li)  
- ext4: use pre-allocated es in __es_insert_extent() (Baokun Li)  
- ext4: factor out __es_alloc_extent() and __es_free_extent() (Baokun Li)  
- ext4: add a new helper to check if es must be kept (Baokun Li)  
- media: qcom: camss: Fix csid-gen2 for test pattern generator (Andrey Konovalov)  
- media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3 (Bryan O'Donoghue)  
- media: camss: sm8250: Virtual channels for CSID (Milen Mitkov)  
- media: camss: Replace hard coded value with parameter (Souptick Joarder (HPE))  
- MIPS: KVM: Fix a build warning about variable set but not used (Huacai Chen)  
- lockdep: Fix block chain corruption (Peter Zijlstra)  
- USB: dwc3: qcom: fix ACPI platform device leak (Johan Hovold)  
- USB: dwc3: qcom: fix resource leaks on probe deferral (Johan Hovold)  
- nvmet: nul-terminate the NQNs passed in the connect command (Christoph Hellwig)  
- afs: Fix file locking on R/O volumes to operate in local mode (David Howells)  
- afs: Return ENOENT if no cell DNS record can be found (David Howells)  
- net: axienet: Fix check for partial TX checksum (Samuel Holland)  
- amd-xgbe: propagate the correct speed and duplex status (Raju Rangoju)  
- amd-xgbe: handle the corner-case during tx completion (Raju Rangoju)  
- amd-xgbe: handle corner-case during sfp hotplug (Raju Rangoju)  
- octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx queue than its PF (Suman Ghosh)  
- arm/xen: fix xen_vcpu_info allocation alignment (Stefano Stabellini)  
- net/smc: avoid data corruption caused by decline (D. Wythe)  
- net: usb: ax88179_178a: fix failed operations during ax88179_reset (Jose Ignacio Tornos Martinez)  
- ipv4: Correct/silence an endian warning in __ip_do_redirect (Kunwu Chan)  
- HID: fix HID device resource race between HID core and debugging support (Charles Yi)  
- HID: core: store the unique system identifier in hid_device (Benjamin Tissoires)  
- drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full (Jonas Karlman)  
- ata: pata_isapnp: Add missing error check for devm_ioport_map() (Chen Ni)  
- octeontx2-pf: Fix memory leak during interface down (Suman Ghosh)  
- wireguard: use DEV_STATS_INC() (Eric Dumazet)  
- drm/panel: simple: Fix Innolux G101ICE-L01 timings (Marek Vasut)  
- drm/panel: simple: Fix Innolux G101ICE-L01 bus flags (Marek Vasut)  
- drm/panel: auo,b101uan08.3: Fine tune the panel power sequence (Xuxin Xiong)  
- drm/panel: boe-tv101wum-nl6: Fine tune the panel power sequence (Shuijing Li)  
- afs: Make error on cell lookup failure consistent with OpenAFS (David Howells)  
- afs: Fix afs_server_list to be cleaned up with RCU (David Howells)  
- LTS version: v5.15.140 (Jack Vogel)  
- driver core: Release all resources during unbind before updating device links (Saravana Kannan)  
- Input: xpad - add VID for Turtle Beach controllers (Vicki Pfau)  
- powerpc/powernv: Fix fortify source warnings in opal-prd.c (Michael Ellerman)  
- io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid (Jens Axboe)  
- drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox (Lewis Huang)  
- drm/amdgpu: fix error handling in amdgpu_bo_list_get() (Christian Konig)  
- drm/amdgpu: don't use ATRM for external devices (Alex Deucher)  
- drm/i915: Fix potential spectre vulnerability (Kunwu Chan)  
- drm/amd/pm: Handle non-terminated overdrive commands. (Bas Nieuwenhuizen)  
- ext4: add missed brelse in update_backups (Kemeng Shi)  
- ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks (Kemeng Shi)  
- ext4: correct the start block of counting reserved clusters (Zhang Yi)  
- ext4: correct return value of ext4_convert_meta_bg (Kemeng Shi)  
- ext4: correct offset of gdb backup in non meta_bg group to update_backups (Kemeng Shi)  
- ext4: apply umask if ACL support is disabled (Max Kellermann)  
- Revert 'net: r8169: Disable multicast filter for RTL8168H and RTL8107E' (Heiner Kallweit)  
- media: qcom: camss: Fix missing vfe_lite clocks check (Bryan O'Donoghue)  
- media: qcom: camss: Fix VFE-17x vfe_disable_output() (Bryan O'Donoghue)  
- media: qcom: camss: Fix vfe_get() error jump (Bryan O'Donoghue)  
- media: qcom: camss: Fix pm_domain_on sequence in probe (Bryan O'Donoghue)  
- mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER (Victor Shih)  
- r8169: fix network lost after resume on DASH systems (ChunHao Lin)  
- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors (Roman Gushchin)  
- mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2 (Victor Shih)  
- riscv: kprobes: allow writing to x0 (Nam Cao)  
- nfsd: fix file memleak on client_opens_release (Mahmoud Adam)  
- media: ccs: Correctly initialise try compose rectangle (Sakari Ailus)  
- media: venus: hfi: add checks to handle capabilities from firmware (Vikash Garodia)  
- media: venus: hfi: fix the check to handle session buffer requirement (Vikash Garodia)  
- media: venus: hfi_parser: Add check to keep the number of codecs within range (Vikash Garodia)  
- media: sharp: fix sharp encoding (Sean Young)  
- media: lirc: drop trailing space from scancode transmit (Sean Young)  
- f2fs: avoid format-overflow warning (Su Hui)  
- i2c: i801: fix potential race in i801_block_transaction_byte_by_byte (Heiner Kallweit)  
- net: phylink: initialize carrier state at creation (Klaus Kudielka)  
- net: dsa: lan9303: consequently nested-lock physical MDIO (Alexander Sverdlin)  
- net: ethtool: Fix documentation of ethtool_sprintf() (Andrew Lunn)  
- s390/ap: fix AP bus crash on early config change callback invocation (Harald Freudenberger)  
- i2c: designware: Disable TX_EMPTY irq while waiting for block length byte (Tam Nguyen)  
- lsm: fix default return value for inode_getsecctx (Ondrej Mosnacek)  
- lsm: fix default return value for vm_enough_memory (Ondrej Mosnacek)  
- Revert 'i2c: pxa: move to generic GPIO recovery' (Robert Marko)  
- powerpc/pseries/ddw: simplify enable_ddw() (Alexey Kardashevskiy)  
- arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size (Vignesh Viswanathan)  
- arm64: dts: qcom: ipq6018: switch TCSR mutex to MMIO (Krzysztof Kozlowski)  
- ksmbd: fix slab out of bounds write in smb_inherit_dacl() (Namjae Jeon)  
- Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE (Guan Wentao)  
- Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables (Masum Reza)  
- bluetooth: Add device 13d3:3571 to device tables (Larry Finger)  
- bluetooth: Add device 0bda:887b to device tables (Larry Finger)  
- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559 (Artem Lukyanov)  
- cpufreq: stats: Fix buffer overflow detection in trans_stats() (Christian Marangi)  
- regmap: Ensure range selector registers are updated after cache sync (Mark Brown)  
- tty: serial: meson: fix hard LOCKUP on crtscts mode (Pavel Krasavin)  
- serial: meson: Use platform_get_irq() to get the interrupt (Lad Prabhakar)  
- ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC (Chandradeep Dey)  
- ALSA: hda/realtek - Add Dell ALC295 to pin fall back table (Kailang Yang)  
- ALSA: info: Fix potential deadlock at disconnection (Takashi Iwai)  
- xhci: Enable RPM on controllers that support low-power states (Basavaraj Natikar)  
- parisc/pgtable: Do not drop upper 5 address bits of physical address (Helge Deller)  
- parisc: Prevent booting 64-bit kernels on PA1.x machines (Helge Deller)  
- i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen (Frank Li)  
- i3c: master: svc: fix check wrong status register in irq handler (Frank Li)  
- i3c: master: svc: fix ibi may not return mandatory data byte (Frank Li)  
- i3c: master: svc: fix wrong data return when IBI happen during start frame (Frank Li)  
- i3c: master: svc: fix race condition in ibi work thread (Frank Li)  
- i3c: master: cdns: Fix reading status register (Joshua Yeong)  
- mtd: cfi_cmdset_0001: Byte swap OTP info (Linus Walleij)  
- mm/memory_hotplug: use pfn math in place of direct struct page manipulation (Zi Yan)  
- mm/cma: use nth_page() in place of direct struct page manipulation (Zi Yan)  
- s390/cmma: fix detection of DAT pages (Heiko Carstens)  
- dmaengine: stm32-mdma: correct desc prep when channel running (Alain Volmat)  
- mcb: fix error handling for different scenarios when parsing (Sanjuan Garcia, Jorge)  
- tracing: Have the user copy of synthetic event address use correct context (Steven Rostedt (Google))  
- i2c: core: Run atomic i2c xfer when !preemptible (Benjamin Bara)  
- kernel/reboot: emergency_restart: Set correct system_state (Benjamin Bara)  
- quota: explicitly forbid quota files from being encrypted (Eric Biggers)  
- jbd2: fix potential data lost in recovering journal raced with synchronizing fs bdev (Zhihao Cheng)  
- ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefix (Krzysztof Kozlowski)  
- selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests (Ilpo Jarvinen)  
- selftests/resctrl: Remove duplicate feature check from CMT test (Ilpo Jarvinen)  
- netfilter: nf_tables: split async and sync catchall in two functions (Pablo Neira Ayuso)  
- netfilter: nf_tables: remove catchall element in GC sync path (Pablo Neira Ayuso) [Orabug: 36028059] {CVE-2023-6111}
- PCI: keystone: Don't discard .probe() callback (Uwe Kleine-Konig)  
- PCI: keystone: Don't discard .remove() callback (Uwe Kleine-Konig)  
- KEYS: trusted: Rollback init_trusted() consistently (Jarkko Sakkinen)  
- genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware (Herve Codina)  
- mmc: meson-gx: Remove setting of CMD_CFG_ERROR (Rong Chen)  
- wifi: ath11k: fix htt pktlog locking (Johan Hovold)  
- wifi: ath11k: fix dfs radar event locking (Johan Hovold)  
- wifi: ath11k: fix temperature event locking (Johan Hovold)  
- ima: detect changes to the backing overlay file (Mimi Zohar)  
- ima: annotate iint mutex to avoid lockdep false positive warnings (Amir Goldstein)  
- ACPI: FPDT: properly handle invalid FPDT subtables (Vasily Khoruzhick)  
- firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit (Kathiravan Thirumoorthy)  
- btrfs: don't arbitrarily slow down delalloc if we're committing (Josef Bacik)  
- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects (Catalin Marinas)  
- PM: hibernate: Clean up sync_read handling in snapshot_write_next() (Brian Geffon)  
- PM: hibernate: Use __get_safe_page() rather than touching the list (Brian Geffon)  
- arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM (Vignesh Viswanathan)  
- rcu/tree: Defer setting of jiffies during stall reset (Joel Fernandes (Google))  
- svcrdma: Drop connection after an RDMA Read error (Chuck Lever)  
- wifi: wilc1000: use vmm_table as array in wilc struct (Ajay Singh)  
- PCI: exynos: Don't discard .remove() callback (Uwe Kleine-Konig)  
- PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() (Heiner Kallweit)  
- mmc: sdhci_am654: fix start loop index for TAP value parsing (Nitin Yadav)  
- mmc: vub300: fix an error code (Dan Carpenter)  
- clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocks (Kathiravan Thirumoorthy)  
- clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks (Kathiravan Thirumoorthy)  
- clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data (Gustavo A. R. Silva)  
- parisc/pdc: Add width field to struct pdc_model (Helge Deller)  
- arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer (Nathan Chancellor)  
- ACPI: resource: Do IRQ override on TongFang GMxXGxx (Werner Sembach)  
- watchdog: move softlockup_panic back to early_param (Krister Johansen)  
- PCI/sysfs: Protect driver's D3cold preference from user space (Lukas Wunner)  
- hvc/xen: fix event channel handling for secondary consoles (David Woodhouse)  
- hvc/xen: fix error path in xen_hvc_init() to always register frontend driver (David Woodhouse)  
- hvc/xen: fix console unplug (David Woodhouse)  
- tty/sysrq: replace smp_processor_id() with get_cpu() (Muhammad Usama Anjum)  
- audit: don't WARN_ON_ONCE(!current-&gt;mm) in audit_exe_compare() (Paul Moore)  
- audit: don't take task_lock() in audit_exe_compare() code path (Paul Moore)  
- KVM: x86: Ignore MSR_AMD64_TW_CFG access (Maciej S. Szmigiero)  
- KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space (Nicolas Saenz Julienne)  
- x86/cpu/hygon: Fix the CPU topology evaluation for real (Pu Wen)  
- crypto: x86/sha - load modules based on CPU features (Roxana Nicolescu)  
- scsi: qla2xxx: Fix system crash due to bad pointer access (Quinn Tran)  
- scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selected registers (Chandrakanth patil)  
- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (Shung-Hsi Yu)  
- bpf: Fix check_stack_write_fixed_off() to correctly spill imm (Hao Sun)  
- randstruct: Fix gcc-plugin performance mode to stay in group (Kees Cook)  
- powerpc/perf: Fix disabling BHRB and instruction sampling (Nicholas Piggin)  
- media: venus: hfi: add checks to perform sanity on queue pointers (Vikash Garodia)  
- i915/perf: Fix NULL deref bugs with drm_dbg() calls (Harshit Mogalapalli)  
- xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init() (Li Zetao)  
- xfs: fix memory leak in xfs_errortag_init (Zeng Heng)  
- xfs: fix exception caused by unexpected illegal bestcount in leaf dir (Guo Xuenan)  
- xfs: avoid a UAF when log intent item recovery fails (Darrick J. Wong)  
- xfs: fix inode reservation space for removing transaction (hexiaole)  
- xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork (Chandan Babu R)  
- xfs: fix intermittent hang during quotacheck (Darrick J. Wong)  
- xfs: don't leak memory when attr fork loading fails (Darrick J. Wong)  
- xfs: fix use-after-free in xattr node block inactivation (Darrick J. Wong)  
- xfs: flush inode gc workqueue before clearing agi bucket (Zhang Yi)  
- xfs: prevent a UAF when log IO errors race with unmount (Darrick J. Wong)  
- xfs: use invalidate_lock to check the state of mmap_lock (Kaixu Xia)  
- xfs: convert buf_cancel_table allocation to kmalloc_array (Darrick J. Wong)  
- xfs: don't leak xfs_buf_cancel structures when recovery fails (Darrick J. Wong)  
- xfs: refactor buffer cancellation table allocation (Darrick J. Wong)  
- cifs: fix check of rc in function generate_smb3signingkey (Ekaterina Esina)  
- cifs: spnego: add ';' in HOST_KEY_LEN (Anastasia Belova)  
- tools/power/turbostat: Enable the C-state Pre-wake printing (Chen Yu)  
- tools/power/turbostat: Fix a knl bug (Zhang Rui)  
- macvlan: Don't propagate promisc change to lower dev in passthru (Vlad Buslov)  
- net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors (Rahul Rameshbabu)  
- net/mlx5e: Reduce the size of icosq_str (Saeed Mahameed)  
- net/mlx5e: Fix pedit endianness (Vlad Buslov)  
- net/mlx5e: fix double free of encap_header in update funcs (Gavin Li)  
- net/mlx5e: fix double free of encap_header (Dust Li)  
- net: stmmac: fix rx budget limit check (Baruch Siach)  
- netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval() (Dan Carpenter)  
- netfilter: nf_tables: add and use BE register load-store helpers (Florian Westphal)  
- netfilter: nf_tables: use the correct get/put helpers (Florian Westphal)  
- netfilter: nf_conntrack_bridge: initialize err to 0 (Linkui Xiao)  
- af_unix: fix use-after-free in unix_stream_read_actor() (Eric Dumazet)  
- net: ethernet: cortina: Fix MTU max setting (Linus Walleij)  
- net: ethernet: cortina: Handle large frames (Linus Walleij)  
- net: ethernet: cortina: Fix max RX frame define (Linus Walleij)  
- bonding: stop the device in bond_setup_by_slave() (Eric Dumazet)  
- ptp: annotate data-race around q-&gt;head and q-&gt;tail (Eric Dumazet)  
- xen/events: fix delayed eoi list handling (Juergen Gross)  
- ppp: limit MRU to 64K (Willem de Bruijn)  
- tipc: Fix kernel-infoleak due to uninitialized TLV value (Shigeru Yoshida)  
- net: hns3: fix VF wrong speed and duplex issue (Jijie Shao)  
- net: hns3: fix VF reset fail issue (Jijie Shao)  
- net: hns3: fix variable may not initialized problem in hns3_init_mac_addr() (Yonglong Liu)  
- net: hns3: fix incorrect capability bit display for copper port (Jian Shen)  
- net: hns3: add barrier in vf mailbox reply process (Yonglong Liu)  
- net: hns3: add byte order conversion for PF to VF mailbox message (Jie Wang)  
- net: hns3: refine the definition for struct hclge_pf_to_vf_msg (Jian Shen)  
- net: hns3: fix add VLAN fail issue (Jian Shen)  
- tty: Fix uninit-value access in ppp_sync_receive() (Shigeru Yoshida)  
- ipvlan: add ipvlan_route_v6_outbound() helper (Eric Dumazet)  
- net: set SOCK_RCU_FREE before inserting socket into hashtable (Stanislav Fomichev)  
- gfs2: Silence 'suspicious RCU usage in gfs2_permission' warning (Andreas Gruenbacher)  
- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries (felix)  
- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (Olga Kornievskaia)  
- SUNRPC: Add an IS_ERR() check back to where it was (Dan Carpenter)  
- SUNRPC: ECONNRESET might require a rebind (Trond Myklebust)  
- media: cec: meson: always include meson sub-directory in Makefile (Marek Szyprowski)  
- media: cadence: csi2rx: Unregister v4l2 async notifier (Pratyush Yadav)  
- sched/core: Optimize in_task() and in_interrupt() a bit (Finn Thain)  
- tracing/perf: Add interrupt_context_level() helper (Steven Rostedt (VMware))  
- tracing: Reuse logic from perf's get_recursion_context() (Steven Rostedt (VMware))  
- wifi: iwlwifi: Use FW rate for non-data frames (Miri Korenblit)  
- pwm: Fix double shift bug (Dan Carpenter)  
- drm/amdgpu: fix software pci_unplug on some chips (Vitaly Prosyak)  
- drm/qxl: prevent memory leak (Zongmin Zhou)  
- ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings (Tony Lindgren)  
- i2c: dev: copy userspace array safely (Philipp Stanner)  
- kgdb: Flush console before entering kgdb on panic (Douglas Anderson)  
- drm/amd/display: Avoid NULL dereference of timing generator (Wayne Lin)  
- media: imon: fix access to invalid resource for the second interface (Takashi Iwai)  
- media: ccs: Fix driver quirk struct documentation (Sakari Ailus)  
- media: cobalt: Use FIELD_GET() to extract Link Width (Ilpo Jarvinen)  
- gfs2: fix an oops in gfs2_permission (Al Viro)  
- gfs2: ignore negated quota changes (Bob Peterson)  
- media: vivid: avoid integer overflow (Hans Verkuil)  
- media: gspca: cpia1: shift-out-of-bounds in set_flicker (Rajeshwar R Shinde)  
- i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. (Billy Tsai)  
- virtio-blk: fix implicit overflow on virtio_max_dma_size (zhenwei pi)  
- i2c: sun6i-p2wi: Prevent potential division by zero (Axel Lin)  
- i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler (Jarkko Nikula)  
- 9p: v9fs_listxattr: fix %s null argument warning (Dominique Martinet)  
- 9p/trans_fd: Annotate data-racy writes to file::f_flags (Marco Elver)  
- usb: gadget: f_ncm: Always set current gadget in ncm_bind() (Hardik Gajjar)  
- tty: vcc: Add check for kstrdup() in vcc_probe() (Yi Yang)  
- exfat: support handle zero-size directory (Yuezhang Mo)  
- HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W (Jiri Kosina)  
- PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk (Bjorn Helgaas)  
- misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller (Yoshihiro Shimoda)  
- PCI: Disable ATS for specific Intel IPU E2000 devices (Bartosz Pawlowski)  
- PCI: Extract ATS disabling to a helper function (Bartosz Pawlowski)  
- PCI: Use FIELD_GET() to extract Link Width (Ilpo Jarvinen)  
- scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() (Wenchao Hao)  
- atm: iphase: Do PCI error checks on own line (Ilpo Jarvinen)  
- PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields (Ilpo Jarvinen)  
- ALSA: hda: Fix possible null-ptr-deref when assigning a stream (Cezary Rojewski)  
- ARM: 9320/1: fix stack depot IRQ stack filter (Vincent Whitchurch)  
- HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround (Mikhail Khvainitski)  
- jfs: fix array-index-out-of-bounds in diAlloc (Manas Ghandat)  
- jfs: fix array-index-out-of-bounds in dbFindLeaf (Manas Ghandat)  
- fs/jfs: Add validity check for db_maxag and db_agpref (Juntong Deng)  
- fs/jfs: Add check for negative db_l2nbperpage (Juntong Deng)  
- scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool (Tyrel Datwyler)  
- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs (Yihang Li)  
- RDMA/hfi1: Use FIELD_GET() to extract Link Width (Ilpo Jarvinen)  
- crypto: pcrypt - Fix hungtask for PADATA_RESET (Lu Jialin)  
- ASoC: soc-card: Add storage for PCI SSID (Richard Fitzgerald)  
- selftests/efivarfs: create-read: fix a resource leak (zhujun2)  
- arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size (Laurentiu Tudor)  
- drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL (Qu Huang)  
- drm/amdkfd: Fix shift out-of-bounds issue (Jesse Zhang)  
- drm/panel: st7703: Pick different reset sequence (Ondrej Jirman)  
- drm/amdgpu/vkms: fix a possible null pointer dereference (Ma Ke)  
- drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference (Ma Ke)  
- drm/panel: fix a possible null pointer dereference (Ma Ke)  
- drm/amdgpu: Fix potential null pointer derefernce (Stanley.Yang)  
- drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga (Mario Limonciello)  
- drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 (Mario Limonciello)  
- drm/msm/dp: skip validity check for DP CTS EDID checksum (Jani Nikula)  
- drm: vmwgfx_surface.c: copy user-array safely (Philipp Stanner)  
- kernel: watch_queue: copy user-array safely (Philipp Stanner)  
- kernel: kexec: copy user-array safely (Philipp Stanner)  
- string.h: add array-wrappers for (v)memdup_user() (Philipp Stanner)  
- drm/amd/display: use full update for clip size increase of large plane source (Wenjing Liu)  
- drm/amdkfd: Fix a race condition of vram buffer unref in svm code (Xiaogang Chen)  
- drm/komeda: drop all currently held locks if deadlock happens (baozhu.liu)  
- platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e (Olli Asikainen)  
- Bluetooth: Fix double free in hci_conn_cleanup (ZhengHan Wang)  
- Bluetooth: btusb: Add date-&gt;evt_skb is NULL check (youwan Wang)  
- wifi: ath10k: Don't touch the CE interrupt registers after power up (Douglas Anderson)  
- net: annotate data-races around sk-&gt;sk_dst_pending_confirm (Eric Dumazet)  
- net: annotate data-races around sk-&gt;sk_tx_queue_mapping (Eric Dumazet)  
- wifi: ath10k: fix clang-specific fortify warning (Dmitry Antipov)  
- wifi: ath9k: fix clang-specific fortify warnings (Dmitry Antipov)  
- bpf: Detect IP == ksym.end as part of BPF program (Kumar Kartikeya Dwivedi)  
- atl1c: Work around the DMA RX overflow issue (Sieng-Piaw Liew)  
- wifi: mac80211: don't return unset power in ieee80211_get_tx_power() (Ping-Ke Shih)  
- wifi: mac80211_hwsim: fix clang-specific fortify warning (Dmitry Antipov)  
- x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size (Mike Rapoport (IBM))  
- workqueue: Provide one lock class key per work_on_cpu() callsite (Frederic Weisbecker)  
- clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware (Ronald Wahl)  
- clocksource/drivers/timer-imx-gpt: Fix potential memory leak (Jacky Bai)  
- perf/core: Bail out early if the request AUX area is out of bound (Shuai Xue)  
- locking/ww_mutex/test: Fix potential workqueue corruption (John Stultz)  
- LTS version: v5.15.139 (Jack Vogel)  
- btrfs: use u64 for buffer sizes in the tree search ioctls (Filipe Manana)  
- Revert 'mmc: core: Capture correct oemid-bits for eMMC cards' (Dominique Martinet)  
- tracing/kprobes: Fix the order of argument descriptions (Yujie Liu)  
- fbdev: fsl-diu-fb: mark wr_reg_wa() static (Arnd Bergmann)  
- fbdev: imsttfb: fix a resource leak in probe (Dan Carpenter)  
- fbdev: imsttfb: Fix error path of imsttfb_probe() (Helge Deller)  
- spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies (Amit Kumar Mahapatra)  
- ASoC: hdmi-codec: register hpd callback on component probe (Jerome Brunet)  
- drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE (Erik Kurzinger)  
- netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses (Florian Westphal)  
- netfilter: nft_redir: use struct nf_nat_range2 throughout and deduplicate eval call-backs (Jeremy Sowden)  
- netfilter: xt_recent: fix (increase) ipv6 literal buffer length (Maciej Zenczykowski)  
- i2c: iproc: handle invalid slave state (Roman Bacik)  
- r8169: respect userspace disabling IFF_MULTICAST (Heiner Kallweit)  
- blk-core: use pr_warn_ratelimited() in bio_check_ro() (Yu Kuai)  
- block: remove unneeded return value of bio_check_ro() (Miaohe Lin)  
- tg3: power down device only on SYSTEM_POWER_OFF (George Shuklin)  
- net/smc: put sk reference if close work was canceled (D. Wythe)  
- net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc (D. Wythe)  
- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT (D. Wythe)  
- selftests: pmtu.sh: fix result checking (Hangbin Liu)  
- net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs (Furong Xu)  
- Fix termination state for idr_for_each_entry_ul() (NeilBrown)  
- net: r8169: Disable multicast filter for RTL8168H and RTL8107E (Patrick Thompson)  
- dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses. (Kuniyuki Iwashima)  
- dccp: Call security_inet_conn_request() after setting IPv4 addresses. (Kuniyuki Iwashima)  
- octeontx2-pf: Fix holes in error code (Ratheesh Kannoth)  
- octeontx2-pf: Fix error codes (Ratheesh Kannoth)  
- bpf: Check map-&gt;usercnt after timer-&gt;timer is assigned (Hou Tao)  
- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (Shigeru Yoshida)  
- hsr: Prevent use after free in prp_create_tagged_frame() (Dan Carpenter)  
- llc: verify mac len before reading mac header (Willem de Bruijn)  
- Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() (Dan Carpenter)  
- pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume (Florian Fainelli)  
- pwm: sti: Reduce number of allocations and drop usage of chip_data (Uwe Kleine-Konig)  
- regmap: prevent noinc writes from clobbering cache (Ben Wolsieffer)  
- media: cedrus: Fix clock/reset sequence (Jernej Skrabec)  
- media: vidtv: mux: Add check and kfree for kstrdup (Jiasheng Jiang)  
- media: vidtv: psi: Add check for kstrdup (Jiasheng Jiang)  
- media: s3c-camif: Avoid inappropriate kfree() (Katya Orlova)  
- media: bttv: fix use after free error due to btv-&gt;timeout timer (Zheng Wang)  
- media: i2c: max9286: Fix some redundant of_node_put() calls (Christophe JAILLET)  
- pcmcia: ds: fix possible name leak in error path in pcmcia_device_add() (Yang Yingliang)  
- pcmcia: ds: fix refcount leak in pcmcia_device_add() (Yang Yingliang)  
- pcmcia: cs: fix possible hung task and memory leak pccardd() (Yang Yingliang)  
- rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call (Javier Carrasco)  
- cxl/mem: Fix shutdown order (Dan Williams)  
- i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs (Dinghao Liu)  
- 9p/net: fix possible memory leak in p9_check_errors() (Hangyu Hua)  
- perf hist: Add missing puts to hist__account_cycles (Ian Rogers)  
- perf machine: Avoid out of bounds LBR memory read (Ian Rogers)  
- usb: host: xhci-plat: fix possible kernel oops while resuming (Sergey Shtylyov)  
- xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 (Basavaraj Natikar)  
- powerpc/pseries: fix potential memory leak in init_cpu_associativity() (Wang Yufen)  
- powerpc/imc-pmu: Use the correct spinlock initializer. (Sebastian Andrzej Siewior)  
- powerpc/xive: Fix endian conversion size (Benjamin Gray)  
- powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro (Christophe Leroy)  
- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host (Masahiro Yamada)  
- powerpc: Only define __parse_fpscr() when required (Christophe Leroy)  
- f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() (Chao Yu)  
- dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc() (Christophe JAILLET)  
- USB: usbip: fix stub_dev hub disconnect (Jonas Blixt)  
- tools: iio: iio_generic_buffer ensure alignment (Matti Vaittinen)  
- misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() (Jinjie Ruan)  
- dmaengine: ti: edma: handle irq_of_parse_and_map() errors (Dan Carpenter)  
- usb: chipidea: Simplify Tegra DMA alignment code (Michal Miroslaw)  
- usb: chipidea: Fix DMA overwrite for Tegra (Michal Miroslaw)  
- usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency (Jia-Ju Bai)  
- dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers (Fenghua Yu)  
- livepatch: Fix missing newline character in klp_resolve_symbols() (Zheng Yejian)  
- tty: tty_jobctrl: fix pid memleak in disassociate_ctty() (Yi Yang)  
- f2fs: compress: fix to avoid redundant compress extension (Chao Yu)  
- f2fs: compress: fix to avoid use-after-free on dic (Chao Yu)  
- leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu' (Christophe JAILLET)  
- leds: pwm: Don't disable the PWM when the LED should be off (Uwe Kleine-Konig)  
- leds: turris-omnia: Do not use SMBUS calls (Marek Behun)  
- leds: turris-omnia: Drop unnecessary mutex locking (Marek Behun)  
- mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs (Hans de Goede)  
- mfd: dln2: Fix double put in dln2_probe (Dinghao Liu)  
- mfd: core: Ensure disabled devices are skipped without aborting (Herve Codina)  
- mfd: core: Un-constify mfd_cell.of_reg (Michal Miroslaw)  
- ASoC: ams-delta.c: use component after check (Kuninori Morimoto)  
- crypto: qat - fix deadlock in backlog processing (Giovanni Cabiddu)  
- padata: Fix refcnt handling in padata_free_shell() (WangJinchao)  
- ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails (Cezary Rojewski)  
- HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect_event() (Hans de Goede)  
- HID: logitech-hidpp: Revert 'Don't restart communication if not necessary' (Hans de Goede)  
- HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only (Hans de Goede)  
- HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirk (Bastien Nocera)  
- Revert 'HID: logitech-hidpp: add a module parameter to keep firmware gestures' (Bastien Nocera)  
- sh: bios: Revive earlyprintk support (Geert Uytterhoeven)  
- hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip (Danny Kaehn)  
- RDMA/hfi1: Workaround truncation compilation error (Leon Romanovsky)  
- scsi: ufs: core: Leave space for '- ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe (Zhang Shurong)  
- RDMA/hns: The UD mode can only be configured with DCQCN (Luoyouming)  
- RDMA/hns: Fix signed-unsigned mixed comparisons (Chengchang Tang)  
- RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() (Chengchang Tang)  
- IB/mlx5: Fix rdma counter binding for RAW QP (Patrisious Haddad)  
- ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not described (Kuninori Morimoto)  
- ext4: move 'ix' sanity check to corrent position (Gou Hao)  
- ARM: 9321/1: memset: cast the constant byte to unsigned char (Kursad Oney)  
- hid: cp2112: Fix duplicate workqueue initialization (Danny Kaehn)  
- crypto: qat - increase size of buffers (Giovanni Cabiddu)  
- crypto: caam/jr - fix Chacha20 + Poly1305 self test failure (Gaurav Jain)  
- crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure (Gaurav Jain)  
- nd_btt: Make BTT lanes preemptible (Tomas Glozar)  
- libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return value (Chen Ni)  
- scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code (Tyrel Datwyler)  
- RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() (Gustavo A. R. Silva)  
- hwrng: geode - fix accessing registers (Jonas Gorski)  
- crypto: hisilicon/hpre - Fix a erroneous check after snprintf() (Christophe JAILLET)  
- selftests/resctrl: Ensure the benchmark commands fits to its array (Ilpo Jarvinen)  
- selftests/pidfd: Fix ksft print formats (Maciej Wieczor-Retman)  
- arm64: dts: imx8mn: Add sound-dai-cells to micfil node (Adam Ford)  
- arm64: dts: imx8mm: Add sound-dai-cells to micfil node (Adam Ford)  
- arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry (Fabio Estevam)  
- clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skipped (Sudeep Holla)  
- firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device (Sudeep Holla)  
- firmware: ti_sci: Mark driver as non removable (Dhruva Gole)  
- soc: qcom: llcc: Handle a second device without data corruption (Uwe Kleine-Konig)  
- ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator (Krzysztof Kozlowski)  
- arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators (Stephan Gerhold)  
- ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins (Chris Packham)  
- arm64: dts: qcom: sdm845-mtp: fix WiFi configuration (Dmitry Baryshkov)  
- arm64: dts: qcom: sc7280: Add missing LMH interrupts (Konrad Dybcio)  
- arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory (Krzysztof Kozlowski)  
- arm64: dts: qcom: msm8916: Fix iommu local address range (Gaurav Kohli)  
- ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name (Geert Uytterhoeven)  
- perf: hisi: Fix use-after-free when register pmu fails (Junhao He)  
- drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling (AngeloGioacchino Del Regno)  
- drm/msm/dsi: use msm_gem_kernel_put to free TX buffer (Dmitry Baryshkov)  
- xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled (Marek Marczykowski-Gorecki)  
- drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() (Dan Carpenter)  
- drm/bridge: lt9611uxc: fix the race in the error path (Dmitry Baryshkov)  
- drm/bridge: lt9611uxc: Register and attach our DSI device at probe (Maxime Ripard)  
- drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers (Maxime Ripard)  
- drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe() (Christophe JAILLET)  
- drm/mediatek: Fix iommu fault during crtc enabling (Jason-JH.Lin)  
- drm/mediatek: Fix iommu fault by swapping FBs after updating plane state (Jason-JH.Lin)  
- drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code (Xiaogang Chen)  
- drm/bridge: tc358768: Fix bit updates (Tomi Valkeinen)  
- drm/bridge: tc358768: Disable non-continuous clock mode (Dmitry Osipenko)  
- drm/bridge: tc358768: Fix use of uninitialized variable (Tomi Valkeinen)  
- drm/bridge: lt8912b: Add missing drm_bridge_attach call (Tomi Valkeinen)  
- drm/bridge: lt8912b: Manually disable HPD only if it was enabled (Tomi Valkeinen)  
- drm/bridge: lt8912b: Fix crash on bridge detach (Tomi Valkeinen)  
- drm/bridge: lt8912b: Fix bridge_detach (Tomi Valkeinen)  
- drm/bridge: lt8912b: Add hot plug detection (Stefan Eichenberger)  
- drm/bridge: lt8912b: Register and attach our DSI device at probe (Maxime Ripard)  
- drm/bridge: lt8912b: Switch to devm MIPI-DSI helpers (Maxime Ripard)  
- drm/mipi-dsi: Create devm device attachment (Maxime Ripard)  
- drm/mipi-dsi: Create devm device registration (Maxime Ripard)  
- drm/radeon: possible buffer overflow (Konstantin Meskhidze)  
- drm/rockchip: vop: Fix call to crtc reset helper (Jonas Karlman)  
- drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs (Jonas Karlman)  
- hwmon: (coretemp) Fix potentially truncated sysfs attribute name (Zhang Rui)  
- hwmon: (axi-fan-control) Fix possible NULL pointer dereference (Dragos Bogdan)  
- platform/x86: wmi: Fix opening of char device (Armin Wolf)  
- platform/x86: wmi: remove unnecessary initializations (Barnabas Pocze)  
- platform/x86: wmi: Fix probe failure when failing to register WMI devices (Armin Wolf)  
- clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM (Varadarajan Narayanan)  
- clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data (Jiasheng Jiang)  
- clk: npcm7xx: Fix incorrect kfree (Jonathan Neuschafer)  
- clk: ti: fix double free in of_ti_divider_clk_setup() (Dan Carpenter)  
- clk: ti: change ti_clk_register[_omap_hw]() API (Dario Binacchi)  
- clk: ti: Update component clocks to use ti_dt_clk_name() (Tony Lindgren)  
- clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name() (Tony Lindgren)  
- clk: ti: Add ti_dt_clk_name() helper to use clock-output-names (Tony Lindgren)  
- clk: keystone: pll: fix a couple NULL vs IS_ERR() checks (Dan Carpenter)  
- spi: nxp-fspi: use the correct ioremap function (Han Xu)  
- clk: renesas: rzg2l: Fix computation formula (Claudiu Beznea)  
- clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields (Claudiu Beznea)  
- clk: renesas: rzg2l: Simplify multiplication/shift logic (Geert Uytterhoeven)  
- clk: imx: imx8qxp: Fix elcdif_pll clock (Robert Chiras)  
- clk: imx: imx8mq: correct error handling path (Peng Fan)  
- clk: imx: Select MXC_CLK for CLK_IMX8QXP (Abel Vesa)  
- clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src (Danila Tikhonov)  
- clk: qcom: mmcc-msm8998: Fix the SMMU GDSC (Konrad Dybcio)  
- clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks (Konrad Dybcio)  
- clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies (Devi Priya)  
- spi: tegra: Fix missing IRQ check in tegra_slink_probe() (Zhang Shurong)  
- regmap: debugfs: Fix a erroneous check after snprintf() (Christophe JAILLET)  
- ipvlan: properly track tx_errors (Eric Dumazet)  
- net: add DEV_STATS_READ() helper (Eric Dumazet)  
- ipv6: avoid atomic fragment on GSO packets (Yan Zhai)  
- ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() (Christophe JAILLET)  
- wifi: iwlwifi: empty overflow queue during flush (Miri Korenblit)  
- wifi: iwlwifi: pcie: synchronize IRQs before NAPI (Johannes Berg)  
- wifi: iwlwifi: call napi_synchronize() before freeing rx/tx queues (Gregory Greenman)  
- iwlwifi: pcie: adjust to Bz completion descriptor (Johannes Berg)  
- tcp: fix cookie_init_timestamp() overflows (Eric Dumazet)  
- chtls: fix tp-&gt;rcv_tstamp initialization (Eric Dumazet)  
- r8169: fix rare issue with broken rx after link-down on RTL8125 (Heiner Kallweit)  
- r8169: use tp_to_dev instead of open code (Juhee Kang)  
- thermal: core: prevent potential string overflow (Dan Carpenter)  
- netfilter: nf_tables: Drop pointless memset when dumping rules (Phil Sutter)  
- PM / devfreq: rockchip-dfi: Make pmu regmap mandatory (Sascha Hauer)  
- can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds (Marc Kleine-Budde)  
- can: dev: can_restart(): fix race condition between controller restart and netif_carrier_on() (Marc Kleine-Budde)  
- can: dev: can_restart(): don't crash kernel if carrier is OK (Marc Kleine-Budde)  
- wifi: rtlwifi: fix EDCA limit set by BT coexistence (Dmitry Antipov)  
- tcp_metrics: do not create an entry from tcp_init_metrics() (Eric Dumazet)  
- tcp_metrics: properly set tp-&gt;snd_ssthresh in tcp_init_metrics() (Eric Dumazet)  
- tcp_metrics: add missing barriers on delete (Eric Dumazet)  
- wifi: mt76: mt7603: improve stuck beacon handling (Felix Fietkau)  
- mt76: pass original queue id from __mt76_tx_queue_skb to the driver (Felix Fietkau)  
- mt76: add support for overriding the device used for DMA mapping (Felix Fietkau)  
- mt76: dma: use kzalloc instead of devm_kzalloc for txwi (Felix Fietkau)  
- wifi: mt76: mt7603: rework/fix rx pse hang check (Felix Fietkau)  
- wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file() (Jinjie Ruan)  
- net: spider_net: Use size_add() in call to struct_size() (Gustavo A. R. Silva)  
- tipc: Use size_add() in calls to struct_size() (Gustavo A. R. Silva)  
- mlxsw: Use size_mul() in call to struct_size() (Gustavo A. R. Silva)  
- gve: Use size_add() in call to struct_size() (Gustavo A. R. Silva)  
- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed (Aananth V)  
- udp: add missing WRITE_ONCE() around up-&gt;encap_rcv (Eric Dumazet)  
- selftests/bpf: Correct map_fd to data_fd in tailcalls (Leon Hwang)  
- selftests/bpf: Test tail call counting with bpf2bpf and data on stack (Jakub Sitnicki)  
- i40e: fix potential memory leaks in i40e_remove() (Andrii Staikov)  
- genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() (Chen Yu)  
- pstore/platform: Add check for kstrdup (Jiasheng Jiang)  
- x86/boot: Fix incorrect startup_gdt_descr.size (Yuntao Wang)  
- x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot (Adam Dunlap)  
- x86: Share definition of __is_canonical_address() (Adrian Hunter)  
- futex: Don't include process MM in futex key on no-MMU (Ben Wolsieffer)  
- x86/srso: Fix SBPB enablement for (possible) future fixed HW (Josh Poimboeuf)  
- writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs (Jingbo Xu)  
- vfs: fix readahead(2) on block devices (Reuben Hawkins)  
- sched: Fix stop_one_cpu_nowait() vs hotplug (Peter Zijlstra)  
- sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 (Qais Yousef)  
- iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user() (David Howells)  
- LTS version: v5.15.138 (Jack Vogel)  
- ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection (Mark Hasemeyer)  
- misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support (Siddharth Vadapalli)  
- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks (Cameron Williams)  
- tty: 8250: Add support for Intashield IX cards (Cameron Williams)  
- tty: 8250: Add support for additional Brainboxes PX cards (Cameron Williams)  
- tty: 8250: Fix up PX-803/PX-857 (Cameron Williams)  
- tty: 8250: Fix port count of PX-257 (Cameron Williams)  
- tty: 8250: Add support for Intashield IS-100 (Cameron Williams)  
- tty: 8250: Add support for Brainboxes UP cards (Cameron Williams)  
- tty: 8250: Add support for additional Brainboxes UC cards (Cameron Williams)  
- tty: 8250: Remove UC-257 and UC-431 (Cameron Williams)  
- tty: n_gsm: fix race condition in status line change on dead connections (Daniel Starke)  
- usb: raw-gadget: properly handle interrupted requests (Andrey Konovalov)  
- usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() (Jimmy Hu)  
- usb: storage: set 1.50 as the lower bcdDevice for older 'Super Top' compatibility (LihaSika)  
- PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device (Vicki Pfau)  
- drm/amd: Disable ASPM for VI w/ all Intel systems (Mario Limonciello)  
- drm/amd: Move helper for dynamic speed switch check out of smu13 (Mario Limonciello)  
- can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior (Oliver Hartkopp)  
- can: isotp: isotp_bind(): do not validate unused address information (Oliver Hartkopp)  
- can: isotp: add local echo tx processing and tx without FC (Oliver Hartkopp)  
- can: isotp: handle wait_event_interruptible() return values (Oliver Hartkopp)  
- can: isotp: check CAN address family in isotp_bind() (Oliver Hartkopp)  
- can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting (Oliver Hartkopp)  
- can: isotp: set max PDU size to 64 kByte (Oliver Hartkopp)  
- powerpc/mm: Fix boot crash with FLATMEM (Michael Ellerman)  
- r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en() (Douglas Anderson)  
- r8152: Check for unplug in rtl_phy_patch_request() (Douglas Anderson)  
- net: chelsio: cxgb4: add an error code check in t4_load_phy_fw (Su Hui)  
- platform/mellanox: mlxbf-tmfifo: Fix a warning message (Liming Sun)  
- scsi: mpt3sas: Fix in error path (Tomas Henzl)  
- fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit() (Jorge Maidana)  
- drm/ttm: Reorder sys manager cleanup step (Karolina Stolarek)  
- ASoC: rt5650: fix the wrong result of key button (Shuming Fan)  
- netfilter: nfnetlink_log: silence bogus compiler warning (Florian Westphal)  
- spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 (William A. Kennington III)  
- fs/ntfs3: Avoid possible memory leak (Su Hui)  
- fs/ntfs3: Fix directory element type detection (Gabriel Marcano)  
- fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (Konstantin Komarov)  
- fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() (Konstantin Komarov)  
- fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) (Konstantin Komarov)  
- fs/ntfs3: Write immediately updated ntfs state (Konstantin Komarov)  
- fs/ntfs3: Add ckeck in ni_update_parent() (Konstantin Komarov)  
- fbdev: atyfb: only use ioremap_uc() on i386 and ia64 (Arnd Bergmann)  
- Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport (Dmitry Torokhov)  
- powerpc/85xx: Fix math emulation exception (Christophe Leroy)  
- dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe (Zhang Shurong)  
- irqchip/stm32-exti: add missing DT IRQ flag translation (Ben Wolsieffer)  
- irqchip/riscv-intc: Mark all INTC nodes as initialized (Anup Patel)  
- net: sched: cls_u32: Fix allocation size in u32_init() (Gustavo A. R. Silva)  
- ASoC: simple-card: fixup asoc_simple_probe() error handling (Kuninori Morimoto)  
- x86: Fix .brk attribute in linker script (Juergen Gross)  
- rpmsg: Fix possible refcount leak in rpmsg_register_device_override() (Hangyu Hua)  
- rpmsg: glink: Release driver_override (Bjorn Andersson)  
- rpmsg: Fix calling device_lock() on non-initialized device (Krzysztof Kozlowski)  
- rpmsg: Fix kfree() of static memory on setting driver_override (Krzysztof Kozlowski)  
- rpmsg: Constify local variable in field store macro (Krzysztof Kozlowski)  
- driver: platform: Add helper for safer setting of driver_override (Krzysztof Kozlowski)  
- objtool/x86: add missing embedded_insn check (John Sperbeck)  
- ext4: avoid overlapping preallocations due to overflow (Baokun Li)  
- ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow (Baokun Li)  
- ext4: add two helper functions extent_logical_end() and pa_logical_end() (Baokun Li)  
- x86/mm: Fix RESERVE_BRK() for older binutils (Josh Poimboeuf)  
- x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility (Thomas Gleixner)  
- gve: Fix GFP flags when allocing pages (Shailend Chand)  
- iio: afe: rescale: Accept only offset channels (Linus Walleij)  
- iio: afe: rescale: add offset support (Liam Beguin)  
- iio: afe: rescale: expose scale processing function (Liam Beguin)  
- iio: afe: rescale: reorder includes (Liam Beguin)  
- clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_parent_name (Alessandro Carminati)  
- sparc32: fix a braino in fault handling in csum_and_copy_..._user() (Al Viro)  
- perf/core: Fix potential NULL deref (Peter Zijlstra)  
- nvmem: imx: correct nregs for i.MX6UL (Peng Fan)  
- nvmem: imx: correct nregs for i.MX6SLL (Peng Fan)  
- nvmem: imx: correct nregs for i.MX6ULL (Peng Fan)  
- misc: fastrpc: Clean buffers on remote invocation failures (Ekansh Gupta)  
- tracing/kprobes: Fix the description of variable length arguments (Yujie Liu)  
- i2c: stm32f7: Fix PEC handling in case of SMBUS transfers (Alain Volmat)  
- i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() (Herve Codina)  
- i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() (Herve Codina)  
- i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() (Herve Codina)  
- iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale (Robert Hancock)  
- iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds (Robert Hancock)  
- iio: exynos-adc: request second interupt only when touchscreen mode is used (Marek Szyprowski)  
- kasan: print the original fault addr when access invalid shadow (Haibo Li)  
- i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR (Ivan Vecera)  
- gtp: fix fragmentation needed check with gso (Pablo Neira Ayuso)  
- gtp: uapi: fix GTPA_MAX (Pablo Neira Ayuso)  
- tcp: fix wrong RTO timeout when received SACK reneging (Fred Chen)  
- r8152: Release firmware if we have an error in probe (Douglas Anderson)  
- r8152: Cancel hw_phy_work if we have an error in probe (Douglas Anderson)  
- r8152: Run the unload routine if we have errors during probe (Douglas Anderson)  
- r8152: Increase USB control msg timeout to 5000ms as per spec (Douglas Anderson)  
- net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg (Shigeru Yoshida)  
- net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show() (Christophe JAILLET)  
- igc: Fix ambiguity in the ethtool advertising (Sasha Neftin)  
- neighbour: fix various data-races (Eric Dumazet)  
- igb: Fix potential memory leak in igb_add_ethtool_nfc_entry (Mateusz Palczewski)  
- treewide: Spelling fix in comment (Kunwu Chan)  
- r8169: fix the KCSAN reported data race in rtl_rx while reading desc-&gt;opts1 (Mirsad Goran Todorovac)  
- r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1 (Mirsad Goran Todorovac)  
- r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp-&gt;cur_tx (Mirsad Goran Todorovac)  
- drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() (Lukasz Majczak)  
- vsock/virtio: initialize the_virtio_vsock before using VQs (Alexandru Matei)  
- vsock/virtio: add support for device suspend/resume (Stefano Garzarella)  
- vsock/virtio: factor our the code to initialize and delete VQs (Stefano Garzarella)  
- drm/i915/pmu: Check if pmu is closed before stopping event (Umesh Nerlige Ramappa)  
- nfsd: lock_rename() needs both directories to live on the same fs (Al Viro)  
- mm/migrate: fix do_pages_move for compat pointers (Gregory Price)  
- mm/page_alloc: correct start page when guard page debug is enabled (Kemeng Shi)  
- vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE (Eric Auger)  
- virtio_balloon: Fix endless deflation and inflation on arm64 (Gavin Shan)  
- mcb-lpc: Reallocate memory region to avoid memory overlapping (Rodriguez Barbarin, Jose Javier)  
- mcb: Return actual parsed size when reading chameleon table (Rodriguez Barbarin, Jose Javier)  
- mptcp: more conservative check for zero probes (Paolo Abeni)  
- tcp: cleanup tcp_remove_empty_skb() use (Eric Dumazet)  
- tcp: remove dead code from tcp_sendmsg_locked() (Eric Dumazet)  
- pinctrl: qcom: lpass-lpi: fix concurrent register updates (Krzysztof Kozlowski)  
- ASoC: codecs: wcd938x: fix runtime PM imbalance on remove (Johan Hovold)  
- ASoC: codecs: wcd938x: fix resource leaks on bind errors (Johan Hovold)  
- LTS version: v5.15.137 (Jack Vogel)  
- xfrm6: fix inet6_dev refcount underflow problem (Zhang Changzhong)  
- Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name (Kees Cook)  
- Bluetooth: hci_sock: fix slab oob read in create_monitor_event (Edward AD)  
- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins (Tony Lindgren)  
- phy: mapphone-mdm6600: Fix runtime PM for remove (Tony Lindgren)  
- phy: mapphone-mdm6600: Fix runtime disable on probe (Tony Lindgren)  
- serial: 8250: omap: Move uart_write() inside PM section (Geert Uytterhoeven)  
- ASoC: pxa: fix a memory leak in probe() (Dan Carpenter)  
- gpio: vf610: set value before the direction to avoid a glitch (Haibo Chen)  
- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events (Hans de Goede)  
- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e (Hans de Goede)  
- platform/surface: platform_profile: Propagate error if profile registration fails (Armin Wolf)  
- s390/cio: fix a memleak in css_alloc_subchannel (Dinghao Liu)  
- selftests/ftrace: Add new test case which checks non unique symbol (Francis Laniel)  
- s390/pci: fix iommu bitmap allocation (Niklas Schnelle)  
- perf: Disallow mis-matched inherited group reads (Peter Zijlstra)  
- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL (Puliang Lu)  
- USB: serial: option: add entry for Sierra EM9191 with new firmware (Benoit Monin)  
- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition (Fabio Porcedda)  
- nvme-rdma: do not try to stop unallocated queues (Maurizio Lombardi)  
- nvme-pci: add BOGUS_NID for Intel 0a54 device (Keith Busch)  
- ACPI: irq: Fix incorrect return value in acpi_register_gsi() (Sunil V L)  
- pNFS: Fix a hang in nfs4_evict_inode() (Trond Myklebust)  
- Revert 'pinctrl: avoid unsafe code pattern in find_pinctrl()' (Andy Shevchenko)  
- mmc: core: Capture correct oemid-bits for eMMC cards (Avri Altman)  
- mmc: core: sdio: hold retuning if sdio in 1-bit mode (Haibo Chen)  
- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw (Pablo Sun)  
- mtd: physmap-core: Restore map_rom fallback (Geert Uytterhoeven)  
- mtd: spinand: micron: correct bitmask for ecc status (Martin Kurbanov)  
- mtd: rawnand: arasan: Ensure program page operations are successful (Miquel Raynal)  
- mtd: rawnand: marvell: Ensure program page operations are successful (Miquel Raynal)  
- mtd: rawnand: pl353: Ensure program page operations are successful (Miquel Raynal)  
- mtd: rawnand: qcom: Unmap the right resource upon probe failure (Bibek Kumar Patro)  
- net: fix ifname in netlink ntf during netns move (Jakub Kicinski)  
- net: move from strlcpy with unused retval to strscpy (Wolfram Sang)  
- net: introduce a function to check if a netdev name is in use (Antoine Tenart)  
- Bluetooth: hci_event: Fix using memcmp when comparing keys (Luiz Augusto von Dentz)  
- net/mlx5: Handle fw tracer change ownership event based on MTRC (Maher Sanalla)  
- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B (Renan Guilherme Lebre Ramos)  
- HID: multitouch: Add required quirk for Synaptics 0xcd7e device (Rahul Rameshbabu)  
- btrfs: error out when reallocating block for defrag using a stale transaction (Filipe Manana)  
- btrfs: error when COWing block from a root that is being deleted (Filipe Manana)  
- btrfs: error out when COWing block using a stale transaction (Filipe Manana)  
- btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c (Josef Bacik)  
- drm: panel-orientation-quirks: Add quirk for One Mix 2S (Kai Uwe Broulik)  
- ipv4/fib: send notify when delete source address routes (Hangbin Liu)  
- sky2: Make sure there is at least one frag_addr available (Kees Cook)  
- regulator/core: Revert 'fix kobject release warning and memory leak in regulator_register()' (Michal Miroslaw)  
- wifi: cfg80211: avoid leaking stack data into trace (Benjamin Berg)  
- wifi: mac80211: allow transmitting EAPOL frames with tainted key (Wen Gong)  
- wifi: cfg80211: Fix 6GHz scan configuration (Ilan Peer)  
- Bluetooth: hci_core: Fix build warnings (Luiz Augusto von Dentz)  
- Bluetooth: Avoid redundant authentication (Ying Hsu)  
- Bluetooth: btusb: add shutdown function for QCA6174 (Rocky Liao)  
- HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event (Ma Ke)  
- wifi: iwlwifi: Ensure ack flag is properly cleared. (Ben Greear)  
- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len (Gustavo A. R. Silva)  
- tracing: relax trace_event_eval_update() execution with cond_resched() (Clement Leger)  
- ata: libata-eh: Fix compilation warning in ata_eh_link_report() (Damien Le Moal)  
- ata: libata-core: Fix compilation warning in ata_dev_config_ncq() (Damien Le Moal)  
- gpio: timberdale: Fix potential deadlock on &amp;tgpio-&gt;lock (Chengfeng Ye)  
- overlayfs: set ctime when setting mtime and atime (Jeff Layton)  
- i2c: mux: Avoid potential false error message in i2c_mux_add_adapter (Heiner Kallweit)  
- btrfs: initialize start_slot in btrfs_log_prealloc_extents (Josef Bacik)  
- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (Filipe Manana)  
- fs-writeback: do not requeue a clean inode having skipped pages (Chunhai Guo)  
- ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone (Tony Lindgren)  
- ksmbd: not allow to open file if delelete on close bit is set (Namjae Jeon)  
- nfp: flower: avoid rmmod nfp crash issues (Yanguo Li)  
- mctp: perform route lookups under a RCU read-side lock (Jeremy Kerr)  
- mctp: Allow local delivery to the null EID (Jeremy Kerr)  
- powerpc/47x: Fix 47x syscall return crash (Michael Ellerman)  
- powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly (Christophe Leroy)  
- powerpc/32s: Remove capability to disable KUEP at boottime (Christophe Leroy)  
- drm/atomic-helper: relax unregistered connector check (Simon Ser)  
- perf/x86/lbr: Filter vsyscall addresses (JP Kobryn)  
- iio: adc: ad7192: Correct reference voltage (Alisa-Dariana Roman)  
- iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() (Tzung-Bi Shih)  
- iio: core: introduce iio_device_{claim|release}_buffer_mode() APIs (Nuno Sa)  
- iio: core: Hide read accesses to iio_dev-&gt;currentmode (Miquel Raynal)  
- iio: Un-inline iio_buffer_enabled() (Miquel Raynal)  
- serial: 8250_omap: Fix errors with no_console_suspend (Tony Lindgren)  
- serial: 8250: omap: Fix imprecise external abort for omap_8250_pm() (Tony Lindgren)  
- selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparenting_test.sh that may cause error (Juntong Deng)  
- net: pktgen: Fix interface flags printing (Gavrilov Ilia)  
- netfilter: nf_tables: revert do not remove elements if set backend implements .abort (Pablo Neira Ayuso)  
- netfilter: nf_tables: do not remove elements if set backend implements .abort (Pablo Neira Ayuso)  
- netfilter: nft_set_rbtree: .deactivate fails if element has expired (Pablo Neira Ayuso)  
- neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section (Geert Uytterhoeven)  
- bonding: Return pointer to data after pull on skb (Jiri Wiesner)  
- net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register() (Jinjie Ruan)  
- i40e: prevent crash on probe if hw registers have invalid values (Michal Schmidt)  
- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() (Dan Carpenter)  
- ipv4: fib: annotate races around nh-&gt;nh_saddr_genid and nh-&gt;nh_saddr (Eric Dumazet)  
- tun: prevent negative ifindex (Eric Dumazet)  
- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb (Eric Dumazet)  
- tcp: fix excessive TLP and RACK timeouts from HZ rounding (Neal Cardwell)  
- net: rfkill: gpio: prevent value glitch during probe (Josua Mayer)  
- net: ipv6: fix return value check in esp_remove_trailer (Ma Ke)  
- net: ipv4: fix return value check in esp_remove_trailer (Ma Ke)  
- xfrm: interface: use DEV_STATS_INC() (Eric Dumazet)  
- xfrm: fix a data-race in xfrm_gen_index() (Eric Dumazet)  
- qed: fix LL2 RX buffer allocation (Manish Chopra)  
- ASoC: codecs: wcd938x: fix unbind tear down order (Johan Hovold)  
- ASoC: codecs: wcd938x: drop bogus bind error handling (Johan Hovold)  
- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors (Johan Hovold)  
- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind (Johan Hovold)  
- drm/i915: Retry gtt fault when out of fence registers (Ville Syrjala)  
- netfilter: nft_payload: fix wrong mac header matching (Florian Westphal)  
- fs/ntfs3: fix deadlock in mark_as_free_ex (Konstantin Komarov)  
- fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() (Zeng Heng)  
- fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() (Ziqi Zhao)  
- tcp: check mptcp-level constraints for backlog coalescing (Paolo Abeni)  
- x86/sev: Check for user-space IOIO pointing to kernel space (Joerg Roedel) [Orabug: 35959905] {CVE-2023-46813}
- x86/sev: Check IOBM for IOIO exceptions from user-space (Joerg Roedel) [Orabug: 35959905] {CVE-2023-46813}
- x86/sev: Disable MMIO emulation from user mode (Borislav Petkov (AMD))  
- KVM: x86: Mask LVTPC when handling a PMI (Jim Mattson)  
- regmap: fix NULL deref on lookup (Johan Hovold)  
- nfc: nci: fix possible NULL pointer dereference in send_acknowledge() (Krzysztof Kozlowski)  
- ice: reset first in crash dump kernels (Jesse Brandeburg)  
- ice: fix over-shifted variable (Jesse Brandeburg)  
- Bluetooth: avoid memcmp() out of bounds warning (Arnd Bergmann)  
- Bluetooth: hci_event: Fix coding style (Luiz Augusto von Dentz)  
- Bluetooth: vhci: Fix race when opening vhci device (Arkadiusz Bokowy)  
- Bluetooth: Fix a refcnt underflow problem for hci_conn (Ziyang Xuan)  
- Bluetooth: Reject connection with the device which has same BD_ADDR (Lee, Chun-Yi) [Orabug: 35959595] {CVE-2020-26555}
- Bluetooth: hci_event: Ignore NULL link key (Lee, Chun-Yi)  
- xfs: don't expose internal symlink metadata buffers to the vfs (Darrick J. Wong)  
- Documentation: sysctl: align cells in second content column (Bagas Sanjaya)  
- lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default (Hyeonggon Yoo)  
- LTS version: v5.15.136 (Jack Vogel)  
- eth: remove remaining copies of the NAPI_POLL_WEIGHT define (Jakub Kicinski)  
- usb: hub: Guard against accesses to uninitialized BOS descriptors (Ricardo Canuelo)  
- arm64: armv8_deprecated: fix unused-function error (Ren Zhijie)  
- arm64: armv8_deprecated: rework deprected instruction handling (Mark Rutland)  
- arm64: armv8_deprecated: move aarch32 helper earlier (Mark Rutland)  
- arm64: armv8_deprecated move emulation functions (Mark Rutland)  
- arm64: armv8_deprecated: fold ops into insn_emulation (Mark Rutland)  
- arm64: rework EL0 MRS emulation (Mark Rutland)  
- arm64: factor insn read out of call_undef_hook() (Mark Rutland)  
- arm64: factor out EL1 SSBS emulation hook (Mark Rutland)  
- arm64: split EL0/EL1 UNDEF handlers (Mark Rutland)  
- arm64: allow kprobes on EL0 handlers (Mark Rutland)  
- arm64: rework BTI exception handling (Mark Rutland)  
- arm64: rework FPAC exception handling (Mark Rutland)  
- arm64: consistently pass ESR_ELx to die() (Mark Rutland)  
- arm64: die(): pass 'err' as long (Mark Rutland)  
- arm64: report EL1 UNDEFs better (Mark Rutland)  
- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() (Christophe Leroy)  
- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE (Christophe Leroy)  
- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() (Duoming Zhou)  
- dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq (Rex Zhang)  
- x86/alternatives: Disable KASAN in apply_alternatives() (Kirill A. Shutemov)  
- usb: cdnsp: Fixes issue with dequeuing not queued requests (Pawel Laszczak)  
- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call (Krishna Kurapati)  
- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio (Piyush Mehta)  
- counter: microchip-tcb-capture: Fix the use of internal GCLK logic (Dharma Balasubiramani)  
- pinctrl: avoid unsafe code pattern in find_pinctrl() (Dmitry Torokhov)  
- cgroup: Remove duplicates in cgroup v1 tasks file (Michal Koutny)  
- tee: amdtee: fix use-after-free vulnerability in amdtee_close_session (Rijo Thomas)  
- Input: goodix - ensure int GPIO is in input for gpio_count == 1 &amp;&amp; gpio_int_idx == 0 case (Hans de Goede)  
- Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table (Szilard Fabian)  
- Input: xpad - add PXN V900 support (Matthias Berndt)  
- Input: psmouse - fix fast_reconnect function for PS/2 mode (Jeffery Miller)  
- Input: powermate - fix use-after-free in powermate_config_complete (Javier Carrasco)  
- ceph: fix type promotion bug on 32bit systems (Dan Carpenter)  
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (Xiubo Li)  
- libceph: use kernel_connect() (Jordan Rife)  
- thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding (Mika Westerberg)  
- thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge (Mika Westerberg)  
- mcb: remove is_added flag from mcb_device struct (Jorge Sanjuan Garcia)  
- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs (Borislav Petkov (AMD))  
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA (Hans de Goede)  
- drm/amd/display: Don't set dpms_off for seamless boot (Daniel Miess)  
- drm/amdgpu: add missing NULL check (Christian Konig)  
- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (Alexander Zangerl)  
- iio: pressure: dps310: Adjust Timeout Settings (Lakshmi Yadlapati)  
- iio: pressure: bmp280: Fix NULL pointer exception (Phil Elwell)  
- usb: musb: Modify the 'HWVers' register address (Xingxing Luo)  
- usb: musb: Get the musb_qh poniter after musb_giveback (Xingxing Luo)  
- usb: dwc3: Soft reset phy on probe for host (Thinh Nguyen)  
- net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read (Javier Carrasco)  
- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer (Wesley Cheng)  
- xhci: Keep interrupt disabled in initialization until host is running. (Hongyu Xie)  
- dmaengine: stm32-mdma: abort resume if no ongoing transfer (Amelie Delaunay)  
- media: mtk-jpeg: Fix use after free bug due to uncanceled work (Zheng Wang)  
- workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask() (Waiman Long)  
- nfc: nci: assert requested protocol is valid (Jeremy Cline)  
- pinctrl: renesas: rzn1: Enable missing PINMUX (Ralph Siemsen)  
- net/smc: Fix pos miscalculation in statistics (Nils Hoppmann)  
- net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() (Eric Dumazet)  
- net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp (Will Mortensen)  
- ixgbe: fix crash with empty VF macvlan list (Dan Carpenter)  
- net: phy: mscc: macsec: reject PN update requests (Radu Pirea (NXP OSS))  
- net: macsec: indicate next pn update when offloading (Radu Pirea (NXP OSS))  
- bpf: Fix verifier log for async callback return values (David Vernet)  
- drm/vmwgfx: fix typo of sizeof argument (Konstantin Meskhidze)  
- riscv, bpf: Sign-extend return values (Bjorn Topel)  
- riscv, bpf: Factor out emit_call for kernel and bpf context (Pu Lehui)  
- xen-netback: use default TX queue size for vifs (Roger Pau Monne)  
- eth: remove copies of the NAPI_POLL_WEIGHT define (Jakub Kicinski)  
- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type (Dan Carpenter)  
- ieee802154: ca8210: Fix a potential UAF in ca8210_probe (Dinghao Liu)  
- ravb: Fix use-after-free issue in ravb_tx_timeout_work() (Yoshihiro Shimoda) [Orabug: 35959875] {CVE-2023-35827}
- ravb: Fix up dma_free_coherent() call in ravb_remove() (Yoshihiro Shimoda)  
- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow (Abhinav Kumar)  
- drm/msm/dsi: fix irq_of_parse_and_map() error checking (Dan Carpenter)  
- drm/msm/dsi: skip the wait for video mode done if not applicable (Abhinav Kumar)  
- drm/msm/dp: do not reinitialize phy unless retry during link training (Kuogee Hsieh)  
- KEYS: trusted: Remove redundant static calls usage (Sumit Garg)  
- KEYS: trusted: allow use of kernel RNG for key material (Ahmad Fatoum)  
- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset (WhaleChang)  
- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (Hans de Goede)  
- platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning (Uwe Kleine-Konig)  
- platform/x86: think-lmi: Fix reference leak (Armin Wolf)  
- of: overlay: Reorder struct fragment fields kerneldoc (Geert Uytterhoeven)  
- perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 (Jing Zhang)  
- RDMA/cxgb4: Check skb value for failure to allocate (Artem Chernyshev)  
- RDMA/srp: Do not call scsi_done() from srp_abort() (Bart Van Assche)  
- scsi: ib_srp: Call scsi_done() directly (Bart Van Assche)  
- scsi: core: Rename scsi_mq_done() into scsi_done() and export it (Bart Van Assche)  
- iommu/vt-d: Avoid memory allocation in iommu_suspend() (Zhang Rui)

[5.15.0-203.135.1]
- uek-rpm: Enable CONFIG_IPV6_SEG6_BPF in UEK7U2 (Harshit Mogalapalli)  [Orabug: 35972825] 
- rds: ib: Make changes to fr_state global visible (Hakon Bugge)  [Orabug: 35739203] 
- x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPIN (Tony Luck)  [Orabug: 35853636] 
- EDAC/i10nm: Add Intel Emerald Rapids server support (Qiuxu Zhuo)  [Orabug: 35853636] 
- intel_idle: add Emerald Rapids Xeon support (Artem Bityutskiy)  [Orabug: 35853636] 
- powercap: intel_rapl: add support for Emerald Rapids (Zhang Rui)  [Orabug: 35853636] 
- perf/x86/intel/cstate: Add Emerald Rapids (Kan Liang)  [Orabug: 35853636] 
- perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU support (Zhang Rui)  [Orabug: 35853636] 
- perf/x86/cstate: Add Raptor Lake support (Kan Liang)  [Orabug: 35853636] 
- perf/x86/rapl: Add support for Intel Emerald Rapids (Zhang Rui)  [Orabug: 35853636] 
- perf/x86/rapl: Add support for Intel Meteor Lake (Zhang Rui)  [Orabug: 35853636] 
- perf/x86/rapl: Add support for Intel Raptor Lake (Zhang Rui)  [Orabug: 35853636] 
- perf/x86/rapl: Add support for Intel AlderLake-N (Zhang Rui)  [Orabug: 35853636] 
- platform/x86: intel-uncore-freq: add Emerald Rapids support (Artem Bityutskiy)  [Orabug: 35853636] 
- platform/x86/intel/uncore-freq: Move to uncore-frequency folder (Srinivas Pandruvada)  [Orabug: 35853636] 
- x86/cpu: Add CPU model numbers for Meteor Lake (Tony Luck)  [Orabug: 35853636] 
- x86/cpu: Add new Raptor Lake CPU model number (Tony Luck)  [Orabug: 35853636] 
- x86/cpu: Add new Alderlake and Raptorlake CPU model numbers (Tony Luck)  [Orabug: 35853636] 
- x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define (Tony Luck)  [Orabug: 35853636] 
- x86/cpu: Add Raptor Lake to Intel family (Tony Luck)  [Orabug: 35853636] 
- eth: bnxt: handle invalid Tx completions more gracefully (Jakub Kicinski)  [Orabug: 36075753] 
- bonding: move IFLA_ARP_ALLSLAVES to the end of the enum list (Venkat Venkatsubra)  [Orabug: 36083015] 
- bonding: add new option ns_ip6_target (Hangbin Liu)  [Orabug: 36083015] 
- bonding: add new parameter ns_targets (Hangbin Liu)  [Orabug: 36083015] 
- bonding: add extra field for bond_opt_value (Hangbin Liu)  [Orabug: 36083015] 
- Bonding: split bond_handle_vlan from bond_arp_send (Hangbin Liu)  [Orabug: 36083015] 
- ipv6: separate ndisc_ns_create() from ndisc_send_ns() (Hangbin Liu)  [Orabug: 36083015] 
- uek-rpm: update all arch and OL kABI files for new symbols (Yifei Liu)  [Orabug: 36090167] 
- xfs: try to avoid allocation blocking on busy extents (Mark Tinguely)  [Orabug: 36096907] 
- iommu/amd: Do not flush IRTE when only updating isRun and destination fields (Suravee Suthikulpanit)  [Orabug: 36101188] 
- tcp: Tunables for TCP delayed ack (min and max) timers (Venkat Venkatsubra)  [Orabug: 36114420] 
- tcp: fix ambiguity for SACKed TLP retransmits with RTT &lt; min_rtt (Neal Cardwell)  [Orabug: 36114420] 
- vhost-scsi: add parentheses to macro of VHOST_SCSI_MAX_VQ (Dongli Zhang)  [Orabug: 36119640]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12159.html" type="self" title="ELSA-2024-12159" />
      <reference href="https://linux.oracle.com/cve/CVE-2020-26555.html" id="CVE-2020-26555" type="cve" title="CVE-2020-26555" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-25775.html" id="CVE-2023-25775" type="cve" title="CVE-2023-25775" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-35827.html" id="CVE-2023-35827" type="cve" title="CVE-2023-35827" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-46813.html" id="CVE-2023-46813" type="cve" title="CVE-2023-46813" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-6111.html" id="CVE-2023-6111" type="cve" title="CVE-2023-6111" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-6622.html" id="CVE-2023-6622" type="cve" title="CVE-2023-6622" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e1647a13801dfb22d0d29ff2e02f1e9175f77506b4a25df323e46dc1c0aa8281</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9c19a046ca860031d960b227340b7286c61f099462b23bb3718171bc218d867a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">51a9ac589a13505a89dbbe3a02c03640b2d33010e3ed65f84715ce110b1e7148</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0500efa0710ae4e2ea813b0d7ecb6e52813f9f5ed67299cea2a75d18fce9afa8</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">57663b03e7025fcada220cb815dbfe541b5faf5f3fe51e6bc37e3f440e4b63dc</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-203.146.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">de785a4acfe3822205ca10a96506166053ead1b66c92884c2068be00ed540b27</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">baf6514f59b2b500ece656b990d98a924dbda4a2bac9a05fe529dc8cac8e9f3d</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-203.146.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">73d2691ab8f3bc9594ea605e6d144c4d175df163d5844079781c1616efc1fbf9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ecbf85a8d5661389dadd70da7076ecd2ae7e83af2057f2c7fb59b851ef40cf4d</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6244195a9144c80fa27df309532e36396c34bd6cde7f047c41369075090030e0</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3883190b91228bc2488093a8b594c52609c4d798054d97aac78dc2544a563ed1</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">11fdbacb43163de53a14fe9b227c1f8b4577da0b6ee1fc1533bb7e7d668e6a9c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">715c42b99a13a7c0169d998ed87ad23e7df692303d37a770e5d89eb45e82785e</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8225d13a7fd4a6555af128fcd4489d435c571879a6d8fe3c650eb201ce04c1db</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="203.146.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-203.146.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5d97b665d6e6eae2c79d76a578ba1533ec4b58afdc6a2a539d9aa90fd523b10d</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12858</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-10-10 00:00:00"/>
    <updated date="2023-10-10 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-106.131.4]
- jbd2: check 'jh-&gt;b_transaction' before removing it from checkpoint (Zhihao Cheng)  
- jbd2: fix checkpoint cleanup performance regression (Zhang Yi)  
- scsi: qla2xxx: Fix TMF leak through (Quinn Tran)  
- scsi: qla2xxx: Fix command flush during TMF (Quinn Tran)  
- scsi: qla2xxx: Limit TMF to 8 per function (Quinn Tran)  
- Revert 'drm/amdgpu: install stub fence into potential unused fence pointers' (Greg Kroah-Hartman)  
- dlm: fix plock lookup when using multiple lockspaces (Alexander Aring)  
- Revert 'scsi: qla2xxx: Fix buffer overrun' (Nilesh Javali)  
- media: dvb: symbol fixup for dvb_attach() (Greg Kroah-Hartman)  
- PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address (Rick Wertenbroek)  
- x86/speculation: Mark all Skylake CPUs as vulnerable to GDS (Dave Hansen)  
- clk: qcom: reset: Use the correct type of sleep/delay based on length (Konrad Dybcio)  
- ALSA: ac97: Fix possible error value of *rac97 (Su Hui)  
- md/raid0: Fix performance regression for large sequential writes (Jan Kara)  
- md/raid0: Factor out helper for mapping and submitting a bio (Jan Kara)  
- md: add error_handlers for raid0 and linear (Mariusz Tkaczyk)  
- md: Set MD_BROKEN for RAID1 and RAID10 (Mariusz Tkaczyk)  
- LTS version: v5.15.131 (Jack Vogel)  
- usb: typec: tcpci: clear the fault status bit (Marco Felsch)  
- usb: typec: tcpci: move tcpci.h to include/linux/usb/ (Xin Ji)  
- pinctrl: amd: Don't show Invalid config param errors (Mario Limonciello)  
- nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse (Ryusuke Konishi)  
- nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() (Ryusuke Konishi)  
- tcpm: Avoid soft reset when partner does not support get_status (Badhri Jagan Sridharan)  
- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (Juerg Haefliger)  
- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe (Wang Ming)  
- serial: sc16is7xx: fix bug when first setting GPIO direction (Hugo Villeneuve)  
- serial: sc16is7xx: fix broken port 0 uart init (Hugo Villeneuve)  
- serial: qcom-geni: fix opp vote on shutdown (Johan Hovold)  
- wifi: mt76: mt7921: do not support one stream on secondary antenna only (Deren Wu)  
- Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition (Zheng Wang)  
- staging: rtl8712: fix race condition (Nam Cao)  
- HID: wacom: remove the battery when the EKR is off (Aaron Armstrong Skomra)  
- usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 (Xu Yang)  
- usb: dwc3: meson-g12a: do post init to fix broken usb after resumption (Luke Lu)  
- ALSA: usb-audio: Fix init call orders for UAC1 (Takashi Iwai)  
- USB: serial: option: add FOXCONN T99W368/T99W373 product (Slark Xiao)  
- USB: serial: option: add Quectel EM05G variant (0x030e) (Martin Kohn)  
- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules (Christoph Hellwig)  
- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff (Christoph Hellwig)  
- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index (Christoph Hellwig)  
- mmc: au1xmmc: force non-modular build and remove symbol_get usage (Christoph Hellwig)  
- ARM: pxa: remove use of symbol_get() (Arnd Bergmann)  
- ksmbd: replace one-element array with flex-array member in struct smb2_ea_info (Namjae Jeon)  
- ksmbd: fix wrong DataOffset validation of create context (Namjae Jeon)  
- erofs: ensure that the post-EOF tails are all zeroed (Gao Xiang)  
- netfilter: nfnetlink_osf: avoid OOB read (Wander Lairson Costa)  [Orabug: 35824286] 
- netfilter: nftables: exthdr: fix 4-byte stack OOB write (Florian Westphal)  [Orabug: 35824286] 
- netfilter: xt_sctp: validate the flag_info count (Wander Lairson Costa)  [Orabug: 35824286] 
- netfilter: xt_u32: validate user space input (Wander Lairson Costa)  [Orabug: 35824286] 
- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c (Kyle Zeng)  [Orabug: 35824286]  {CVE-2023-42753}
- rds: Fix lack of reentrancy for connection reset with dst addr zero (Hakon Bugge)  [Orabug: 35655833]  {CVE-2023-22024}
- attr: use consistent sgid stripping checks (Christian Brauner)  [Orabug: 35520042] 
- Revert 'perf build-ids: Fall back to debuginfod query if debuginfo not found' (Samasth Norway Ananda)  [Orabug: 35617848] 
- KEYS: use kfree_sensitive with key (Saeed Mirzamohammadi)  [Orabug: 35746757] 
- kernfs: fix missing kernfs_iattr_rwsem locking (Ian Kent)  [Orabug: 35796770] 
- scsi: megaraid_sas: Fix deadlock on firmware crashdump (Junxiao Bi)  [Orabug: 35819592]

[5.15.0-106.130.3]
- KVM: arm64: Skip instruction after emulating write to TCR_EL1 (Oliver Upton)  [Orabug: 35677037] 
- uek-rpm: aarch64: enable ACPI_AGDI (Mihai Carabas)  [Orabug: 35761254] 
- arm64: sdei: abort running SDEI handlers during crash (D Scott Phillips)  [Orabug: 35761254] 
- ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init() (Ilkka Koskinen)  [Orabug: 35761254] 
- ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device (Ilkka Koskinen)  [Orabug: 35761254] 
- ACPI: tables: Add AGDI to the list of known table signatures (Ilkka Koskinen)  [Orabug: 35761254] 
- ACPICA: iASL: Add suppport for AGDI table (Ilkka Koskinen)  [Orabug: 35761254] 
- net/rds: Avoid unpin_user_pages_dirty_lock() in tasklets (Gerd Rausch)  [Orabug: 35765163] 
- x86/CPU/AMD: Fix the DIV(0) initial fix attempt (Borislav Petkov (AMD))  [Orabug: 35776935]  {CVE-2023-20588}
- x86/CPU/AMD: Do not leak quotient data after a division by 0 (Borislav Petkov (AMD))  [Orabug: 35776935]  {CVE-2023-20588}
- x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctl (Andrea Arcangeli)  [Orabug: 35778852]

[5.15.0-106.130.2]
- LTS version: v5.15.130 (Jack Vogel)  
- rcu-tasks: Add trc_inspect_reader() checks for exiting critical section (Paul E. McKenney)  
- rcu-tasks: Wait for trc_read_check_handler() IPIs (Paul E. McKenney)  
- rcu-tasks: Fix IPI failure handling in trc_wait_for_one_reader (Neeraj Upadhyay)  
- rcu: Prevent expedited GP from enabling tick on offline CPU (Paul E. McKenney)  
- ARM: module: Use module_init_layout_section() to spot init sections (James Morse)  
- arm64: module: Use module_init_layout_section() to spot init sections (James Morse)  
- arm64: module-plts: inline linux/moduleloader.h (Arnd Bergmann)  
- module: Expose module_init_layout_section() (James Morse)  
- ACPI: thermal: Drop nocrt parameter (Mario Limonciello)  
- LTS version: v5.15.129 (Jack Vogel)  
- mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer (Rik van Riel)  
- mm: memory-failure: fix unexpected return value in soft_offline_page() (Miaohe Lin)  
- mm: memory-failure: kill soft_offline_free_page() (Kefeng Wang)  
- dma-buf/sw_sync: Avoid recursive lock during fence signal (Rob Clark)  
- pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function} (Biju Das)  
- clk: Fix undefined reference to clk_rate_exclusive_{get,put}' (Biju Das)  
- scsi: core: raid_class: Remove raid_component_add() (Zhu Wang)  
- scsi: snic: Fix double free in snic_tgt_create() (Zhu Wang)  
- can: raw: add missing refcount for memory leak fix (Oliver Hartkopp)  
- drm/i915: Fix premature release of request's reusable memory (Janusz Krzysztofik)  
- cgroup/cpuset: Free DL BW in case can_attach() fails (Dietmar Eggemann)  
- sched/deadline: Create DL BW alloc, free &amp; check overflow interface (Dietmar Eggemann)  
- cgroup/cpuset: Iterate only if DEADLINE tasks are present (Juri Lelli)  
- sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets (Juri Lelli)  
- sched/cpuset: Bring back cpuset_mutex (Juri Lelli)  
- cgroup/cpuset: Rename functions dealing with DEADLINE accounting (Juri Lelli)  
- torture: Fix hang during kthread shutdown phase (Joel Fernandes (Google))  
- nfsd: use vfs setgid helper (Christian Brauner)  
- nfs: use vfs setgid helper (Christian Brauner)  
- x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 (Feng Tang)  
- x86/fpu: Invalidate FPU state correctly on exec() (Rick Edgecombe)  
- drm/display/dp: Fix the DP DSC Receiver cap size (Ankit Nautiyal)  
- drm/vmwgfx: Fix shader stage validation (Zack Rusin)  
- PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus (Igor Mammedov)  
- media: vcodec: Fix potential array out-of-bounds in encoder queue_setup (Wei Chen)  
- of: dynamic: Refactor action prints to not use '%pOF' inside devtree_lock (Rob Herring)  
- of: unittest: Fix EXPECT for parse_phandle_with_args_map() test (Rob Herring)  
- radix tree: remove unused variable (Arnd Bergmann)  
- lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels (Helge Deller)  
- batman-adv: Hold rtnl lock during MTU update via netlink (Sven Eckelmann)  
- batman-adv: Fix batadv_v_ogm_aggr_send memory leak (Remi Pommarel)  
- batman-adv: Fix TT global entry leak when client roamed back (Remi Pommarel)  
- batman-adv: Do not get eth header before batadv_check_management_packet (Remi Pommarel)  
- batman-adv: Don't increase MTU when set by user (Sven Eckelmann)  
- batman-adv: Trigger events for auto adjusted MTU (Sven Eckelmann)  
- selinux: set next pointer before attaching to list (Christian Gottsche)  
- nfsd: Fix race to FREE_STATEID and cl_revoked (Benjamin Coddington)  
- NFS: Fix a use after free in nfs_direct_join_group() (Trond Myklebust)  
- mm: add a call to flush_cache_vmap() in vmap_pfn() (Alexandre Ghiti)  
- ALSA: ymfpci: Fix the missing snd_card_free() call at probe error (Takashi Iwai)  
- clk: Fix slab-out-of-bounds error in devm_clk_release() (Andrey Skvortsov)  
- NFSv4: Fix dropped lock for racing OPEN and delegation return (Benjamin Coddington)  
- ibmveth: Use dcbf rather than dcbfl (Michael Ellerman)  
- Revert 'KVM: x86: enable TDP MMU by default' (Sean Christopherson)  
- net/ncsi: change from ndo_set_mac_address to dev_set_mac_address (Ivan Mikhaylov)  
- net/ncsi: make one oem_gma function for all mfr id (Ivan Mikhaylov)  
- bonding: fix macvlan over alb bond support (Hangbin Liu)  
- net: remove bond_slave_has_mac_rcu() (Jakub Kicinski)  
- rtnetlink: Reject negative ifindexes in RTM_NEWLINK (Ido Schimmel)  
- rtnetlink: return ENODEV when ifname does not exist and group is given (Florent Fourcot)  
- netfilter: nf_tables: fix out of memory error handling (Florian Westphal)  
- netfilter: nf_tables: flush pending destroy work before netlink notifier (Pablo Neira Ayuso)  
- net/sched: fix a qdisc modification with ambiguous command request (Jamal Hadi Salim)  
- igc: Fix the typo in the PTM Control macro (Sasha Neftin)  
- igb: Avoid starting unnecessary workqueues (Alessio Igor Bogani)  
- ice: fix receive buffer size miscalculation (Jesse Brandeburg)  
- net: validate veth and vxcan peer ifindexes (Jakub Kicinski)  
- net: bcmgenet: Fix return value check for fixed_phy_register() (Ruan Jinjie)  
- net: bgmac: Fix return value check for fixed_phy_register() (Ruan Jinjie)  
- ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() (Lu Wei)  
- dccp: annotate data-races in dccp_poll() (Eric Dumazet)  
- sock: annotate data-races around prot-&gt;memory_pressure (Eric Dumazet)  
- octeontx2-af: SDP: fix receive link config (Hariprasad Kelam)  
- tracing: Fix memleak due to race between current_tracer and trace (Zheng Yejian)  
- tracing: Fix cpu buffers unavailable due to 'record_disabled' missed (Zheng Yejian)  
- can: raw: fix lockdep issue in raw_release() (Eric Dumazet)  
- drm/amd/display: check TG is non-null before checking if enabled (Taimur Hassan)  
- drm/amd/display: do not wait for mpc idle if tg is disabled (Josip Pavic)  
- can: raw: fix receiver memory leak (Ziyang Xuan)  
- jbd2: fix a race when checking checkpoint buffer busy (Zhang Yi)  
- jbd2: remove journal_clean_one_cp_list() (Zhang Yi)  
- jbd2: remove t_checkpoint_io_list (Zhang Yi)  
- ALSA: pcm: Fix potential data race at PCM memory allocation helpers (Takashi Iwai)  
- fbdev: fix potential OOB read in fast_imageblit() (Zhang Shurong)  
- fbdev: Fix sys_imageblit() for arbitrary image widths (Thomas Zimmermann)  
- fbdev: Improve performance of sys_imageblit() (Thomas Zimmermann)  
- MIPS: cpu-features: Use boot_cpu_type for CPU type based features (Jiaxun Yang)  
- MIPS: cpu-features: Enable octeon_cache by cpu_type (Jiaxun Yang)  
- fs: dlm: fix mismatch of plock results from userspace (Alexander Aring)  
- fs: dlm: use dlm_plock_info for do_unlock_close (Alexander Aring)  
- fs: dlm: change plock interrupted message to debug again (Alexander Aring)  
- fs: dlm: add pid to debug log (Alexander Aring)  
- dlm: replace usage of found with dedicated list iterator variable (Jakob Koschel)  
- dlm: improve plock logging if interrupted (Alexander Aring)  
- PCI: acpiphp: Reassign resources on bridge if necessary (Igor Mammedov)  
- xprtrdma: Remap Receive buffers after a reconnect (Chuck Lever)  
- NFSv4: fix out path in __nfs4_get_acl_uncached (Fedor Pchelkin)  
- NFSv4.2: fix error handling in nfs42_proc_getxattr (Fedor Pchelkin)  
- objtool/x86: Fix SRSO mess (Peter Zijlstra)  
- LTS version: v5.15.128 (Jack Vogel)  
- x86/srso: Correct the mitigation status when SMT is disabled (Borislav Petkov (AMD))  
- objtool/x86: Fixup frame-pointer vs rethunk (Peter Zijlstra)  
- x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG (Petr Pavlu)  
- x86/srso: Disable the mitigation on unaffected configurations (Borislav Petkov (AMD))  
- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() (Sean Christopherson)  
- x86/static_call: Fix __static_call_fixup() (Peter Zijlstra)  
- x86/srso: Explain the untraining sequences a bit more (Borislav Petkov (AMD))  
- x86/cpu: Cleanup the untrain mess (Peter Zijlstra)  
- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (Peter Zijlstra)  
- x86/cpu: Rename original retbleed methods (Peter Zijlstra)  
- x86/cpu: Clean up SRSO return thunk mess (Peter Zijlstra)  
- x86/ibt: Add ANNOTATE_NOENDBR (Peter Zijlstra)  
- objtool: Add frame-pointer-specific function ignore (Josh Poimboeuf)  
- x86/alternative: Make custom return thunk unconditional (Peter Zijlstra)  
- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() (Peter Zijlstra)  
- x86/cpu: Fix __x86_return_thunk symbol type (Peter Zijlstra)  
- mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove (Yangtao Li)  
- net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled (Jason Xing)  
- virtio-net: set queues after driver_ok (Jason Wang)  
- af_unix: Fix null-ptr-deref in unix_stream_sendpage(). (Kuniyuki Iwashima)  
- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 (Christopher Obbard)  
- exfat: check if filename entries exceeds max filename length (Namjae Jeon)  
- netfilter: set default timeout to 3 secs for sctp shutdown send and recv state (Xin Long)  
- drm/amd: flush any delayed gfxoff on suspend entry (Mario Limonciello)  
- drm/qxl: fix UAF on handle creation (Wander Lairson Costa)  
- mmc: block: Fix in_flight[issue_type] value error (Yibin Ding)  
- mmc: wbsd: fix double mmc_free_host() in wbsd_init() (Yang Yingliang)  
- cifs: Release folio lock on fscache read hit. (Russell Harmon via samba-technical)  
- ALSA: usb-audio: Add support for Mythware XA001AU capture and playback interfaces. (dengxiang)  
- serial: 8250: Fix oops for port-&gt;pm on uart_change_pm() (Tony Lindgren)  
- riscv: uaccess: Return the number of bytes effectively not copied (Alexandre Ghiti)  
- ALSA: hda/realtek - Remodified 3k pull low procedure (Kailang Yang)  
- soc: aspeed: socinfo: Add kfree for kstrdup (Jiasheng Jiang)  
- ASoC: meson: axg-tdm-formatter: fix channel slot allocation (Jerome Brunet)  
- ASoC: rt5665: add missed regulator_bulk_disable (Zhang Shurong)  
- ARM: dts: imx: Set default tuning step for imx6sx usdhc (Xiaolei Wang)  
- arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict (Dmitry Baryshkov)  
- bus: ti-sysc: Flush posted write on enable before reset (Tony Lindgren)  
- net: do not allow gso_size to be set to GSO_BY_FRAGS (Eric Dumazet)  
- sock: Fix misuse of sk_under_memory_pressure() (Abel Wu)  
- net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset (Alfred Lee)  
- i40e: fix misleading debug logs (Andrii Staikov)  
- iavf: fix FDIR rule fields masks validation (Piotr Gardocki)  
- team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves (Ziyang Xuan)  
- net: phy: broadcom: stub c45 read/write for 54810 (Justin Chen)  
- netfilter: nft_dynset: disallow object maps (Pablo Neira Ayuso)  
- ipvs: fix racy memcpy in proc_do_sync_threshold (Sishuai Gong)  
- netfilter: nf_tables: deactivate catchall elements in next generation (Florian Westphal)  
- netfilter: nf_tables: fix false-positive lockdep splat (Florian Westphal)  
- drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs (Luca Ceresoli)  
- selftests: mirror_gre_changes: Tighten up the TTL test match (Petr Machata)  
- net: phy: fix IRQ-based wake-on-lan over hibernate / power off (Russell King (Oracle))  
- xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH (Lin Ma)  
- xfrm: add NULL check in xfrm_update_ae_params (Lin Ma)  
- ip_vti: fix potential slab-use-after-free in decode_session6 (Zhengchao Shao)  
- ip6_vti: fix slab-use-after-free in decode_session6 (Zhengchao Shao)  
- xfrm: fix slab-use-after-free in decode_session6 (Zhengchao Shao)  
- net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure (Lin Ma)  
- net: af_key: fix sadb_x_filter validation (Lin Ma)  
- net: xfrm: Fix xfrm_address_filter OOB read (Lin Ma)  
- i2c: designware: Handle invalid SMBus block data response length value (Tam Nguyen)  
- i2c: designware: Correct length byte validation logic (Quan Nguyen)  
- btrfs: fix BUG_ON condition in btrfs_cancel_balance (xiaoshoukui)  
- tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms (Sherry Sun)  
- tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux (Yi Yang)  
- powerpc/rtas_flash: allow user copy to flash block cache objects (Nathan Lynch)  
- fbdev: mmp: fix value check in mmphw_probe() (Yuanjun Gong)  
- i2c: hisi: Only handle the interrupt of the driver's transfer (Yicong Yang)  
- i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue (Chengfeng Ye)  
- cifs: fix potential oops in cifs_oplock_break (Steve French)  
- vduse: Use proper spinlock for IRQ injection (Maxime Coquelin)  
- virtio-mmio: don't break lifecycle of vm_dev (Wolfram Sang)  
- btrfs: move out now unused BG from the reclaim list (Naohiro Aota)  
- ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node (Xu Yang)  
- ARM: dts: imx6sll: fixup of operating points (Andreas Kemnade)  
- mmc: sunxi: fix deferred probing (Sergey Shtylyov)  
- mmc: bcm2835: fix deferred probing (Sergey Shtylyov)  
- USB: dwc3: fix use-after-free on core driver unbind (Johan Hovold)  
- USB: dwc3: qcom: fix NULL-deref on suspend (Johan Hovold)  
- tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A (Robert Hodaszi)  
- tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms (Sherry Sun)  
- tty: serial: fsl_lpuart: Add i.MXRT1050 support (Jesse Taube)  
- usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume() (Roger Quadros)  
- USB: dwc3: gadget: drop dead hibernation code (Johan Hovold)  
- usb: dwc3: Fix typos in gadget.c (Kushagra Verma)  
- usb: dwc3: Remove DWC3 locking during gadget suspend/resume (Wesley Cheng)  
- usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnect (Wesley Cheng)  
- drm/amd/display: fix access hdcp_workqueue assert (Hersen Wu)  
- drm/amd/display: phase3 mst hdcp for multiple displays (hersen wu)  
- drm/amd/display: save restore hdcp state when display is unplugged from mst hub (hersen wu)  
- ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks (Zev Weiss)  
- igc: read before write to SRRCTL register (Song Yoong Siang)  
- iio: addac: stx104: Fix race condition when converting analog-to-digital (William Breathitt Gray)  
- iio: addac: stx104: Fix race condition for stx104_write_raw() (William Breathitt Gray)  
- iio: stx104: Move to addac subdirectory (William Breathitt Gray)  
- iio: adc: stx104: Implement and utilize register structures (William Breathitt Gray)  
- iio: adc: stx104: Utilize iomap interface (William Breathitt Gray)  
- iio: add addac subdirectory (Cosmin Tanislav)  
- ring-buffer: Do not swap cpu_buffer during resize process (Chen Lin)  
- powerpc/kasan: Disable KCOV in KASAN code (Benjamin Gray)  
- ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() (Tuo Li)  
- ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 &amp; Q760 (dengxiang)  
- fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted (Konstantin Komarov)  
- fs: ntfs3: Fix possible null-pointer dereferences in mi_read() (Jia-Ju Bai)  
- fs/ntfs3: Enhance sanity check while generating attr_list (Edward Lo)  
- drm/amdgpu: Fix potential fence use-after-free v2 (shanzhulig)  
- Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally (Matthew Anderson)  
- Bluetooth: L2CAP: Fix use-after-free (Zhengping Jiang)  
- watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) (Yuechao Zhao)  
- firewire: net: fix use after free in fwnet_finish_incoming_packet() (Zhang Shurong)  
- pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() (Armin Wolf)  
- gfs2: Fix possible data races in gfs2_show_options() (Tuo Li)  
- usb: chipidea: imx: add missing USB PHY DPDM wakeup setting (Xu Yang)  
- usb: chipidea: imx: don't request QoS for imx8ulp (Xu Yang)  
- thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbound_sbtx() (Mika Westerberg)  
- media: platform: mediatek: vpu: fix NULL ptr dereference (Hans Verkuil)  
- usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push (Prashanth K)  
- media: v4l2-mem2mem: add lock to protect parameter num_rdy (Yunfei Dong)  
- smb: client: fix warning in cifs_smb3_do_mount() (Paulo Alcantara)  
- ovl: check type and offset of struct vfsmount in ovl_entry (Christian Brauner)  
- RDMA/mlx5: Return the firmware result upon destroying QP/RQ (Patrisious Haddad)  
- HID: add quirk for 03f0:464a HP Elite Presenter Mouse (Marco Morandini)  
- drm/amdgpu: install stub fence into potential unused fence pointers (Lang Yu)  
- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyboard (stuarthayhurst)  
- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap (gaoxu)  
- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion (Pierre-Louis Bossart)  
- iopoll: Call cpu_relax() in busy loops (Geert Uytterhoeven)  
- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings (Oleksij Rempel)  
- PCI: tegra194: Fix possible array out of bounds access (Sumit Gupta)  
- net: tls: avoid discarding data on record close (Jakub Kicinski)  
- net/tls: Multi-threaded calls to TX tls_dev_del (Tariq Toukan)  
- net/tls: Perform immediate device ctx cleanup when possible (Tariq Toukan)  
- macsec: use DEV_STATS_INC() (Eric Dumazet)  
- macsec: Fix traffic counters/statistics (Clayton Yager)  
- selftests: forwarding: tc_actions: Use ncat instead of nc (Ido Schimmel)  
- selftests: forwarding: tc_actions: cleanup temporary files when test is aborted (Davide Caratti)  
- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (Kunihiko Hayashi)  
- LTS version: v5.15.127 (Jack Vogel)  
- timers/nohz: Last resort update jiffies on nohz_full IRQ entry (Frederic Weisbecker)  
- timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stopped (Nicholas Piggin)  
- tick: Detect and fix jiffies update stall (Frederic Weisbecker)  
- sch_netem: fix issues in netem_change() vs get_dist_table() (Eric Dumazet)  
- alpha: remove __init annotation from exported page_is_ram() (Masahiro Yamada)  
- scsi: qedf: Fix firmware halt over suspend and resume (Nilesh Javali)  
- scsi: qedi: Fix firmware halt over suspend and resume (Nilesh Javali)  
- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() (Karan Tilak Kumar)  
- scsi: core: Fix possible memory leak if device_add() fails (Zhu Wang)  
- scsi: snic: Fix possible memory leak if device_add() fails (Zhu Wang)  
- scsi: 53c700: Check that command slot is not NULL (Alexandra Diupina)  
- scsi: storvsc: Fix handling of virtual Fibre Channel timeouts (Michael Kelley)  
- scsi: core: Fix legacy /proc parsing buffer overflow (Tony Battersby)  
- netfilter: nf_tables: report use refcount overflow (Pablo Neira Ayuso)  
- nvme-rdma: fix potential unbalanced freeze &amp; unfreeze (Ming Lei)  
- nvme-tcp: fix potential unbalanced freeze &amp; unfreeze (Ming Lei)  
- btrfs: set cache_block_group_error if we find an error (Josef Bacik)  
- btrfs: reject invalid reloc tree root keys with stack dump (Qu Wenruo)  
- btrfs: exit gracefully if reloc roots don't match (Qu Wenruo)  
- btrfs: don't stop integrity writeback too early (Christoph Hellwig)  
- ibmvnic: Handle DMA unmapping of login buffs in release functions (Nick Child)  
- ibmvnic: Unmap DMA login rsp buffer on send login fail (Nick Child)  
- ibmvnic: Enforce stronger sanity checks on login response (Nick Child)  
- net/mlx5: Skip clock update work when device is in error state (Moshe Shemesh)  
- net/mlx5: Allow 0 for total host VFs (Daniel Jurgens)  
- dmaengine: mcf-edma: Fix a potential un-allocated memory access (Christophe JAILLET)  
- nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID (Ido Schimmel)  
- nexthop: Make nexthop bucket dump more efficient (Ido Schimmel)  
- nexthop: Fix infinite nexthop dump when using maximum nexthop ID (Ido Schimmel)  
- net: hns3: add wait until mac link down (Jie Wang)  
- net: hns3: refactor hclge_mac_link_status_wait for interface reuse (Jie Wang)  
- net: phy: at803x: remove set/get wol callbacks for AR8032 (Li Yang)  
- RDMA/umem: Set iova in ODP flow (Michael Guralnik)  
- wifi: cfg80211: fix sband iftype data lookup for AP_VLAN (Felix Fietkau)  
- drm/rockchip: Don't spam logs in atomic check (Daniel Stone)  
- IB/hfi1: Fix possible panic during hotplug remove (Douglas Miller)  
- iavf: fix potential races for FDIR filters (Piotr Gardocki)  
- drivers: net: prevent tun_build_skb() to exceed the packet size limit (Andrew Kanner)  
- dccp: fix data-race around dp-&gt;dccps_mss_cache (Eric Dumazet)  
- bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves (Ziyang Xuan)  
- xsk: fix refcount underflow in error path (Magnus Karlsson)  
- tunnels: fix kasan splat when generating ipv4 pmtu error (Florian Westphal)  
- net/packet: annotate data-races around tp-&gt;status (Eric Dumazet)  
- mISDN: Update parameter type of dsp_cmx_send() (Nathan Chancellor)  
- bpf, sockmap: Fix bug that strp_done cannot be called (Xu Kuohai)  
- bpf, sockmap: Fix map type error in sock_map_del_link (Xu Kuohai)  
- net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() (Andrew Kanner)  
- selftests: forwarding: tc_flower: Relax success criterion (Ido Schimmel)  
- selftests: forwarding: Switch off timeout (Ido Schimmel)  
- selftests: forwarding: Skip test when no interfaces are specified (Ido Schimmel)  
- selftests: forwarding: ethtool_extended_state: Skip when using veth pairs (Ido Schimmel)  
- selftests: forwarding: ethtool: Skip when using veth pairs (Ido Schimmel)  
- selftests: forwarding: Add a helper to skip test when using veth pairs (Ido Schimmel)  
- selftests/rseq: Fix build with undefined __weak (Mark Brown)  
- drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes (Karol Herbst)  
- x86: Move gds_ucode_mitigated() declaration to header (Arnd Bergmann)  
- x86/speculation: Add cpu_show_gds() prototype (Arnd Bergmann)  
- x86/mm: Fix VDSO and VVAR placement on 5-level paging machines (Kirill A. Shutemov)  
- x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 (Cristian Ciocaltea)  
- x86/srso: Fix build breakage with the LLVM linker (Nick Desaulniers)  
- usb: typec: tcpm: Fix response to vsafe0V event (Badhri Jagan Sridharan)  
- usb: common: usb-conn-gpio: Prevent bailing out if initial role is none (Prashanth K)  
- usb: dwc3: Properly handle processing of pending events (Elson Roy Serrao)  
- usb-storage: alauda: Fix uninit-value in alauda_check_media() (Alan Stern)  
- misc: rtsx: judge ASPM Mode to set PETXCFG Reg (Ricky WU)  
- binder: fix memory leak in binder_init() (Qi Zheng)  
- iio: adc: ina2xx: avoid NULL pointer dereference on OF device match (Alvin Sipraga)  
- iio: cros_ec: Fix the allocation size for cros_ec_command (Yiyuan Guo)  
- io_uring: correct check for O_TMPFILE (Aleksa Sarai)  
- selftests/bpf: Fix sk_assign on s390x (Ilya Leoshkevich)  
- selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code (Yonghong Song)  
- selftests/bpf: make test_align selftest more robust (Andrii Nakryiko)  
- bpf: aggressively forget precise markings during state checkpointing (Andrii Nakryiko)  
- bpf: stop setting precise in current state (Andrii Nakryiko)  
- bpf: allow precision tracking for programs with subprogs (Andrii Nakryiko)  
- nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput (Ryusuke Konishi)  
- radix tree test suite: fix incorrect allocation size for pthreads (Colin Ian King)  
- hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 (Tao Ren)  
- drm/amd/display: check attr flag before set cursor degamma on DCN3+ (Melissa Wen)  
- drm/shmem-helper: Reset vma-&gt;vm_ops before calling dma_buf_mmap() (Boris Brezillon)  
- drm/nouveau/gr: enable memory loads on helper invocation on all channels (Karol Herbst)  
- riscv,mmio: Fix readX()-to-delay() ordering (Andrea Parri)  
- dmaengine: pl330: Return DMA_PAUSED when transaction is paused (Ilpo Jarvinen)  
- ipv6: adjust ndisc_is_useropt() to also return true for PIO (Maciej Zenczykowski)  
- mmc: moxart: read scr register without changing byte order (Sergei Antonov)  
- wireguard: allowedips: expand maximum node depth (Jason A. Donenfeld)  
- ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() (Namjae Jeon)  
- ksmbd: validate command request size (Long Li)  
- LTS version v5.15.126 (Jack Vogel)  
- PM: sleep: wakeirq: fix wake irq arming (Johan Hovold)  
- PM / wakeirq: support enabling wake-up irq after runtime_suspend called (Chunfeng Yun)  
- soundwire: fix enumeration completion (Johan Hovold)  
- soundwire: bus: pm_runtime_request_resume on peripheral attachment (Pierre-Louis Bossart)  
- selftests/rseq: Play nice with binaries statically linked against glibc 2.35+ (Sean Christopherson)  
- selftests/rseq: check if libc rseq support is registered (Michael Jeanson)  
- drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning (Alexander Stein)  
- powerpc/mm/altmap: Fix altmap boundary check (Aneesh Kumar K.V)  
- mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() (Christophe JAILLET)  
- mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts (Johan Jonker)  
- mtd: rawnand: rockchip: fix oobfree offset and description (Johan Jonker)  
- mtd: rawnand: omap_elm: Fix incorrect type in assignment (Roger Quadros)  
- ext2: Drop fragment support (Jan Kara)  
- fs: Protect reconfiguration of sb read-write from racing writes (Jan Kara)  
- net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb (Alan Stern)  
- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb (Sungwoo Kim)  
- fs/sysv: Null check to prevent null-ptr-deref bug (Prince Kumar Maurya)  
- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() (Tetsuo Handa)  
- file: reinstate f_pos locking optimization for regular files (Linus Torvalds)  
- bpf, cpumap: Make sure kthread is running before map update returns (Hou Tao)  
- drm/ttm: check null pointer before accessing when swapping (Guchun Chen)  
- open: make RESOLVE_CACHED correctly test for O_TMPFILE (Aleksa Sarai)  
- bpf: Disable preemption in bpf_event_output (Jiri Olsa)  
- rbd: prevent busy loop when requesting exclusive lock (Ilya Dryomov)  
- wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) (Paul Fertser)  
- net: tap_open(): set sk_uid from current_fsuid() (Laszlo Ersek)  
- net: tun_chr_open(): set sk_uid from current_fsuid() (Laszlo Ersek)  
- arm64: dts: stratix10: fix incorrect I2C property for SCL signal (Dinh Nguyen)  
- mtd: rawnand: meson: fix OOB available bytes for ECC (Arseniy Krasnov)  
- mtd: spinand: toshiba: Fix ecc_get_status (Olivier Maignial)  
- exfat: release s_lock before calling dir_emit() (Sungjong Seo)  
- exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree (gaoming)  
- firmware: arm_scmi: Drop OF node reference in the transport channel setup (Krzysztof Kozlowski)  
- ceph: defer stopping mdsc delayed_work (Xiubo Li)  
- USB: zaurus: Add ID for A-300/B-500/C-700 (Ross Maynard)  
- libceph: fix potential hang in ceph_osdc_notify() (Ilya Dryomov)  
- scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices (Michael Kelley)  
- scsi: zfcp: Defer fc_rport blocking until after ADISC response (Steffen Maier)  
- tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen (Eric Dumazet)  
- tcp_metrics: annotate data-races around tm-&gt;tcpm_net (Eric Dumazet)  
- tcp_metrics: annotate data-races around tm-&gt;tcpm_vals[] (Eric Dumazet)  
- tcp_metrics: annotate data-races around tm-&gt;tcpm_lock (Eric Dumazet)  
- tcp_metrics: annotate data-races around tm-&gt;tcpm_stamp (Eric Dumazet)  
- tcp_metrics: fix addr_same() helper (Eric Dumazet)  
- prestera: fix fallback to previous version on same major version (Jonas Gorski)  
- net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio (Jianbo Liu)  
- net/mlx5: fs_core: Make find_closest_ft more generic (Jianbo Liu)  
- vxlan: Fix nexthop hash size (Benjamin Poirier)  
- ip6mr: Fix skb_under_panic in ip6mr_cache_report() (Yue Haibing)  
- s390/qeth: Don't call dev_close/dev_open (DOWN/UP) (Alexandra Winter)  
- net: dcb: choose correct policy to parse DCB_ATTR_BCN (Lin Ma)  
- net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode (Mark Brown)  
- net: korina: handle clk prepare error in korina_probe() (Yuanjun Gong)  
- net: ll_temac: fix error checking of irq_of_parse_and_map() (Dan Carpenter)  
- net: ll_temac: Switch to use dev_err_probe() helper (Yang Yingliang)  
- bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire (Tomas Glozar)  
- net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-free (valis)  
- net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free (valis)  
- net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free (valis)  
- bpf, cpumap: Handle skb as well when clean up ptr_ring (Hou Tao)  
- net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. (Kuniyuki Iwashima)  
- net: add missing data-race annotation for sk_ll_usec (Eric Dumazet)  
- net: add missing data-race annotations around sk-&gt;sk_peek_off (Eric Dumazet)  
- net: add missing READ_ONCE(sk-&gt;sk_rcvbuf) annotation (Eric Dumazet)  
- net: add missing READ_ONCE(sk-&gt;sk_sndbuf) annotation (Eric Dumazet)  
- net: add missing READ_ONCE(sk-&gt;sk_rcvlowat) annotation (Eric Dumazet)  
- net: annotate data-races around sk-&gt;sk_max_pacing_rate (Eric Dumazet)  
- qed: Fix scheduling in a tasklet while getting stats (Konstantin Khorenko)  
- mISDN: hfcpci: Fix potential deadlock on &amp;hc-&gt;lock (Chengfeng Ye)  
- net: sched: cls_u32: Fix match key mis-addressing (Jamal Hadi Salim)  
- perf test uprobe_from_different_cu: Skip if there is no gcc (Georg Muller)  
- net: dsa: fix value check in bcm_sf2_sw_probe() (Yuanjun Gong)  
- rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length (Lin Ma)  
- bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing (Lin Ma)  
- net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() (Yuanjun Gong)  
- net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx (Zhengchao Shao)  
- wifi: cfg80211: Fix return value in scan logic (Ilan Peer)  
- KVM: s390: fix sthyi error handling (Heiko Carstens)  
- word-at-a-time: use the same return type for has_zero regardless of endianness (ndesaulniers@google.com)  
- arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux (Hugo Villeneuve)  
- iommu/arm-smmu-v3: Document nesting-related errata (Robin Murphy)  
- iommu/arm-smmu-v3: Add explicit feature for nesting (Robin Murphy)  
- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 (Robin Murphy)  
- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 (Robin Murphy)  
- net/mlx5: Free irqs only on shutdown callback (Shay Drory)  
- perf: Fix function pointer case (Peter Zijlstra)  
- io_uring: gate iowait schedule on having pending requests (Jens Axboe)  
- net: mana: Use the correct WQE count for ringing RQ doorbell (Long Li)  [Orabug: 35555552] 
- net: mana: Batch ringing RX queue doorbell on receiving packets (Long Li)  [Orabug: 35555552] 
- devlink: report devlink_port_type_warn source device (Petr Oros)  [Orabug: 35727899] 
- scsi: mpi3mr: Update driver version to 8.5.0.0.0 (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Enhance handling of devices removed after controller reset (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: WRITE SAME implementation (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Add support for more than 1MB I/O (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Update MPI Headers to version 3.00.28 (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O (Sathya Prakash)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix the type used for pointers to bitmap (Christophe JAILLET)  [Orabug: 35729632] 
- scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add() (Harshit Mogalapalli)  [Orabug: 35729632] 
- scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame allocation (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Update copyright year (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix W=1 compilation warnings (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Update MPI Headers to revision 27 (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Modify MUR timeout value to 120 seconds (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix admin queue memory leak upon soft reset (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Successive VD delete and add causes FW fault (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix config page DMA memory leak (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix throttle_groups memory leak (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Bad drive in topology results kernel crash (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: NVMe command size greater than 8K fails (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Return proper values for failures in firmware init path (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Wait for diagnostic save during controller init (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt (Ranjan Kumar)  [Orabug: 35729632] 
- scsi: mpi3mr: Remove unneeded version.h include (Jesper Juhl)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix missing mrioc-&gt;evtack_cmds initialization (Shin'ichiro Kawasaki)  [Orabug: 35729632] 
- scsi: mpi3mr: Use number of bits to manage bitmap sizes (Shin'ichiro Kawasaki)  [Orabug: 35729632] 
- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info-&gt;dmi (Shin'ichiro Kawasaki)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() (Shin'ichiro Kawasaki)  [Orabug: 35729632] 
- scsi: mpi3mr: Fix an issue found by KASAN (Tomas Henzl)  [Orabug: 35729632] 
- scsi: mpi3mr: Remove usage of dma_get_required_mask() API (Sreekanth Reddy)  [Orabug: 35729632] 
- scsi: mpi3mr: Suppress command reply debug prints (Shin'ichiro Kawasaki)  [Orabug: 35729632] 
- scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRS (Michal Kubecek)  [Orabug: 35729632] 
- vhost-scsi: Fix alignment handling with windows (Mike Christie)  [Orabug: 35769316] 
- selftests/bpf: fix static assert compilation issue for test_cls_*.c (Alan Maguire)  [Orabug: 35773339]

[5.15.0-106.125.1]
- smp: Reduce NMI traffic from CSD waiters to CSD destination (Imran Khan)  [Orabug: 35752500] 
- smp: Reduce logging due to dump_stack of CSD waiters (Imran Khan)  [Orabug: 35752500] 
- block: Sysfs option to change ioticks granularity (Gulam Mohamed)  [Orabug: 34977356] 
- uek: kabi: update x86_64 kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 35501675] 
- uek: kabi: update aarch64 kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 35553840] 
- rpmbuild: fixed missing _kernel_cc macros to allow alternate compilers (Mark Nicholson)  [Orabug: 35729326] 
- scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Chandrakanth Patil)  [Orabug: 35729651] 
- scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Chandrakanth Patil)  [Orabug: 35729651] 
- scsi: megaraid_sas: Add flexible array member for SGLs (Kees Cook)  [Orabug: 35729651] 
- scsi: megaraid_sas: Fix some spelling mistakes in comment (Yu Zhe)  [Orabug: 35729651] 
- scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init() (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid_sas: Remove unnecessary memset() (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid_sas: Simplify megasas_update_device_list (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid_sas: Correct an error message (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid_sas: Correct value passed to scsi_device_lookup() (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid: Convert sysfs snprintf() to sysfs_emit() (Xuezhi Zhang)  [Orabug: 35729651] 
- scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ_NUM_SYNC (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAP (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_PD_CFG_SEQ_NUM_SYNC (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_DYNAMIC (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP (Gustavo A. R. Silva)  [Orabug: 35729651] 
- scsi: megaraid: Remove redundant assignment to variable mfiStatus (Colin Ian King)  [Orabug: 35729651] 
- scsi: megaraid_sas: Remove unnecessary kfree() (Guixin Liu)  [Orabug: 35729651] 
- scsi: megaraid_sas: Remove redundant variable cmd_type (Colin Ian King)  [Orabug: 35729651] 
- scsi: megaraid: Remove the static variable initialisation (Jason Wang)  [Orabug: 35729651] 
- scsi: megaraid_sas: Clean up some inconsistent indenting (Jiapeng Chong)  [Orabug: 35729651] 
- scsi: megaraid_sas: Remove redundant memset() statement (Harshit Mogalapalli)  [Orabug: 35729651] 
- scsi: megaraid_sas: Remove unnecessary memset (Wan Jiabing)  [Orabug: 35729651] 
- scsi: megasas: Clean up some inconsistent indenting (Yang Li)  [Orabug: 35729651] 
- scsi: megasas: Stop using the SCSI pointer (Bart Van Assche)  [Orabug: 35729651] 
- scsi: megaraid_sas: Use irq_set_affinity_and_hint() (Nitesh Narayan Lal)  [Orabug: 35729651] 
- scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1 (Sumit Saxena)  [Orabug: 35729651] 
- scsi: megaraid_sas: Add helper functions for irq_context (Sumit Saxena)  [Orabug: 35729651] 
- scsi: mpt3sas: Fix an issue when driver is being removed (Tomas Henzl)  [Orabug: 35729658] 
- scsi: mpt3sas: Remove HBA BIOS version in the kernel log (Ranjan Kumar)  [Orabug: 35729658] 
- scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting() (Bjorn Helgaas)  [Orabug: 35729658] 
- scsi: mpt3sas: Demote log level for trace buffer allocation to info (Paul Menzel)  [Orabug: 35729658] 
- scsi: mpt3sas: Update driver version to 43.100.00.00 (Sreekanth Reddy)  [Orabug: 35729658] 
- scsi: mpt3sas: Increase cmd_per_lun to 128 (Sreekanth Reddy)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix trace buffer registration failed (Sreekanth Reddy)  [Orabug: 35729658] 
- scsi: mpt3sas: Disable MPI2_FUNCTION_FW_DOWNLOAD for ATTO devices (Bradley Grove)  [Orabug: 35729658] 
- scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devices (Bradley Grove)  [Orabug: 35729658] 
- scsi: mpt3sas: Remove flush_scheduled_work() call (Tetsuo Handa)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix whitespace and spelling mistake (Zhang Jiaming)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix typo in comment (Ren Yu)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix junk chars displayed while printing ChipName (Sreekanth Reddy)  [Orabug: 35729658] 
- scsi: mpt3sas: Use cached ATA Information VPD page (Martin K. Petersen)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix adapter replyPostRegisterIndex declaration (Damien Le Moal)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix event callback log_code value handling (Damien Le Moal)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID check (Damien Le Moal)  [Orabug: 35729658] 
- scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc comment (Damien Le Moal)  [Orabug: 35729658] 
- scsi: mpt3sas: Convert to flexible arrays (Kees Cook)  [Orabug: 35729658] 
- scsi: mpt3sas: Update persistent trigger pages from sysfs interface (Suganath Prabu S)  [Orabug: 35729658] 
- KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs (Vitaly Kuznetsov)  [Orabug: 35730650] 
- rds: Remove gratuitous include of time.h from rds.h (Mark Haywood)  [Orabug: 35742760] 
- uek-rpm: Removing pre scriptlet to not allow firmware downgrade (Samasth Norway Ananda)  [Orabug: 35756462]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12858.html" type="self" title="ELSA-2023-12858" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-20588.html" id="CVE-2023-20588" type="cve" title="CVE-2023-20588" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-22024.html" id="CVE-2023-22024" type="cve" title="CVE-2023-22024" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-42753.html" id="CVE-2023-42753" type="cve" title="CVE-2023-42753" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-6546.html" id="CVE-2023-6546" type="cve" title="CVE-2023-6546" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">11bda129ea869ce57caae69ee2ba2d6819dfda2031e48203c2311d53e1cc843a</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a90bea7536868e36ee0ae6e519db8d163e43e17a9ddf3a13ef45d6b7625efbae</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d3e453c012da847d57dfd64460c31ec214565cc8924038b8d70cd1a24f5f243d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-106.131.4.el8uek.src.rpm</filename>
          <sum type="sha256">911b95c17857867664b4fa237e9e21a7a42e752a858691a5ca52836f9e4cb06e</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0aae03d26032b8781f577de83cb98a66e6838088c8c477f6a200d81b2e5d696</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-106.131.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">7ee71e1cc06234969831754e173d69c160ea9400df380d1385a4527b0af5a905</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3034cb553a802b7576253eb1c802d604a324d71da86156d2ef83df9b0dc91cad</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">878d128b65117225a393b1f332afad3a3f5bacfb9ffc6ddf8c546fbc750ba3d7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7dc1a82e728e17fc8b9a3664b1c07487d10cc7d70d8b4c7147008615156b927c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd83b04834d8e136c461a392a237ab72356f30c96d46e08d9a66e857f4f6d500</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">89b7927aa9974b80e861097cb5fc191ec822c68698150785feecdfa9daee6722</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">80874dbbcc182f3eeb54e3e3783dcfde977659b63663bcb57d9718da8f4b5d38</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a457032fcaa26f48379e7c57cd8aaab3a8240ef4ebd4aafa338c620b3107f9b0</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b7c16f08d73883ba9668b9e4aca7a64dd74e881c01748a40b22eb54fa1624b6b</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="106.131.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-106.131.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">511235a53169191864163fca4c7fae56da248f3a916238c1be27f66cd47d9b19</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20298</id>
    <title> nfs-utils  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-04-28 00:00:00"/>
    <updated date="2025-04-28 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.3.3-59.0.4]
- nfsd: allow more than 64 backlogged connections [Orabug: 37874709]

[2.3.3-59.0.2]
- Backport RPC with TLS patch from OL9 [Orabug: 36848873]
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20298.html" type="self" title="ELBA-2025-20298" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="libnfsidmap" version="2.3.3" release="59.0.4.el8" epoch="1" arch="i686">
          <filename>libnfsidmap-2.3.3-59.0.4.el8.i686.rpm</filename>
          <sum type="sha256">aca8f366a7af098301a46f9efa0b8e4925c62821700437735522915a7762c079</sum>
        </package>
        <package name="nfs-utils" version="2.3.3" release="59.0.4.el8" epoch="1" arch="x86_64">
          <filename>nfs-utils-2.3.3-59.0.4.el8.x86_64.rpm</filename>
          <sum type="sha256">d34a462a79781be24a026c8d8a49be2634dca0997af05dc250213738e03a3e03</sum>
        </package>
        <package name="nfs-utils" version="2.3.3" release="59.0.4.el8" epoch="1" arch="src">
          <filename>nfs-utils-2.3.3-59.0.4.el8.src.rpm</filename>
          <sum type="sha256">36eba368d23b7316e777ca31204b88f57e944bea42ff7f28bccafe722ffa21ec</sum>
        </package>
        <package name="libnfsidmap" version="2.3.3" release="59.0.4.el8" epoch="1" arch="x86_64">
          <filename>libnfsidmap-2.3.3-59.0.4.el8.x86_64.rpm</filename>
          <sum type="sha256">051615719a579303ba21718bd33bcd7a69671cf7921ba279fc60502f3922793b</sum>
        </package>
        <package name="libnfsidmap-devel" version="2.3.3" release="59.0.4.el8" epoch="1" arch="i686">
          <filename>libnfsidmap-devel-2.3.3-59.0.4.el8.i686.rpm</filename>
          <sum type="sha256">8825ba50c498a2bfd6aa297925357e71ae884802adcf04b49889926372014013</sum>
        </package>
        <package name="libnfsidmap-devel" version="2.3.3" release="59.0.4.el8" epoch="1" arch="x86_64">
          <filename>libnfsidmap-devel-2.3.3-59.0.4.el8.x86_64.rpm</filename>
          <sum type="sha256">60eb2342cf6319f8ad67fc5c729b6a6aff826e1c10d5e513dcd1b670e835e0f3</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9690</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-08-09 00:00:00"/>
    <updated date="2022-08-09 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-1.43.4.1]
- net_sched: cls_route: remove from list when handle is 0 (Thadeu Lima de Souza Cascardo)  [Orabug: 34460936]  {CVE-2022-2588}

[5.15.0-1.43.4]
- Revert selftests/bpf: add tests verifying unprivileged bpf behaviour (Alan Maguire)  [Orabug: 34399286] 
- Revert selftests/bpf: Add test for reg2btf_ids out of bounds access (Alan Maguire)  [Orabug: 34399286]

[5.15.0-1.43.3]
- x86/alternative: The retpoline alternative is not applied (Alexandre Chartre)  [Orabug: 34395937] 
- x86/ftrace: Do not copy ftrace_stub() in ftrace trampoline (Alexandre Chartre)  [Orabug: 34395937]

[5.15.0-100.43.0]
- ocfs2: kill EBUSY from dlmfs_evict_inode (Junxiao Bi)  [Orabug: 34364336] 
- ocfs2: dlmfs: dont clear USER_LOCK_ATTACHED when destroying lock (Junxiao Bi)  [Orabug: 34364336] 
- ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock (Junxiao Bi via Ocfs2-devel)  [Orabug: 34364336] 
- net/rds: Fix a NULL dereference in rds_tcp_accept_one() (Harshit Mogalapalli)  [Orabug: 34366723] 
- lockdown: Fix kexec lockdown bypass with ima policy (Eric Snowberg)  [Orabug: 34393053]  {CVE-2022-21505}

[5.15.0-1.43.1]
- LTS version: v5.15.43 (Jack Vogel)  
- mptcp: Do TCP fallback on early DSS checksum failure (Mat Martineau)  
- LTS version: v5.15.42 (Jack Vogel)  
- afs: Fix afs_getattr() to refetch file status if callback break occurred (David Howells)  
- i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() (Yang Yingliang)  
- mt76: mt7921e: fix possible probe failure after reboot (Sean Wang)  
- dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group (Jae Hyun Yoo)  
- Input: ili210x - fix reset timing (Marek Vasut)  
- arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (Shreyas K K)  
- net: atlantic: verify hw_head_ lies within TX buffer ring (Grant Grundler)  
- net: atlantic: add check for MAX_SKB_FRAGS (Grant Grundler)  
- net: atlantic: reduce scope of is_rsc_complete (Grant Grundler)  
- net: atlantic: fix frag[0] not initialized (Grant Grundler)  
- net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe() (Yang Yingliang)  
- ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() (Yang Yingliang)  
- nl80211: fix locking in nl80211_set_tx_bitrate_mask() (Johannes Berg)  
- net: fix wrong network header length (Lina Wang)  
- fbdev: Prevent possible use-after-free in fb_release() (Daniel Vetter)  
- Revert fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (Javier Martinez Canillas)  
- selftests: add ping test with ping_group_range tuned (Nicolas Dichtel)  
- nl80211: validate S1G channel width (Kieran Frewen)  
- mac80211: fix rx reordering with non explicit / psmp ack policy (Felix Fietkau)  
- scsi: qla2xxx: Fix missed DMA unmap for aborted commands (Gleb Chesnokov)  
- scsi: scsi_dh_alua: Properly handle the ALUA transitioning state (Brian Bunker)  
- perf bench numa: Address compiler error on s390 (Thomas Richter)  
- perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform (Kan Liang)  
- gpio: mvebu/pwm: Refuse requests with inverted polarity (Uwe Kleine-Konig)  
- gpio: gpio-vf610: do not touch other bits when set the target bit (Haibo Chen)  
- perf build: Fix check for btf__load_from_kernel_by_id() in libbpf (Arnaldo Carvalho de Melo)  
- scsi: ufs: core: Fix referencing invalid rsp field (Daejun Park)  
- riscv: dts: sifive: fu540-c000: align dma node name with dtschema (Krzysztof Kozlowski)  
- net: bridge: Clear offload_fwd_mark when passing frame up bridge interface. (Andrew Lunn)  
- netfilter: flowtable: move dst_check to packet path (Ritaro Takenaka)  
- netfilter: flowtable: pass flowtable to nf_flow_table_iterate() (Pablo Neira Ayuso)  
- netfilter: flowtable: fix TCP flow teardown (Pablo Neira Ayuso)  
- igb: skip phy status check where unavailable (Kevin Mitchell)  
- mptcp: fix checksum byte order (Paolo Abeni)  
- mptcp: reuse __mptcp_make_csum in validate_data_csum (Geliang Tang)  
- mptcp: change the parameter of __mptcp_make_csum (Geliang Tang)  
- ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2 (Ard Biesheuvel)  
- ARM: 9196/1: spectre-bhb: enable for Cortex-A15 (Ard Biesheuvel)  
- net: af_key: add check for pfkey_broadcast in function pfkey_process (Jiasheng Jiang)  
- net/mlx5e: Properly block LRO when XDP is enabled (Maxim Mikityanskiy)  
- net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table (Maor Dickman)  
- NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc (Duoming Zhou)  
- net/qla3xxx: Fix a test in ql_reset_work() (Christophe JAILLET)  
- clk: at91: generated: consider range when calculating best rate (Codrin Ciubotariu)  
- ice: Fix interrupt moderation settings getting cleared (Michal Wilczynski)  
- ice: move ice_container_type onto ice_ring_container (Maciej Fijalkowski)  
- ice: fix possible under reporting of ethtool Tx and Rx statistics (Paul Greenwalt)  
- ice: fix crash when writing timestamp on RX rings (Arkadiusz Kubalewski)  
- net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup() (Zixuan Fu)  
- net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf() (Zixuan Fu)  
- net: systemport: Fix an error handling path in bcm_sysport_probe() (Christophe JAILLET)  
- Revert PCI: aardvark: Rewrite IRQ code to chained IRQ handler (Pali Rohar)  
- netfilter: nft_flow_offload: fix offload with pppoe + vlan (Felix Fietkau)  
- net: fix dev_fill_forward_path with pppoe + bridge (Felix Fietkau)  
- netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices (Felix Fietkau)  
- netfilter: flowtable: fix excessive hw offload attempts after failure (Felix Fietkau)  
- net/sched: act_pedit: sanitize shift argument before usage (Paolo Abeni)  
- xfrm: fix disable_policy flag use when arriving from different devices (Eyal Birger)  
- xfrm: rework default policy structure (Nicolas Dichtel)  
- net: macb: Increment rx bd head after allocating skb and buffer (Harini Katakam)  
- net: ipa: record proper RX transaction count (Alex Elder)  
- ALSA: hda - fix unused Realtek function when PM is not enabled (Randy Dunlap)  
- pinctrl: mediatek: mt8365: fix IES control pins (Mattijs Korpershoek)  
- ARM: dts: aspeed: Add video engine to g6 (Howard Chiu)  
- ARM: dts: aspeed: Add secure boot controller node (Joel Stanley)  
- ARM: dts: aspeed: Add ADC for AST2600 and enable for Rainier and Everest (Eddie James)  
- ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group (Jae Hyun Yoo)  
- pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl (Jae Hyun Yoo)  
- ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi (Jae Hyun Yoo)  
- dma-buf: ensure unique directory name for dmabuf stats (Charan Teja Kalla)  
- dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace (Jerome Pouiller)  
- drm/dp/mst: fix a possible memory leak in fetch_monitor_name() (Hangyu Hua)  
- drm/i915/dmc: Add MMIO range restrictions (Anusha Srivatsa)  
- drm/amd: Dont reset dGPUs if the system is going to s2idle (Mario Limonciello)  
- libceph: fix potential use-after-free on linger ping and resends (Ilya Dryomov)  
- crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ (Ondrej Mosnacek)  
- arm64: mte: Ensure the cleared tags are visible before setting the PTE (Catalin Marinas)  
- arm64: paravirt: Use RCU read locks to guard stolen_time (Prakruthi Deepak Heragu)  
- KVM: x86/mmu: Update number of zapped pages even if page list is stable (Sean Christopherson)  
- Revert can: m_can: pci: use custom bit timings for Elkhart Lake (Jarkko Nikula)  
- PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold (Rafael J. Wysocki)  
- Fix double fget() in vhost_net_set_backend() (Al Viro)  
- selinux: fix bad cleanup on error in hashtab_duplicate() (Ondrej Mosnacek)  
- ALSA: hda/realtek: Add quirk for TongFang devices with pop noise (Werner Sembach)  
- ALSA: wavefront: Proper check of get_user() error (Takashi Iwai)  
- ALSA: usb-audio: Restore Rane SL-1 quirk (Takashi Iwai)  
- nilfs2: fix lockdep warnings during disk space reclamation (Ryusuke Konishi)  
- nilfs2: fix lockdep warnings in page operations for btree nodes (Ryusuke Konishi)  
- ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame() (linyujun)  
- platform/chrome: cros_ec_debugfs: detach log reader wq from devm (Tzung-Bi Shih)  
- drbd: remove usage of list iterator variable after loop (Jakob Koschel)  
- MIPS: lantiq: check the return value of kzalloc() (Xiaoke Wang)  
- fs: fix an infinite loop in iomap_fiemap (Guo Xuenan)  
- rtc: mc146818-lib: Fix the AltCentury for AMD platforms (Mario Limonciello)  
- nvme-multipath: fix hang when disk goes live over reconnect (Anton Eidelman)  
- nvmet: use a private workqueue instead of the system workqueue (Sagi Grimberg)  
- tools/virtio: compile with -pthread (Michael S. Tsirkin)  
- vhost_vdpa: dont setup irq offloading when irq_num &lt; 0 (Zhu Lingshan)  
- s390/pci: improve zpci_dev reference counting (Niklas Schnelle)  
- s390/traps: improve panic message for translation-specification exception (Heiko Carstens)  
- ALSA: hda/realtek: Enable headset mic on Lenovo P360 (Kai-Heng Feng)  
- crypto: x86/chacha20 - Avoid spurious jumps to other functions (Peter Zijlstra)  
- crypto: stm32 - fix reference leak in stm32_crc_remove (Zheng Yongjun)  
- rtc: sun6i: Fix time overflow handling (Andre Przywara)  
- gfs2: Disable page faults during lockless buffered reads (Andreas Gruenbacher)  
- nvme-pci: add quirks for Samsung X5 SSDs (Monish Kumar R)  
- Input: stmfts - fix reference leak in stmfts_input_open (Zheng Yongjun)  
- Input: add bounds checking to input_set_capability() (Jeff LaBundy)  
- um: Cleanup syscall_handler_t definition/cast, fix warning (David Gow)  
- rtc: pcf2127: fix bug when reading alarm registers (Hugo Villeneuve)  
- rtc: fix use-after-free on device removal (Vincent Whitchurch)  
- Revert drm/i915/opregion: check port number bounds for SWSCI display power state (Greg Thelen)  
- mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool (Hyeonggon Yoo)  
- Watchdog: sp5100_tco: Enable Family 17h+ CPUs (Terry Bowman)  
- Watchdog: sp5100_tco: Add initialization using EFCH MMIO (Terry Bowman)  
- Watchdog: sp5100_tco: Refactor MMIO base address initialization (Terry Bowman)  
- Watchdog: sp5100_tco: Move timer initialization into function (Terry Bowman)  
- i2c: piix4: Enable EFCH MMIO for Family 17h+ (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support for SMBus port select (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support to SMBus base address detect (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support to region request and release (Terry Bowman)  
- i2c: piix4: Move SMBus port selection into function (Terry Bowman)  
- i2c: piix4: Move SMBus controller base address detect into function (Terry Bowman)  
- i2c: piix4: Move port I/O region request/release code into functions (Terry Bowman)  
- i2c: piix4: Replace hardcoded memory map size with a #define (Terry Bowman)  
- kernel/resource: Introduce request_mem_region_muxed() (Terry Bowman)  
- io_uring: arm poll for non-nowait files (Pavel Begunkov)  
- usb: gadget: fix race when gadget driver register via ioctl (Schspa Shi)  
- LTS version: v5.15.41 (Jack Vogel)  
- usb: gadget: uvc: allow for application to cleanly shutdown (Dan Vacura)  
- usb: gadget: uvc: rename function to be more consistent (Michael Tretter)  
- ping: fix address binding wrt vrf (Nicolas Dichtel)  
- mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() (Naoya Horiguchi)  
- dma-buf: call dma_buf_stats_setup after dmabuf is in valid list (Charan Teja Reddy)  
- Revert drm/amd/pm: keep the BACO feature enabled for suspend (Alex Deucher)  
- drm/vmwgfx: Initialize drm_mode_fb_cmd2 (Zack Rusin)  
- SUNRPC: Ensure that the gssproxy client can start in a connected state (Trond Myklebust)  
- net: phy: micrel: Pass .probe for KS8737 (Fabio Estevam)  
- net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061 (Fabio Estevam)  
- arm[64]/memremap: dont abuse pfn_valid() to ensure presence of linear map (Mike Rapoport)  
- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() (Waiman Long)  
- writeback: Avoid skipping inode writeback (Jing Xia)  
- net: phy: Fix race condition on link status change (Francesco Dolcini)  
- net: atlantic: always deep reset on pm op, fixing up my null deref regression (Manuel Ullmann)  
- i40e: i40e_main: fix a missing check on list iterator (Xiaomeng Tong)  
- drm/nouveau/tegra: Stop using iommu_present() (Robin Murphy)  
- drm/vmwgfx: Disable command buffers on svga3 without gbobjects (Zack Rusin)  
- mm/huge_memory: do not overkill when splitting huge_zero_page (Xu Yu)  
- Revert mm/memory-failure.c: skip huge_zero_page in memory_failure() (Xu Yu)  
- ceph: fix setting of xattrs on async created inodes (Jeff Layton)  
- serial: 8250_mtk: Fix register address for XON/XOFF character (AngeloGioacchino Del Regno)  
- serial: 8250_mtk: Fix UART_EFR register address (AngeloGioacchino Del Regno)  
- fsl_lpuart: Dont enable interrupts too early (Indan Zupancic)  
- slimbus: qcom: Fix IRQ check in qcom_slim_probe (Miaoqian Lin)  
- USB: serial: option: add Fibocom MA510 modem (Sven Schwermer)  
- USB: serial: option: add Fibocom L610 modem (Sven Schwermer)  
- USB: serial: qcserial: add support for Sierra Wireless EM7590 (Ethan Yang)  
- USB: serial: pl2303: add device id for HP LM930 Display (Scott Chen)  
- usb: typec: tcpci_mt6360: Update for BMC PHY setting (ChiYuan Huang)  
- usb: typec: tcpci: Dont skip cleanup in .remove() on error (Uwe Kleine-Konig)  
- usb: cdc-wdm: fix reading stuck on device close (Sergey Ryazanov)  
- tty: n_gsm: fix mux activation issues in gsm_config() (Daniel Starke)  
- tty: n_gsm: fix buffer over-read in gsm_dlci_data() (Daniel Starke)  
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() (Yang Yingliang)  
- x86/mm: Fix marking of unused sub-pmd ranges (Adrian-Ken Rueegsegger)  
- usb: xhci-mtk: fix fs isocs transfer error (Chunfeng Yun)  
- KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context() (Alexander Graf)  
- firmware_loader: use kernel credentials when reading firmware (Thiebaud Weksteen)  
- interconnect: Restore sync state by ignoring ipa-virt in provider count (Stephen Boyd)  
- tcp: drop the hash_32() part from the index calculation (Willy Tarreau)  
- tcp: increase source port perturb table to 2^16 (Willy Tarreau)  
- tcp: dynamically allocate the perturb table used by source ports (Willy Tarreau)  
- tcp: add small random increments to the source port (Willy Tarreau)  
- tcp: resalt the secret every 10 seconds (Eric Dumazet)  
- tcp: use different parts of the port_offset for index and offset (Willy Tarreau)  
- secure_seq: use the 64 bits of the siphash for port offset calculation (Willy Tarreau)  
- net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT (Matthew Hagan)  
- net: emaclite: Dont advertise 1000BASE-T and do auto negotiation (Shravya Kumbham)  
- ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback (Ajit Kumar Pandey)  
- s390: disable -Warray-bounds (Sven Schnelle)  
- ASoC: ops: Validate input values in snd_soc_put_volsw_range() (Mark Brown)  
- ASoC: max98090: Generate notifications on changes for custom control (Mark Brown)  
- ASoC: max98090: Reject invalid values in custom control put() (Mark Brown)  
- iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu (Ashish Mhetre)  
- RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() (Duoming Zhou)  
- hwmon: (f71882fg) Fix negative temperature (Ji-Ze Hong (Peter Hong))  
- gfs2: Fix filesystem block deallocation for short writes (Andreas Gruenbacher)  
- drm/vmwgfx: Fix fencing on SVGAv3 (Zack Rusin)  
- tls: Fix context leak on tls_device_down (Maxim Mikityanskiy)  
- net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe() (Taehee Yoo)  
- net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending (Guangguan Wang)  
- net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down() (Florian Fainelli)  
- drm/vc4: hdmi: Fix build error for implicit function declaration (Hui Tang)  
- net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral (Florian Fainelli)  
- net: ethernet: mediatek: ppe: fix wrong size passed to memset() (Yang Yingliang)  
- net/sched: act_pedit: really ensure the skb is writable (Paolo Abeni)  
- s390/lcs: fix variable dereferenced before check (Alexandra Winter)  
- s390/ctcm: fix potential memory leak (Alexandra Winter)  
- s390/ctcm: fix variable dereferenced before check (Alexandra Winter)  
- virtio: fix virtio transitional ids (Shunsuke Mie)  
- arm64: vdso: fix makefile dependency on vdso.so (Joey Gouly)  
- selftests: vm: Makefile: rename TARGETS to VMTARGETS (Joel Savitz)  
- procfs: prevent unprivileged processes accessing fdinfo dir (Kalesh Singh)  
- hwmon: (ltq-cputemp) restrict it to SOC_XWAY (Randy Dunlap)  
- dim: initialize all struct fields (Jesse Brandeburg)  
- ionic: fix missing pci_release_regions() on error in ionic_probe() (Yang Yingliang)  
- nfs: fix broken handling of the softreval mount option (Dan Aloni)  
- mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection (Johannes Berg)  
- net: sfc: fix memory leak due to ptp channel (Taehee Yoo)  
- sfc: Use swap() instead of open coding it (Jiapeng Chong)  
- fbdev: efifb: Fix a use-after-free due early fb_info cleanup (Javier Martinez Canillas)  
- net: chelsio: cxgb4: Avoid potential negative array offset (Kees Cook)  
- netlink: do not reset transport header in netlink_recvmsg() (Eric Dumazet)  
- drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name() (Christophe JAILLET)  
- ipv4: drop dst in multicast routing path (Lokesh Dhoundiyal)  
- ice: fix PTP stale Tx timestamps cleanup (Michal Michalik)  
- ice: Fix race during aux device (un)plugging (Ivan Vecera)  
- platform/surface: aggregator: Fix initialization order when compiling as builtin module (Maximilian Luz)  
- fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters (Vladimir Oltean)  
- net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0 (Vladimir Oltean)  
- net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups (Vladimir Oltean)  
- net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when deleted (Vladimir Oltean)  
- net: Fix features skip in for_each_netdev_feature() (Tariq Toukan)  
- mac80211: Reset MBSSID parameters upon connection (Manikanta Pubbisetty)  
- hwmon: (tmp401) Add OF device ID table (Camel Guo)  
- iwlwifi: iwl-dbg: Use del_timer_sync() before freeing (Guenter Roeck)  
- batman-adv: Dont skb_split skbuffs with frag_list (Sven Eckelmann)  
- LTS version: v5.15.40 (Jack Vogel)  
- mm: fix invalid page pointer returned with FOLL_PIN gups (Peter Xu)  
- mm/mlock: fix potential imbalanced rlimit ucounts adjustment (Miaohe Lin)  
- mm/hwpoison: fix error page recovered but reported not recovered (Naoya Horiguchi)  
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (Muchun Song)  
- mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte() (Muchun Song)  
- mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() (Muchun Song)  
- mm: fix missing cache flush for all tail pages of compound page (Muchun Song)  
- udf: Avoid using stale lengthOfImpUse (Jan Kara)  
- rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition (Gleb Fotengauer-Malinovskiy)  
- Bluetooth: Fix the creation of hdev-&gt;name (Itay Iellin)  
- tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy (Arnaldo Carvalho de Melo)  
- kbuild: move objtool_args back to scripts/Makefile.build (Masahiro Yamada)  
- LTS version: v5.15.39 (Jack Vogel)  
- PCI: aardvark: Update comment about link going down after link-up (Marek Behun)  
- PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (Marek Behun)  
- PCI: aardvark: Dont mask irq when mapping (Pali Rohar)  
- PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (Pali Rohar)  
- PCI: aardvark: Use separate INTA interrupt for emulated root bridge (Pali Rohar)  
- PCI: aardvark: Fix support for PME requester on emulated bridge (Pali Rohar)  
- PCI: aardvark: Add support for PME interrupts (Pali Rohar)  
- PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (Pali Rohar)  
- PCI: aardvark: Add support for ERR interrupt on emulated bridge (Pali Rohar)  
- PCI: aardvark: Enable MSI-X support (Pali Rohar)  
- PCI: aardvark: Fix setting MSI address (Pali Rohar)  
- PCI: aardvark: Add support for masking MSI interrupts (Pali Rohar)  
- PCI: aardvark: Refactor unmasking summary MSI interrupt (Pali Rohar)  
- PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev-&gt;of_node) (Marek Behun)  
- PCI: aardvark: Make msi_domain_info structure a static driver structure (Marek Behun)  
- PCI: aardvark: Make MSI irq_chip structures static driver structures (Marek Behun)  
- PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (Pali Rohar)  
- PCI: aardvark: Rewrite IRQ code to chained IRQ handler (Pali Rohar)  
- PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (Pali Rohar)  
- PCI: aardvark: Disable common PHY when unbinding driver (Pali Rohar)  
- PCI: aardvark: Disable link training when unbinding driver (Pali Rohar)  
- PCI: aardvark: Assert PERST# when unbinding driver (Pali Rohar)  
- PCI: aardvark: Fix memory leak in driver unbind (Pali Rohar)  
- PCI: aardvark: Mask all interrupts when unbinding driver (Pali Rohar)  
- PCI: aardvark: Disable bus mastering when unbinding driver (Pali Rohar)  
- PCI: aardvark: Comment actions in driver remove method (Pali Rohar)  
- PCI: aardvark: Clear all MSIs at setup (Pali Rohar)  
- PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge (Pali Rohar)  
- PCI: pci-bridge-emul: Add definitions for missing capabilities registers (Pali Rohar)  
- PCI: pci-bridge-emul: Add description for class_revision field (Pali Rohar)  
- rcu: Apply callbacks processing time limit only on softirq (Frederic Weisbecker)  
- rcu: Fix callbacks processing time limit retaining cond_resched() (Frederic Weisbecker)  
- Revert parisc: Mark sched_clock unstable only if clocks are not syncronized (Helge Deller)  
- mmc: rtsx: add 74 Clocks in power on flow (Ricky WU)  
- selftest/vm: verify remap destination address in mremap_test (Sidhartha Kumar)  
- selftest/vm: verify mmap addr in mremap_test (Sidhartha Kumar)  
- KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (Wanpeng Li)  
- KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (Paolo Bonzini)  
- KVM: x86: Do not change ICR on write to APIC_SELF_IPI (Paolo Bonzini)  
- x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (Wanpeng Li)  
- KVM: selftests: Silence compiler warning in the kvm_page_table_test (Thomas Huth)  
- kvm: selftests: do not use bitfields larger than 32-bits for PTEs (Paolo Bonzini)  
- iommu/dart: Add missing module owner to ops structure (Hector Martin)  
- net/mlx5e: Lag, Dont skip fib events on current dst (Vlad Buslov)  
- net/mlx5e: Lag, Fix fib_info pointer assignment (Vlad Buslov)  
- net/mlx5e: Lag, Fix use-after-free in fib event handler (Vlad Buslov)  
- net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (Aya Levin)  
- fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (Javier Martinez Canillas)  
- kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (Sandipan Das)  
- gpio: mvebu: drop pwm base assignment (Baruch Siach)  
- drm/amdgpu: Ensure HDA function is suspended before ASIC reset (Kai-Heng Feng)  
- drm/amdgpu: dont set s3 and s0ix at the same time (Mario Limonciello)  
- drm/amdgpu: explicitly check for s0ix when evicting resources (Mario Limonciello)  
- drm/amdgpu: unify BO evicting method in amdgpu_ttm (Nirmoy Das)  
- btrfs: always log symlinks in full mode (Filipe Manana)  
- btrfs: force v2 space cache usage for subpage mount (Qu Wenruo)  
- smsc911x: allow using IRQ0 (Sergey Shtylyov)  
- selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (Vladimir Oltean)  
- bnxt_en: Fix unnecessary dropping of RX packets (Michael Chan)  
- bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (Somnath Kotur)  
- selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (Ido Schimmel)  
- rxrpc: Enable IPv6 checksums on transport socket (David Howells)  
- mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (Eric Dumazet)  
- hinic: fix bug of wq out of bound access (Qiao Ma)  
- btrfs: do not BUG_ON() on failure to update inode when setting xattr (Filipe Manana)  
- drm/msm/dp: remove fail safe mode related code (Kuogee Hsieh)  
- selftests/net: so_txtime: usage(): fix documentation of default clock (Marc Kleine-Budde)  
- selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (Marc Kleine-Budde)  
- net: emaclite: Add error handling for of_address_to_resource() (Shravya Kumbham)  
- net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (Eric Dumazet)  
- net: cpsw: add missing of_node_put() in cpsw_probe_dt() (Yang Yingliang)  
- net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (Niels Dossche)  
- net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (Yang Yingliang)  
- net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (Yang Yingliang)  
- net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (Yang Yingliang)  
- NFSv4: Dont invalidate inode attributes on delegation return (Trond Myklebust)  
- RDMA/irdma: Fix possible crash due to NULL netdev in notifier (Mustafa Ismail)  
- RDMA/irdma: Reduce iWARP QP destroy time (Shiraz Saleem)  
- RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (Tatyana Nikolova)  
- RDMA/siw: Fix a condition race issue in MPA request processing (Cheng Xu)  
- SUNRPC release the transport of a relocated task with an assigned transport (Olga Kornievskaia)  
- selftests/seccomp: Dont call read() on TTY from background pgrp (Jann Horn)  
- net/mlx5: Fix deadlock in sync reset flow (Moshe Shemesh)  
- net/mlx5: Avoid double clear or set of sync reset requested (Moshe Shemesh)  
- net/mlx5e: Fix the calling of update_buffer_lossy() API (Mark Zhang)  
- net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (Paul Blakey)  
- net/mlx5e: Dont match double-vlan packets if cvlan is not set (Vlad Buslov)  
- net/mlx5e: Fix trust state reset in reload (Moshe Tal)  
- iommu/dart: check return value after calling platform_get_resource() (Yang Yingliang)  
- iommu/vt-d: Drop stop marker messages (Lu Baolu)  
- ASoC: soc-ops: fix error handling (Pierre-Louis Bossart)  
- ASoC: dmaengine: Restore NULL prepare_slave_config() callback (Codrin Ciubotariu)  
- hwmon: (pmbus) disable PEC if not enabled (Adam Wujek)  
- hwmon: (adt7470) Fix warning on module removal (Armin Wolf)  
- gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (Puyou Lu)  
- gpio: visconti: Fix fwnode of GPIO IRQ (Nobuhiro Iwamatsu)  
- NFC: netlink: fix sleep in atomic bug when firmware download timeout (Duoming Zhou)  
- nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (Duoming Zhou)  
- nfc: replace improper check device_is_registered() in netlink related functions (Duoming Zhou)  
- can: grcan: only use the NAPI poll budget for RX (Andreas Larsson)  
- can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (Andreas Larsson)  
- can: grcan: use ofdev-&gt;dev when allocating DMA memory (Daniel Hellstrom)  
- can: isotp: remove re-binding of bound socket (Oliver Hartkopp)  
- can: grcan: grcan_close(): fix deadlock (Duoming Zhou)  
- s390/dasd: Fix read inconsistency for ESE DASD devices (Jan Hoppner)  
- s390/dasd: Fix read for ESE with blksize &lt; 4k (Jan Hoppner)  
- s390/dasd: prevent double format of tracks for ESE devices (Stefan Haberland)  
- s390/dasd: fix data corruption for ESE devices (Stefan Haberland)  
- ASoC: meson: Fix event generation for AUI CODEC mux (Mark Brown)  
- ASoC: meson: Fix event generation for G12A tohdmi mux (Mark Brown)  
- ASoC: meson: Fix event generation for AUI ACODEC mux (Mark Brown)  
- ASoC: wm8958: Fix change notifications for DSP controls (Mark Brown)  
- ASoC: da7219: Fix change notifications for tone generator frequency (Mark Brown)  
- genirq: Synchronize interrupt thread startup (Thomas Pfaff)  
- net: stmmac: disable Split Header (SPH) for Intel platforms (Tan Tee Min)  
- firewire: core: extend card-&gt;lock in fw_core_handle_bus_reset (Niels Dossche)  
- firewire: remove check of list iterator against head past the loop body (Jakob Koschel)  
- firewire: fix potential uaf in outbound_phy_packet_callback() (Chengfeng Ye)  
- timekeeping: Mark NMI safe time accessors as notrace (Kurt Kanzenbach)  
- Revert SUNRPC: attempt AF_LOCAL connect on setup (Trond Myklebust)  
- RISC-V: relocate DTB if its outside memory region (Nick Kossifidis)  
- drm/amdgpu: do not use passthrough mode in Xen dom0 (Marek Marczykowski-Gorecki)  
- drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (Harry Wentland)  
- iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (Nicolin Chen)  
- iommu/vt-d: Calculate mask for non-aligned flushes (David Stevens)  
- KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (Kyle Huey)  
- x86/fpu: Prevent FPU state corruption (Thomas Gleixner)  
- gpiolib: of: fix bounds check for gpio-reserved-ranges (Andrei Lalaev)  
- mmc: core: Set HS clock speed before sending HS CMD13 (Brian Norris)  
- mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (Samuel Holland)  
- mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (Shaik Sajida Bhanu)  
- ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (Takashi Sakamoto)  
- ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (Zihao Wang)  
- parisc: Merge model and model name into one line in /proc/cpuinfo (Helge Deller)  
- MIPS: Fix CP0 counter erratum detection for R4k CPUs (Maciej W. Rozycki)  
- LTS version: v5.15.38 (Jack Vogel)  
- powerpc/64: Add UADDR64 relocation support (Alexey Kardashevskiy)  
- objtool: Fix type of reloc::addend (Peter Zijlstra)  
- objtool: Fix code relocs vs weak symbols (Peter Zijlstra)  
- eeprom: at25: Use DMA safe buffers (Christophe Leroy)  
- perf symbol: Remove arch__symbols__fixup_end() (Namhyung Kim)  
- tty: n_gsm: fix software flow control handling (Daniel Starke)  
- tty: n_gsm: fix incorrect UA handling (Daniel Starke)  
- tty: n_gsm: fix reset fifo race condition (Daniel Starke)  
- tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (Daniel Starke)  
- tty: n_gsm: fix wrong signal octets encoding in MSC (Daniel Starke)  
- tty: n_gsm: fix wrong command frame length field encoding (Daniel Starke)  
- tty: n_gsm: fix wrong command retry handling (Daniel Starke)  
- tty: n_gsm: fix missing explicit ldisc flush (Daniel Starke)  
- tty: n_gsm: fix wrong DLCI release order (Daniel Starke)  
- tty: n_gsm: fix insufficient txframe size (Daniel Starke)  
- netfilter: nft_socket: only do sk lookups when indev is available (Florian Westphal)  
- tty: n_gsm: fix malformed counter for out of frame data (Daniel Starke)  
- tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (Daniel Starke)  
- tty: n_gsm: fix mux cleanup after unregister tty device (Daniel Starke)  
- tty: n_gsm: fix decoupled mux resource (Daniel Starke)  
- tty: n_gsm: fix restart handling via CLD command (Daniel Starke)  
- perf symbol: Update symbols__fixup_end() (Namhyung Kim)  
- perf symbol: Pass is_kallsyms to symbols__fixup_end() (Namhyung Kim)  
- x86/cpu: Load microcode during restore_processor_state() (Borislav Petkov)  
- ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (Tim Harvey)  
- ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (Eugen Hristev)  
- btrfs: fix leaked plug after failure syncing log on zoned filesystems (Filipe Manana)  
- thermal: int340x: Fix attr.show callback prototype (Kees Cook)  
- ACPI: processor: idle: Avoid falling back to C3 type C-states (Ville Syrjala)  
- net: ethernet: stmmac: fix write to sgmii_adapter_base (Dinh Nguyen)  
- drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (Imre Deak)  
- drm/i915: Check EDID for HDR static metadata when choosing blc (Jouni Hogander)  
- netfilter: Update ip6_route_me_harder to consider L3 domain (Martin Willi)  
- mtd: rawnand: qcom: fix memory corruption that causes panic (Md Sadre Alam)  
- kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (Zqiang)  
- zonefs: Clear inode information flags on inode creation (Damien Le Moal)  
- zonefs: Fix management of open zones (Damien Le Moal)  
- Revert ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 (Ville Syrjala)  
- selftest/vm: verify remap destination address in mremap_test (Sidhartha Kumar)  
- selftest/vm: verify mmap addr in mremap_test (Sidhartha Kumar)  
- powerpc/perf: Fix 32bit compile (Alexey Kardashevskiy)  
- drivers: net: hippi: Fix deadlock in rr_close() (Duoming Zhou)  
- cifs: destage any unwritten data to the server before calling copychunk_write (Ronnie Sahlberg)  
- x86: __memcpy_flushcache: fix wrong alignment if size &gt; 2^32 (Mikulas Patocka)  
- bonding: do not discard lowest hash bit for non layer3+4 hashing (suresh kumar)  
- ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (Namjae Jeon)  
- ksmbd: increment reference count of parent fp (Namjae Jeon)  
- arch: xtensa: platforms: Fix deadlock in rs_close() (Duoming Zhou)  
- ext4: fix bug_on in start_this_handle during umount filesystem (Ye Bin)  
- ASoC: wm8731: Disable the regulator when probing fails (Zheyu Ma)  
- ASoC: Intel: soc-acpi: correct device endpoints for max98373 (Chao Song)  
- tcp: fix F-RTO may not work correctly when receiving DSACK (Pengcheng Yang)  
- Revert ibmvnic: Add ethtool private flag for driver-defined queue limits (Dany Madden)  
- ixgbe: ensure IPsec VF&lt;-&gt;PF compatibility (Leon Romanovsky)  
- perf arm-spe: Fix addresses of synthesized SPE events (Timothy Hayes)  
- gfs2: No short reads or writes upon glock contention (Andreas Gruenbacher)  
- gfs2: Make sure not to return short direct writes (Andreas Gruenbacher)  
- gfs2: Minor retry logic cleanup (Andreas Gruenbacher)  
- gfs2: Prevent endless loops in gfs2_file_buffered_write (Andreas Gruenbacher)  
- net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (Yang Yingliang)  
- bnx2x: fix napi API usage sequence (Manish Chopra)  
- tls: Skip tls_append_frag on zero copy size (Maxim Mikityanskiy)  
- drm/amd/display: Fix memory leak in dcn21_clock_source_create (Miaoqian Lin)  
- drm/amdkfd: Fix GWS queue count (David Yat Sin)  
- netfilter: conntrack: fix udp offload timeout sysctl (Volodymyr Mytnyk)  
- io_uring: check reserved fields for recv/recvmsg (Jens Axboe)  
- io_uring: check reserved fields for send/sendmsg (Jens Axboe)  
- net: dsa: lantiq_gswip: Dont set GSWIP_MII_CFG_RMII_CLK (Martin Blumenstingl)  
- drm/sun4i: Remove obsolete references to PHYS_OFFSET (Samuel Holland)  
- net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (Nathan Rossi)  
- net: phy: marvell10g: fix return value on error (Baruch Siach)  
- net: bcmgenet: hide status block before TX timestamping (Jonathan Lemon)  
- cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (Vladimir Zapolskiy)  
- clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (Yang Yingliang)  
- bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (Christophe JAILLET)  
- tcp: make sure treq-&gt;af_specific is initialized (Eric Dumazet)  
- tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (Eric Dumazet)  
- ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (Peilin Ye)  
- ip6_gre: Make o_seqno start from 0 in native mode (Peilin Ye)  
- ip_gre: Make o_seqno start from 0 in native mode (Peilin Ye)  
- net/smc: sync err code when tcp connection was refused (liuyacan)  
- net: hns3: add return value for mailbox handling in PF (Jian Shen)  
- net: hns3: add validity check for message data length (Jian Shen)  
- net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (Jie Wang)  
- net: hns3: clear inited state and stop client after failed to register netdev (Jian Shen)  
- cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (Xiaobing Luo)  
- pinctrl: pistachio: fix use of irq_of_parse_and_map() (Lv Ruyi)  
- arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (Fabio Estevam)  
- ARM: dts: imx6ull-colibri: fix vqmmc regulator (Max Krummenacher)  
- sctp: check asoc strreset_chunk in sctp_generate_reconf_event (Xin Long)  
- wireguard: device: check for metadata_dst with skb_valid_dst() (Nikolay Aleksandrov)  
- tcp: ensure to use the most recently sent skb when filling the rate sample (Pengcheng Yang)  
- pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (Marek Vasut)  
- tcp: md5: incorrect tcp_header_len for incoming connections (Francesco Ruggeri)  
- pinctrl: rockchip: fix RK3308 pinmux bits (Luca Ceresoli)  
- bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (Eyal Birger)  
- netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (Pablo Neira Ayuso)  
- net: dsa: Add missing of_node_put() in dsa_port_link_register_of (Miaoqian Lin)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9690.html" type="self" title="ELSA-2022-9690" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2588.html" id="CVE-2022-2588" type="cve" title="CVE-2022-2588" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="1.43.4.1.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-1.43.4.1.el8.src.rpm</filename>
          <sum type="sha256">1865fd4259be1e448e3ad40662f78d14413d4d7a5430265c53371fe12a903869</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="1.43.4.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-1.43.4.1.el8.x86_64.rpm</filename>
          <sum type="sha256">cf8499baf1c0154373a3f9920afd491c6a3579320658698f9a7be066b9c9152c</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="1.43.4.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-1.43.4.1.el8.x86_64.rpm</filename>
          <sum type="sha256">be6942c09a637ccfa30164b245c1675500ed0174b0e811c04ea0d048a8414f69</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20302</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-04-30 00:00:00"/>
    <updated date="2025-04-30 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.6]
- Introduce xfs_defrag to xfsprogs.</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20302.html" type="self" title="ELBA-2025-20302" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.6.el8.i686.rpm</filename>
          <sum type="sha256">6ff191de35cd37472b8a899fbb02767ad5565ec5b80f5557f16c3dcd7cf6d91c</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.6.el8.x86_64.rpm</filename>
          <sum type="sha256">f5192a9855eca28aaaa81ed6afe0b8d52ca5655cc3d37658d1d96d4e3c83a4b9</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.6.el8.src.rpm</filename>
          <sum type="sha256">d4057fef4e90c3dcbdc29b13c445d6e6c5ada968d842a723895fa8d91228ef50</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.6.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.6.el8.i686.rpm</filename>
          <sum type="sha256">48106a0cb57abc9ea296d07e5fd2c7b06c00af20505c6b28b4d11dfefb6adbb7</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.6.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.6.el8.x86_64.rpm</filename>
          <sum type="sha256">2d4d4881529759e14ff2f05c7a4224d501439700788764724240e7f74dfa5f4e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50007</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-01-13 00:00:00"/>
    <updated date="2026-01-13 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-316.196.4.1]
- tipc: Fix use-after-free in tipc_mon_reinit_self(). (Kuniyuki Iwashima)  [Orabug: 38788585]  {CVE-2025-40280}
- fs/proc: fix uaf in proc_readdir_de() (Wei Yang)  [Orabug: 38788587]  {CVE-2025-40271}
- vsock: Ignore signal/timeout on connect() if already established (Michal Luczaj)  [Orabug: 38788594]  {CVE-2025-40248}

[5.15.0-316.196.4]
- vhost_scsi: Sync up cmd completion locking with upstream (Mike Christie)  [Orabug: 38545946]
- vhost_scsi: add support for worker ioctls (Mike Christie)  [Orabug: 38545946]
- vhost: Limit access to vhost worker ioctls (Mike Christie)  [Orabug: 38545946]
- vhost: allow userspace to create workers (Mike Christie)  [Orabug: 38545946]
- vhost: replace single worker pointer with xarray (Mike Christie)  [Orabug: 38545946]
- vhost: add helper to parse userspace vring state/file (Mike Christie)  [Orabug: 38545946]
- vhost: remove vhost_work_queue (Mike Christie)  [Orabug: 38545946]
- vhost_scsi: flush IO vqs then send TMF rsp (Mike Christie)  [Orabug: 38545946]
- vhost_scsi: convert to vhost_vq_work_queue (Mike Christie)  [Orabug: 38545946]
- vhost_scsi: make SCSI cmd completion per vq (Mike Christie)  [Orabug: 38545946]
- vhost_sock: convert to vhost_vq_work_queue (Mike Christie)  [Orabug: 38545946]
- vhost: convert poll work to be vq based (Mike Christie)  [Orabug: 38545946]
- vhost: take worker or vq for flushing (Mike Christie)  [Orabug: 38545946]
- vhost: take worker or vq instead of dev for queueing (Mike Christie)  [Orabug: 38545946]
- vhost, vhost_net: add helper to check if vq has work (Mike Christie)  [Orabug: 38545946]
- vhost: add vhost_worker pointer to vhost_virtqueue (Mike Christie)  [Orabug: 38545946]
- vhost: dynamically allocate vhost_worker (Mike Christie)  [Orabug: 38545946]
- vhost: create worker at end of vhost_dev_set_owner (Mike Christie)  [Orabug: 38545946]
- vhost-scsi: Fix crash during LUN unmapping (Mike Christie)  [Orabug: 38545946]
- vhost: move worker thread fields to new struct (Mike Christie)  [Orabug: 38545946]
- vhost: Fix livepatch timeouts in vhost_worker() (Josh Poimboeuf)  [Orabug: 38545946]
- vhost: rename vhost_work_dev_flush (Mike Christie)  [Orabug: 38545946]
- vhost-test: drop flush after vhost_dev_cleanup (Mike Christie)  [Orabug: 38545946]
- vhost/test: fix memory leak of vhost virtqueues (Xianting Tian)  [Orabug: 38545946]
- vhost-scsi: drop flush after vhost_dev_cleanup (Mike Christie)  [Orabug: 38545946]
- vhost_vsock: simplify vhost_vsock_flush() (Andrey Ryabinin)  [Orabug: 38545946]
- vhost_test: remove vhost_test_flush_vq() (Andrey Ryabinin)  [Orabug: 38545946]
- vhost_net: get rid of vhost_net_flush_vq() and extra flush calls (Andrey Ryabinin)  [Orabug: 38545946]
- vhost: flush dev once during vhost_dev_stop (Mike Christie)  [Orabug: 38545946]
- vhost: get rid of vhost_poll_flush() wrapper (Andrey Ryabinin)  [Orabug: 38545946]
- net/mlx5e: Add a miss level for ipsec crypto offload (Lama Kayal)  [Orabug: 38600056]
- net/mlx5e: Add new prio for promiscuous mode (Jianbo Liu)  [Orabug: 38600056]
- mm/hugetlb: add option to allows disabling CVE-2025-38085 mitigation (Joe Jin)  [Orabug: 38728358]
- uek-rpm: Replace check-kabi tool with kabi (Yifei Liu)  [Orabug: 38673381]
- uek-rpm: Introduce check function for uek-rpm/tools/kabi (Yifei Liu)  [Orabug: 38673381]
- rtc: expose RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni)  [Orabug: 38708842]
- Reapply 'cpuidle: menu: Avoid discarding useful information' (Harshvardhan Jha)  [Orabug: 38710346]
- netfilter: nf_tables: reject duplicate device on updates (Pablo Neira Ayuso)  [Orabug: 38389767]  {CVE-2025-38678}
- HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155 (Zhang Heng)
- mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR (Matthieu Baerts (NGI0))
- USB: storage: Remove subclass and protocol overrides from Novatek quirk (Alan Stern)
- most: usb: fix double free on late probe failure (Johan Hovold)
- uio_hv_generic: Set event for all channels on the device (Long Li)
- regmap: slimbus: fix bus_context pointer in regmap init calls (Alexey Klimov)
- usb: typec: ucsi: psy: Set max current to zero when disconnected (Jameson Thies)
- ata: libata-scsi: Fix system suspend for a security locked drive (Niklas Cassel)
- MIPS: mm: Prevent a TLB shutdown on initial uniquification (Maciej W. Rozycki)

[5.15.0-316.196.3]
- rds: Add smp_rmb before reading c_destroy_in_prog (Hakon Bugge) [Orabug: 38352484]
- Revert 'block: don't add or resize partition on the disk with GENHD_FL_NO_PART' (Gulam Mohamed) [Orabug: 38652797]
- Revert 'block: Move checking GENHD_FL_NO_PART to bdev_add_partition()' (Gulam Mohamed) [Orabug: 38652797]

[5.15.0-316.196.2]
- net/mlx5: Clean up only new IRQ glue on request_irq() failure (Pradyumn Rahar) [Orabug: 37961220,38730620] {CVE-2025-40250}

[5.15.0-316.196.1]
- uek-rpm: kabi: Remove the kabi protection for debug kernels (Yifei Liu) [Orabug: 38609547]
- bnxt_en: Fix memory corruption when FW resources change during ifdown (Sreekanth Reddy) [Orabug: 38440240] {CVE-2025-39810}
- selftests/proc: add PROCMAP_QUERY ioctl tests (Andrii Nakryiko) [Orabug: 38410775]
- tools: sync uapi/linux/fs.h header into tools subdir (Andrii Nakryiko) [Orabug: 38410775]
- docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: add build ID fetching to PROCMAP_QUERY API (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: implement efficient VMA querying API for /proc/&lt;pid&gt;/maps (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: extract logic for getting VMA name constituents (Andrii Nakryiko) [Orabug: 38410775]
- fs: create helper file_user_path() for user displayed mapped file path (Amir Goldstein) [Orabug: 38410775]
- mm: factor out VMA stack and heap checks (Kefeng Wang) [Orabug: 38410775]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50007.html" type="self" title="ELSA-2026-50007" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38085.html" id="CVE-2025-38085" type="cve" title="CVE-2025-38085" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38678.html" id="CVE-2025-38678" type="cve" title="CVE-2025-38678" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39810.html" id="CVE-2025-39810" type="cve" title="CVE-2025-39810" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40248.html" id="CVE-2025-40248" type="cve" title="CVE-2025-40248" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40250.html" id="CVE-2025-40250" type="cve" title="CVE-2025-40250" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40271.html" id="CVE-2025-40271" type="cve" title="CVE-2025-40271" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40280.html" id="CVE-2025-40280" type="cve" title="CVE-2025-40280" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c6856c89e0e281a61b6aa8574a26964f3eee3e7fc2b4fca9522983e3a6cd0ea3</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4650b8fdbfcc6f6818c9db391bbdf7f25347fa556fcdad0fba95393706f6a621</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-316.196.4.1.el8uek.src.rpm</filename>
          <sum type="sha256">c629a559599442e93ca975f0daac0a62156663346bdb23c770fbf6056b0c1af5</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">836b44e831e4fd0f6f87971cc20ec25902220cf3f9a2331302baab7d61772395</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">97bbefa94868c82a33a08e7b05c214683954f7e34e094681bc1ebbf19b74a1f7</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7768ed2adfba64813bb46557a0824d5e55c3838c093c9e8fc775b51a3817de6f</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0dcff9e12a8e2e9f41faa6388b397c8bc8676cc75f4022077c8bb54e9d4b0fd8</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">97352951e734afd1484ea2269e0d3045dca4436940cf93410e1502ffb47df21b</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5d24da28f8323d46e0a36632d94f22ba17c52ee0b2dab8e787840751b28151ba</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9912f87943b861f58b6dc3be2b5fdf77f0e48b99874e4693e05b86c86335ef6c</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-316.196.4.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">4a1dfad820e22945964b8d96ec5ae3bb519f45b845b2cfd92d727f1bd9a20529</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c3c111af4a7369c3d3309845e9a80abb279f01545b6e4d0db1a494fbf6f185ba</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d876efc5d903242e597e33ab203b7faebff189e70f576996f93d31154cf3518f</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c1b847ddb64e72d5f790ecf5ff4e2e8e982c74093374ad3096bf98eca5df491d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="316.196.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-316.196.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">da0ec88bd398b9e092181523b4e3d9cbb5e8ac11d92fee5697b17433c9057dde</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20073</id>
    <title> adaptived  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-01-29 00:00:00"/>
    <updated date="2025-01-29 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[1.0.0]
- Initial release
- Delete the devel build RPM
- Disable the automated tests in the spec file</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20073.html" type="self" title="ELBA-2025-20073" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptived" version="1.0.0" release="1.el8" epoch="0" arch="x86_64">
          <filename>adaptived-1.0.0-1.el8.x86_64.rpm</filename>
          <sum type="sha256">3e4006a76dbdf578b3fd62bde41d0e70ac44ecfb23d12982ecd9b7eccb4285ac</sum>
        </package>
        <package name="adaptived" version="1.0.0" release="1.el8" epoch="0" arch="src">
          <filename>adaptived-1.0.0-1.el8.src.rpm</filename>
          <sum type="sha256">d2176fb0567507d68fded232ffcb6026422f45c2e4de424471a4af0404cac26e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20083</id>
    <title> adaptivemm  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-01-30 00:00:00"/>
    <updated date="2025-01-30 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.1.0-2]
- Rebuild to v2.1.0 for OL8, OL9, and OL10
- v2.1.0 adds a module to look for possible memory leaks

[2.1.0-1]
- Add module to look for possible memory leaks</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20083.html" type="self" title="ELBA-2025-20083" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptivemm" version="2.1.0" release="2.el8" epoch="0" arch="src">
          <filename>adaptivemm-2.1.0-2.el8.src.rpm</filename>
          <sum type="sha256">f83e3321caf0ae225c55c5b6d3ad17fcc06c31b72be5d44c8ac8fccb7bc008da</sum>
        </package>
        <package name="adaptivemm" version="2.1.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>adaptivemm-2.1.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">b0abbfed7fa6af0afb81cc54a2a1a3f9f39f73da534bcda3226d498e6e152dc9</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50152</id>
    <title>dtrace security update</title>
    <severity>Moderate</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-03-13 00:00:00"/>
    <updated date="2026-03-13 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[2.0.6-1]
- Fix dtprobed unsafe probe description handling (CVE-2026-21991).
  [Orabug: 39054018]

  Credit Statement
  The following people or organizations reported security vulnerabilities addressed by this ELSA to Oracle:
    Dhiraj Mishra: CVE-2026-21991</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50152.html" type="self" title="ELSA-2026-50152" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-21991.html" id="CVE-2026-21991" type="cve" title="CVE-2026-21991" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.6" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.6-1.el8.src.rpm</filename>
          <sum type="sha256">f77857685dc070267957c7a281b3dc99b8a8cfe5e89d171e57bbdc9886817fd4</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">ef49f3625686bb442466274b2b803c7f41ca81d329024f46dacd3e8cf5cf3ad1</sum>
        </package>
        <package name="dtrace-devel" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">0d69b4273affa7978b687fcc93409364e1be268bcf64b659755dddce5454ae1c</sum>
        </package>
        <package name="dtrace" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">970a5688f0d2b137775cb39ad1f6a40e7b912cc9ed5a4db28e7feeba105ac302</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50151</id>
    <title>dtrace security update</title>
    <severity>Moderate</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-03-13 00:00:00"/>
    <updated date="2026-03-13 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[2.0.6-1]
- Fix dtprobed unsafe probe description handling (CVE-2026-21991).
  [Orabug: 39054018]

  Credit Statement:
  The following people or organizations reported security vulnerabilities addressed by this ELSA to Oracle:
    Dhiraj Mishra: CVE-2026-21991</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50151.html" type="self" title="ELSA-2026-50151" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-21991.html" id="CVE-2026-21991" type="cve" title="CVE-2026-21991" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">0d69b4273affa7978b687fcc93409364e1be268bcf64b659755dddce5454ae1c</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">ef49f3625686bb442466274b2b803c7f41ca81d329024f46dacd3e8cf5cf3ad1</sum>
        </package>
        <package name="dtrace" version="2.0.6" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.6-1.el8.x86_64.rpm</filename>
          <sum type="sha256">970a5688f0d2b137775cb39ad1f6a40e7b912cc9ed5a4db28e7feeba105ac302</sum>
        </package>
        <package name="dtrace" version="2.0.6" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.6-1.el8.src.rpm</filename>
          <sum type="sha256">f77857685dc070267957c7a281b3dc99b8a8cfe5e89d171e57bbdc9886817fd4</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12598</id>
    <title> iproute  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-08-26 00:00:00"/>
    <updated date="2024-08-26 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[6.8.0-2.el8]
- Rebuild on OL8.10 [Orabug: 35879152]

[6.8.0-1.el8]
- Updates to iproute-6.8.0-1.el8 for 8.9

[6.7.0-1.el8]
- New version 6.7.0 (Andrea Claudi) [RHEL-22438]

[6.2.0-5.el8]
- Bump version number (wrong exception build)

[6.2.0-4.el8]
- ip vrf: make ipvrf_exec SELinux-aware (Andrea Claudi) [1780023]
- lib: add SELinux include and stub functions (Andrea Claudi) [1780023]
- ss: make SELinux stub functions conformant to API definitions (Andrea Claudi) [1780023]
- ss: make is_selinux_enabled stub work like in SELinux (Andrea Claudi) [1780023]

[6.2.0-3.el8]
- tc: add missing separator (Andrea Claudi)

[6.2.0-2.el8]
- macvlan: Add bclim parameter (Andrea Claudi) [2188134]
- Update kernel headers (Andrea Claudi) [2188134]

[6.2.0-1.el8]
- New version 6.2.0 (Andrea Claudi) [RHEL-424]

[5.18.0-1.el8]
- New version 5.18.0 [2074607]

[5.15.0-4.el8]
- vdpa: Update man page with added support to configure max vq pair (Andrea Claudi) [2056827]
- vdpa: Support reading device features (Andrea Claudi) [2056827]
- vdpa: Support for configuring max VQ pairs for a device (Andrea Claudi) [2056827]
- vdpa: Allow for printing negotiated features of a device (Andrea Claudi) [2056827]
- vdpa: Remove unsupported command line option (Andrea Claudi) [2056827]
- uapi: update vdpa.h (Andrea Claudi) [2056827]
- Update kernel headers and import virtio_net (Andrea Claudi) [2056827]

[5.15.0-3.el8]
- tc: u32: add json support in print_raw, print_ipv4, print_ipv6 (Andrea Claudi) [1989591]
- tc: u32: add support for json output (Andrea Claudi) [1989591]

[5.15.0-2.el8]
- vdpa: Enable user to set mtu of the vdpa device (Andrea Claudi) [2036880]
- vdpa: Enable user to set mac address of vdpa device (Andrea Claudi) [2036880]
- vdpa: Enable user to query vdpa device config layout (Andrea Claudi) [2036880]
- vdpa: align uapi headers (Andrea Claudi) [2036880]

[5.15.0-1.el8]
- New version 5.15.0 (Andrea Claudi) [2016061]

[[5.12.0-4.el8]]
- lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf exists (Andrea Claudi) [1995082]

[[5.12.0-3.el8]]
- tc: htb: improve burst error messages (Andrea Claudi) [1910745]
- tc: u32: Fix key folding in sample option (Andrea Claudi) [1979425]
- police: Fix normal output back to what it was (Andrea Claudi) [1981393]
- police: Add support for json output (Andrea Claudi) [1981393]
- police: add support for packet-per-second rate limiting (Andrea Claudi) [1981393]
- Update kernel headers (Andrea Claudi) [1981393]
- mptcp: add support for port based endpoint (Andrea Claudi) [1984733]

[[5.12.0-2.el8]]
- add build and run-time dependencies on libbpf (Andrea Claudi) [1990402]

[[5.12.0-1.el8]]
- tc: f_flower: Add missing ct_state flags to usage description (Andrea Claudi) [1957243]
- tc: f_flower: Add option to match on related ct state (Andrea Claudi) [1957243]

[[5.12.0-0.el8]]
- New version 5.12.0 [1939382]

[[5.9.0-4.el8]]
- iplink_bareudp: cleanup help message and man page (Andrea Claudi) [1912412]

[[5.9.0-3.el8]]
- iproute: force rtm_dst_len to 32/128 (Andrea Claudi) [1852038]

[[5.9.0-2.el8]]
- tc: flower: fix json output with mpls lse (Andrea Claudi) [1885770]
- tc-mpls: fix manpage example and help message string (Andrea Claudi) [1885770]
- tc-vlan: fix help and error message strings (Andrea Claudi) [1885770]
- m_mpls: test the 'mac_push' action after 'modify' (Andrea Claudi) [1885770]
- m_mpls: add mac_push action (Andrea Claudi) [1885770]
- m_vlan: add pop_eth and push_eth actions (Andrea Claudi) [1885770]
- Update kernel headers (Andrea Claudi) [1885770]

[[5.9.0-1.el8]]
- Rebase iproute to v5.9.0 [1896011]

[[5.3.0-5.el8]]
- man: tc-ct.8: Add manual page for ct tc action (Andrea Claudi) [1844637]
- tc: flower: Add matching on conntrack info (Andrea Claudi) [1844637]
- tc: Introduce tc ct action (Andrea Claudi) [1844637]
- tc: add NLA_F_NESTED flag to all actions options nested block (Andrea Claudi) [1844637]
- Import tc_act/tc_ct.h uapi file (Andrea Claudi) [1844637]
- ss: allow dumping kTLS info (Andrea Claudi) [1812207]
- devlink: Add health error recovery status monitoring (Andrea Claudi) [1821039]

[[5.3.0-4.el8]]
- tc: f_flower: add options support for erspan (Andrea Claudi) [1830485]
- tc: f_flower: add options support for vxlan (Andrea Claudi) [1830485]
- tc: m_tunnel_key: add options support for erpsan (Andrea Claudi) [1830485]
- tc: m_tunnel_key: add options support for vxlan (Andrea Claudi) [1830485]
- iproute_lwtunnel: add options support for erspan metadata (Andrea Claudi) [1830485]
- iproute_lwtunnel: add options support for vxlan metadata (Andrea Claudi) [1830485]
- iproute_lwtunnel: add options support for geneve metadata (Andrea Claudi) [1830485]
- Update kernel headers (Andrea Claudi) [1830485]
- man: ip.8: add reference to mptcp man-page (Andrea Claudi) [1812207]
- man: mptcp man page (Andrea Claudi) [1812207]
- ss: allow dumping MPTCP subflow information (Andrea Claudi) [1812207]
- Update kernel headers (Andrea Claudi) [1812207]
- Update kernel headers (Andrea Claudi) [1812207]
- add support for mptcp netlink interface (Andrea Claudi) [1812207]
- Update kernel headers and import mptcp.h (Andrea Claudi) [1812207]
- ip: xfrm: add espintcp encapsulation (Andrea Claudi) [1844045]
- Update kernel headers and import udp.h (Andrea Claudi) [1844045]

[[5.3.0-3.el8]]
- xfrm: also check for ipv6 state in xfrm_state_keep (Andrea Claudi) [1828033]
- man: bridge.8: fix bridge link show description (Andrea Claudi) [1817571]
- ip: fix ip route show json output for multipath nexthops (Andrea Claudi) [1738633]
- ip link: xstats: fix TX IGMP reports string (Andrea Claudi) [1796041]
- nstat: print useful error messages in abort() cases (Andrea Claudi) [1824896]

[[5.3.0-2.el8]]
- man: ip.8: Add missing vrf subcommand description (Andrea Claudi) [1780010]
- xfrm: not try to delete ipcomp states when using deleteall (Andrea Claudi) [1808634]
- ip-xfrm: Fix help messages (Andrea Claudi) [1796045]
- man: rdma.8: Add missing resource subcommand description (Andrea Claudi) [1786576]
- man: rdma-statistic: Add filter description (Andrea Claudi) [1786565]
- tc: implement support for action flags (Andrea Claudi) [1770671]
- Update kernel headers (Andrea Claudi) [1770671]
- Update kernel headers (Andrea Claudi) [1770671]

[[5.3.0-1.el8]]
- New version 5.3.0 [1752857]

[[4.18.0-15.el8]]
- netns: make netns_{save,restore} static (Andrea Claudi) [1719759]
- ip vrf: use hook to change VRF in the child (Andrea Claudi) [1719759]
- netns: switch netns in the child when executing commands (Andrea Claudi) [1719759]
- m_mirred: don't bail if the control action is missing (Andrea Claudi) [1711760]
- tc: introduce support for chain templates (Andrea Claudi) [1710291]
- ip: reset netns after each command in batch mode (Andrea Claudi) [1671016]

[[4.18.0-14.el8]]
- ss: Review ssfilter (Andrea Claudi) [1698401]

[[4.18.0-13.el8]]
- ip-xfrm: Respect family in deleteall and list commands (Andrea Claudi) [1656717]
- Update kernel headers (Andrea Claudi) [1716361]
- uapi: update bpf header (Andrea Claudi) [1716361]
- uapi: update headers to 4.20-rc1 (Andrea Claudi) [1716361]
- bpf: add btf func and func_proto kind support (Andrea Claudi) [1716361]
- lib/bpf: fix build warning if no elf (Andrea Claudi) [1716361]
- bpf: initialise map symbol before retrieving and comparing its type (Andrea Claudi) [1716361]
- Include bsd/string.h only in include/utils.h (Andrea Claudi) [1716361]
- Use libbsd for strlcpy if available (Andrea Claudi) [1716361]
- bpf: check map symbol type properly with newer llvm compiler (Andrea Claudi) [1716361]
- bpf: implement btf handling and map annotation (Andrea Claudi) [1716361]
- bpf: implement bpf to bpf calls support (Andrea Claudi) [1716361]
- bpf: remove strict dependency on af_alg (Andrea Claudi) [1716361]
- bpf: move bpf_elf_map fixup notification under verbose (Andrea Claudi) [1716361]
- iplink: add support for reporting multiple XDP programs (Andrea Claudi) [1716361]
- rdma: Document IB device renaming option (Andrea Claudi) [1663228]
- rdma: Add an option to rename IB device interface (Andrea Claudi) [1663228]
- rdma: Introduce command execution helper with required device name (Andrea Claudi) [1663228]
- rdma: Update kernel include file to support IB device renaming (Andrea Claudi) [1663228]
- libnetlink: Convert GETADDR dumps to use rtnl_addrdump_req (Andrea Claudi) [1716772]

[[4.18.0-12.el8]]
- devlink: Add param command support (Andrea Claudi) [1663199]
- rdma: Fix representation of PortInfo CapabilityMask (Andrea Claudi) [1664694]
- uapi: update ib_verbs (Andrea Claudi) [1664694]
- tc: flower: Add support for QinQ (Andrea Claudi) [1615928]
- ip rule: Add ipproto and port range to filter list (Andrea Claudi) [1678111]

[[4.18.0-11.el8]]
- tc: m_tunnel_key: Add tunnel option support to act_tunnel_key (Phil Sutter) [1654761]
- tc: f_flower: add geneve option match support to flower (Phil Sutter) [1654761]
- l2tp: Fix printing of cookie and peer_cookie values (Phil Sutter) [1643805]

[[4.18.0-10.el8]]
- iplink: fix incorrect any address handling for ip tunnels (Phil Sutter) [1626304]

[[4.18.0-9.el8]]
- man: rdma: Add reference to rdma-resource.8 (Phil Sutter) [1610334]

[[4.18.0-8.el8]]
- Bump release to run fresh CI tests.

[[4.18.0-7.el8]]
- ip-route: Fix nexthop encap parsing (Phil Sutter) [1625358]
- man: ip-route.8: Document nexthop limit (Phil Sutter) [1625358]

[[4.18.0-6.el8]]
- Update kernel headers (Phil Sutter) [1637440]
- tc_util: Add support for showing TCA_STATS_BASIC_HW statistics (Phil Sutter) [1637440]
- tc: Remove pointless assignments in batch() (Phil Sutter) [1602555]
- tipc: Drop unused variable 'genl' (Phil Sutter) [1602555]
- ip-route: Fix parse_encap_seg6() srh parsing (Phil Sutter) [1602555]
- rdma: Don't pass garbage to rd_check_is_filtered() (Phil Sutter) [1602555]
- ip-route: Fix for memleak in error path (Phil Sutter) [1602555]
- rdma: Fix for ineffective check in add_filter() (Phil Sutter) [1602555]
- devlink: Fix error reporting in cmd_resource_set() (Phil Sutter) [1602555]
- libnetlink: fix use-after-free of message buf (Phil Sutter) [1602555]
- libnetlink: don't return error on success (Phil Sutter) [1602555]
- libnetlink: fix leak and using unused memory on error (Phil Sutter) [1602555]
- tc: htb: Print default value in hex (Phil Sutter) [1641053]

[[4.18.0-5.el8]]
- utils: fix get_rtnl_link_stats_rta stats parsing (Phil Sutter) [1626306]
- uapi: add snmp header file (Phil Sutter) [1626306]
- macsec: fix off-by-one when parsing attributes (Phil Sutter) [1628428]
- json: make 0xhex handle u64 (Phil Sutter) [1628428]

[[4.18.0-4.el8]]
- iplink_vxlan: take into account preferred_family creating vxlan device (Phil Sutter) [1626321]
- ip-addrlabel: Fix printing of label value (Phil Sutter) [1639412]
- bridge: fdb: Fix for missing keywords in non-JSON output (Phil Sutter) [1636532]

[[4.18.0-3.el8]]
- lib: introduce print_nl (Phil Sutter) [1625500]

[[4.18.0-2.el8]]
- bridge/mdb: fix missing new line when show bridge mdb (Phil Sutter) [1625500]
- ip-route: Fix segfault with many nexthops (Phil Sutter) [1625358]
- Update kernel headers (Phil Sutter) [1615915]
- tc/flower: Add match on encapsulating tos/ttl (Phil Sutter) [1615915]
- tc/act_tunnel_key: Enable setup of tos and ttl (Phil Sutter) [1615915]
- iprule: Fix destination prefix output (Phil Sutter) [1623503]
- ip: Add missing -M flag to help text (Phil Sutter) [1612704]
- man: ss.8: Describe --events option (Phil Sutter) [1612704]
- rtmon: List options in help text (Phil Sutter) [1612704]
- man: rtacct.8: Fix nstat options (Phil Sutter) [1612704]
- man: ifstat.8: Document --json and --pretty options (Phil Sutter) [1612704]
- genl: Fix help text (Phil Sutter) [1612704]
- man: devlink.8: Document -verbose option (Phil Sutter) [1612704]
- devlink: trivial: Make help text consistent (Phil Sutter) [1612704]
- bridge: trivial: Make help text consistent (Phil Sutter) [1612704]
- man: bridge.8: Document -oneline option (Phil Sutter) [1612704]

* Tue Aug 14 2018 Phil Sutter - 4.18.0-1
- New version 4.18.0

[[4.17.0-1.el8]]
- rdma: print driver resource attributes (Phil Sutter) [1610334]
- rdma: update rdma_netlink.h to get new driver attributes (Phil Sutter) [1610334]
- rdma: Print net device name and index for RDMA device (Phil Sutter) [1610334]
- devlink: CTRL_ATTR_FAMILY_ID is a u16 (Phil Sutter) [1589317]
- tc: Do not use addattr_nest_compat on mqprio and netem (Phil Sutter) [1589317]
- ipaddress: Fix and make consistent label match handling (Phil Sutter) [1589317]
- rt_dsfield: Ship deprecated values for compatibility (Phil Sutter) [1595683]
- New version 4.17.0 including upstream-suggested fixes (Phil Sutter) [1589317]

[4.15.0-1]
- New version 4.15.0

[4.14.1-6]
- Use LDFLAGS defaults from redhat-rpm-config

[4.14.1-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[4.14.1-4]
- Add missing patch files.

[4.14.1-3]
- Add upstream suggested backports.
- Make use of %autosetup macro.

[4.14.1-2]
- Drop unused build dependencies

[4.14.1-1]
- New version 4.14.1

[4.13.0-1]
- New version 4.13.0

[4.12.0-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[4.12.0-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[4.12.0-1]
- New version 4.12.0

[4.11.0-1]
- Add virtual capability to tc subpackage so it's easier found
- New version 4.11.0

[4.10.0-3]
- don't build docs for module builds to limit dependencies

[4.10.0-2]
- Add two fixes to 4.10.0 release from upstream.

[4.10.0-1]
- Ship new header iproute2/bpf_elf.h
- Document content of remaining docs fixup patch in spec file
- Drop patches already applied upstream</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12598.html" type="self" title="ELBA-2024-12598" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="iproute" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">2dac7cbc262cdef67e652fe39e69ae54c5943af067580870db070ea972193651</sum>
        </package>
        <package name="iproute-doc" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-doc-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">960fec2e6931846a4f5b1b10ef616057fbb0c4be15095bb7121805fade2ba715</sum>
        </package>
        <package name="iproute-devel" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-devel-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">3dd6e3d630fe15b27490a64440fb2a23d5bdea4614e8bd9fa6de489760516fa4</sum>
        </package>
        <package name="iproute" version="6.8.0" release="2.el8_10" epoch="0" arch="src">
          <filename>iproute-6.8.0-2.el8_10.src.rpm</filename>
          <sum type="sha256">0f774b227a3be87922bd3be0c5914924ee3fa1d8525a201958d3dfdb6c66d557</sum>
        </package>
        <package name="iproute-tc" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-tc-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">0a232c718197319a33561d164597a73f31b66dba7bac114991226e3f7b955a59</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-7001</id>
    <title>bcc bug fix and enhancement update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-11-17 00:00:00"/>
    <updated date="2023-11-17 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[0.25.0-5]
- Fix LLVM 16 build

[0.25.0-4]
- Add missing patch.

[0.25.0-3]
- Rebuild with llvm 16 (RHBZ#2192949)
- Fix compactsnoop (RHBZ#2042238)
- Fix bindsnoop (RHBZ#2155200)
- Fix nfsslower (RHBZ#2155163)

* Fri Mar 03 2023 bstinson@redhat.com - 0.25.0-2.0.2
- One final rebuild in CentOS Stream only

* Wed Mar 01 2023 bstinson@redhat.com - 0.25.0-2.0.1
- Rebuild in CentOS Stream only for library link issue</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-7001.html" type="self" title="ELBA-2023-7001" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bcc" version="0.25.0" release="5.el8" epoch="0" arch="src">
          <filename>bcc-0.25.0-5.el8.src.rpm</filename>
          <sum type="sha256">9640941e4cb37ab3077bf909673c54020aab600e788f7d80f8d518a945b95473</sum>
        </package>
        <package name="bcc-doc" version="0.25.0" release="5.el8" epoch="0" arch="noarch">
          <filename>bcc-doc-0.25.0-5.el8.noarch.rpm</filename>
          <sum type="sha256">f327bbae1b80b869bddea51735b73b35dc47eee78e6ed623efb067f6e03d5434</sum>
        </package>
        <package name="bcc" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">a64f80fc87d0742c28c46430043c5c57208804fe1f34af9e9fa0578944b62005</sum>
        </package>
        <package name="bcc-devel" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-devel-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">c96270fb6449c3a9cbf2426965b4d9b80a54b93c2b6551e1f9bd77711b258f60</sum>
        </package>
        <package name="bcc-tools" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-tools-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">623e2095c63b29b504a30faf017576c0b5e0ea2101aaf3c9b9f28f985cfacdd4</sum>
        </package>
        <package name="python3-bcc" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>python3-bcc-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">20a361d37e014a1cdb44b41a20f1af3ec41133c3374f07faba39627f2b3ce729</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20270</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-04-11 00:00:00"/>
    <updated date="2025-04-11 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-307.178.5]
- net/mlx5: DR, prevent potential error pointer dereference (Dan Carpenter)  [Orabug: 37434242]  {CVE-2024-56660}
- uek-rpm: Set CONFIG_IP6_NF_IPTABLES for ol9/ol8 container kernels (Jonah Palmer)  [Orabug: 37703179] 
- net: hsr: fix fill_frame_info() regression vs VLAN packets (Eric Dumazet)  
- f2fs: Introduce linear search for dentries (Daniel Lee)  
- tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind (Marco Leogrande)  
- net: loopback: Avoid sending IP packets without an Ethernet header (Ido Schimmel)  
- x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 (Andrew Cooper)  
- sched: sch_cake: add bounds checks to host bulk flow fairness counts (Toke Hoiland-Jorgensen)  
- usb: atm: cxacru: fix a flaw in existing endpoint checks (Nikita Zhandarovich)  
- x86/xen: fix xen_hypercall_hvm() to not clobber %rbx (Juergen Gross)  
- x86/xen: add FRAME_END to xen_hypercall_hvm() (Juergen Gross)  
- ocfs2: fix incorrect CPU endianness conversion causing mount failure (Heming Zhao)  
- usb: dwc3: Set SUSPENDENABLE soon after phy init (Thinh Nguyen)  
- Revert 'btrfs: avoid monopolizing a core when activating a swap file' (Koichiro Den)  
- Revert 'media: uvcvideo: Require entities to have a non-zero unique ID' (Thadeu Lima de Souza Cascardo)  
- netem: Update sch-&gt;q.qlen before qdisc_tree_reduce_backlog() (Cong Wang)

[5.15.0-307.178.4]
- LTS version: v5.15.178 (Vijayendra Suman)
- Input: xpad - add support for wooting two he (arm) (Jack Greiner)
- Input: xpad - add unofficial Xbox 360 wireless receiver clone (Nilton Perim Neto)
- Input: atkbd - map F23 key to support default copilot shortcut (Mark Pearson)
- ALSA: usb-audio: Add delay quirk for USB Audio Device (Lianqin Hu)
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (Qasim Ijaz)
- wifi: iwlwifi: add a few rate index validity checks (Anjaneyulu)
- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service (Easwar Hariharan)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() (Ido Schimmel)
- platform/chrome: cros_ec_typec: Check for EC driver (Akihiko Odaki)
- fs/ntfs3: Additional check in ntfs_file_release (Konstantin Komarov)
- Bluetooth: RFCOMM: Fix not validating setsockopt user input (Luiz Augusto von Dentz)
- Bluetooth: SCO: Fix not validating setsockopt user input (Luiz Augusto von Dentz)
- vfio/platform: check the bounds of read/write syscalls (Alex Williamson)
- net: sched: fix ets qdisc OOB Indexing (Jamal Hadi Salim)
- gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag (Andreas Gruenbacher)
- mptcp: don't always assume copied data in mptcp_cleanup_rbuf() (Paolo Abeni)
- regmap: detach regmap from dev on regmap_exit (Cosmin Tanislav)
- ASoC: samsung: Add missing depends on I2C (Charles Keepax)
- irqchip/sunxi-nmi: Add missing SKIP_WAKE flag (Philippe Simons)
- scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request (Xiang Zhang)
- seccomp: Stub for !CONFIG_SECCOMP (Linus Walleij)
- ASoC: samsung: Add missing selects for MFD_WM8994 (Charles Keepax)
- ASoC: wm8994: Add depends on MFD core (Charles Keepax)

[5.15.0-307.177.3]
- jbd2: increase maximum transaction size (Jan Kara)  [Orabug: 37688920]
- net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5e: Always start IPsec sequence number from 1 (Leon Romanovsky)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Add support for clock_measure performance block (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Add support for monitoring cycle count (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: incorrect type in assignment (Pei Xiao)  [Orabug: 37534698]
- net/mlx5e: Disable loopback self-test on multi-PF netdev (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5: Unregister notifier on eswitch init failure (Cosmin Ratiu)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling (Michal Wilczynski)  [Orabug: 37534698]
- net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice (Jianbo Liu)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: fix lockdep warning (Luiz Capitulino)  [Orabug: 37534698]
- net/mlx5: Fix bridge mode operations when there are no VFs (Benjamin Poirier)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add hw_reset() support for BlueField-3 SoC (Liming Sun)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: add dwcmshc_pltfm_data (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: factor out code into dwcmshc_rk35xx_init (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: factor out code for th1520_init() (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: move two rk35xx functions (Chen Wang)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: add common bulk optional clocks support (Chen Wang)  [Orabug: 37534698]
- net/mlx5e: Take state lock during tx timeout reporter (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5: SD, Do not query MPIR register if no sd_group (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Always drain health in shutdown callback (Shay Drory)  [Orabug: 37534698]
- mmc: dw_mmc-bluefield: Add support for eMMC HW reset (Liming Sun)  [Orabug: 37534698]
- mmc: dw_mmc: Add support for platform specific eMMC HW reset (Liming Sun)  [Orabug: 37534698]
- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5e: SHAMPO, Fix incorrect page release (Dragos Tatulea)  [Orabug: 37534698]
- net/mlx5: Do not query MPIR on embedded CPU function (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Reload only IB representors upon lag disable/enable (Maher Sanalla)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200X (Jisheng Zhang)  [Orabug: 37534698]
- macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst (Rahul Rameshbabu)  [Orabug: 37534698]
- macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads (Rahul Rameshbabu)  [Orabug: 37534698]
- net/mlx5e: Prevent deadlock while disabling aRFS (Carolina Jubran)  [Orabug: 37534698]
- net/mlx5e: Use channel mdev reference instead of global mdev instance for coalescing (Rahul Rameshbabu)  [Orabug: 37534698]
- net/mlx5: SD, Handle possible devcom ERR_PTR (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdev (Tariq Toukan)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support (Sergey Khimich)  [Orabug: 37534698]
- mmc: cqhci: Add cqhci set_tran_desc() callback (Sergey Khimich)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: fix signedness bugs (Dan Carpenter)  [Orabug: 37534698]
- net/mlx5e: Create EN core HW resources for all secondary devices (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5e: Create single netdev per SD group (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Add debugfs (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Add informative prints in kernel log (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement steering for primary and secondaries (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement devcom communication and primary election (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Implement basic query and instantiation (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: SD, Introduce SD lib (Tariq Toukan)  [Orabug: 37534698]
- net/mlx5: Add MPIR bit in mcam_access_reg (Tariq Toukan)  [Orabug: 37534698]
- lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg (David Gow)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocks (Luiz Capitulino)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optional (Luiz Capitulino)  [Orabug: 37534698]
- mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002 (Jisheng Zhang)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Cleanup signed/unsigned mix-up (Shravan Kumar Ramani)  [Orabug: 37534698]
- platform/mellanox: mlxbf-pmc: Replace uintN_t with kernel-style types (Shravan Kumar Ramani)  [Orabug: 37534698]
- net: macsec: revert the MAC address if mdo_upd_secy fails (Radu Pirea (NXP OSS))  [Orabug: 37534698]
- net: macsec: documentation for macsec_context and macsec_ops (Radu Pirea (NXP OSS))  [Orabug: 37534698]
- fortify: Do not cast to 'unsigned char' (Kees Cook)  [Orabug: 37534698]
- fortify: Use SIZE_MAX instead of (size_t)-1 (Kees Cook)  [Orabug: 37534698]
- fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL (Kees Cook)  [Orabug: 37534698]
- mmc: dw_mmc: Add driver callbacks for data read timeout (Marten Lindahl)  [Orabug: 37534698]
- mmc: dw_mmc-exynos: Add support for ARTPEC-8 (Marten Lindahl)  [Orabug: 37534698]
- mmc: dw_mmc: clean up a debug message (Dan Carpenter)  [Orabug: 37534698]
- mmc: dw_mmc: exynos: use common_caps (John Keeping)  [Orabug: 37534698]
- mmc: dw_mmc: add common capabilities to replace caps (John Keeping)  [Orabug: 37534698]
- mmc: dw_mmc: Allow lower TMOUT value than maximum (Marten Lindahl)  [Orabug: 37534698]
- rds: Make sure transmit path and connection tear-down does not run concurrently (Hakon Bugge)  [Orabug: 36441944]
- ice: always add legacy 32byte RXDID in supported_rxdids (Michal Schmidt)  [Orabug: 36252756]
- ice: virtchnl rss hena support (Md Fahad Iqbal Polash)  [Orabug: 36252756]
- ice: Add support Flex RXD (Michal Jaron)  [Orabug: 36252756]

[5.15.0-307.177.2]
- uek-rpm: Enable CONFIG_MICROSOFT_MANA as module in aarch64 (Vijayendra Suman)  [Orabug: 37647393]
- rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY feature (Alexandre Belloni)  [Orabug: 37631796]
- thermal: core: Drop excessive lockdep_assert_held() calls (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: core: Introduce thermal_cooling_device_update() (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: core: Introduce thermal_cooling_device_present() (Rafael J. Wysocki)  [Orabug: 37631796]
- thermal: sysfs: Reuse cdev-&gt;max_state (Viresh Kumar)  [Orabug: 37631796]
- rtc: efi: Enable SET/GET WAKEUP services as optional (Shanker Donthineni)  [Orabug: 37631796]
- rtc: efi: Add wakeup support (Riwen Lu)  [Orabug: 37631796]
- rtc: efi: switch to RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add BSM parameter (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add correction parameter (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add parameter ioctl (Alexandre Belloni)  [Orabug: 37631796]
- rtc: expose correction feature (Alexandre Belloni)  [Orabug: 37631796]
- rtc: add alarm related features (Alexandre Belloni)  [Orabug: 37631796]
- rtc: efi: switch to devm_rtc_allocate_device (Alexandre Belloni)  [Orabug: 37631796]
- cgroup: Make operations on the cgroup root_list RCU safe (Yafang Shao)  [Orabug: 37621589]
- rds: ib: Avoid sleeping function inside RCU region by using sampled values instead (Hakon Bugge)  [Orabug: 37586089]
- bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (Michael Chan)  [Orabug: 37434220]  {CVE-2024-56656}
- bnxt_en: Fix receive ring space parameters when XDP is active (Shravya KN)  [Orabug: 37433562]  {CVE-2024-53209}
- bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (Aleksandr Mishin)  [Orabug: 37070333]  {CVE-2024-40919}
- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (Vikas Gupta)  [Orabug: 37070270]  {CVE-2024-35972}
- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (Somnath Kotur)  [Orabug: 37070266]  {CVE-2024-44984}

[5.15.0-307.177.1]
- nvmet: always initialize cqe.result (Daniel Wagner) [Orabug: 36897348] {CVE-2024-41079}
- nvmet-auth: complete a request only after freeing the dhchap pointers (Maurizio Lombardi) [Orabug: 36897348] {CVE-2024-41079}
- scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info (Justin Tee) [Orabug: 37116505] {CVE-2024-46842}
- netdevsim: use cond_resched() in nsim_dev_trap_report_work() (Eric Dumazet) [Orabug: 37264120] {CVE-2024-50155}
- nvmet-auth: assign dh_key to NULL after kfree_sensitive (Vitaliy Shevtsov) [Orabug: 37268555] {CVE-2024-50215}
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (Oleksij Rempel) [Orabug: 37433573] {CVE-2024-53213}
- PCI/MSI: Handle lack of irqdomain gracefully (Thomas Gleixner) [Orabug: 37452651] {CVE-2024-56760}
- selftests: rtnetlink: update netdevsim ipsec output format (Hangbin Liu) [Orabug: 37547931]
- netdevsim: print human readable IP address (Hangbin Liu) [Orabug: 37547931]
- uek: kabi: Fix build error for HIDE_INCLUDE macro (Saeed Mirzamohammadi) [Orabug: 37619141]
- Add __init annotation to pensando_efi_mem_reserve (Joseph Dobosenski) [Orabug: 37619785]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20270.html" type="self" title="ELSA-2025-20270" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35972.html" id="CVE-2024-35972" type="cve" title="CVE-2024-35972" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40919.html" id="CVE-2024-40919" type="cve" title="CVE-2024-40919" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41079.html" id="CVE-2024-41079" type="cve" title="CVE-2024-41079" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44984.html" id="CVE-2024-44984" type="cve" title="CVE-2024-44984" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46842.html" id="CVE-2024-46842" type="cve" title="CVE-2024-46842" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50155.html" id="CVE-2024-50155" type="cve" title="CVE-2024-50155" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50215.html" id="CVE-2024-50215" type="cve" title="CVE-2024-50215" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53209.html" id="CVE-2024-53209" type="cve" title="CVE-2024-53209" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53213.html" id="CVE-2024-53213" type="cve" title="CVE-2024-53213" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56656.html" id="CVE-2024-56656" type="cve" title="CVE-2024-56656" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56660.html" id="CVE-2024-56660" type="cve" title="CVE-2024-56660" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56760.html" id="CVE-2024-56760" type="cve" title="CVE-2024-56760" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f905627687dee012a77e4c54a52e469b68d209201beb924d08c4879c822e170</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0fb6d7c2ae025705b07b6e67e253829f3c537034da2226f0185f9a9c07f50e49</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c2376e60d56e88e4fce24326a3182285761cd46efe19dd8dddb5b51ee4f0e752</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0443b66e25aaad8dde7e9dcf2aea5748cc35f7fc4ccf8a4e7de7747fbdb74876</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">edb811041ea1c77108cff4306e1fef3d3defd760bce7ff49f60692ecf542a7c9</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-307.178.5.el8uek.noarch.rpm</filename>
          <sum type="sha256">49f7422d70ae51064ce84d42d3b9f2e4de59b3eb278fedd915459b0587935386</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0627b2bef78f086681988b5c2be552948ea0cfb66febbc84435c23a554b9874</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d5a7599d8f902e1a1ff36bac12d95bbdade16d41431e3564217a4145e743d798</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">15b2c1151644030bdea2975aec369035d0f815b64f382ea9fe9a9b4e9c556220</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">25faf815c3ff66a68374c8bd71cb3e074d7025f86b05c243db7591cc8caa76b9</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">81bf15b4d21f05d9f10a25abbbf9137f697a53ecc171c6e9eb150e78c8f749e4</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e5ce3f93f3ecf7519647e9ff4f28a1298d9433c9f6f15f1ac360637b93fd5ba1</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4a8f1c959930985b43b744075e7731cdf37bd91daad3963ebdf024b40cc331e8</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-307.178.5.el8uek.src.rpm</filename>
          <sum type="sha256">0187592b4e0b1690480bd5b502761d170af786fd43c8022889517a2aaef53f2f</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="307.178.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-307.178.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7fd2ac54ba3a9bd6dc78b48b93e76d405aaec5f1a9b21bb8b1dd38f09e09366d</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20646</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-10-02 00:00:00"/>
    <updated date="2025-10-02 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.16]
- uek-rpm: Move ifb module to modules-core (Harshit Mogalapalli)  [Orabug: 38447650]

[5.15.0-308.179.6.15]
- sched: Change nr_uninterruptible type to unsigned long (Aruna Ramakrishna)  [Orabug: 38409437]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20646.html" type="self" title="ELBA-2025-20646" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4b05720dadadc9a0d2bf9050008c8df4011d0b0ba1887cac4c199dc045d6ee1d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">592bca84435cd8363b9c6cc5e7097a22d07115d3f1295f904d5c20fb55eb261e</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5ed8caeddbc511a8447a20648c107a14f4e296f48d6dd233976fc659707fc1f1</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.16.el8uek.src.rpm</filename>
          <sum type="sha256">5f0747aa2215e7e0b04b123a7b26f7fc72e7d7041fba8080e34a7f6019e89ce2</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.16.el8uek.noarch.rpm</filename>
          <sum type="sha256">a9ecdcd5e2395e94fc85a3158fdf33080320881eeb369686da75e41a36dd10b7</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">49f6c01dfe48269c235b39215ffb71a54cf307bbb0ca3371110a090d3739b805</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2f63fd130fce359bd5a547963046f48ee8aea1905cdc93d711386fc736c305a7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">797811f79e6734c1282c7c6aac58aa0604df491b28c7ef4c182c2df00932d65f</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">542f1c37a0bbaf20e0ebcffb0bbb20b71038536eb7cf9b8d00aaba6514c60331</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d70469392303bf2c410795f4af1de7fce9cc5ce931c73dda762df0c5077910f1</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">762d018b20fd5b93e177e7a6ad65057ce1d9b8e70803d220dd0975ddebc95a69</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d101c2b8b4186a62419774e5e6e2ee679aceb03518bb06268bb97b405a908149</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e6342d90d6113f91b5c2160905b306f3df2df9cebb1719fb2dfaabea0f6b2e2</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ea44c3a1c95c2f327d28a30309c88b8434c9cfac21102e0e90625512bd3ab0c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.16.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.16.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1b5fe2c915ecd8eb3a73a8de14b74ace503eff12deec79df7c7e836f66a3a959</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12255</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-04-01 00:00:00"/>
    <updated date="2024-04-01 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-204.147.6.3]
- netfilter: nf_tables: reject QUEUE/DROP verdict parameters (Florian Westphal)  [Orabug: 36464807]  {CVE-2024-1086}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12255.html" type="self" title="ELSA-2024-12255" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-1086.html" id="CVE-2024-1086" type="cve" title="CVE-2024-1086" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4915685fb54e69011ed718c79cccf78220112ab2d7250ba0534c85b3535f9f18</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d5b7549ff8ed9d91e8c55a78112a3114f20147792d5866c769961833cfcb3347</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fb020483e050b56412c1468fe19703b8c76812acc48ed184249d6ba6f6e04fb2</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-204.147.6.3.el8uek.src.rpm</filename>
          <sum type="sha256">3baa3b84e18dbc2fd71bd8453684af3c226f8121780dedd1c2604546e4df63d7</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">377c5f8584fcd346da36a9f2917ac61eeb0acd4183dfeb663c1afa88d4b0fbff</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f78d648d459eb2d0766c1068c25415bb0be4aa3ca883fc6f112b77ef362d674d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">56c344e236ba674e7cd69fbb1bb33233139d5976cf8f3757c0f900cd3b03b77b</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ae14c4c6141d7e05f07234f88cd0f6a6dcc9516b8bbbe005a71f501a425e09fd</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">833e09fa70ba77413386c6f88508aed18232faaa5d77e65241c3f9341923f420</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d66646cc12fbe5f7388da68cb94e9403eb62411590bf6c44ccbfddf9275b7b12</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9743969fd990de1741b3f6b212d523bfb898f792f42c9536867664ab8a10b769</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">db72aed4c0b7673dc59c571da6385d22f0c902065477bdbef0b6351cca6f51f2</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-204.147.6.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">7b099ca4c2f70ba659c8b5dde255e1b0a9a6a7300762935c12d64b4a1d654804</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bd08f9e86629e0e593838a43b425a11aee5a4e0c6d958accc71a83992cf997f8</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="204.147.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-204.147.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cf1369555384405a08b50b93ff7557d54e76a22b7529eef008b5a1d9eb3ed27d</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12393</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-06-13 00:00:00"/>
    <updated date="2023-06-13 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-102.110.5]
- RISC-V: Fix up a cherry-pick warning in setup_vm_final() (Alexandre Ghiti)  
- Revert 'Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work' (Liu Jian)  
- riscv: mm: remove redundant parameter of create_fdt_early_page_table (Song Shuai)  
- kernfs: change kernfs_rename_lock into a read-write lock. (Imran Khan)  [Orabug: 35257584] 
- kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info. (Imran Khan)  [Orabug: 35257584] 
- kernfs: Introduce separate rwsem to protect inode attributes. (Imran Khan)  [Orabug: 35257584] 
- debugfs: allow access blktrace trace files in lockdown mode (Junxiao Bi)  [Orabug: 35275017] 
- rds: Add time_spent and payload info for send_cqe handler (Rohit Nair)  [Orabug: 35302534] 
- KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES (Dr. David Alan Gilbert)  [Orabug: 35309074] 
- KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0 (Sean Christopherson)  [Orabug: 35309074] 
- x86/kvm: Fix compilation warning in non-x86_64 builds (Leonardo Bras)  [Orabug: 35309074] 
- x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0 (Leonardo Bras)  [Orabug: 35309074] 
- x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0 (Leonardo Bras)  [Orabug: 35309074] 
- KVM: x86: Move CPUID.(EAX=0x12,ECX=1) mangling to __kvm_update_cpuid_runtime() (Vitaly Kuznetsov)  [Orabug: 35309074] 
- KVM: x86: Remove defunct setting of XCR0 for guest during vCPU create (Sean Christopherson)  [Orabug: 35309074] 
- netfilter: nf_tables: deactivate anonymous set from preparation phase (Pablo Neira Ayuso)  [Orabug: 35382083]  {CVE-2023-32233}
- uek-rpm: Enable CONFIG_VIRTIO_FS in UEK7 (Harshit Mogalapalli)  [Orabug: 35383136] 
- drm/hyperv: Add ratelimit on error message (Saurabh Sengar)  [Orabug: 35388012] 
- drm/hyperv: Don't overwrite dirt_needed value set by host (Saurabh Sengar)  [Orabug: 35388012] 
- SUNRPC: remove the maximum number of retries in call_bind_status (Dai Ngo)  [Orabug: 35397524] 
- scsi: target: iscsi: Handle abort for WRITE_PENDING cmds (Dmitry Bogdanov)  [Orabug: 35404019] 
- scsi: target: iscsit: Fix TAS handling during conn cleanup (Mike Christie)  [Orabug: 35404019] 
- scsi: target: Fix multiple LUN_RESET handling (Mike Christie)  [Orabug: 35404019] 
- scsi: target: iscsit: Free cmds before session free (Dmitry Bogdanov)  [Orabug: 35404019] 
- scsi: target: iscsit: Stop/wait on cmds during conn close (Mike Christie)  [Orabug: 35404019] 
- scsi: target: iscsit: isert: Alloc per conn cmd counter (Mike Christie)  [Orabug: 35404019] 
- scsi: target: Pass in cmd counter to use during cmd setup (Mike Christie)  [Orabug: 35404019] 
- scsi: target: Move cmd counter allocation (Mike Christie)  [Orabug: 35404019] 
- scsi: target: Move sess cmd counter to new struct (Mike Christie)  [Orabug: 35404019] 
- net/rds: Fix copy&amp;paste error (Gerd Rausch)  [Orabug: 35416946]

[5.15.0-102.110.4]
- vdpa/mlx5: Extend driver support for new features (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default (Eli Cohen)  [Orabug: 35210565] 
- vhost-vdpa: free iommu domain after last use during cleanup (Gautam Dawar)  [Orabug: 35210565] 
- vdpa/mlx5: should not activate virtq object when suspended (Si-Wei Liu)  [Orabug: 35210565] 
- vp_vdpa: fix the crash in hot unplug with vp_vdpa (Cindy Lu)  [Orabug: 35210565] 
- vdpa/mlx5: support device features provisioning (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa/mlx5: make MTU/STATUS presence conditional on feature bits (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa: validate device feature provisioning against supported class (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa: validate provisioned device features against specified attribute (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa: conditionally read STATUS in config space (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa: fix improper error message when adding vdpa dev (Si-Wei Liu)  [Orabug: 35210565] 
- vdpa/mlx5: Initialize CVQ iotlb spinlock (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Don't clear mr struct on destroy MR (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Directly assign memory key (Eli Cohen)  [Orabug: 35210565] 
- vhost-vdpa: print warning when vhost_vdpa_alloc_domain fails (Alvaro Karsz)  [Orabug: 35210565] 
- vdpa: Fix a couple of spelling mistakes in some messages (Colin Ian King)  [Orabug: 35210565] 
- vdpa: mlx5: support per virtqueue dma device (Jason Wang)  [Orabug: 35210565] 
- vdpa: set dma mask for vDPA device (Jason Wang)  [Orabug: 35210565] 
- virtio-vdpa: support per vq dma device (Jason Wang)  [Orabug: 35210565] 
- vdpa: introduce get_vq_dma_device() (Jason Wang)  [Orabug: 35210565] 
- virtio_ring: per virtqueue dma device (Jason Wang)  [Orabug: 35210565] 
- vhost: remove unused paramete (Liming Wu)  [Orabug: 35210565] 
- vhost-test: remove meaningless debug info (Liming Wu)  [Orabug: 35210565] 
- vdpa_sim: get rid of DMA ops (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim_net: vendor satistics (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim: support vendor statistics (Jason Wang)  [Orabug: 35210565] 
- vdpasim: customize allocation size (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim: switch to use __vdpa_alloc_device() (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim: use weak barriers (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim: Implement resume vdpa op (Sebastien Boeuf)  [Orabug: 35210565] 
- vhost-vdpa: uAPI to resume the device (Sebastien Boeuf)  [Orabug: 35210565] 
- vhost-vdpa: Introduce RESUME backend feature bit (Sebastien Boeuf)  [Orabug: 35210565] 
- vdpa: Add resume operation (Sebastien Boeuf)  [Orabug: 35210565] 
- vdpa_sim_net: Offer VIRTIO_NET_F_STATUS (Eugenio Perez)  [Orabug: 35210565] 
- vdpa/mlx5: Move some definitions to a new header file (Eli Cohen)  [Orabug: 35210565] 
- vdpa_sim_net: should not drop the multicast/broadcast packet (Cindy Lu)  [Orabug: 35210565] 
- vdpasim: fix memory leak when freeing IOTLBs (Jason Wang)  [Orabug: 35210565] 
- vdpa: conditionally fill max max queue pair for stats (Jason Wang)  [Orabug: 35210565] 
- vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove (Rong Wang)  [Orabug: 35210565] 
- vhost_vdpa: fix the crash in unmap a large memory (Cindy Lu)  [Orabug: 35210565] 
- vhost-vdpa: fix an iotlb memory leak (Stefano Garzarella)  [Orabug: 35210565] 
- RDMA/mlx5: remove variable i (Colin Ian King)  [Orabug: 35210565] 
- vdpa/mlx5: Avoid overwriting CVQ iotlb (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Avoid using reslock in event_handler (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Fix wrong mac address deletion (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Return error on vlan ctrl commands if not supported (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Fix rule forwarding VLAN to TIR (Eli Cohen)  [Orabug: 35210565] 
- vdpa: merge functionally duplicated dev_features attributes (Si-Wei Liu)  [Orabug: 35210565] 
- vDPA: conditionally read MTU and MAC in dev cfg space (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: check virtio device features to detect MQ (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: only report driver features if FEATURES_OK is set (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: allow userspace to query features of a vDPA device (Zhu Lingshan)  [Orabug: 35210565] 
- vp_vdpa: support feature provisioning (Jason Wang)  [Orabug: 35210565] 
- vdpa_sim_net: support feature provisioning (Jason Wang)  [Orabug: 35210565] 
- vdpa: device feature provisioning (Jason Wang)  [Orabug: 35210565] 
- virtio: drop vp_legacy_set_queue_size (Michael S. Tsirkin)  [Orabug: 35210565] 
- vdpa/mlx5: Fix MQ to support non power of two num queues (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Fix possible uninitialized return value (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Support different address spaces for control and data (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Implement susupend virtqueue callback (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address (Xu Qiang)  [Orabug: 35210565] 
- vdpa_sim: Implement suspend vdpa op (Eugenio Perez)  [Orabug: 35210565] 
- vhost-vdpa: uAPI to suspend the device (Eugenio Perez)  [Orabug: 35210565] 
- vhost-vdpa: introduce SUSPEND backend feature bit (Eugenio Perez)  [Orabug: 35210565] 
- vdpa: Add suspend operation (Eugenio Perez)  [Orabug: 35210565] 
- vhost-vdpa: Call ida_simple_remove() when failed (Bo Liu)  [Orabug: 35210565] 
- vDPA: fix 'cast to restricted le16' warnings in vdpa.c (Zhu Lingshan)  [Orabug: 35210565] 
- vDPA: !FEATURES_OK should not block querying device config space (Zhu Lingshan)  [Orabug: 35210565] 
- vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init (Stefano Garzarella)  [Orabug: 35210565] 
- vringh: iterate on iotlb_translate to handle large translations (Stefano Garzarella)  [Orabug: 35210565] 
- vhost-vdpa: call vhost_vdpa_cleanup during the release (Stefano Garzarella)  [Orabug: 35210565] 
- vdpa/mlx5: Add RX MAC VLAN filter support (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Remove flow counter from steering (Eli Cohen)  [Orabug: 35210565] 
- vhost-vdpa: return -EFAULT on copy_to_user() failure (Dan Carpenter)  [Orabug: 35210565] 
- vdpasim: Off by one in vdpasim_set_group_asid() (Dan Carpenter)  [Orabug: 35210565] 
- vdpa/vp_vdpa : add vdpa tool support in vp_vdpa (Cindy Lu)  [Orabug: 35210565] 
- vdpasim: control virtqueue support (Gautam Dawar)  [Orabug: 35210565] 
- vdpa_sim: filter destination mac address (Gautam Dawar)  [Orabug: 35210565] 
- vdpa_sim: factor out buffer completion logic (Gautam Dawar)  [Orabug: 35210565] 
- vdpa_sim: advertise VIRTIO_NET_F_MTU (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: support ASID based IOTLB API (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: introduce uAPI to set group ASID (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: uAPI to get virtqueue group id (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: introduce uAPI to get the number of address spaces (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: introduce uAPI to get the number of virtqueue groups (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: introduce asid based IOTLB (Gautam Dawar)  [Orabug: 35210565] 
- vhost: support ASID in IOTLB API (Gautam Dawar)  [Orabug: 35210565] 
- vhost_iotlb: split out IOTLB initialization (Gautam Dawar)  [Orabug: 35210565] 
- vdpa: introduce config operations for associating ASID to a virtqueue group (Gautam Dawar)  [Orabug: 35210565] 
- vdpa: multiple address spaces support (Gautam Dawar)  [Orabug: 35210565] 
- vdpa: introduce virtqueue groups (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: switch to use vhost-vdpa specific IOTLB (Gautam Dawar)  [Orabug: 35210565] 
- vhost-vdpa: passing iotlb to IOMMU mapping helpers (Gautam Dawar)  [Orabug: 35210565] 
- virtio-vdpa: don't set callback if virtio doesn't need it (Gautam Dawar)  [Orabug: 35210565] 
- vhost: move the backend feature bits to vhost_types.h (Gautam Dawar)  [Orabug: 35210565] 
- vdpa/mlx5: Use readers/writers semaphore instead of mutex (Eli Cohen)  [Orabug: 35210565] 
- vdpa/mlx5: Add support for reading descriptor statistics (Eli Cohen)  [Orabug: 35210565] 
- net/vdpa: Use readers/writers semaphore instead of cf_mutex (Eli Cohen)  [Orabug: 35210565] 
- net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex (Eli Cohen)  [Orabug: 35210565] 
- vdpa: Add support for querying vendor statistics (Eli Cohen)  [Orabug: 35210565] 
- net/mlx5: Add support for configuring max device MTU (Eli Cohen)  [Orabug: 35210565] 
- uek-rpm: Install dtb files under /lib/modules (Dave Kleikamp)  [Orabug: 35333240] 
- Revert 'mm: track driver pinned pages across exec' (Anthony Yznaga)  [Orabug: 35346656] 
- Revert 'cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset' (Tom Hromatka)  [Orabug: 35361250] 
- Revert 'rds: ib: Fix non-parenthetical mutex/semaphore use' (Hakon Bugge)  [Orabug: 35377399]

[5.15.0-102.110.3]
- uek-rpm: Fix the core lists to match changes in qrtr build. (Jack Vogel)  
- Revert 'KVM: arm64: PMU: Restore the guest's EL0 event counting after migration' (Jack Vogel)

[5.15.0-102.110.2]
- LTS version: v5.15.110 (Jack Vogel)  
- riscv: No need to relocate the dtb as it lies in the fixmap region (Alexandre Ghiti)  
- riscv: Do not set initial_boot_params to the linear address of the dtb (Alexandre Ghiti)  
- riscv: Move early dtb mapping into the fixmap region (Alexandre Ghiti)  
- selftests: mptcp: join: fix 'invalid address, ADD_ADDR timeout' (Matthieu Baerts)  
- driver core: Don't require dynamic_debug for initcall_debug probe timing (Stephen Boyd)  
- USB: serial: option: add UNISOC vendor and TOZED LT70C product (Ar?nc UNAL)  
- bluetooth: Perform careful capability checks in hci_sock_ioctl() (Ruihan Li)  
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var (Daniel Vetter)  
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() (Jisoo Jang)  
- KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg() (Dan Carpenter)  
- KVM: arm64: Retry fault if vma_lookup() results become invalid (David Matlack)  
- selftests/kselftest/runner/run_one(): allow running non-executable files (SeongJae Park)  
- PCI/ASPM: Remove pcie_aspm_pm_state_change() (Kai-Heng Feng)  
- LTS version: v5.15.109 (Jack Vogel)  
- soc: sifive: l2_cache: fix missing of_node_put() in sifive_l2_init() (Yang Yingliang)  
- soc: sifive: l2_cache: fix missing free_irq() in error path in sifive_l2_init() (Yang Yingliang)  
- soc: sifive: l2_cache: fix missing iounmap() in error path in sifive_l2_init() (Yang Yingliang)  
- ASN.1: Fix check for strdup() success (Ekaterina Orlova)  
- ASoC: fsl_asrc_dma: fix potential null-ptr-deref (Nikita Zhandarovich)  
- mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock (Tetsuo Handa)  
- iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger() (Dan Carpenter)  
- counter: 104-quad-8: Fix race condition between FLAG and CNTR reads (William Breathitt Gray)  
- pwm: hibvt: Explicitly set .polarity in .get_state() (Uwe Kleine-Konig)  
- pwm: iqs620a: Explicitly set .polarity in .get_state() (Uwe Kleine-Konig)  
- pwm: meson: Explicitly set .polarity in .get_state() (Uwe Kleine-Konig)  
- sctp: Call inet6_destroy_sock() via sk-&gt;sk_destruct(). (Kuniyuki Iwashima)  
- dccp: Call inet6_destroy_sock() via sk-&gt;sk_destruct(). (Kuniyuki Iwashima)  
- inet6: Remove inet6_destroy_sock() in sk-&gt;sk_prot-&gt;destroy(). (Kuniyuki Iwashima)  
- tcp/udp: Call inet6_destroy_sock() in IPv6 sk-&gt;sk_destruct(). (Kuniyuki Iwashima)  
- udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). (Kuniyuki Iwashima)  
- fuse: fix deadlock between atomic O_TRUNC and page invalidation (Miklos Szeredi)  
- fuse: always revalidate rename target dentry (Jiachen Zhang)  
- fuse: fix attr version comparison in fuse_read_update_size() (Miklos Szeredi)  
- purgatory: fix disabling debug info (Alyssa Ross)  
- docs: futex: Fix kernel-doc references after code split-up preparation (Salvatore Bonaccorso)  
- MIPS: Define RUNTIME_DISCARD_EXIT in LD script (Jiaxun Yang)  
- sched/fair: Fixes for capacity inversion detection (Qais Yousef)  
- sched/uclamp: Fix a uninitialized variable warnings (Qais Yousef)  
- sched/fair: Consider capacity inversion in util_fits_cpu() (Qais Yousef)  
- sched/fair: Detect capacity inversion (Qais Yousef)  
- sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit condition (Qais Yousef)  
- sched/uclamp: Make cpu_overutilized() use util_fits_cpu() (Qais Yousef)  
- sched/uclamp: Fix fits_capacity() check in feec() (Qais Yousef)  
- mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages (Mel Gorman)  
- mm/khugepaged: check again on anon uffd-wp during isolation (Peter Xu)  
- drm/i915: Fix fast wake AUX sync len (Ville Syrjala)  
- mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25 (Bhavya Kapoor)  
- kernel/sys.c: fix and improve control flow in __sys_setres[ug]id() (Ondrej Mosnacek)  
- memstick: fix memory leak if card device is never registered (Greg Kroah-Hartman)  
- nilfs2: initialize unused bytes in segment summary blocks (Ryusuke Konishi)  
- iio: light: tsl2772: fix reading proximity-diodes from device tree (Brian Masney)  
- rtmutex: Add acquire semantics for rtmutex lock acquisition slow path (Mel Gorman)  
- platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE (Hans de Goede)  
- xen/netback: use same error messages for same errors (Juergen Gross)  
- nvme-tcp: fix a possible UAF when failing to allocate an io queue (Sagi Grimberg)  
- s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling (Heiko Carstens)  
- net: dsa: b53: mmap: add phy ops (Alvaro Fernandez Rojas)  
- scsi: core: Improve scsi_vpd_inquiry() checks (Damien Le Moal)  
- scsi: megaraid_sas: Fix fw_crash_buffer_show() (Tomas Henzl)  
- selftests: sigaltstack: fix -Wuninitialized (Nick Desaulniers)  
- platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2 (Frank Crawford)  
- Input: i8042 - add quirk for Fujitsu Lifebook A574/H (Jonathan Denose)  
- f2fs: Fix f2fs_truncate_partial_nodes ftrace event (Douglas Raillard)  
- e1000e: Disable TSO on i219-LM card to increase speed (Sebastian Basierski)  
- bpf: Fix incorrect verifier pruning due to missing register precision taints (Daniel Borkmann)  
- spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() (Li Lanzhe)  
- mlxsw: pci: Fix possible crash during initialization (Ido Schimmel)  
- net: rpl: fix rpl header size calculation (Alexander Aring)  
- bonding: Fix memory leak when changing bond type to Ethernet (Ido Schimmel)  
- mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next() (Nikita Zhandarovich)  
- bnxt_en: Do not initialize PTP on older P3/P4 chips (Michael Chan)  
- netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements (Pablo Neira Ayuso)  
- netfilter: nf_tables: validate catch-all set elements (Pablo Neira Ayuso)  
- i40e: fix i40e_setup_misc_vector() error handling (Aleksandr Loktionov)  
- i40e: fix accessing vsi-&gt;active_filters without holding lock (Aleksandr Loktionov)  
- netfilter: nf_tables: fix ifdef to also consider nf_tables=m (Florian Westphal)  
- sfc: Fix use-after-free due to selftest_work (Ding Hui)  
- sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP. (Jonathan Cooper)  
- virtio_net: bugfix overflow inside xdp_linearize_page() (Xuan Zhuo)  
- net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg (Gwangun Jung)  
- regulator: fan53555: Fix wrong TCS_SLEW_MASK (Cristian Ciocaltea)  
- regulator: fan53555: Explicitly include bits header (Cristian Ciocaltea)  
- netfilter: br_netfilter: fix recent physdev match breakage (Florian Westphal)  
- arm64: dts: imx8mm-evk: correct pmic clock source (Peng Fan)  
- arm64: dts: meson-g12-common: specify full DMC range (Marc Gonzalez)  
- arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node (Dmitry Baryshkov)  
- ARM: dts: rockchip: fix a typo error for rk3288 spdif node (Jianqun Xu)  
- LTS version: v5.15.108 (Jack Vogel)  
- nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs (Xi Ruoyao)  
- counter: Add the necessary colons and indents to the comments of counter_compi (Yanteng Si)  
- counter: fix docum. build problems after filename change (Randy Dunlap)  
- panic, kexec: make __crash_kexec() NMI safe (Valentin Schneider)  
- kexec: turn all kexec_mutex acquisitions into trylocks (Valentin Schneider)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD (Duy Truong)  
- nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN (Juraj Pecigos)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760 (Abhijit)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610 (Shyamin Ayesh)  
- nvme-pci: Crucial P2 has bogus namespace ids (Tobias Gruetzmacher)  
- nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs (Ning Wang)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50 (Stefan Reiter)  
- i2c: ocores: generate stop condition after timeout in polling mode (Gregor Herburger)  
- x86/rtc: Remove __init for runtime functions (Matija Glavinic Pecotic)  
- sched/fair: Fix imbalance overflow (Vincent Guittot)  
- sched/fair: Move calculate of avg_load to a better location (zgpeng)  
- powerpc/papr_scm: Update the NUMA distance table for the target node (Aneesh Kumar K.V)  
- ubi: Fix deadlock caused by recursively holding work_sem (ZhaoLong Wang)  
- ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size (Zhihao Cheng)  
- mptcp: stricter state check in mptcp_worker (Paolo Abeni)  
- mptcp: use mptcp_schedule_work instead of open-coding it (Paolo Abeni)  
- cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach() (Waiman Long)  
- x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot (Basavaraj Natikar)  
- scsi: ses: Handle enclosure with just a primary component gracefully (Jiri Kosina)  
- net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow (Radu Pirea (OSS))  
- net: phy: nxp-c45-tja11xx: add remove callback (Radu Pirea (OSS))  
- net: sfp: initialize sfp-&gt;i2c_block_size at sfp allocation (Ivan Bornyakov)  
- riscv: add icache flush for nommu sigreturn trampoline (Mathis Salmen)  
- drm/i915: fix race condition UAF in i915_perf_add_config_ioctl (Min Li)  
- i915/perf: Replace DRM_DEBUG with driver specific drm_dbg call (Umesh Nerlige Ramappa)  
- tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance (Steven Rostedt (Google))  
- tracing: Add trace_array_puts() to write into instance (Steven Rostedt (Google))  
- counter: 104-quad-8: Fix Synapse action reported for Index signals (William Breathitt Gray)  
- counter: Internalize sysfs interface code (William Breathitt Gray)  
- counter: stm32-timer-cnt: Provide defines for slave mode selection (William Breathitt Gray)  
- counter: stm32-lptimer-cnt: Provide defines for clock polarities (William Breathitt Gray)  
- ACPI: resource: Add Medion S17413 to IRQ override quirk (Aymeric Wibo)  
- wifi: iwlwifi: mvm: fix mvmtxq-&gt;stopped handling (Johannes Berg)  
- asymmetric_keys: log on fatal failures in PE/pkcs7 (Robbie Harwood)  
- verify_pefile: relax wrapper length check (Robbie Harwood)  
- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F (Hans de Goede)  
- efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L (Hans de Goede)  
- i2c: hisi: Avoid redundant interrupts (Yicong Yang)  
- i2c: imx-lpi2c: clean rx/tx buffers upon new message (Alexander Stein)  
- wifi: mwifiex: mark OF related data as maybe unused (Krzysztof Kozlowski)  
- power: supply: cros_usbpd: reclassify 'default case!' as debug (Grant Grundler)  
- ARM: 9290/1: uaccess: Fix KASAN false-positives (Andrew Jeffery)  
- libbpf: Fix single-line struct definition output in btf_dump (Andrii Nakryiko)  
- skbuff: Fix a race between coalescing and releasing SKBs (Liang Chen)  
- net: macb: fix a memory corruption in extended buffer descriptor mode (Roman Gushchin)  
- udp6: fix potential access to stale information (Eric Dumazet)  
- RDMA/core: Fix GID entry ref leak when create_ah fails (Saravanan Vajravel)  
- sctp: fix a potential overflow in sctp_ifwdtsn_skip (Xin Long)  
- net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() (Ziyang Xuan)  
- qlcnic: check pci_reset_function result (Denis Plotnikov)  
- drm/armada: Fix a potential double free in an error handling path (Christophe JAILLET)  
- tcp: restrict net.ipv4.tcp_app_win (YueHaibing)  
- niu: Fix missing unwind goto in niu_alloc_channels() (Harshit Mogalapalli)  
- 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition (Zheng Wang)  
- bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp (Martin KaFai Lau)  
- IB/mlx5: Add support for 400G_8X lane speed (Maher Sanalla)  
- RDMA/irdma: Add ipv4 check to irdma_find_listener() (Tatyana Nikolova)  
- RDMA/irdma: Increase iWARP CM default rexmit count (Mustafa Ismail)  
- RDMA/irdma: Fix memory leak of PBLE objects (Mustafa Ismail)  
- clk: sprd: set max_register according to mapping range (Chunyan Zhang)  
- drm/i915/dsi: fix DSS CTL register offsets for TGL+ (Jani Nikula)  
- KVM: arm64: PMU: Restore the guest's EL0 event counting after migration (Reiji Watanabe)  
- mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min (Christophe Kerello)  
- mtd: rawnand: stm32_fmc2: remove unsupported EDO mode (Christophe Kerello)  
- mtd: rawnand: meson: fix bitmask for length in command word (Arseniy Krasnov)  
- mtdblock: tolerate corrected bit-flips (Bang Li)  
- fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace (Daniel Vetter)  
- btrfs: fix fast csum implementation detection (Christoph Hellwig)  
- btrfs: print checksum type and implementation at mount time (David Sterba)  
- Bluetooth: Fix race condition in hidp_session_thread (Min Li)  
- Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp} (Luiz Augusto von Dentz)  
- ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards (Oswald Buddenhagen)  
- ALSA: emu10k1: don't create old pass-through playback device on Audigy (Oswald Buddenhagen)  
- ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex() (Xu Biang)  
- ALSA: i2c/cs8427: fix iec958 mixer control deactivation (Oswald Buddenhagen)  
- ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard (Oswald Buddenhagen)  
- ALSA: emu10k1: fix capture interrupt handler unlinking (Oswald Buddenhagen)  
- Revert 'pinctrl: amd: Disable and mask interrupts on resume' (Kornel Duleba)  
- LTS version: v5.15.107 (Jack Vogel)  
- bpftool: Print newline before '}' for struct with padding only fields (Eduard Zingerman)  
- ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown (Heming Zhao)  
- kbuild: fix single directory build (Masahiro Yamada)  
- mm: take a page reference when removing device exclusive entries (Alistair Popple)  
- drm/bridge: lt9611: Fix PLL being unable to lock (Robert Foss)  
- mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() (Rongwei Wang)  
- ring-buffer: Fix race while reader and writer are on the same page (Zheng Yejian)  
- drm/nouveau/disp: Support more modes by checking with lower bpc (Karol Herbst)  
- drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path (Boris Brezillon)  
- mm: vmalloc: avoid warn_alloc noise caused by fatal signal (Yafang Shao)  
- ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() (Jason Montleon)  
- tracing: Free error logs of tracing instances (Steven Rostedt (Google))  
- can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events (Michal Sojka)  
- can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access (Oleksij Rempel)  
- fs: drop peer group ids under namespace lock (Christian Brauner)  
- ftrace: Fix issue that 'direct-&gt;addr' not restored in modify_ftrace_direct() (Zheng Yejian)  
- ftrace: Mark get_lock_parent_ip() __always_inline (John Keeping)  
- perf/core: Fix the same task check in perf_event_set_output (Kan Liang)  
- cifs: sanitize paths in cifs_update_super_prepath. (Thiago Rafael Becker)  
- smb3: lower default deferred close timeout to address perf regression (Steve French)  
- smb3: allow deferred close timeout to be configurable (Steve French)  
- scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param() (Zhong Jinghua)  
- scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() (Li Zetao)  
- iio: adc: ad7791: fix IRQ flags (Nuno Sa)  
- coresight-etm4: Fix for() loop drvdata-&gt;nr_addr_cmp range bug (Steve Clevenger)  
- coresight: etm4x: Do not access TRCIDR1 for identification (Suzuki K Poulose)  
- ALSA: hda/realtek: Add quirk for Clevo X370SNW (Jeremy Soller)  
- ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN (Marios Makassikis)  
- dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs (Geert Uytterhoeven)  
- nilfs2: fix sysfs interface lifetime (Ryusuke Konishi)  
- nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() (Ryusuke Konishi)  
- tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty (Sherry Sun)  
- tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (Biju Das)  
- tty: serial: sh-sci: Fix transmit end interrupt handler (Biju Das)  
- iio: light: cm32181: Unregister second I2C client if present (Kai-Heng Feng)  
- iio: dac: cio-dac: Fix max DAC write value check for 12-bit (William Breathitt Gray)  
- iio: adc: ti-ads7950: Set can_sleep flag for GPIO chip (Lars-Peter Clausen)  
- iio: adis16480: select CONFIG_CRC32 (Arnd Bergmann)  
- USB: serial: option: add Quectel RM500U-CN modem (Bj?rn Mork)  
- USB: serial: option: add Telit FE990 compositions (Enrico Sau)  
- usb: typec: altmodes/displayport: Fix configure initial pin assignment (RD Babiera)  
- USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs (Kees Jan Koster)  
- usb: dwc3: pci: add support for the Intel Meteor Lake-S (Heikki Krogerus)  
- usb: cdnsp: Fixes error: uninitialized symbol 'len' (Pawel Laszczak)  
- xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu (D Scott Phillips)  
- usb: xhci: tegra: fix sleep in atomic call (Wayne Chang)  
- kbuild: refactor single builds of *.ko (Masahiro Yamada)  
- gve: Secure enough bytes in the first TX desc for all TCP pkts (Shailend Chand)  
- ethtool: reset #lanes when lanes is omitted (Andy Roulin)  
- ice: Reset FDIR counter in FDIR init stage (Lingyu Liu)  
- ice: fix wrong fallback logic for FDIR (Simei Su)  
- NFSD: callback request does not use correct credential for AUTH_SYS (Dai Ngo)  
- sunrpc: only free unix grouplist after RCU settles (Jeff Layton)  
- net: stmmac: fix up RX flow hash indirection table when setting channels (Corinna Vinschen)  
- net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe (Siddharth Vadapalli)  
- gpio: davinci: Add irq chip flag to skip set wake (Dhruva Gole)  
- platform/x86: think-lmi: Clean up display of current_value on Thinkstation (Mark Pearson)  
- platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings (Mark Pearson)  
- platform/x86: think-lmi: Fix memory leak when showing current settings (Armin Wolf)  
- ipv6: Fix an uninit variable access bug in __ip6_make_skb() (Ziyang Xuan)  
- net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT (Sricharan Ramabadhran)  
- sctp: check send stream number after wait_for_sndbuf (Xin Long)  
- net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit (Gustav Ekelund)  
- net: don't let netpoll invoke NAPI if in xmit context (Jakub Kicinski)  
- icmp: guard against too small mtu (Eric Dumazet)  
- NFSD: Avoid calling OPDESC() with ops-&gt;opnum == OP_ILLEGAL (Chuck Lever)  
- net: qrtr: Fix a refcount bug in qrtr_recvmsg() (Ziyang Xuan)  
- net: qrtr: combine nameservice into main module (Luca Weiss)  
- wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta (Felix Fietkau)  
- KVM: s390: pv: fix external interruption loop not always detected (Nico Boehr)  
- pwm: sprd: Explicitly set .polarity in .get_state() (Uwe Kleine-Konig)  
- pwm: cros-ec: Explicitly set .polarity in .get_state() (Uwe Kleine-Konig)  
- Drivers: vmbus: Check for channel allocation before looking up relids (Mohammed Gamal)  
- gpio: GPIO_REGMAP: select REGMAP instead of depending on it (Randy Dunlap)  
- bpf: hash map, avoid deadlock with suitable hash mask (Tonghao Zhang)  
- serial: exar: Add support for Sealevel 7xxxC serial cards (Matthew Howell)  
- serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards (Andy Shevchenko)  
- iavf/iavf_main: actually log -&gt;src mask when talking about it (Daniil Tatianin)  
- iavf: return errno code instead of status code (Jacob Keller)  
- platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode (Hans de Goede)  
- platform/x86: int3472: Split into 2 drivers (Hans de Goede)  
- RDMA/irdma: Do not request 2-level PBLEs for CQ alloc (Mustafa Ismail)  
- NFSD: pass range end to vfs_fsync_range() instead of count (Brian Foster)  
- NFSD: Fix sparse warning (Chuck Lever)  
- ocfs2: fix memory leak in ocfs2_mount_volume() (Li Zetao)  
- ocfs2: rewrite error handling of ocfs2_fill_super (Heming Zhao via Ocfs2-devel)  
- ocfs2: ocfs2_mount_volume does cleanup job before return error (Heming Zhao via Ocfs2-devel)  
- LTS version: v5.15.106 (Jack Vogel)  
- x86/PVH: avoid 32-bit build warning when obtaining VGA console info (Jan Beulich)  
- hsr: ratelimit only when errors are printed (Matthieu Baerts)  
- libbpf: Fix btf_dump's packed struct determination (Andrii Nakryiko)  
- selftests/bpf: Add few corner cases to test padding handling of btf_dump (Andrii Nakryiko)  
- libbpf: Fix BTF-to-C converter's padding logic (Andrii Nakryiko)  
- selftests/bpf: Test btf dump for struct with padding only fields (Eduard Zingerman)  
- zonefs: Fix error message in zonefs_file_dio_append() (Damien Le Moal)  
hrtimer dance to common x86 (Sean Christopherson)  
- s390/uaccess: add missing earlyclobber annotations to __clear_user() (Heiko Carstens)  
- KVM: arm64: Disable interrupts while walking userspace PTs (Marc Zyngier)  
- drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub (Fangzhi Zuo)  
- drm/etnaviv: fix reference leak when mmaping imported buffer (Lucas Stach)  
- rcu: Fix rcu_torture_read ftrace event (Douglas Raillard)  
- xtensa: fix KASAN report for show_stack (Max Filippov)  
- ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z (huangwenhui)  
- ALSA: hda/realtek: Add quirks for some Clevo laptops (Tim Crawford)  
- ALSA: usb-audio: Fix regression on detection of Roland VS-100 (Takashi Iwai)  
- ALSA: hda/conexant: Partial revert of a quirk for Lenovo (Takashi Iwai)  
- NFSv4: Fix hangs when recovering open state after a server reboot (Trond Myklebust)  
- powerpc: Don't try to copy PPR for task with NULL pt_regs (Jens Axboe)  
- pinctrl: at91-pio4: fix domain name assignment (Johan Hovold)  
- pinctrl: amd: Disable and mask interrupts on resume (Kornel Duleba)  
- net: phy: dp83869: fix default value for tx-/rx-internal-delay (Josua Mayer)  
- xen/netback: don't do grant copy across page boundary (Juergen Gross)  
- can: j1939: prevent deadlock by moving j1939_sk_errqueue() (Oleksij Rempel)  
- zonefs: Always invalidate last cached page on append write (Damien Le Moal)  
- btrfs: scan device in non-exclusive mode (Anand Jain)  
- btrfs: fix race between quota disable and quota assign ioctls (Filipe Manana)  
- Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI table (Hans de Goede)  
- cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL (David Disseldorp)  
- cifs: prevent infinite recursion in CIFSGetDFSRefer() (Paulo Alcantara)  
- Input: focaltech - use explicitly signed char type (Jason A. Donenfeld)  
- Input: alps - fix compatibility with -funsigned-char (msizanoen)  
- iommu/vt-d: Allow zero SAGAW if second-stage not supported (Lu Baolu)  
- pinctrl: ocelot: Fix alt mode for ocelot (Horatiu Vultur)  
- net: ethernet: mtk_eth_soc: fix flow block refcounting logic (Felix Fietkau)  
- net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only (Steffen Batz)  
- bnxt_en: Add missing 200G link speed reporting (Michael Chan)  
- bnxt_en: Fix typo in PCI id to device description string mapping (Kalesh AP)  
- bnxt_en: Fix reporting of test result in ethtool selftest (Kalesh AP)  
- i40e: fix registers dump after run ethtool adapter self test (Radoslaw Tyl)  
- net: ipa: compute DMA pool size properly (Alex Elder)  
- ALSA: ymfpci: Fix BUG_ON in probe function (Tasos Sahanidis)  
- ALSA: ymfpci: Create card with device-managed snd_devm_card_new() (Tasos Sahanidis)  
- ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() (Jakob Koschel)  
- ice: add profile conflict check for AVF FDIR (Junfeng Guo)  
- smsc911x: avoid PHY being resumed when interface is not up (Wolfram Sang)  
- net: mvpp2: parser fix PPPoE (Sven Auhagen)  
- net: mvpp2: parser fix QinQ (Sven Auhagen)  
- net: mvpp2: classifier flow fix fragmentation flags (Sven Auhagen)  
- loop: LOOP_CONFIGURE: send uevents for partitions (Alyssa Ross)  
- loop: suppress uevents while reconfiguring the device (Christoph Hellwig)  
- s390/vfio-ap: fix memory leak in vfio_ap device driver (Tony Krowiak)  
- can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write (Ivan Orlov)  
- platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix (Rajvi Jingar)  
- drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state (Imre Deak)  
- net: stmmac: don't reject VLANs when IFF_PROMISC is set (Vladimir Oltean)  
- net/net_failover: fix txq exceeding warning (Faicker Mo)  
- regulator: Handle deferred clk (Christophe JAILLET)  
- r8169: fix RTL8168H and RTL8107E rx crc error (ChunHao Lin)  
- net: dsa: microchip: ksz8863_smi: fix bulk access (Oleksij Rempel)  
- ptp_qoriq: fix memory leak in probe() (SongJingyi)  
- scsi: mpt3sas: Don't print sense pool info twice (Jerry Snitselaar)  
- scsi: megaraid_sas: Fix crash after a double completion (Tomas Henzl)  
- sfc: ef10: don't overwrite offload features at NIC reset (Inigo Huguet)  
- SUNRPC: fix shutdown of NFS TCP client socket (Siddharth Kawar)  
- mtd: rawnand: meson: invalidate cache on polling ECC bit (Arseniy Krasnov)  
- platform/x86: think-lmi: Add possible_values for ThinkStation (Mark Pearson)  
- platform/x86: think-lmi: only display possible_values if available (Mark Pearson)  
- platform/x86: think-lmi: use correct possible_values delimiters (Mark Pearson)  
- platform/x86: think-lmi: add missing type attribute (Mark Pearson)  
- ALSA: usb-audio: Fix recursive locking at XRUN during syncing (Takashi Iwai)  
- mips: bmips: BCM6358: disable RAC flush for TP1 (Alvaro Fernandez Rojas)  
- ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx() (Harshit Mogalapalli)  
- tracing: Fix wrong return in kprobe_event_gen_test.c (Anton Gusev)  
- tools/power turbostat: fix decoding of HWP_STATUS (Antti Laakso)  
- tools/power turbostat: Fix /dev/cpu_dma_latency warnings (Prarit Bhargava)  
- fbdev: au1200fb: Fix potential divide by zero (Wei Chen)  
- fbdev: lxfb: Fix potential divide by zero (Wei Chen)  
- fbdev: intelfb: Fix potential divide by zero (Wei Chen)  
- fbdev: nvidia: Fix potential divide by zero (Wei Chen)  
- sched_getaffinity: don't assume 'cpumask_size()' is fully initialized (Linus Torvalds)  
- fbdev: tgafb: Fix potential divide by zero (Wei Chen)  
- ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() (Kuninori Morimoto)  
- ALSA: asihpi: check pao in control_message() (Kuninori Morimoto)  
- net: hsr: Don't log netdev_err message on unknown prp dst node (Kristian Overskeid)  
- x86/PVH: obtain VGA console info in Dom0 (Jan Beulich)  
- md: avoid signed overflow in slot_store() (NeilBrown)  
- ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds (Ravulapati Vishnu Vardhan Rao)  
- xfrm: Zero padding when dumping algos and encap (Herbert Xu)  
- bus: imx-weim: fix branch condition evaluates to a garbage value (Ivan Bornyakov)  
- ksmbd: don't terminate inactive sessions after a few seconds (Namjae Jeon)  
- kcsan: avoid passing -g for test (Marco Elver)  
- kernel: kcsan: kcsan_test: build without structleak plugin (Anders Roxell)  
- usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC (Wesley Cheng)  
- usb: dwc3: gadget: move cmd_endtransfer to extra function (Michael Grzeschik)  
- fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY (Eric Biggers)  
- LTS version: v5.15.105 (Jack Vogel)  
- NFSD: fix use-after-free in __nfs42_ssc_open() (Dai Ngo)  
- ocfs2: fix data corruption after failed write (Jan Kara via Ocfs2-devel)  
- mm: kfence: fix using kfence_metadata without initialization in show_object() (Muchun Song)  
- sched/fair: Sanitize vruntime of entity being migrated (Vincent Guittot)  
- sched/fair: sanitize vruntime of entity being placed (Zhang Qiao)  
- dm crypt: avoid accessing uninitialized tasklet (Mike Snitzer)  
- dm crypt: add cond_resched() to dmcrypt_write() (Mikulas Patocka)  
- dm stats: check for and propagate alloc_percpu failure (Jiasheng Jiang)  
- i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer() (Wei Chen)  
- firmware: arm_scmi: Fix device node validation for mailbox transport (Cristian Marussi)  
- tee: amdtee: fix race condition in amdtee_open_session (Rijo Thomas)  
- riscv: Handle zicsr/zifencei issues between clang and binutils (Nathan Chancellor)  
- riscv: mm: Fix incorrect ASID argument when flushing TLB (Dylan Jhong)  
- drm/i915: Preserve crtc_state-&gt;inherited during state clearing (Ville Syrjala)  
- drm/i915/active: Fix missing debug object activation (Nirmoy Das)  
- drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi (Kai-Heng Feng)  
- drm/meson: fix missing component unbind on bind errors (Johan Hovold)  
- drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found (Matheus Castello)  
- nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() (Ryusuke Konishi)  
- wifi: mac80211: fix qos on mesh interfaces (Felix Fietkau)  
- ksmbd: return unsupported error on smb1 mount (Namjae Jeon)  
- ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect (Namjae Jeon)  
- ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION (Namjae Jeon)  
- KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL (Vitaly Kuznetsov)  
- kfence: avoid passing -g for test (Marco Elver)  
- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() (Hans de Goede)  
- usb: chipidea: core: fix possible concurrent when switch role (Xu Yang)  
- usb: chipdea: core: fix return -EINVAL if request role is the same with current role (Xu Yang)  
- usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver (Pawel Laszczak)  
- usb: cdnsp: Fixes issue with redundant Status Stage (Pawel Laszczak)  
- usb: cdns3: Fix issue with using incorrect PCI device function (Pawel Laszczak)  
- usb: typec: tcpm: fix warning when handle discover_identity message (Xu Yang)  
- dm thin: fix deadlock when swapping to thin device (Coly Li)  
- igb: revert rtnl_lock() that causes deadlock (Lin Ma)  
- arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name (Krzysztof Kozlowski)  
- lockd: set file_lock start and end when decoding nlm4 testargs (Jeff Layton)  
- fsverity: Remove WQ_UNBOUND from fsverity read workqueue (Nathan Huckleberry)  
- fscrypt: destroy keyring after security_sb_delete() (Eric Biggers)  
- mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP (Geert Uytterhoeven)  
- efi: sysfb_efi: Fix DMI quirks not working for simpledrm (Hans de Goede)  
- usb: gadget: u_audio: don't let userspace block driver unbind (Alvin Sipraga)  
- usb: dwc2: fix a devres leak in hw_enable upon suspend resume (Fabrice Gasnier)  
- scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR (Joel Selvaraj)  
- cifs: print session id while listing open files (Shyam Prasad N)  
- cifs: empty interface list when server doesn't support query interfaces (Shyam Prasad N)  
- act_mirred: use the backlog for nested calls to mirred ingress (Davide Caratti)  
- net/sched: act_mirred: better wording on protection against excessive stack growth (Davide Caratti)  
- sh: sanitize the flags on sigreturn (Al Viro)  
- net: usb: qmi_wwan: add Telit 0x1080 composition (Enrico Sau)  
- net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 (Enrico Sau)  
- scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file (Michael Kelley)  
- scsi: lpfc: Avoid usage of list iterator variable after loop (Jakob Koschel)  
- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() (Justin Tee)  
- scsi: ufs: core: Add soft dependency on governor_simpleondemand (Adrien Thierry)  
- scsi: hisi_sas: Check devm_add_action() return value (Kang Chen)  
- scsi: target: iscsi: Fix an error message in iscsi_check_key() (Maurizio Lombardi)  
- selftests/bpf: check that modifier resolves after pointer (Lorenz Bauer)  
- m68k: Only force 030 bus error if PC not in exception table (Michael Schmitz)  
- HID: intel-ish-hid: ipc: Fix potential use-after-free in work function (Reka Norman)  
- ca8210: fix mac_len negative array access (Alexander Aring)  
- HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded (Danny Kaehn)  
- drm/cirrus: NULL-check pipe-&gt;plane.state-&gt;fb in cirrus_pipe_update() (Alexandr Sapozhnikov)  
- riscv: Bump COMMAND_LINE_SIZE value to 1024 (Alexandre Ghiti)  
- ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable (Mario Limonciello)  
- thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit (Tom Rix)  
- thunderbolt: Use const qualifier for ring_interrupt_index (Mario Limonciello)  
- thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access (Gil Fine)  
- thunderbolt: Disable interrupt auto clear for rings (Mario Limonciello)  
- thunderbolt: Call tb_check_quirks() after initializing adapters (Mika Westerberg)  
- thunderbolt: Use scale field when allocating USB3 bandwidth (Mika Westerberg)  
- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 (Yaroslav Furman)  
- hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs (Frank Crawford)  
- hwmon: fix potential sensor registration fail if of_node is missing (Phinex Hung)  
- entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up (Frederic Weisbecker)  
- entry: Snapshot thread flags (Mark Rutland)  
- thread_info: Add helpers to snapshot thread flags (Mark Rutland)  
- platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl (Tzung-Bi Shih)  
- Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work (Zheng Wang)  
- Bluetooth: L2CAP: Fix responding with wrong PDU type (Luiz Augusto von Dentz)  
- Bluetooth: btqcomsmd: Fix command timeout after setting BD address (Stephan Gerhold)  
- net: mdio: thunder: Add missing fwnode_handle_put() (Liang He)  
- net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case (Ar?nc UNAL)  
- net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() (Ar?nc UNAL)  
- net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup() (Ar?nc UNAL)  
- gve: Cache link_speed value from device (Joshua Washington)  
- ksmbd: fix possible refcount leak in smb2_open() (ChenXiaoSong)  
- ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES (Namjae Jeon)  
- ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA (Namjae Jeon)  
- hvc/xen: prevent concurrent accesses to the shared ring (Roger Pau Monne)  
- nvme-tcp: fix nvme_tcp_term_pdu to match spec (Caleb Sander)  
- net/sonic: use dma_mapping_error() for error check (Zhang Changzhong)  
- erspan: do not use skb_mac_header() in ndo_start_xmit() (Eric Dumazet)  
- atm: idt77252: fix kmemleak when rmmod idt77252 (Li Zetao)  
- net: dsa: tag_brcm: legacy: fix daisy-chained switches (Alvaro Fernandez Rojas)  
- net/mlx5: E-Switch, Fix an Oops in error handling code (Dan Carpenter)  
- net/mlx5: Read the TC mapping of all priorities on ETS query (Maher Sanalla)  
- net/mlx5: Fix steering rules cleanup (Lama Kayal)  
- net/mlx5e: Set uplink rep as NETNS_LOCAL (Gavin Li)  
- bpf: Adjust insufficient default bpf_jit_limit (Daniel Borkmann)  
- i40e: fix flow director packet filter programming (Radoslaw Tyl)  
- iavf: fix hang on reboot with ice (Stefan Assmann)  
- keys: Do not cache key in task struct if key is requested from kernel thread (David Howells)  
- bootconfig: Fix testcase to increase max node (Masami Hiramatsu (Google))  
- octeontx2-vf: Add missing free for alloc_percpu (Jiasheng Jiang)  
- net/ps3_gelic_net: Use dma_mapping_error (Geoff Levand)  
- net/ps3_gelic_net: Fix RX sk_buff length (Geoff Levand)  
- net: qcom/emac: Fix use after free bug in emac_remove due to race condition (Zheng Wang)  
- drm/i915/gt: perform uc late init after probe error injection (Andrzej Hajda)  
- net: mdio: fix owner field for mdio buses registered using ACPI (Florian Fainelli)  
- net: mdio: fix owner field for mdio buses registered using device-tree (Maxime Bizon)  
- net: phy: Ensure state transitions are processed from phy_stop() (Florian Fainelli)  
- xirc2ps_cs: Fix use after free bug in xirc2ps_detach (Zheng Wang)  
- qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info (Daniil Tatianin)  
- net: usb: smsc95xx: Limit packet length to skb-&gt;len (Szymon Heidrich)  
- net: dsa: b53: mmap: fix device tree support (Alvaro Fernandez Rojas)  
- scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() (Yu Kuai)  
- i2c: hisi: Only use the completion interrupt to finish the transfer (Yicong Yang)  
- i2c: imx-lpi2c: check only for enabled interrupt flags (Alexander Stein)  
- igc: fix the validation logic for taprio's gate list (AKASHI Takahiro)  
- igbvf: Regard vf reset nack as success (Akihiko Odaki)  
- intel/igbvf: free irq on the error path in igbvf_request_msix() (Gaosheng Cui)  
- iavf: fix non-tunneled IPv6 UDP packet type and hashing (Alexander Lobakin)  
- iavf: fix inverted Rx hash condition leading to disabled hash (Alexander Lobakin)  
- xsk: Add missing overflow check in xdp_umem_reg (Kal Conley)  
- arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes (Marek Vasut)  
- ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl (Peng Fan)  
- ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl (Peng Fan)  
- power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition (Zheng Wang)  
- power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition (Zheng Wang)  
- power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (Minghao Chi)  
- net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf() (Hangyu Hua)  
- trace/hwlat: Do not start per-cpu thread if it is already running (Tero Kristo)  
- trace/hwlat: make use of the helper function kthread_run_on_cpu() (Cai Huoqing)  
- kthread: add the helper function kthread_run_on_cpu() (Cai Huoqing)  
- serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it (Randy Dunlap)  
- serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED (Geert Uytterhoeven)  
- tty: serial: fsl_lpuart: fix race on RX DMA shutdown (Alexander Sverdlin)  
- tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* API (Sherry Sun)  
- serial: fsl_lpuart: Fix comment typo (Jason Wang)  
- tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr (Costa Shulyupin)  
- perf: fix perf_event_context-&gt;time (Song Liu)  
- perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output (Yang Jihong)  
- interconnect: qcom: osm-l3: fix icc_onecell_data allocation (Dmitry Baryshkov)  
- LTS version: v5.15.104 (Jack Vogel)  
- perf: Fix check before add_event_to_groups() in perf_group_detach() (Budimir Markovic)  
- HID: uhid: Over-ride the default maximum data buffer value with our own (Lee Jones)  
- HID: core: Provide new max_buffer_size attribute to over-ride the default (Lee Jones)  
- PCI/DPC: Await readiness of secondary bus after reset (Lukas Wunner)  
- PCI: Unify delay handling for reset and resume (Lukas Wunner)  
- io_uring: avoid null-ptr-deref in io_arm_poll_handler (Fedor Pchelkin)  
- drm/i915/active: Fix misuse of non-idle barriers as fence trackers (Janusz Krzysztofik)  
- drm/i915: Don't use stolen memory for ring buffers with LLC (John Harrison)  
- x86/resctrl: Clear staged_config[] before and after it is used (Shawn Wang)  
- x86/mm: Fix use of uninitialized buffer in sme_enable() (Nikita Zhandarovich)  
- x86/mce: Make sure logged MCEs are processed after sysfs update (Yazen Ghannam)  
- cpuidle: psci: Iterate backwards over list in psci_pd_remove() (Shawn Guo)  
- net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit (Radu Pirea (OSS))  
- trace/hwlat: Do not wipe the contents of per-cpu thread data (Tero Kristo)  
- fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks (Helge Deller)  
- mmc: sdhci_am654: lower power-on failed message severity (Francesco Dolcini)  
- mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage (David Hildenbrand)  
- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock (Dave Ertman)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 (Elmer Miroslav Mosher Golovin)  
- ftrace: Fix invalid address access in lookup_rec() when index is 0 (Chen Zhongjin)  
- mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() (Paolo Abeni)  
- mptcp: avoid setting TCP_CLOSE state twice (Matthieu Baerts)  
- mptcp: add ro_after_init for tcp{,v6}_prot_override (Geliang Tang)  
- mptcp: fix possible deadlock in subflow_error_report (Paolo Abeni)  
- drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume (Blazej Szczygiel)  
- drm/sun4i: fix missing component unbind on bind errors (Johan Hovold)  
- drm/shmem-helper: Remove another errant put in error path (Dmitry Osipenko)  
- riscv: asid: Fixup stale TLB entry cause application crash (Guo Ren)  
- Revert 'riscv: mm: notify remote harts about mmu cache updates' (Sergey Matyukevich)  
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro (Hamidreza H. Fard)  
- ALSA: hda: intel-dsp-config: add MTL PCI id (Bard Liao)  
- cifs: Fix smb2_set_path_size() (Volker Lendecke)  
- tracing: Make tracepoint lockdep check actually test something (Steven Rostedt (Google))  
- tracing: Check field value in hist_field_name() (Steven Rostedt (Google))  
- tracing: Make splice_read available again (Sung-hun Kim)  
- interconnect: exynos: fix node leak in probe PM QoS error path (Johan Hovold)  
- interconnect: fix mem leak when freeing nodes (Johan Hovold)  
- s390/ipl: add missing intersection check to ipl_report handling (Sven Schnelle)  
- firmware: xilinx: don't make a sleepable memory allocation from an atomic context (Roman Gushchin)  
- serial: 8250_fsl: fix handle_irq locking (Johan Hovold)  
- serial: 8250_em: Fix UART port type (Biju Das)  
- tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted (Sherry Sun)  
- ext4: fix possible double unlock when moving a directory (Theodore Ts'o)  
- drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes (Alex Hung)  
- sh: intc: Avoid spurious sizeof-pointer-div warning (Michael Karcher)  
- net/9p: fix bug in client create for .L (Eric Van Hensbergen)  
- drm/amdkfd: Fix an illegal memory access (Qu Huang)  
- ext4: fix task hung in ext4_xattr_delete_inode (Baokun Li)  
- ext4: update s_journal_inum if it changes after journal replay (Baokun Li)  
- ext4: fail ext4_iget if special inode unallocated (Baokun Li)  
- jffs2: correct logic when creating a hole in jffs2_write_begin (Yifei Liu)  
- mmc: atmel-mci: fix race between stop command and start of next command (Tobias Schramm)  
- media: m5mols: fix off-by-one loop termination error (Linus Torvalds)  
- hwmon: (ltc2992) Set can_sleep flag for GPIO chip (Lars-Peter Clausen)  
- hwmon: (adm1266) Set can_sleep flag for GPIO chip (Lars-Peter Clausen)  
- kconfig: Update config changed flag before calling callback (Jurica Vukadin)  
- hwmon: tmp512: drop of_match_ptr for ID table (Krzysztof Kozlowski)  
- hwmon: (ucd90320) Add minimum delay between bus accesses (Lars-Peter Clausen)  
- hwmon: (ina3221) return prober error code (Marcus Folkesson)  
- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition (Zheng Wang)  
- hwmon: (adt7475) Fix masking of hysteresis registers (Tony O'Brien)  
- hwmon: (adt7475) Display smoothing attributes in correct order (Tony O'Brien)  
- bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails (Nikolay Aleksandrov)  
- bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change (Nikolay Aleksandrov)  
- ethernet: sun: add check for the mdesc_grab() (Liang He)  
- qed/qed_mng_tlv: correctly zero out -&gt;min instead of -&gt;hour (Daniil Tatianin)  
- selftests: net: devlink_port_split.py: skip test if no suitable device available (Po-Hsu Lin)  
- net/iucv: Fix size of interrupt data (Alexandra Winter)  
- net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull (Szymon Heidrich)  
- ipv4: Fix incorrect table ID in IOCTL path (Ido Schimmel)  
- sh_eth: avoid PHY being resumed when interface is not up (Wolfram Sang)  
- ravb: avoid PHY being resumed when interface is not up (Wolfram Sang)  
- net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290 (Vladimir Oltean)  
- ice: xsk: disable txq irq before flushing hw (Maciej Fijalkowski)  
- block: sunvdc: add check for mdesc_grab() returning NULL (Liang He)  
- nvmet: avoid potential UAF in nvmet_req_complete() (Damien Le Moal)  
- nvme: fix handling single range discard request (Ming Lei)  
- block: null_blk: Fix handling of fake timeout request (Damien Le Moal)  
- drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc (Liu Ying)  
- net: usb: smsc75xx: Limit packet length to skb-&gt;len (Szymon Heidrich)  
- net/smc: fix deadlock triggered by cancel_delayed_work_syn() (Wenjia Zhang)  
- nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition (Zheng Wang)  
- net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails (Heiner Kallweit)  
- net: tunnels: annotate lockless accesses to dev-&gt;needed_headroom (Eric Dumazet)  
- loop: Fix use-after-free issues (Bart Van Assche)  
- net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used (Ar?nc UNAL)  
- net: dsa: mt7530: remove now incorrect comment regarding port 5 (Ar?nc UNAL)  
- qed/qed_dev: guard against a possible division by zero (Daniil Tatianin)  
- net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() (D. Wythe)  
- drm/i915/psr: Use calculated io and fast wake lines (Jouni Hogander)  
- drm/i915/display: clean up comments (Tom Rix)  
- drm/i915/display/psr: Handle plane and pipe restrictions at every page flip (Jose Roberto de Souza)  
- drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area (Jose Roberto de Souza)  
- drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled (Jose Roberto de Souza)  
- PCI: s390: Fix use-after-free of PCI resources with per-function hotplug (Niklas Schnelle)  
- vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready (Eugenio Perez)  
- vdpa_sim: not reset state in vdpasim_queue_ready (Eugenio Perez)  
- i40e: Fix kernel crash during reboot when adapter is in recovery mode (Ivan Vecera)  
- ipvlan: Make skb-&gt;skb_iif track skb-&gt;dev for l3s mode (Jianguo Wu)  
- nfc: pn533: initialize struct pn533_out_arg properly (Fedor Pchelkin)  
- tcp: tcp_make_synack() can be called from process context (Breno Leitao)  
- scsi: core: Fix a procfs host directory removal regression (Bart Van Assche)  
- netfilter: nft_redir: correct value of inet type .maxattrs (Jeremy Sowden)  
- netfilter: nft_redir: correct length for loading protocol registers (Jeremy Sowden)  
- netfilter: nft_masq: correct length for loading protocol registers (Jeremy Sowden)  
- netfilter: nft_nat: correct length for loading protocol registers (Jeremy Sowden)  
- ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() (Bjorn Helgaas)  
- scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() (Wenchao Hao)  
- docs: Correct missing 'd_' prefix for dentry_operations member d_weak_revalidate (Glenn Washburn)  
- clk: HI655X: select REGMAP instead of depending on it (Randy Dunlap)  
- drm/meson: fix 1px pink line on GXM when scaling video overlay (Christian Hewitt)  
- cifs: Move the in_send statistic to __smb_send_rqst() (Zhang Xiaoxu)  
- drm/panfrost: Don't sync rpm suspension after mmu flushing (Dmitry Osipenko)  
- xfrm: Allow transport-mode states with AF_UNSPEC selector (Herbert Xu)  
- net: mana: Fix accessing freed irq affinity_hint (Haiyang Zhang)  [Orabug: 35097498] 
- net: mana: Assign interrupts to CPUs based on NUMA nodes (Saurabh Sengar)  [Orabug: 35097498] 
- crypto: qat - drop log level of msg in get_instance_node() (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - add resubmit logic for decompression (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: acomp - define max size for destination (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - enable deflate for QAT GEN4 (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - expose deflate through acomp api for QAT GEN2 (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - rename and relocate GEN2 config function (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - relocate qat_algs_alloc_flags() (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - relocate backlog related structures (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - extend buffer list interface (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - generalize crypto request buffers (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - change bufferlist logic interface (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - rename bufferlist functions (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - relocate bufferlist logic (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - fix error return code in adf_probe (Wang Yufen)  [Orabug: 35177771] 
- crypto: qat - expose device state through sysfs for 4xxx (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - fix initialization of pfvf rts_map_msg structures (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - fix initialization of pfvf cap_msg structures (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - enable power management for QAT GEN4 (Wojciech Ziemba)  [Orabug: 35177771] 
- crypto: qat - move and rename GEN4 error register definitions (Wojciech Ziemba)  [Orabug: 35177771] 
- crypto: qat - add misc workqueue (Wojciech Ziemba)  [Orabug: 35177771] 
- crypto: qat - fix access to PFVF interrupt registers for GEN4 (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - fix a signedness bug in get_service_enabled() (Dan Carpenter)  [Orabug: 35177771] 
- crypto: qat - fix definition of ring reset results (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - add support for compression for 4xxx (Tomasz Kowalik)  [Orabug: 35177771] 
- crypto: qat - allow detection of dc capabilities for 4xxx (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - add PFVF support to enable the reset of ring pairs (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - add PFVF support to the GEN4 host driver (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - config VFs based on ring-to-svc mapping (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - exchange ring-to-service mappings over PFVF (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - support fast ACKs in the PFVF protocol (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - exchange device capabilities over PFVF (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - introduce support for PFVF block messages (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - store the ring-to-service mapping (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - store the PFVF protocol version of the endpoints (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - improve the ACK timings in PFVF send (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - leverage read_poll_timeout in PFVF send (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - leverage bitfield.h utils for PFVF messages (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - abstract PFVF messages with struct pfvf_message (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - set PFVF_MSGORIGIN just before sending (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - make PFVF send and receive direction agnostic (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - make PFVF message construction direction agnostic (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - add the adf_get_pmisc_base() helper function (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - support the reset of ring pairs on PF (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - extend crypto capability detection for 4xxx (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - get compression extended capabilities (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - improve logging of PFVF messages (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - fix VF IDs in PFVF log messages (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - do not rely on min version (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - refactor pfvf version request messages (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - pass the PF2VF responses back to the callers (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - use enums for PFVF protocol codes (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - reorganize PFVF protocol definitions (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - reorganize PFVF code (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - abstract PFVF receive logic (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - abstract PFVF send function (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - differentiate between pf2vf and vf2pf offset (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - add pfvf_ops (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - relocate PFVF disabled function (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - relocate PFVF VF related logic (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - relocate PFVF PF related logic (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - handle retries due to collisions in adf_iov_putmsg() (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - split PFVF message decoding from handling (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - re-enable interrupts for legacy PFVF messages (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - change PFVF ACK behaviour (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - move interrupt code out of the PFVF handler (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - move VF message handler to adf_vf2pf_msg.c (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - move vf2pf interrupt helpers (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - refactor PF top half for PFVF (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - fix undetected PFVF timeout in ACK loop (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - do not handle PFVF sources for qat_4xxx (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() (Sebastian Andrzej Siewior)  [Orabug: 35177771] 
- crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - extract send and wait from adf_vf2pf_request_version() (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - add VF and PF wrappers to common send function (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - rename pfvf collision constants (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - move pfvf collision detection values (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - make pfvf send message direction agnostic (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - use hweight for bit counting (Giovanni Cabiddu)  [Orabug: 35177771] 
- crypto: qat - remove duplicated logic across GEN2 drivers (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - fix handling of VF to PF interrupts (Marco Chiappero)  [Orabug: 35177771] 
- crypto: qat - remove unneeded packed attribute (Giovanni Cabiddu)  [Orabug: 35177771] 
- Revert 'crypto: qat - make pfvf send message direction agnostic' (Thomas Tai)  [Orabug: 35177771] 
- Revert 'crypto: qat - fix undetected PFVF timeout in ACK loop' (Thomas Tai)  [Orabug: 35177771] 
- uek: kabi: Add with_kabichk flag to control kABI checking (Saeed Mirzamohammadi)  [Orabug: 35241564] 
- rds: Fix incorrect error pointer reference (William Kucharski)  [Orabug: 35315449] 
- Revert 'attr: use consistent sgid stripping checks' (Sherry Yang)  [Orabug: 35335373]

[5.15.0-102.103.1]
- Revert 'iommu: Force iommu shutdown on panic' (Boris Ostrovsky)  [Orabug: 35317719] 
- perf/arm-cmn: Add more bits to child node address offset field (Ilkka Koskinen)  [Orabug: 35289157] 
- char: misc: Increase the maximum number of dynamic misc devices to 1048448 (D Scott Phillips)  [Orabug: 35289110] 
- net/rds: use appropriate return code while dropping a connection (Praveen Kumar Kannoju)  [Orabug: 35279326] 
- mm, hugepages: add hugetlb vma mremap() test (Mina Almasry)  [Orabug: 35176740] 
- mm: hugetlb: considering PMD sharing when flushing cache/TLBs (Baolin Wang)  [Orabug: 35176740] 
- mm: mremap: fix sign for EFAULT error return value (Niels Dossche)  [Orabug: 35176740] 
- mm/hugetlb: fix kernel crash with hugetlb mremap (Aneesh Kumar K.V)  [Orabug: 35176740] 
- hugetlbfs: flush before unlock on move_hugetlb_page_tables() (Nadav Amit)  [Orabug: 35176740] 
- hugetlb: fix hugetlb cgroup refcounting during mremap (Bui Quang Minh)  [Orabug: 35176740] 
- mm, hugepages: add mremap() support for hugepage backed vma (Mina Almasry)  [Orabug: 35176740]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12393.html" type="self" title="ELSA-2023-12393" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-32233.html" id="CVE-2023-32233" type="cve" title="CVE-2023-32233" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-core" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ac2f52b641670742fe019dfce098defafaa079ca637a24646ff7602ecf059022</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4b25216820d39225d398d03c89af5fbc7a004491b0ec3bdf46edfc7ebbae1484</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-102.110.5.el8uek.noarch.rpm</filename>
          <sum type="sha256">29667207bfa42f385ee87494df09ed8ba47da35d9b6f7f4e7bcd2cffe3fa4020</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0ba653bf634be98415caca90a15a95a5410381f6fba4e8647e48b3f1f61ac578</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9710186fda383a41bf926f0ce9523493ec79d93e9ac490f802c1dbe37276d30d</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">551c98c860efc6f67a55ae6fb844b96f98396862575fd3f273bc83b24e166d2b</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">24b5de540e70e3cce62b0aaf72449fd00b730ca711c9aa8b777c86c3591b9ed7</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">84a51c87356cd4666db033c078db543f0900169bf1e0c236692a61c5a721b27d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">662d399bd19a333186c18eaa0191b9753adb57764c568a8ea27cd938d50244f7</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4733a4b07c3f2f34e04604901cd035f980d15b20b3bfeb01b2fc1373e108bea9</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e1062398323c87787aee43d62ecbc0a9f453dc850f482eacf9e4cb459d4b620f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-102.110.5.el8uek.src.rpm</filename>
          <sum type="sha256">c6ef001e1994d14ded3634453c36d7397835cfbf113feef7c34b887c964d0329</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e61f445006e08642a5558f73a2726de1e99a27a700c52ed8ca63af6abc93322</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">39697bc4a939b4862e2ed0793621a87cdc493d979ad75958381a7a50f2288326</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="102.110.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-102.110.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">99562bbd2556bc38246c1959f0d48ca905f7f52f3f566a109656179ef5649456</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-13012</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-11-27 00:00:00"/>
    <updated date="2023-11-27 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-200.131.27.1]
- Revert 'PCI: acpiphp: Reassign resources on bridge if necessary' (Brian Maly)  [Orabug: 36038697] 
- Revert 'PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus' (Brian Maly)  [Orabug: 36038697]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-13012.html" type="self" title="ELBA-2023-13012" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c575e864698d62815d4979a5b4481c062d94bb91611f15827fed1f549aa4c774</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6a04bec2ee5fb9da09535ae4ad195a1725e7f7fff904f3ba37a25bcc84d0df4e</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2b6261dfe1030e57d217c6825e7ab583868f0a5b9b622fa1eb5a6bb3b7e40d01</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6277260fd653c1697341327e1cb79bd611bc011360443665980de974a0322ee1</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">73e85513cb22b5a0d4572d75787c7a0cfcc4c1eb228e8ce9fd6a8b4575241c01</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-200.131.27.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">2ccf5d38f2874cda267ee3b231566eef697bc7ecc9e345a366177317269ce7e4</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">799ce52e82e4e5633008127705878c2a631193bc279c1abf0f9967cfa0ebafd0</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a91991d06282323151c6b63f8cb4c29b9d0133e3bb68f86d38c63fc674b083f4</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e69fea9ed4721e94cfb45970299c62b84c120050d81440af081ef7028551aad8</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c4524e3d228a6dfc0b449037dfdd76cd7b757f961500ce308d41a8294b33580d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">821e6224d69ed73aa402b80144f5a1bbd31e2bc3a9a823629c2af93fa4798f7d</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2c5cfeb78a6c4ed875d0c93bfda4b7764ca62c3f2f5259330cef1ef2556133f1</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ca31af5553cab7a52976193455270c2ff9e7886f842aaa11e531ce7f454094de</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-200.131.27.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">59fe55952277e157c21e133d45fe97c1284c3a5836da37232ca310feea75612c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="200.131.27.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-200.131.27.1.el8uek.src.rpm</filename>
          <sum type="sha256">1c3ca845ca65e6618965938206bb1800dd8b3be82924ddbd75f836189161a929</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20200</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-04-02 00:00:00"/>
    <updated date="2025-04-02 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.1-2]
- Fix for btrfs-convert csum error after ext4 convert [Orabug: 37353780]
- Fix for btrfs-convert uninitialized ext4 extent [Orabug: 36581591]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20200.html" type="self" title="ELBA-2025-20200" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="btrfs-progs-devel" version="5.15.1" release="2.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-2.el8.x86_64.rpm</filename>
          <sum type="sha256">79f5ff332116e4a8b09051feae2745ff1e2adb0e128cfc24e62be3e7d4300922</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="2.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-2.el8.x86_64.rpm</filename>
          <sum type="sha256">74547b1eed0dc2e8e20d0a856337cea0707a889ef69c5b16826abac2281378b9</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="2.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-2.el8.src.rpm</filename>
          <sum type="sha256">2759b45f3f45ad637b3aaade3c69bfbb7cc8485f5743947f6c1e9b8910a8df30</sum>
        </package>
        <package name="python3-btrfsutil" version="5.15.1" release="2.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-2.el8.x86_64.rpm</filename>
          <sum type="sha256">aa9635e165be0ef5a0ddf9a519d87391f09d4d8307cd53b2f6c5583579635612</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="2.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-2.el8.x86_64.rpm</filename>
          <sum type="sha256">d8f14a5ceb7119a59f373aa7c89eaf7bc087f80bcc9544e561a2675ccb4e8575</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="2.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-2.el8.x86_64.rpm</filename>
          <sum type="sha256">54fbcbcd6b860fb223f51ef4b017b4d3857ab169dd12bee314778fd856d0bb42</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20470</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-14 00:00:00"/>
    <updated date="2025-07-14 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-310.184.5.2]
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (Jeff Layton)   {CVE-2025-38089}
- net_sched: sch_sfq: move the limit validation (Octavian Purdila)   {CVE-2025-37752}
- net_sched: sch_sfq: use a temporary work area for validating configuration (Octavian Purdila)  
- net_sched: sch_sfq: don't allow 1 packet limit (Octavian Purdila)  
- net_sched: sch_sfq: handle bigger packets (Eric Dumazet)  
- net_sched: sch_sfq: annotate data-races around q-&gt;perturb_period (Eric Dumazet)  
- block: assign bi_bdev for cloned bios in blk_rq_prep_clone (Christoph Hellwig)  [Orabug: 37931495] 
- fs/proc: do_task_stat: use __for_each_thread() (Oleg Nesterov)  [Orabug: 38081922]

[5.15.0-310.184.5.1]
- Add Zen34 clients (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- x86/process: Move the buffer clearing before MONITOR (Kim Phillips)  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- Add normal counters (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- KVM: SVM: Advertize TSA CPUID bits to guests (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Rename MDS machinery to something more generic (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- x86/CPU/AMD: Add ZenX generations flags (Borislav Petkov (AMD))  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Free X86_BUG_AMD_APIC_C1E and X86_BUG_AMD_E400 bits (Boris Ostrovsky)  [Orabug: 38023240]  {CVE-2024-36350} {CVE-2024-36357}

[5.15.0-310.184.5]
- sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems (Libo Chen)  [Orabug: 38070120]
- bridge: netfilter: Fix forwarding of fragmented packets (Ido Schimmel)  [Orabug: 38069363]
- Revert 'net: bridge: IP defragmentation failing for jumboframes' (Venkat Venkatsubra)  [Orabug: 38069363]
- vhost-scsi: Change def inline_sg_cnt and max_io_vqs for exadata (Mike Christie)  [Orabug: 38053186]
- rds: ib: Add cm_id generation scheme in order to detect new ones (Hakon Bugge)  [Orabug: 37799170]
- Revert 'i2c: designware: Fix corrupted memory seen in the ISR' (Vijay Kumar)  [Orabug: 37771338]
- ipmi:ssif: Improve detecting during probing (Corey Minyard)  [Orabug: 37771338]
- ipmi: ssif: replace strlcpy with strscpy (Jason Wang)  [Orabug: 37771338]
- uek-rpm: Enable CONFIG_SERIAL_RP2 as m (Samasth Norway Ananda)  [Orabug: 37459981]
- serial: update the rp2 driver code (Samasth Norway Ananda)  [Orabug: 37459981]

[5.15.0-310.184.4]
- vhost-scsi: Fix log flooding with target does not exist errors (Mike Christie) [Orabug: 37424174]
- mm: do not write protect COW mappings when preserving across exec (Anthony Yznaga) [Orabug: 37734242]
- mm: hold the source mmap write lock when copying PTEs (Anthony Yznaga) [Orabug: 37734242]
- uek-rpm: Bluefield 3: Enable CONFIG_CONTIG_ALLOC (Thomas Tai) [Orabug: 38067846]
- mm: shmem: remove unnecessary warning in shmem_writepage() (Ricardo Canuelo Navarro) [Orabug: 38091965]
- shmem: add support to ignore swap (Luis Chamberlain) [Orabug: 38091965]
- shmem: update documentation (Luis Chamberlain) [Orabug: 38091965]
- shmem: skip page split if we're not reclaiming (Luis Chamberlain) [Orabug: 38091965]
- shmem: move reclaim check early on writepages() (Luis Chamberlain) [Orabug: 38091965]
- shmem: set shmem_writepage() variables early (Luis Chamberlain) [Orabug: 38091965]
- shmem: remove check for folio lock on writepage() (Luis Chamberlain) [Orabug: 38091965]

[5.15.0-310.184.3]
- x86/its: Fix undefined reference to cpu_wants_rethunk_at() (Pawan Gupta)
- padata: do not leak refcount in reorder_work (Dominik Grzegorzek) [Orabug: 38094844] {CVE-2025-38031}
- Revert 'drm/amd: Keep display off while going into S4' (Mario Limonciello)
- memcg: always call cond_resched() after fn() (Breno Leitao)
- lib: cpu_rmap: Use allocator for rmap entries (Eli Cohen) [Orabug: 38037237]
- uek-rpm: build the fwctl mlx5 driver on UEK (Qing Huang) [Orabug: 37810637]
- fwctl: Adapt upstream code for UEK7 (Mikhael Goikhman) [Orabug: 37810637]
- mlx5: Create an auxiliary device for fwctl_mlx5 (Saeed Mahameed) [Orabug: 37810637]
- fwctl/mlx5: Support for communicating with mlx5 fw (Saeed Mahameed) [Orabug: 37810637]
- fwctl: Add documentation (Jason Gunthorpe) [Orabug: 37810637]
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Jason Gunthorpe) [Orabug: 37810637]
- taint: Add TAINT_FWCTL (Jason Gunthorpe) [Orabug: 37810637]
- fwctl: FWCTL_INFO to return basic information about the device (Jason Gunthorpe) [Orabug: 37810637]
- fwctl: Basic ioctl dispatch for the character device (Jason Gunthorpe) [Orabug: 37810637]
- fwctl: Add basic structure for a class subsystem with a cdev (Jason Gunthorpe) [Orabug: 37810637]
- net/mlx5: Add IFC related stuff for data direct (Yishai Hadas) [Orabug: 37810637]
- Documentation: Add detailed explanation for 'N' taint flag (Benjamin Poirier) [Orabug: 37810637]
- kernel/panic: initialize taint_flags[] using a macro (Jani Nikula) [Orabug: 37810637]
- kernel/panic: return early from print_tainted() when not tainted (Jani Nikula) [Orabug: 37810637]
- tools: Add new 'test' taint to kernel-chktaint (Joe Fradley) [Orabug: 37810637]
- panic: use error_report_end tracepoint on warnings (Marco Elver) [Orabug: 37810637]
- Revert 'fwctl: Add basic structure for a class subsystem with a cdev' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: Basic ioctl dispatch for the character device' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: FWCTL_INFO to return basic information about the device' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl/mlx5: Support for communicating with mlx5 fw' (Qing Huang) [Orabug: 37810637]
- Revert 'mlx5: Create an auxiliary device for fwctl_mlx5' (Qing Huang) [Orabug: 37810637]
- Revert 'taint: Add TAINT_FWCTL' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: Adapt code for UEK7' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl/mlx5: Add INTERNAL_DEV_RES uctx capability' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: Allow up to 4k devices' (Qing Huang) [Orabug: 37810637]
- Revert 'fwctl: Expand adaption of code for UEK7' (Qing Huang) [Orabug: 37810637]
- Revert 'uek-rpm: build the fwctl mlx5 driver on UEK' (Qing Huang) [Orabug: 37810637]

[5.15.0-310.184.2]
- LTS version: v5.15.184 (Vijayendra Suman)
- netfilter: nf_tables: do not defer rule destruction via call_rcu (Florian Westphal) [Orabug: 38071844] {CVE-2024-56655}
- netfilter: nf_tables: wait for rcu grace period on net_device removal (Pablo Neira Ayuso)
- netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx (Florian Westphal)
- btrfs: do not clean up repair bio if submit fails (Josef Bacik)
- btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() (Filipe Manana) [Orabug: 37074536] {CVE-2024-46751}
- sctp: add mutual exclusion in proc_sctp_do_udp_port() (Eric Dumazet) [Orabug: 37844338] {CVE-2025-22062}
- selftests/mm: compaction_test: support platform with huge mount of memory (Feng Tang)
- usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() (Gong, Ruiqi)
- usb: typec: fix potential array underflow in ucsi_ccg_sync_control() (Dan Carpenter) [Orabug: 37433551] {CVE-2024-53203}
- usb: typec: altmodes/displayport: create sysfs nodes as driver's default device attribute group (Rd Babiera) [Orabug: 36642199] {CVE-2024-35790}
- usb: typec: ucsi: displayport: Fix deadlock (Andrei Kuchynski) [Orabug: 37977019] {CVE-2025-37967}
- clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable() (Sebastian Andrzej Siewior)
- block: fix direct io NOWAIT flag not work (Fengnan Chang)
- dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups (Shuai Xue)
- dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines (Shuai Xue)
- dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy (Yemike Abhilash Chandra)
- dmaengine: ti: k3-udma: Add missing locking (Ronald Wahl) [Orabug: 38094757] {CVE-2025-38005}
- wifi: mt76: disable napi on driver removal (Fedor Pchelkin) [Orabug: 38094771] {CVE-2025-38009}
- phy: renesas: rcar-gen3-usb2: Set timing registers only once (Claudiu Beznea)
- phy: Fix error handling in tegra_xusb_port_init (Ma Ke)
- tracing: samples: Initialize trace_array_printk() with the correct function (Steven Rostedt)
- ftrace: Fix preemption accounting for stacktrace filter command (Donglin Peng)
- ftrace: Fix preemption accounting for stacktrace trigger command (Donglin Peng)
- ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera (Nicolas Chauvet)
- ALSA: usb-audio: Add sample rate quirk for Audioengine D1 (Christian Heusel)
- ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() (Xu Wang)
- ACPI: PPTT: Fix processor subtable walk (Jeremy Linton)
- btrfs: fix discard worker infinite loop after disabling discard (Filipe Manana)
- dmaengine: Revert 'dmaengine: dmatest: Fix dmatest waiting less when interrupted' (Nathan Lynch)
- x86/its: FineIBT-paranoid vs ITS (Peter Zijlstra)
- x86/speculation: Remove the extra #ifdef around CALL_NOSPEC (Pawan Gupta)
- x86/speculation: Add a conditional CS prefix to CALL_NOSPEC (Pawan Gupta)
- x86/speculation: Simplify and make CALL_NOSPEC consistent (Pawan Gupta)
- x86,nospec: Simplify {JMP,CALL}_NOSPEC (Peter Zijlstra)
- NFSv4/pnfs: Reset the layout state after a layoutreturn (Trond Myklebust)
- qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() (Abdun Nihaal)
- ALSA: sh: SND_AICA should depend on SH_DMA_API (Geert Uytterhoeven)
- net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING (Vladimir Oltean)
- net: cadence: macb: Fix a possible deadlock in macb_halt_tx. (Mathieu Othacehe)
- net_sched: Flush gso_skb list too during -&gt;change() (Cong Wang) [Orabug: 37998129] {CVE-2025-37992}
- spi: loopback-test: Do not split 1024-byte hexdumps (Geert Uytterhoeven)
- nfs: handle failure of nfs_get_lock_context in unlock path (Li Lingfeng) [Orabug: 38094819] {CVE-2025-38023}
- RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (Zhu Yanjun) [Orabug: 38094828] {CVE-2025-38024}
- iio: chemical: sps30: use aligned_s64 for timestamp (David Lechner)
- iio: adc: ad7768-1: Fix insufficient alignment of timestamp. (Jonathan Cameron)
- tracing: probes: Fix a possible race in trace_probe_log APIs (Masami Hiramatsu)
- platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection (Hans de Goede)
- LTS version: v5.15.183 (Vijayendra Suman)
- Revert 'net: phy: microchip: force IRQ polling mode for lan88xx' (Greg Kroah-Hartman)
- do_umount(): add missing barrier before refcount checks in sync case (Al Viro)
- drm/panel: simple: Update timings for AUO G101EVN010 (Kevin Baker)
- MIPS: Fix MAX_REG_OFFSET (Thorsten Blum)
- iio: adc: dln2: Use aligned_s64 for timestamp (Jonathan Cameron)
- types: Complement the aligned types with signed 64-bit one (Andy Shevchenko)
- usb: usbtmc: Fix erroneous generic_read ioctl return (Dave Penkler)
- usb: usbtmc: Fix erroneous wait_srq ioctl return (Dave Penkler)
- usb: usbtmc: Fix erroneous get_stb ioctl error returns (Dave Penkler)
- USB: usbtmc: use interruptible sleep in usbtmc_read (Oliver Neukum)
- usb: typec: ucsi: displayport: Fix NULL pointer access (Andrei Kuchynski) [Orabug: 38015127] {CVE-2025-37994}
- usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition (Rd Babiera)
- usb: host: tegra: Prevent host controller crash when OTG port is used (Jim Lin)
- usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN (Wayne Chang)
- usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version (Pawel Laszczak)
- usb: cdnsp: Fix issue with resuming from L1 (Pawel Laszczak)
- ocfs2: stop quota recovery before disabling quotas (Jan Kara)
- ocfs2: implement handshaking with ocfs2 recovery thread (Jan Kara)
- ocfs2: switch osb-&gt;disable_recovery to enum (Jan Kara)
- module: ensure that kobject_put() is safe for module type kobjects (Dmitry Antipov) [Orabug: 38015132] {CVE-2025-37995}
- xenbus: Use kref to track req lifetime (Jason Andryuk) [Orabug: 37976935] {CVE-2025-37949}
- usb: uhci-platform: Make the clock really optional (Alexey Charkov)
- drm/amd/display: Fix wrong handling for AUX_DEFER case (Wayne Lin)
- iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo (Silvano Seva) [Orabug: 37977032] {CVE-2025-37969}
- iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo (Silvano Seva) [Orabug: 37977038] {CVE-2025-37970}
- iio: adis16201: Correct inclinometer channel resolution (Gabriel)
- iio: adc: ad7606: fix serial register access (Angelo Dureghello)
- staging: axis-fifo: Correct handling of tx_fifo_depth for size validation (Gabriel)
- staging: axis-fifo: Remove hardware resets for user errors (Gabriel)
- staging: iio: adc: ad7816: Correct conditional logic for store mode (Gabriel)
- Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 (Aditya Garg)
- Input: synaptics - enable SMBus for HP Elitebook 850 G1 (Dmitry Torokhov)
- Input: synaptics - enable InterTouch on Dell Precision M3800 (Aditya Garg)
- Input: synaptics - enable InterTouch on Dynabook Portege X30L-G (Aditya Garg)
- Input: synaptics - enable InterTouch on Dynabook Portege X30-D (Manuel Fombuena)
- net: dsa: b53: fix learning on VLAN unaware bridges (Jonas Gorski)
- net: dsa: b53: always rejoin default untagged VLAN on bridge leave (Jonas Gorski)
- net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave (Jonas Gorski)
- net: dsa: b53: fix flushing old pvid VLAN on pvid change (Jonas Gorski)
- net: dsa: b53: fix clearing PVID of a port (Jonas Gorski)
- net: dsa: b53: allow leaky reserved multicast (Jonas Gorski)
- netfilter: ipset: fix region locking in hash types (Jozsef Kadlecsik) [Orabug: 38015142] {CVE-2025-37997}
- can: gw: fix RCU/BH usage in cgw_create_job() (Oliver Hartkopp)
- can: gw: use call_rcu() instead of costly synchronize_rcu() (Eric Dumazet)
- gre: Fix again IPv6 link-local address generation. (Guillaume Nault)
- openvswitch: Fix unsafe attribute parsing in output_userspace() (Eelco Chaudron) [Orabug: 38015149] {CVE-2025-37998}
- can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration calls (Marc Kleine-Budde)
- can: mcan: m_can_class_unregister(): fix order of unregistration calls (Marc Kleine-Budde)
- LTS version: v5.15.182 (Vijayendra Suman)
- dm: fix copying after src array boundaries (Tudor Ambarus)
- iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Nicolin Chen)
- iommu/arm-smmu-v3: Use the new rb tree helpers (Jason Gunthorpe)
- irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() (Suzuki K Poulose) [Orabug: 37930013] {CVE-2025-37819}
- irqchip/gic-v2m: Mark a few functions __init (Thomas Gleixner)
- irqchip/gic-v2m: Add const to of_device_id (Xiang Wangx)
- Revert 'drm/meson: vclk: fix calculation of 59.94 fractional rates' (Christian Hewitt)
- net: phy: microchip: force IRQ polling mode for lan88xx (Fiona Klute)
- ARM: dts: opos6ul: add ksz8081 phy properties (Sebastien Szymanski)
- firmware: arm_scmi: Balance device refcount when destroying devices (Cristian Marussi) [Orabug: 37976753] {CVE-2025-37905}
- net: hns3: fix deadlock issue when externel_lb and reset are executed together (Yonglong Liu)
- of: module: add buffer overflow check in of_modalias() (Sergey Shtylyov) [Orabug: 36753381] {CVE-2024-38541}
- PCI: imx6: Skip controller_id generation logic for i.MX7D (Richard Zhu)
- net: hns3: defer calling ptp_clock_register() (Jian Shen)
- net: hns3: fixed debugfs tm_qset size (Hao Lan)
- net: hns3: fix an interrupt residual problem (Yonglong Liu)
- net: hns3: add support for external loopback test (Yonglong Liu)
- net: hns3: store rx VLAN tag offload state for VF (Jian Shen)
- net: fec: ERR007885 Workaround for conventional TX (Mattias Barthel)
- net: lan743x: Fix memleak issue when GSO enabled (Thangaraj Samynathan) [Orabug: 37976766] {CVE-2025-37909}
- nvme-tcp: fix premature queue removal and I/O failover (Michael Liang)
- bnxt_en: Fix ethtool -d byte order for 32-bit values (Michael Chan)
- bnxt_en: Fix out-of-bound memcpy() during ethtool -w (Shruti Parab) [Orabug: 37976774] {CVE-2025-37911}
- bnxt_en: Fix coredump logic to free allocated buffer (Shruti Parab)
- net: ipv6: fix UDPv6 GSO segmentation with NAT (Felix Fietkau)
- net: dlink: Correct endianness handling of led_mode (Simon Horman)
- net_sched: qfq: Fix double list add in class with netem as child qdisc (Victor Nogueira) [Orabug: 37976784] {CVE-2025-37913}
- net_sched: ets: Fix double list add in class with netem as child qdisc (Victor Nogueira) [Orabug: 37976789] {CVE-2025-37914}
- net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (Victor Nogueira) [Orabug: 37967411] {CVE-2025-37890}
- net_sched: drr: Fix double list add in class with netem as child qdisc (Victor Nogueira) [Orabug: 37976793] {CVE-2025-37915}
- net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised (Louis-Alexis Eyraud)
- net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll (Louis-Alexis Eyraud)
- net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs (Biao Huang)
- net/mlx5: E-switch, Fix error handling for enabling roce (Chris Mi)
- net/mlx5: E-Switch, Initialize MAC Address for Default GID (Maor Gottlieb)
- net/sched: act_mirred: don't override retval if we already lost the skb (Jakub Kicinski) [Orabug: 36530679] {CVE-2024-26739}
- KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop (Sean Christopherson) [Orabug: 37685666] {CVE-2025-21839}
- tracing: Fix oob write in trace_seq_to_buffer() (Jeongjun Park) [Orabug: 37976822] {CVE-2025-37923}
- iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57) (Mingcong Bai)
- iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid (Pavel Paklov) [Orabug: 37976837] {CVE-2025-37927}
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski)
- dm-integrity: fix a warning on invalid table line (Mikulas Patocka)
- wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() (Xu Wang) [Orabug: 37977120] {CVE-2025-37990}
- mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe (Ruslan Piasetskyi)
- amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload (Vishal Badole)
- parisc: Fix double SIGFPE crash (Helge Deller) [Orabug: 37977128] {CVE-2025-37991}
- arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (Will Deacon) [Orabug: 38071958] {CVE-2025-37929}
- i2c: imx-lpi2c: Fix clock count when probe defers (Clark Wang)
- EDAC/altera: Set DDR and SDMMC interrupt mask before registration (Niravkumar L Rabara)
- EDAC/altera: Test the correct error reg offset (Niravkumar L Rabara)
- drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill() (Philipp Stanner) [Orabug: 37976851] {CVE-2025-37930}
- ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset (Joachim Priesner)
- LTS version: v5.15.181 (Vijayendra Suman)
- PCI: Release resource invalidated by coalescing (Ross Lagerwall)
- PCI: Fix dropping valid root bus resources with .end = zero (Geert Uytterhoeven)
- PCI: Fix use-after-free in pci_bus_release_domain_nr() (Rob Herring)
- nvme: fixup scan failure for non-ANA multipath controllers (Hannes Reinecke)
- MIPS: cm: Fix warning if MIPS_CM is disabled (Thomas Bogendoerfer)
- xdp: Reset bpf_redirect_info before running a xdp's BPF prog. (Sebastian Andrzej Siewior)
- drm/amd/display: fix double free issue during amdgpu module unload (Tim Huang) [Orabug: 37206238] {CVE-2024-49989}
- net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (Marek Behun)
- net: dsa: mv88e6xxx: enable PVT for 6321 switch (Marek Behun)
- net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (Marek Behun)
- crypto: atmel-sha204a - Set hwrng quality to lowest possible (Marek Behun)
- comedi: jr3_pci: Fix synchronous deletion of timer (Ian Abbott)
- jfs: define xtree root and page independently (Dave Kleikamp)
- md/raid1: Add check for missing source disk in process_checks() (Meir Elisha)
- ubsan: Fix panic from test_ubsan_out_of_bounds (Mostafa Saleh)
- loop: aio inherit the ioprio of original request (Yunlong Xing)
- scsi: pm80xx: Set phy_attached to zero when device is gone (Igor Pylypiv)
- scsi: hisi_sas: Fix I/O errors caused by hardware port ID changes (Xingui Yang)
- ext4: make block validity check resistent to sb bh corruption (Ojaswin Mujoo)
- nvmet-fc: put ref when assoc-&gt;del_work is already scheduled (Daniel Wagner)
- nvmet-fc: take tgtport reference only once (Daniel Wagner)
- x86/bugs: Don't fill RSB on context switch with eIBRS (Josh Poimboeuf)
- x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (Josh Poimboeuf)
- x86/bugs: Use SBPB in write_ibpb() if applicable (Josh Poimboeuf)
- selftests/mincore: Allow read-ahead pages to reach the end of the file (Qiuxu Zhuo)
- objtool: Stop UNRET validation on UD2 (Josh Poimboeuf)
- nvme: re-read ANA log page after ns scan completes (Hannes Reinecke)
- ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls (Jean-Marc Eurin)
- nvme: requeue namespace scan on missed AENs (Hannes Reinecke)
- xen: Change xen-acpi-processor dom0 dependency (Jason Andryuk)
- selftests: ublk: fix test_stripe_04 (Ming Lei)
- udmabuf: fix a buf size overflow issue during udmabuf creation (Xiaogang Chen) [Orabug: 37929938] {CVE-2025-37803}
- KVM: s390: Don't use %pK through tracepoints (Thomas Weissschuh)
- sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP (Oleg Nesterov)
- ntb: reduce stack usage in idt_scan_mws (Arnd Bergmann)
- qibfs: fix _another_ leak (Al Viro) [Orabug: 37977083] {CVE-2025-37983}
- objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler() (Josh Poimboeuf)
- usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() (Chenyuan Yang) [Orabug: 37937503] {CVE-2025-37881}
- usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running (Michal Pecio)
- dmaengine: dmatest: Fix dmatest waiting less when interrupted (Vinicius Costa Gomes)
- sound/virtio: Fix cancel_sync warnings on uninitialized work_structs (John Stultz) [Orabug: 37929953] {CVE-2025-37805}
- usb: dwc3: gadget: Avoid using reserved endpoints on Intel Merrifield (Andy Shevchenko)
- fs/ntfs3: Fix WARNING in ntfs_extend_initialized_size (Edward Adam Davis)
- usb: host: max3421-hcd: Add missing spi_device_id table (Alexander Stein)
- s390/tty: Fix a potential memory leak bug (Haoxiang Li)
- s390/sclp: Add check for get_zeroed_page() (Haoxiang Li) [Orabug: 37937517] {CVE-2025-37883}
- parisc: PDT: Fix missing prototype warning (Yu-Chun Lin)
- clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec() (Heiko Stuebner)
- crypto: null - Use spin lock instead of mutex (Herbert Xu) [Orabug: 37929973] {CVE-2025-37808}
- MIPS: cm: Detect CM quirks from device tree (Gregory Clement)
- USB: wdm: add annotation (Oliver Neukum)
- USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context (Oliver Neukum)
- USB: wdm: close race between wdm_open and wdm_wwan_port_stop (Oliver Neukum) [Orabug: 37977098] {CVE-2025-37985}
- USB: wdm: handle IO errors in wdm_wwan_port_start (Oliver Neukum)
- USB: VLI disk crashes if LPM is used (Oliver Neukum)
- usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive (Miao Li)
- usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive (Miao Li)
- usb: dwc3: gadget: check that event count does not exceed event buffer length (Frode Isaksen) [Orabug: 37929981] {CVE-2025-37810}
- USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02) (Huacai Chen)
- usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling (Fedor Pchelkin)
- usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines (Fedor Pchelkin)
- usb: cdns3: Fix deadlock when using NCM gadget (Ralph Siemsen) [Orabug: 37929988] {CVE-2025-37812}
- USB: serial: simple: add OWON HDS200 series oscilloscope support (Craig Hesling)
- USB: serial: option: add Sierra Wireless EM9291 (Adam Xue)
- USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe (Michael Ehrenreich)
- serial: sifive: lock port in startup()/shutdown() callbacks (Ryo Takakura)
- KVM: x86: Reset IRTE to host control if *new* route isn't postable (Sean Christopherson) [Orabug: 37937535] {CVE-2025-37885}
- mei: me: add panther lake H DID (Alexander Usyskin)
- USB: storage: quirk for ADATA Portable HDD CH94 (Oliver Neukum)
- mcb: fix a double free bug in chameleon_parse_gdd() (Haoxiang Li) [Orabug: 37930000] {CVE-2025-37817}
- KVM: SVM: Allocate IR data using atomic allocation (Sean Christopherson)
- drm/amd/display: Fix gpu reset in multidisplay config (Roman Li)
- net: selftests: initialize TCP header and skb payload with zero (Oleksij Rempel)
- virtio_console: fix missing byte order handling for cols and rows (Halil Pasic)
- iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE (Sean Christopherson)
- net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too (Cong Wang) [Orabug: 37930028] {CVE-2025-37823}
- net_sched: hfsc: Fix a UAF vulnerability in class handling (Cong Wang) [Orabug: 37908484] {CVE-2025-37797}
- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Tung Nguyen) [Orabug: 37930039] {CVE-2025-37824}
- net: phy: leds: fix memory leak (Qingfang Deng) [Orabug: 37977112] {CVE-2025-37989}
- cpufreq: cppc: Fix invalid return value in .get() callback (Marc Zyngier)
- cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() (Henry Martin) [Orabug: 37930051] {CVE-2025-37829}
- cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() (Henry Martin) [Orabug: 37930056] {CVE-2025-37830}
- dma/contiguous: avoid warning about unused size_bytes (Arnd Bergmann)
- drm/msm/a6xx: Fix stale rpmh votes from GPU (Akhil P Oommen)
- drm/msm/a6xx: Avoid gx gbit halt during rpm suspend (Akhil P Oommen)
- drm/msm/a6xx: Handle GMU prepare-slumber hfi failure (Akhil P Oommen)
- drm/msm/a6xx: Improve gpu recovery sequence (Akhil P Oommen)
- string: Add load_unaligned_zeropad() code path to sized_strscpy() (Peter Collingbourne)
- kmsan: disable strscpy() optimization under KMSAN (Alexander Potapenko)
- selftests/mm: generate a temporary mountpoint for cgroup filesystem (Mark Brown)
- ksmbd: Prevent integer overflow in calculation of deadtime (Denis Arefev)
- PCI: Fix reference leak in pci_register_host_bridge() (Ma Ke) [Orabug: 37937272] {CVE-2025-37836}
- PCI: Assign PCI domain IDs by ida_alloc() (Pali Rohar)
- PCI: Coalesce host bridge contiguous apertures (Kai-Heng Feng)
- gpio: tegra186: fix resource handling in ACPI probe path (Guixin Liu)
- cifs: fix integer overflow in match_server() (Roman Smirnov)
- cifs: avoid NULL pointer dereference in dbg call (Alexandra Diupina) [Orabug: 37937310] {CVE-2025-37844}
- cifs: print TIDs as hex (Enzo Matsumiya)
- backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() (Herve Codina) [Orabug: 37901610] {CVE-2025-23144}
- backlight: led_bl: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- iio: adc: ad7768-1: Fix conversion result sign (Sergiu Cuciurean)
- iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary return value check (Jonathan Cameron)
- soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() (Chenyuan Yang) [Orabug: 37901625] {CVE-2025-23148}
- soc: samsung: exynos-chipid: Pass revision reg offsets (Sam Protsenko)
- soc: samsung: exynos-chipid: avoid soc_device_to_device() (Krzysztof Kozlowski)
- net: dsa: mv88e6xxx: fix VTU methods for 6320 family (Marek Behun)
- auxdisplay: hd44780: Fix an API misuse in hd44780.c (Haoxiang Li)
- auxdisplay: hd44780: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- media: streamzap: fix race between device disconnection and urb callback (Murad Masimov) [Orabug: 37844171] {CVE-2025-22027}
- media: streamzap: remove unused struct members (Sean Young)
- media: streamzap: less chatter (Sean Young)
- media: streamzap: no need for usb pid/vid in device name (Sean Young)
- media: streamzap: remove unnecessary ir_raw_event_reset and handle (Sean Young)
- module: sign with sha512 instead of sha1 by default (Thorsten Leemhuis)
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (Luiz Augusto von Dentz) [Orabug: 37252400] {CVE-2024-50125}
- f2fs: Add inline to f2fs_build_fault_attr() stub (Nathan Chancellor)
- pmdomain: ti: Add a null pointer check to the omap_prm_domain_init (Kunwu Chan) [Orabug: 36643315] {CVE-2024-35943}
- f2fs: check validation of fault attrs in f2fs_build_fault_attr() (Chao Yu) [Orabug: 36897956] {CVE-2024-42160}
- mm: fix apply_to_existing_page_range() (Kirill A. Shutemov)
- fs/proc: do_task_stat: use sig-&gt;stats_lock to gather the threads/children stats (Oleg Nesterov) [Orabug: 36530401] {CVE-2024-26686}
- drm/i915/gt: Cleanup partial engine discovery failures (Chris Wilson)
- dm cache: fix flushing uninitialized delayed_work on cache_ctr error (Ming-Hung Tsai) [Orabug: 37298744] {CVE-2024-50280}
- jfs: Fix shift-out-of-bounds in dbDiscardAG (Pei Li) [Orabug: 36993154] {CVE-2024-44938}
- MIPS: ds1287: Match ds1287_set_base_clock() function types (Yuli Wang)
- MIPS: cevt-ds1287: Add missing ds1287.h include (Yuli Wang)
- MIPS: dec: Declare which_prom() as static (Yuli Wang)
- net: defer final 'struct net' free in netns dismantle (Eric Dumazet) [Orabug: 37434229] {CVE-2024-56658}
- scsi: ufs: bsg: Set bsg_queue to NULL after removal (Guixin Liu) [Orabug: 37649536] {CVE-2024-54458}
- openvswitch: fix lockup on tx to unregistering netdev with carrier (Ilya Maximets) [Orabug: 38071902] {CVE-2025-21681}
- net: openvswitch: fix race on port output (Felix Huettner)
- ipvs: properly dereference pe in ip_vs_add_service (Chen Hanxiao) [Orabug: 36964418] {CVE-2024-42322}
- ext4: fix timer use-after-free on failed mount (Xiaxi Shen) [Orabug: 37206114] {CVE-2024-49960}
- blk-iocost: do not WARN if iocg was already offlined (Li Nan) [Orabug: 36683303] {CVE-2024-36908}
- blk-cgroup: support to track if policy is online (Yu Kuai)
- bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers (Hou Tao) [Orabug: 37283326] {CVE-2023-52621}
- bpf: avoid holding freeze_mutex during mmap operation (Andrii Nakryiko) [Orabug: 37702062] {CVE-2025-21853}
- sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers (Qun-Wei Lin) [Orabug: 37388807] {CVE-2024-53128}
- smb: client: fix potential UAF in cifs_stats_proc_show() (Paulo Alcantara) [Orabug: 36642549] {CVE-2024-35867}
- smb: client: fix potential deadlock when releasing mids (Paulo Alcantara) [Orabug: 37283429] {CVE-2023-52757}
- smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open() (Chenxiaosong) [Orabug: 37074481] {CVE-2024-46742}
- smb: client: fix NULL ptr deref in crypto_aead_setkey() (Paulo Alcantara) [Orabug: 38071970] {CVE-2024-53185}
- smb: client: fix UAF in async decryption (Enzo Matsumiya) [Orabug: 37206489] {CVE-2024-50047}
- cifs: Fix UAF in cifs_demultiplex_thread() (Zhang Xiaoxu) [Orabug: 36983926] {CVE-2023-52572}
- smb: client: fix use-after-free bug in cifs_debug_data_proc_show() (Paulo Alcantara)
- ksmbd: fix potencial out-of-bounds when buffer offset is invalid (Namjae Jeon) [Orabug: 36596770] {CVE-2024-26952}
- smb: client: fix potential UAF in cifs_dump_full_key() (Paulo Alcantara) [Orabug: 36642544] {CVE-2024-35866}
- nvmet-fc: Remove unused functions (Yuli Wang)
- landlock: Add the errata interface (Mickael Salaun)
- drm/amdgpu: fix usage slab after free (Vitaly Prosyak) [Orabug: 37433728] {CVE-2024-56551}
- drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing (Srinivasan Shanmugam)
- drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (Srinivasan Shanmugam)
- drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links (Hersen Wu) [Orabug: 37116370] {CVE-2024-46816}
- wifi: ath10k: avoid NULL pointer error during sdio remove (Kang Yang) [Orabug: 37433947] {CVE-2024-56599}
- phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function (Miaoqian Lin)
- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (Nathan Lynch) [Orabug: 37074647] {CVE-2024-46774}
- x86/pvh: Call C code via the kernel virtual mapping (Ard Biesheuvel)
- net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup (Souradeep Chakrabarti) [Orabug: 37074695] {CVE-2024-46784}
- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (Michal Schmidt) [Orabug: 36753377] {CVE-2024-38540}
- phonet/pep: fix racy skb_queue_empty() use (Remi Denis-Courmont) [Orabug: 36642006] {CVE-2024-27402}
- filemap: Fix bounds checking in filemap_read() (Trond Myklebust) [Orabug: 37298710] {CVE-2024-50272}
- net: fix crash when config small gso_max_size/gso_ipv4_max_size (Wang Liang) [Orabug: 37268692] {CVE-2024-50258}
- ipv6: release nexthop on device removal (Paolo Abeni) [Orabug: 37434497] {CVE-2024-56751}
- misc: pci_endpoint_test: Fix 'irq_type' to convey the correct type (Kunihiko Hayashi)
- misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' error (Kunihiko Hayashi)
- misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error (Kunihiko Hayashi) [Orabug: 37901585] {CVE-2025-23140}
- mptcp: sockopt: fix getting IPV6_V6ONLY (Matthieu Baerts)
- kbuild: Add '-fno-builtin-wcslen' (Nathan Chancellor)
- cpufreq: Reference count policy in cpufreq_update_limits() (Rafael J. Wysocki)
- KVM: arm64: Eagerly switch ZCR_EL{1,2} (Mark Rutland)
- KVM: arm64: Calculate cptr_el2 traps on activating traps (Fuad Tabba)
- KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN (Mark Rutland)
- KVM: arm64: Remove host FPSIMD saving for non-protected KVM (Mark Rutland)
- KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (Mark Rutland)
- arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM (Mark Brown)
- arm64/fpsimd: Have KVM explicitly say which FP registers to save (Mark Brown)
- arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE (Mark Brown)
- KVM: arm64: Discard any SVE state when entering KVM guests (Mark Brown)
- KVM: arm64: Always start with clearing SVE flag on load (Marc Zyngier)
- KVM: arm64: Get rid of host SVE tracking/saving (Mark Brown)
- drm/sti: remove duplicate object names (Rolf Eike Beer)
- drm/nouveau: prime: fix ttm_bo_delayed_delete oops (Chris Bainbridge) [Orabug: 37901817] {CVE-2025-37765}
- drm/amdgpu/dma_buf: fix page_link check (Matthew Auld)
- drm/amd/pm/powerplay/hwmgr/vega20_thermal: Prevent division by zero (Denis Arefev) [Orabug: 37901823,37901827,37901830,37901840,37901847] {CVE-2025-37766,CVE-2025-37767,CVE-2025-37768,CVE-2025-37770,CVE-2025-37771}
- drm/amd/pm/swsmu/smu13/smu_v13_0: Prevent division by zero (Denis Arefev) [Orabug: 37901823,37901827,37901830,37901840,37901847] {CVE-2025-37766,CVE-2025-37767,CVE-2025-37768,CVE-2025-37770,CVE-2025-37771}
- drm/amd/pm/powerplay/hwmgr/smu7_thermal: Prevent division by zero (Denis Arefev) [Orabug: 37901823,37901827,37901830,37901840,37901847] {CVE-2025-37766,CVE-2025-37767,CVE-2025-37768,CVE-2025-37770,CVE-2025-37771}
- drm/amd/pm/powerplay: Prevent division by zero (Denis Arefev) [Orabug: 37901823,37901827,37901830,37901840,37901847] {CVE-2025-37766,CVE-2025-37767,CVE-2025-37768,CVE-2025-37770,CVE-2025-37771}
- drm/amd/pm: Prevent division by zero (Denis Arefev) [Orabug: 37901823,37901827,37901830,37901840,37901847] {CVE-2025-37766,CVE-2025-37767,CVE-2025-37768,CVE-2025-37770,CVE-2025-37771}
- drm/repaper: fix integer overflows in repeat functions (Nikita Zhandarovich)
- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR (Kan Liang)
- perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX (Kan Liang)
- perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR (Kan Liang)
- perf/x86/intel: Allow to update user space GPRs from PEBS records (Dapeng Mi)
- virtiofs: add filesystem context source name check (Xiangsheng Hou) [Orabug: 37901854] {CVE-2025-37773}
- tracing: Fix filter string testing (Steven Rostedt)
- riscv: Avoid fortify warning in syscall_get_arguments() (Nathan Chancellor)
- mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable() (Baoquan He)
- loop: LOOP_SET_FD: send uevents for partitions (Thomas Weissschuh)
- loop: properly send KOBJ_CHANGED uevent for disk device (Thomas Weissschuh)
- isofs: Prevent the use of too small fid (Edward Adam Davis) [Orabug: 37901889] {CVE-2025-37780}
- i2c: cros-ec-tunnel: defer probe if parent EC is not present (Thadeu Lima de Souza Cascardo) [Orabug: 37901896] {CVE-2025-37781}
- hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key (Vasiliy Kovalev)
- crypto: caam/qi - Fix drv_ctx refcount bug (Herbert Xu)
- btrfs: correctly escape subvol in btrfs_show_options() (Johannes Kimmel)
- nfs: add missing selections of CONFIG_CRC32 (Eric Biggers)
- nfs: move nfs_fhandle_hash to common include file (Jeff Layton)
- asus-laptop: Fix an uninitialized variable (Denis Arefev)
- ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels (Srinivas Kandagatla)
- ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate (Srinivas Kandagatla)
- writeback: fix false warning in inode_to_wb() (Andreas Gruenbacher)
- riscv: KGDB: Remove '.option norvc/.option rvc' for kgdb_compiled_break (Yuli Wang)
- riscv: KGDB: Do not inline arch_kgdb_breakpoint() (Yuli Wang)
- riscv: Properly export reserved regions in /proc/iomem (Bjorn Topel)
- net: dsa: avoid refcount warnings when ds-&gt;ops-&gt;tag_8021q_vlan_del() fails (Vladimir Oltean)
- net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered (Vladimir Oltean) [Orabug: 37901916] {CVE-2025-37787}
- net: b53: enable BPDU reception for management port (Jonas Gorski)
- cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path (Abdun Nihaal) [Orabug: 37901919] {CVE-2025-37788}
- net: openvswitch: fix nested key length validation in the set() action (Ilya Maximets) [Orabug: 37901922] {CVE-2025-37789}
- net: mctp: Set SOCK_RCU_FREE (Matt Johnston) [Orabug: 37901929] {CVE-2025-37790}
- igc: cleanup PTP module if probe fails (Christopher S Hall)
- igc: handle the IGC_PTP_ENABLED flag correctly (Christopher S Hall)
- igc: move ktime snapshot into PTM retry loop (Christopher S Hall)
- igc: fix PTM cycle trigger logic (Christopher S Hall) [Orabug: 37937458] {CVE-2025-37875}
- Revert 'wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()' (Johannes Berg)
- Bluetooth: l2cap: Check encryption key size on incoming connection (Frederic Danis)
- Bluetooth: btrtl: Prevent potential NULL dereference (Dan Carpenter) [Orabug: 37901933] {CVE-2025-37792}
- Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address (Luiz Augusto von Dentz)
- RDMA/core: Silence oversized kvmalloc() warning (Shay Drory) [Orabug: 37937427] {CVE-2025-37867}
- RDMA/hns: Fix wrong maximum DMA segment size (Chengchang Tang)
- RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() (Yue Haibing)
- md/raid10: fix missing discard IO accounting (Yu Kuai)
- scsi: iscsi: Fix missing scsi_host_put() in error path (Miaoqian Lin)
- wifi: wl1251: fix memory leak in wl1251_tx_work (Abdun Nihaal) [Orabug: 37977075] {CVE-2025-37982}
- wifi: mac80211: Purge vif txq in ieee80211_do_stop() (Remi Pommarel) [Orabug: 37901939] {CVE-2025-37794}
- wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue() (Remi Pommarel)
- wifi: at76c50x: fix use after free access in at76_disconnect (Abdun Nihaal) [Orabug: 37901952] {CVE-2025-37796}
- scsi: hisi_sas: Enable force phy when SATA disk directly connected (Xingui Yang)
- scsi: libsas: Add struct sas_tmf_task (John Garry)
- scsi: libsas: Delete lldd_clear_aca callback (John Garry)
- scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internal (John Garry)
- scsi: hisi_sas: Factor out task prep and delivery code (John Garry)
- scsi: hisi_sas: Pass abort structure for internal abort (John Garry)
- scsi: hisi_sas: Start delivery hisi_sas_task_exec() directly (John Garry)
- Bluetooth: hci_uart: Fix another race during initialization (Arseniy Krasnov)
- x86/e820: Fix handling of subpage regions when calculating nosave ranges in e820__register_nosave_regions() (Myrrh Periwinkle)
- ACPI: platform-profile: Fix CFI violation when accessing sysfs files (Nathan Chancellor)
- arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() lists (Douglas Anderson)
- HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition (Kaixin Wang) [Orabug: 37855340] {CVE-2025-37838}
- pinctrl: qcom: Clear latched interrupt status when changing IRQ type (Stephan Gerhold)
- PCI: Fix reference leak in pci_alloc_child_bus() (Ma Ke)
- PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe() (Stanimir Varbanov)
- of/irq: Fix device node refcount leakages in of_irq_init() (Zijun Hu)
- of/irq: Fix device node refcount leakage in API irq_of_parse_and_map() (Zijun Hu)
- of/irq: Fix device node refcount leakages in of_irq_count() (Zijun Hu)
- ntb: use 64-bit arithmetic for the MSI doorbell mask (Fedor Pchelkin)
- gpio: zynq: Fix wakeup source leaks on device unbind (Krzysztof Kozlowski)
- ftrace: Add cond_resched() to ftrace_graph_set_hash() (Zhoumin) [Orabug: 37976892] {CVE-2025-37940}
- dm-integrity: set ti-&gt;error on memory allocation failure (Mikulas Patocka)
- crypto: ccp - Fix check for the primary ASP device (Tom Lendacky)
- thermal/drivers/rockchip: Add missing rk3328 mapping entry (Trevor Woerner)
- sctp: detect and prevent references to a freed transport in sendmsg (Ricardo Canuelo Navarro) [Orabug: 37901596] {CVE-2025-23142}
- mm/hwpoison: do not send SIGBUS to processes with recovered clean pages (Shuai Xue)
- mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock (Mathieu Desnoyers)
- sparc/mm: disable preemption in lazy mmu mode (Ryan Roberts)
- arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string (Chen-Yu Tsai)
- mtd: rawnand: Add status chack in r852_ready() (Xu Wang)
- mtd: inftlcore: Add error check for inftl_read_oob() (Xu Wang) [Orabug: 37976719] {CVE-2025-37892}
- mptcp: only inc MPJoinAckHMacFailure for HMAC failures (Matthieu Baerts)
- mptcp: fix NULL pointer in can_accept_new_subflow (Gang Yan) [Orabug: 37901614] {CVE-2025-23145}
- lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets (T Pratham)
- locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class() (Boqun Feng)
- mfd: ene-kb3930: Fix a potential NULL pointer dereference (Chenyuan Yang) [Orabug: 37901617] {CVE-2025-23146}
- jbd2: remove wrong sb-&gt;s_sequence check (Jan Kara) [Orabug: 37937282] {CVE-2025-37839}
- i3c: Add NULL pointer check in i3c_master_queue_ibi() (Manjunatha Venkatesh) [Orabug: 37901621] {CVE-2025-23147}
- i3c: master: svc: Use readsb helper for reading MDB (Stanley Chu)
- vdpa/mlx5: Fix oversized null mkey longer than 32bit (Si-Wei Liu)
- ext4: fix off-by-one error in do_split (Artem Sadovnikov) [Orabug: 37901630] {CVE-2025-23150}
- bus: mhi: host: Fix race between unprepare and queue_buf (Jeffrey Hugo) [Orabug: 37901637] {CVE-2025-23151}
- ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path (Alexey Klimov)
- wifi: mac80211: fix integer overflow in hwmp_route_info_get() (Gavrilov Ilia)
- wifi: mt76: Add check for devm_kstrdup() (Haoxiang Li)
- clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeup (Alexandre Torgue)
- mtd: Replace kcalloc() with devm_kcalloc() (Jiasheng Jiang)
- net: dsa: mv88e6xxx: workaround RGMII transmit delay erratum for 6320 family (Marek Behun)
- mtd: Add check for devm_kcalloc() (Jiasheng Jiang)
- media: venus: hfi_parser: refactor hfi packet parsing logic (Vikash Garodia) [Orabug: 37901647] {CVE-2025-23156}
- media: venus: hfi_parser: add check to avoid out of bound access (Vikash Garodia) [Orabug: 37901652] {CVE-2025-23157}
- media: i2c: ov7251: Introduce 1 ms delay between regulators and en GPIO (Sakari Ailus)
- media: i2c: ov7251: Set enable GPIO low in probe (Sakari Ailus)
- media: i2c: ccs: Set the device's runtime PM status correctly in probe (Sakari Ailus)
- media: i2c: ccs: Set the device's runtime PM status correctly in remove (Sakari Ailus)
- media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf() (Karina Yankevich)
- media: streamzap: prevent processing IR data on URB failure (Murad Masimov)
- mtd: rawnand: brcmnand: fix PM resume warning (Kamal Dasu) [Orabug: 37937291] {CVE-2025-37840}
- spi: cadence-qspi: Fix probe on AM62A LP SK (Miquel Raynal)
- arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe list (Douglas Anderson)
- arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB (Douglas Anderson)
- arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (Douglas Anderson)
- arm64: cputype: Add MIDR_CORTEX_A76AE (Douglas Anderson)
- xenfs/xensyms: respect hypervisor's 'next' indication (Jan Beulich)
- media: siano: Fix error handling in smsdvb_module_init() (Yuan Can)
- media: vim2m: print device name after registering device (Matthew Majewski)
- media: venus: hfi: add check to handle incorrect queue size (Vikash Garodia) [Orabug: 37901656] {CVE-2025-23158}
- media: venus: hfi: add a check to handle OOB in sfr region (Vikash Garodia) [Orabug: 37901661] {CVE-2025-23159}
- media: i2c: adv748x: Fix test pattern selection mask (Niklas Soderlund)
- ext4: don't treat fhandle lookup of ea_inode as FS corruption (Jann Horn)
- bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags (Willem de Bruijn)
- bpf: Add endian modifiers to fix endian warnings (Ben Dooks)
- pwm: fsl-ftm: Handle clk_get_rate() returning 0 (Uwe Kleine-Konig)
- pwm: rcar: Improve register calculation (Uwe Kleine-Konig)
- pwm: rcar: Simplify multiplication/shift logic (Geert Uytterhoeven)
- pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() (Josh Poimboeuf) [Orabug: 37937328] {CVE-2025-37850}
- ktest: Fix Test Failures Due to Missing LOG_FILE Directories (Ayush Jain)
- fbdev: omapfb: Add 'plane' value check (Leonid Arapov)
- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Ryo Takakura) [Orabug: 37901667] {CVE-2025-23161}
- drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/off (AngeloGioacchino Del Regno)
- drm/amdkfd: Fix pqm_destroy_queue race with GPU reset (Philip Yang)
- drm/amdkfd: clamp queue size to minimum (David Yat Sin)
- drivers: base: devres: Allow to release group on device release (Lucas De Marchi)
- drm/bridge: panel: forbid initializing a panel with unknown connector type (Luca Ceresoli)
- drm: panel-orientation-quirks: Add new quirk for GPD Win 2 (Andrew Wyatt)
- drm: panel-orientation-quirks: Add support for AYANEO 2S (Andrew Wyatt)
- drm/amd/display: Update Cursor request mode to the beginning prefetch always (Zhikai Zhai)
- drm: allow encoder mode_set even when connectors change for crtc (Abhinav Kumar)
- Bluetooth: hci_uart: fix race during initialization (Arseniy Krasnov)
- tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER (Gabriele Paoloni)
- net: vlan: don't propagate flags on open (Stanislav Fomichev) [Orabug: 37901683] {CVE-2025-23163}
- wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table (Icenowy Zheng)
- scsi: st: Fix array overflow in st_setup() (Kai Makisara) [Orabug: 37937378] {CVE-2025-37857}
- ext4: ignore xattrs past end (Bhupesh) [Orabug: 37901690] {CVE-2025-37738}
- ext4: protect ext4_release_dquot against freezing (Ojaswin Mujoo)
- ahci: add PCI ID for Marvell 88SE9215 SATA Controller (Daniel Kral)
- f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() (Chao Yu) [Orabug: 37901700] {CVE-2025-37739}
- ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO mode (Niklas Cassel)
- jfs: add sanity check for agwidth in dbMount (Edward Adam Davis) [Orabug: 37901706] {CVE-2025-37740}
- jfs: Prevent copying of nlink with value 0 from disk inode (Edward Adam Davis) [Orabug: 37901715] {CVE-2025-37741}
- fs/jfs: Prevent integer overflow in AG size calculation (Rand Deeb) [Orabug: 37937386] {CVE-2025-37858}
- fs/jfs: cast inactags to s64 to prevent potential overflow (Rand Deeb)
- jfs: Fix uninit-value access of imap allocated in the diMount() function (Zhongqiu Han) [Orabug: 37901723] {CVE-2025-37742}
- page_pool: avoid infinite loop to schedule delayed worker (Jason Xing) [Orabug: 37937394] {CVE-2025-37859}
- ALSA: usb-audio: Fix CME quirk for UF series keyboards (Ricard Wanderlof)
- ASoC: fsl_audmix: register card device depends on 'dais' property (Shengjiu Wang)
- ALSA: hda: intel: Fix Optimus when GPU has no sound (Maxim Mikityanskiy)
- HID: pidff: Fix null pointer dereference in pidff_find_fields (Tomasz Pakula) [Orabug: 37937409] {CVE-2025-37862}
- HID: pidff: Do not send effect envelope if it's empty (Tomasz Pakula)
- HID: pidff: Convert infinite length from Linux API to PID standard (Tomasz Pakula)
- xen/mcelog: Add __nonstring annotations for unterminated strings (Kees Cook)
- arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD (Douglas Anderson)
- perf: arm_pmu: Don't disable counter in armpmu_add() (Mark Rutland)
- x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine (Max Grobecker)
- pm: cpupower: bench: Prevent NULL dereference on malloc failure (Zhongqiu Han) [Orabug: 37937296] {CVE-2025-37841}
- umount: Allow superblock owners to force umount (Trond Myklebust)
- nft_set_pipapo: fix incorrect avx2 match of 5th field octet (Florian Westphal)
- net: ppp: Add bound checking for skb data on ppp_sync_txmung (Arnaud Lecomte) [Orabug: 37901765] {CVE-2025-37749}
- nvmet-fcloop: swap list_add_tail arguments (Daniel Wagner)
- ata: sata_sx4: Add error handling in pdc20621_i2c_read() (Xu Wang)
- ata: sata_sx4: Drop pointless VPRINTK() calls and convert the remaining ones (Hannes Reinecke)
- net: ethtool: Don't call .cleanup_data when prepare_data fails (Maxime Chevallier)
- net: tls: explicitly disallow disconnect (Jakub Kicinski) [Orabug: 37901782] {CVE-2025-37756}
- tipc: fix memory leak in tipc_link_xmit (Tung Nguyen) [Orabug: 37901789] {CVE-2025-37757}
- ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() (Henry Martin) [Orabug: 37901795] {CVE-2025-37758}

[5.15.0-310.180.1]
- uek-rpm: Enable CONFIG_ACPI_THERMAL and other ACPI config for Bluefield 3 (Thomas Tai) [Orabug: 38007368]
- dt-bindings: trivial-devices: add onnn,adt7462 (Chanh Nguyen) [Orabug: 38006900]
- mailbox: pcc: Check before sending MCTP PCC response ACK (Adam Young) [Orabug: 38006900]
- media: dt-bindings: Add OV5642 (Fabio Estevam) [Orabug: 38006900]
- hwmon: (xgene) Migrate to use generic PCC shmem related macros (Sudeep Holla) [Orabug: 38006900]
- i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros (Sudeep Holla) [Orabug: 38006900]
- ACPI: PCC: Add PCC shared memory region command and status bitfields (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Support shared interrupt for multiple subspaces (Huisong Li) [Orabug: 38006900]
- mailbox: pcc: Add support for platform notification handling (Huisong Li) [Orabug: 38006900]
- mailbox: pcc: Use mbox_bind_client (Elliot Berman) [Orabug: 38006900]
- mailbox: omap: Use mbox_bind_client (Elliot Berman) [Orabug: 38006900]
- mailbox: Allow direct registration to a channel (Elliot Berman) [Orabug: 38006900]
- mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failure (Huisong Li) [Orabug: 38006900]
- mailbox: pcc: Fix spelling mistake 'Plaform' -&gt; 'Platform' (Colin Ian King) [Orabug: 38006900]
- mailbox: pcc: Fix an invalid-load caught by the address sanitizer (Mario Limonciello) [Orabug: 38006900]
- mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Avoid using the uninitialized variable 'dev' (Sudeep Holla) [Orabug: 38006900]
- ACPI/PCC: Add maintainer for PCC mailbox driver (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4) (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Drop handling invalid bit-width in {read,write}_register (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Add PCC register bundle and associated accessor functions (Sudeep Holla) [Orabug: 38006900]
- mailbox: pcc: Rename doorbell ack to platform interrupt ack register (Sudeep Holla) [Orabug: 38006900]
- uek-rpm: Enable CONFIG_VITESSE_PHY for Bluefield 3 (Thomas Tai) [Orabug: 37985802]
- x86/its: Fix build errors when CONFIG_MODULES=n (Eric Biggers) [Orabug: 37970165]
- x86/its: Use dynamic thunks for indirect branches (Peter Zijlstra) [Orabug: 37970165]
- x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc() (Thomas Gleixner) [Orabug: 37970165]
- uek-rpm/config-aarch64: Enable BT_HCIUART_BCM for RPi Bluetooth (Vijay Kumar) [Orabug: 37960844]
- x86/its: its_native_only bug is not correctly reported (Alexandre Chartre) [Orabug: 37960160]
- RDMA/mlx5: Fix CC counters query for MPV (Patrisious Haddad) [Orabug: 37358844]
- amd_hsmp: Increase the SMU timeout to 500ms (Vijay Kumar) [Orabug: 37266677]
- bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags (Alan Maguire) [Orabug: 36699198]

[5.15.0-309.180.4]
- nvme: unblock ctrl state transition for firmware update (Daniel Wagner)
- nfsd: decrease sc_count directly if fail to queue dl_recall (Li Lingfeng) [Orabug: 37938121] {CVE-2025-37871}
- cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS (Rafael J. Wysocki)
- ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() (Luoxuanqiang) [Orabug: 37976780] {CVE-2025-37912}
- usb: chipidea: ci_hdrc_imx: fix usbmisc handling (Fedor Pchelkin) [Orabug: 37938106] {CVE-2025-37811}
- Revert 'PCI: Avoid reset when disabled via sysfs' (Alex Williamson)
- uek-rpm: CONFIG_PTP_1588_CLOCK_OCP enable for OCI (Vijayendra Suman) [Orabug: 37777354]
- ptp: ocp: let ptp core report driver name instead of the drivers (Vijayendra Suman) [Orabug: 37777354]
- ptp: ocp: Add .getmaxphase ptp_clock_info callback (Rahul Rameshbabu) [Orabug: 37777354]
- ptp: ocp: remove flash image header check fallback (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: expose config and temperature for ART card (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: add serial port of mRO50 MAC on ART card (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: add Orolia timecard support (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: upgrade serial line information (Vadim Fedorenko) [Orabug: 37777354]
- ] ptp: ocp: remove symlink for second GNSS (Vadim Fedorenko) [Orabug: 37777354]
- ptp_ocp: use device_find_any_child() instead of custom approach (Andy Shevchenko) [Orabug: 37777354]
- ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x) (Andy Shevchenko) [Orabug: 37777354]
- ptp_ocp: do not call pci_set_drvdata(pdev, NULL) (Andy Shevchenko) [Orabug: 37777354]
- ptp_ocp: drop duplicate NULL check in ptp_ocp_detach() (Andy Shevchenko) [Orabug: 37777354]
- ptp_ocp: use bits.h macros for all masks (Andy Shevchenko) [Orabug: 37777354]
- ptp: ocp: Add firmware header checks (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: fix PPS source selector debugfs reporting (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: add .init function for sma_op vector (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: vectorize the sma accessor functions (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: constify selectors (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: parameterize input/output sma selectors (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: revise firmware display (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: add Celestica timecard PCI ids (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: Remove #ifdefs around PCI IDs (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: 32-bit fixups for pci start address (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: change sysfs attr group handling (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: have adjtime handle negative delta_ns correctly (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Use DIV64_U64_ROUND_UP for rounding. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: handle error from nvmem_device_find (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: use snprintf() in ptp_ocp_verify() (Dan Carpenter) [Orabug: 37777354]
- ptp: ocp: Make debugfs variables the correct bitwidth (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Fix PTP_PF_* verification requests (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add 2 more timestampers (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add 4 frequency counters (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add signal generators and update sysfs nodes (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add firmware capability bits for feature gating (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add GND and VCC output selectors (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Rename output selector 'GNSS' to 'GNSS1' (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add ability to disable input selectors. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add support for selectable SMA directions. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Update devlink firmware display path. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: add nvmem interface for accessing eeprom (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: correct label for error path (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: off by in in ptp_ocp_tod_gnss_name() (Dan Carpenter) [Orabug: 37777354]
- ptp: ocp: Add serial port information to the debug summary (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: adjust utc_tai_offset to TOD info (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: add tod_correction attribute (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: Expose clock status drift and offset (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: add TOD debug information (Vadim Fedorenko) [Orabug: 37777354]
- ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Move devlink registration to be last devlink command (Leon Romanovsky) [Orabug: 37777354]
- ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() (Nathan Chancellor) [Orabug: 37777354]
- ptp: ocp: Add timestamp window adjustment (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Have FPGA fold in ns adjustment for adjtime. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Enable 4th timestamper / PPS generator (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add second GNSS device (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add NMEA output (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add debugfs entry for timecard (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Separate the init and info logic (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add sysfs attribute utc_tai_offset (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add IRIG-B output mode control (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add IRIG-B and DCF blocks (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add SMA selector and controls (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Add third timestamper (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Report error if resource registration fails. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Skip resources with out of range irqs (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Skip I2C flash read when there is no controller. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: Parameterize the TOD information display. (Jonathan Lemon) [Orabug: 37777354]
- ptp: ocp: parameterize the i2c driver used (Jonathan Lemon) [Orabug: 37777354]
- vhost-scsi: log event queue write descriptors (Dongli Zhang) [Orabug: 37884058]
- vhost-scsi: log control queue write descriptors (Dongli Zhang) [Orabug: 37884058]
- vhost-scsi: log I/O queue write descriptors (Dongli Zhang) [Orabug: 37884058]
- vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors (Dongli Zhang) [Orabug: 37884058]
- vhost: modify vhost_log_write() for broader users (Dongli Zhang) [Orabug: 37884058]
- mm: make page_mapped_in_vma() hugetlb walk aware (Jane Chu) [Orabug: 37956589]
- mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk (Zhenwei Pi) [Orabug: 37956589]
- ext4: update the backup superblock's at the end of the online resize (Theodore Ts'O) [Orabug: 37356729]
- gve: ignore nonrelevant GSO type bits when processing TSO headers (Joshua Washington) [Orabug: 37356729]
- gve: update gve.rst (Rushil Gupta) [Orabug: 37356729]
- gve: RX path for DQO-QPL (Rushil Gupta) [Orabug: 37356729]
- gve: Tx path for DQO-QPL (Rushil Gupta) [Orabug: 37356729]
- gve: Control path for DQO-QPL (Rushil Gupta) [Orabug: 37356729]
- gve: Fix gve interrupt names (Praveen Kaligineedi) [Orabug: 37356729]
- gve: Handle alternate miss completions (Jeroen de Borst) [Orabug: 37356729]
- gve: Adding a new AdminQ command to verify driver (Jeroen de Borst) [Orabug: 37356729]
- gve: Fix error return code in gve_prefill_rx_pages() (Yang Yingliang) [Orabug: 37356729]
- gve: Reduce alloc and copy costs in the GQ rx path (Shailend Chand) [Orabug: 37356729]
- google/gve:fix repeated words in comments (Jilin Yuan) [Orabug: 37356729]
- gve: Fix spelling mistake 'droping' -&gt; 'dropping' (Colin Ian King) [Orabug: 37356729]
- gve: enhance no queue page list detection (Haiyue Wang) [Orabug: 37356729]
- gve: Recording rx queue before sending to napi (Tao Liu) [Orabug: 37356729]
- ext4: add ioctls to get/set the ext4 superblock uuid (Jeremy Bongio) [Orabug: 37356729]
- ext4: implement support for get/set fs label (Lukas Czerner) [Orabug: 37356729]
- gve: Add tx|rx-coalesce-usec for DQO (Tao Liu) [Orabug: 37356729]
- gve: Add consumed counts to ethtool stats (Jordan Kim) [Orabug: 37356729]
- gve: Implement suspend/resume/shutdown (Catherine Sullivan) [Orabug: 37356729]
- gve: Add optional metadata descriptor type GVE_TXD_MTD (Willem de Bruijn) [Orabug: 37356729]
- gve: remove memory barrier around seqno (Catherine Sullivan) [Orabug: 37356729]
- gve: Update gve_free_queue_page_list signature (Catherine Sullivan) [Orabug: 37356729]
- gve: Move the irq db indexes out of the ntfy block struct (Catherine Sullivan) [Orabug: 37356729]
- gve: Correct order of processing device options (Jeroen de Borst) [Orabug: 37356729]
- gve: fix for null pointer dereference. (Ameer Hamza) [Orabug: 37356729]
- gve: fix unmatched u64_stats_update_end() (Dan Carpenter) [Orabug: 37356729]
- gve: Add a jumbo-frame device option. (Shailend Chand) [Orabug: 37356729]
- gve: Implement packet continuation for RX. (David Awogbemila) [Orabug: 37356729]
- gve: Allow pageflips on larger pages (Jordan Kim) [Orabug: 37356729]
- gve: Add netif_set_xps_queue call (Catherine Sullivan) [Orabug: 37356729]
- gve: Do lazy cleanup in TX path (Tao Liu) [Orabug: 37356729]
- gve: Add rx buffer pagecnt bias (Catherine Sullivan) [Orabug: 37356729]
- gve: Switch to use napi_complete_done (Yanchun Fu) [Orabug: 37356729]
- gve: Use kvcalloc() instead of kvzalloc() (Gustavo A R Silva) [Orabug: 37356729]
- selftests/net: optmem_max became per netns (Eric Dumazet) [Orabug: 37356732]
- tcp: derive delack_max with tcp_rto_min helper (Kevin Yang) [Orabug: 37356732]
- tcp: derive delack_max from rto_min (Eric Dumazet) [Orabug: 37356732]
- tcp: add sysctl_tcp_rto_min_us (Kevin Yang) [Orabug: 37356732]
- tcp: constify tcp_rto_min() and tcp_rto_min_us() argument (Eric Dumazet) [Orabug: 37356732]
- net: constify sk_dst_get() and __sk_dst_get() argument (Eric Dumazet) [Orabug: 37356732]
- net: Namespace-ify sysctl_optmem_max (Eric Dumazet) [Orabug: 37356732]
- net: increase optmem_max default value (Eric Dumazet) [Orabug: 37356732]
- net: phy: dp83867: Fix SGMII FIFO depth for non OF devices (Michael Sit Wei Hong) [Orabug: 37670821]
- net: phy: dp83867: fix get nvmem cell fail (Nikita Shubin) [Orabug: 37670821]
- net: phy: dp83867: implement support for io_impedance_ctrl nvmem cell (Rasmus Villemoes) [Orabug: 37670821]
- net: phy: constify netdev-&gt;dev_addr references (Jakub Kicinski) [Orabug: 37670821]
- net: phy: dp83867: introduce critical chip default init for non-of platform (Lay, Kuan Loon) [Orabug: 37670821]
- RDS: use pin_user_pages_fast() (Stephen Brennan) [Orabug: 37872748]
- uek-rpm: Reduce the size of the Bluefield 3 kernel (Henry Willard) [Orabug: 37910874]
- uek-rpm: Make sure dtb directory exists for emb3. (Henry Willard) [Orabug: 37910874]
- uek-rpm: Move the gve kernel module from extra to kernel-uek-core (Samasth Norway Ananda) [Orabug: 37940898]
- platform/mellanox: mlxbf-pmc: Support additional PMC blocks (Shravan Kumar Ramani) [Orabug: 37955981]
- mlxbf-bootctl: use sysfs_emit_at() in secure_boot_fuse_state_show() (David Thompson) [Orabug: 37955981,37989158] {CVE-2025-37866}
- mlxbf-bootctl: Support sysfs entries for RTC battery status (Xiangrong Li) [Orabug: 37955981]
- platform/mellanox: mlxbf-bootctl: use sysfs_emit() instead of sprintf() (Ai Chao) [Orabug: 37955981]
- drivers/platform/mellanox: Convert snprintf to sysfs_emit (Li Zhijian) [Orabug: 37955981]
- certs: Add new Oracle Linux Driver Signing (key 1) certificate (Sherry Yang) [Orabug: 37967553]

[5.15.0-309.180.3]
- net/mlx5: Reclaim max 50K pages at once (Anand Khoje) [Orabug: 36933755]
- x86/sev: Fix position dependent variable references in startup code (Ard Biesheuvel) [Orabug: 37356711]
- x86/PCI: Export find_cap() to be used in early PCI code (Rayan Dasoriya) [Orabug: 37356711]
- x86/quirks: Scan all busses for early PCI quirks (Rayan Dasoriya) [Orabug: 37356711]
- x86/quirks: Add parameter to clear MSIs early on boot (Rayan Dasoriya) [Orabug: 37356711]
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (Vasant Hegde) [Orabug: 37356711]
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (Vasant Hegde) [Orabug: 37356711]
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (Vasant Hegde) [Orabug: 37356711]
- iommu/amd: Use put_pages_list (Matthew Wilcox) [Orabug: 37356711]
- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (Steve Rutherford) [Orabug: 37356711]
- iommu/amd: Simplify pagetable freeing (Robin Murphy) [Orabug: 37356711]
- x86/kvm: Add kexec support for SEV Live Migration. (Ashish Kalra) [Orabug: 37356711]
- nfsd: allow layout state to be admin-revoked. (Neil Brown) [Orabug: 37644985]
- nfsd: allow delegation state ids to be revoked and then freed (Neil Brown) [Orabug: 37644985]
- nfsd: allow open state ids to be revoked and then freed (Neil Brown) [Orabug: 37644985]
- nfsd: allow lock state ids to be revoked and then freed (Neil Brown) [Orabug: 37644985]
- nfsd: allow admin-revoked NFSv4.0 state to be freed. (Neil Brown) [Orabug: 37644985]
- nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke (Neil Brown) [Orabug: 37644985]
- nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states (Neil Brown) [Orabug: 37644985]
- nfsd: prepare for supporting admin-revocation of state (Neil Brown) [Orabug: 37644985]
- nfsd: split sc_status out of sc_type (Neil Brown) [Orabug: 37644985]
- nfsd: remove stale comment in nfs4_show_deleg() (Neil Brown) [Orabug: 37644985]
- nfsd: avoid race after unhash_delegation_locked() (Neil Brown) [Orabug: 37644985]
- nfsd: don't call functions with side-effecting inside WARN_ON() (Neil Brown) [Orabug: 37644985]
- NFSD: Add nfsd_seq4_status trace event (Chuck Lever) [Orabug: 37644985]
- NFSD: Clean up nfsd4_encode_layoutreturn() (Chuck Lever) [Orabug: 37644985]
- NFSD: Make @lgp parameter of -&gt;encode_layoutget a const pointer (Chuck Lever) [Orabug: 37644985]
- NFSD: Clean up nfsd4_encode_stateid() (Chuck Lever) [Orabug: 37644985]
- NFSD: Add simple u32, u64, and bool encoders (Chuck Lever) [Orabug: 37644985]
- NFSD: Add encoders for NFSv4 clientids and verifiers (Chuck Lever) [Orabug: 37644985]
- nfsd: add some kerneldoc comments for stateid preprocessing functions (Jeff Layton) [Orabug: 37644985]
- nfsd: eliminate find_deleg_file_locked (Jeff Layton) [Orabug: 37644985]
- nfsd: fix potential race in nfs4_find_file (Jeff Layton) [Orabug: 37644985]
- vhost-scsi: Fix vhost_scsi_send_status() (Dongli Zhang) [Orabug: 37840544]
- vhost-scsi: Fix vhost_scsi_send_bad_target() (Dongli Zhang) [Orabug: 37840544]
- vhost-scsi: protect vq-&gt;log_used with vq-&gt;mutex (Dongli Zhang) [Orabug: 37840544,38095126] {CVE-2025-38074}
- vhost-scsi: Reduce response iov mem use (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Allocate iov_iter used for unaligned copies when needed (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Stop duplicating se_cmd fields (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Dynamically allocate scatterlists (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Return queue full for page alloc failures during copy (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Add better resource allocation failure handling (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Allocate T10 PI structs only when enabled (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Reduce mem use by moving upages to per queue (Mike Christie) [Orabug: 37840544]
- scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp (Mike Christie) [Orabug: 37840544]
- scsi: target: Perform ALUA group changes in one step (Mike Christie) [Orabug: 37840544]
- scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path (Mike Christie) [Orabug: 37840544]
- scsi: target: Fix write perf due to unneeded throttling (Mike Christie) [Orabug: 37840544]
- vhost scsi: Allow user to control num virtqueues (Mike Christie) [Orabug: 37840544]
- vhost-scsi: Rename vhost_scsi_iov_to_sgl (Mike Christie) [Orabug: 37840544]
- vhost-scsi: unbreak any layout for response (Jason Wang) [Orabug: 37840544]
- Revert 'vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex' (Mike Christie) [Orabug: 37840544]
- Revert 'vhost_scsi: log write descriptors' (Mike Christie) [Orabug: 37840544]
- x86/bugs: Enabling Retbleed and SRSO mitigation can taint the kernel (Alexandre Chartre) [Orabug: 37945824]
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (Pawan Gupta) [Orabug: 37945831]
- x86/bpf: Add IBHF call at end of classic BPF (Daniel Sneddon) [Orabug: 37945831]
- x86/bpf: Call branch history clearing sequence on exit (Daniel Sneddon) [Orabug: 37945831]
- selftest/x86/bugs: Add selftests for ITS (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Align RETs in BHB clear sequence to avoid thunking (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Add 'vmexit' option to skip mitigation on some CPUs (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Enable Indirect Target Selection mitigation (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Add support for ITS-safe return thunk (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Add support for ITS-safe indirect thunk (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/its: Enumerate Indirect Target Selection (ITS) bug (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- Documentation: x86/bugs/its: Add ITS documentation (Pawan Gupta) [Orabug: 37945842] {CVE-2024-28956}
- x86/alternatives: Remove faulty optimization (Josh Poimboeuf) [Orabug: 37945842] {CVE-2024-28956}
- x86/alternative: Optimize returns patching (Borislav Petkov) [Orabug: 37945842] {CVE-2024-28956}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20470.html" type="self" title="ELSA-2025-20470" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52572.html" id="CVE-2023-52572" type="cve" title="CVE-2023-52572" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52621.html" id="CVE-2023-52621" type="cve" title="CVE-2023-52621" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52757.html" id="CVE-2023-52757" type="cve" title="CVE-2023-52757" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26686.html" id="CVE-2024-26686" type="cve" title="CVE-2024-26686" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26739.html" id="CVE-2024-26739" type="cve" title="CVE-2024-26739" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26952.html" id="CVE-2024-26952" type="cve" title="CVE-2024-26952" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-27402.html" id="CVE-2024-27402" type="cve" title="CVE-2024-27402" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35790.html" id="CVE-2024-35790" type="cve" title="CVE-2024-35790" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35866.html" id="CVE-2024-35866" type="cve" title="CVE-2024-35866" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35867.html" id="CVE-2024-35867" type="cve" title="CVE-2024-35867" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35943.html" id="CVE-2024-35943" type="cve" title="CVE-2024-35943" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36350.html" id="CVE-2024-36350" type="cve" title="CVE-2024-36350" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36357.html" id="CVE-2024-36357" type="cve" title="CVE-2024-36357" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36908.html" id="CVE-2024-36908" type="cve" title="CVE-2024-36908" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38540.html" id="CVE-2024-38540" type="cve" title="CVE-2024-38540" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38541.html" id="CVE-2024-38541" type="cve" title="CVE-2024-38541" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42160.html" id="CVE-2024-42160" type="cve" title="CVE-2024-42160" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42322.html" id="CVE-2024-42322" type="cve" title="CVE-2024-42322" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44938.html" id="CVE-2024-44938" type="cve" title="CVE-2024-44938" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46742.html" id="CVE-2024-46742" type="cve" title="CVE-2024-46742" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46751.html" id="CVE-2024-46751" type="cve" title="CVE-2024-46751" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46774.html" id="CVE-2024-46774" type="cve" title="CVE-2024-46774" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46784.html" id="CVE-2024-46784" type="cve" title="CVE-2024-46784" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46816.html" id="CVE-2024-46816" type="cve" title="CVE-2024-46816" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49960.html" id="CVE-2024-49960" type="cve" title="CVE-2024-49960" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49989.html" id="CVE-2024-49989" type="cve" title="CVE-2024-49989" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50047.html" id="CVE-2024-50047" type="cve" title="CVE-2024-50047" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50125.html" id="CVE-2024-50125" type="cve" title="CVE-2024-50125" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50258.html" id="CVE-2024-50258" type="cve" title="CVE-2024-50258" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50272.html" id="CVE-2024-50272" type="cve" title="CVE-2024-50272" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50280.html" id="CVE-2024-50280" type="cve" title="CVE-2024-50280" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53128.html" id="CVE-2024-53128" type="cve" title="CVE-2024-53128" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53185.html" id="CVE-2024-53185" type="cve" title="CVE-2024-53185" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53203.html" id="CVE-2024-53203" type="cve" title="CVE-2024-53203" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-54458.html" id="CVE-2024-54458" type="cve" title="CVE-2024-54458" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56551.html" id="CVE-2024-56551" type="cve" title="CVE-2024-56551" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56599.html" id="CVE-2024-56599" type="cve" title="CVE-2024-56599" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56655.html" id="CVE-2024-56655" type="cve" title="CVE-2024-56655" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56658.html" id="CVE-2024-56658" type="cve" title="CVE-2024-56658" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56751.html" id="CVE-2024-56751" type="cve" title="CVE-2024-56751" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-21681.html" id="CVE-2025-21681" type="cve" title="CVE-2025-21681" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-21839.html" id="CVE-2025-21839" type="cve" title="CVE-2025-21839" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-21853.html" id="CVE-2025-21853" type="cve" title="CVE-2025-21853" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22027.html" id="CVE-2025-22027" type="cve" title="CVE-2025-22027" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22062.html" id="CVE-2025-22062" type="cve" title="CVE-2025-22062" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23140.html" id="CVE-2025-23140" type="cve" title="CVE-2025-23140" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23142.html" id="CVE-2025-23142" type="cve" title="CVE-2025-23142" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23144.html" id="CVE-2025-23144" type="cve" title="CVE-2025-23144" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23145.html" id="CVE-2025-23145" type="cve" title="CVE-2025-23145" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23146.html" id="CVE-2025-23146" type="cve" title="CVE-2025-23146" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23147.html" id="CVE-2025-23147" type="cve" title="CVE-2025-23147" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23148.html" id="CVE-2025-23148" type="cve" title="CVE-2025-23148" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23150.html" id="CVE-2025-23150" type="cve" title="CVE-2025-23150" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23151.html" id="CVE-2025-23151" type="cve" title="CVE-2025-23151" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23156.html" id="CVE-2025-23156" type="cve" title="CVE-2025-23156" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23157.html" id="CVE-2025-23157" type="cve" title="CVE-2025-23157" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23158.html" id="CVE-2025-23158" type="cve" title="CVE-2025-23158" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23159.html" id="CVE-2025-23159" type="cve" title="CVE-2025-23159" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23161.html" id="CVE-2025-23161" type="cve" title="CVE-2025-23161" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23163.html" id="CVE-2025-23163" type="cve" title="CVE-2025-23163" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37738.html" id="CVE-2025-37738" type="cve" title="CVE-2025-37738" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37739.html" id="CVE-2025-37739" type="cve" title="CVE-2025-37739" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37740.html" id="CVE-2025-37740" type="cve" title="CVE-2025-37740" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37741.html" id="CVE-2025-37741" type="cve" title="CVE-2025-37741" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37742.html" id="CVE-2025-37742" type="cve" title="CVE-2025-37742" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37749.html" id="CVE-2025-37749" type="cve" title="CVE-2025-37749" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37752.html" id="CVE-2025-37752" type="cve" title="CVE-2025-37752" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37756.html" id="CVE-2025-37756" type="cve" title="CVE-2025-37756" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37757.html" id="CVE-2025-37757" type="cve" title="CVE-2025-37757" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37758.html" id="CVE-2025-37758" type="cve" title="CVE-2025-37758" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37765.html" id="CVE-2025-37765" type="cve" title="CVE-2025-37765" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37766.html" id="CVE-2025-37766" type="cve" title="CVE-2025-37766" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37767.html" id="CVE-2025-37767" type="cve" title="CVE-2025-37767" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37768.html" id="CVE-2025-37768" type="cve" title="CVE-2025-37768" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37770.html" id="CVE-2025-37770" type="cve" title="CVE-2025-37770" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37771.html" id="CVE-2025-37771" type="cve" title="CVE-2025-37771" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37773.html" id="CVE-2025-37773" type="cve" title="CVE-2025-37773" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37780.html" id="CVE-2025-37780" type="cve" title="CVE-2025-37780" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37781.html" id="CVE-2025-37781" type="cve" title="CVE-2025-37781" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37787.html" id="CVE-2025-37787" type="cve" title="CVE-2025-37787" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37788.html" id="CVE-2025-37788" type="cve" title="CVE-2025-37788" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37789.html" id="CVE-2025-37789" type="cve" title="CVE-2025-37789" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37790.html" id="CVE-2025-37790" type="cve" title="CVE-2025-37790" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37792.html" id="CVE-2025-37792" type="cve" title="CVE-2025-37792" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37794.html" id="CVE-2025-37794" type="cve" title="CVE-2025-37794" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37796.html" id="CVE-2025-37796" type="cve" title="CVE-2025-37796" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37797.html" id="CVE-2025-37797" type="cve" title="CVE-2025-37797" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37803.html" id="CVE-2025-37803" type="cve" title="CVE-2025-37803" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37805.html" id="CVE-2025-37805" type="cve" title="CVE-2025-37805" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37808.html" id="CVE-2025-37808" type="cve" title="CVE-2025-37808" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37810.html" id="CVE-2025-37810" type="cve" title="CVE-2025-37810" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37812.html" id="CVE-2025-37812" type="cve" title="CVE-2025-37812" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37817.html" id="CVE-2025-37817" type="cve" title="CVE-2025-37817" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37819.html" id="CVE-2025-37819" type="cve" title="CVE-2025-37819" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37823.html" id="CVE-2025-37823" type="cve" title="CVE-2025-37823" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37824.html" id="CVE-2025-37824" type="cve" title="CVE-2025-37824" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37829.html" id="CVE-2025-37829" type="cve" title="CVE-2025-37829" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37830.html" id="CVE-2025-37830" type="cve" title="CVE-2025-37830" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37836.html" id="CVE-2025-37836" type="cve" title="CVE-2025-37836" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37838.html" id="CVE-2025-37838" type="cve" title="CVE-2025-37838" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37839.html" id="CVE-2025-37839" type="cve" title="CVE-2025-37839" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37840.html" id="CVE-2025-37840" type="cve" title="CVE-2025-37840" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37841.html" id="CVE-2025-37841" type="cve" title="CVE-2025-37841" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37844.html" id="CVE-2025-37844" type="cve" title="CVE-2025-37844" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37850.html" id="CVE-2025-37850" type="cve" title="CVE-2025-37850" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37857.html" id="CVE-2025-37857" type="cve" title="CVE-2025-37857" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37858.html" id="CVE-2025-37858" type="cve" title="CVE-2025-37858" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37859.html" id="CVE-2025-37859" type="cve" title="CVE-2025-37859" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37862.html" id="CVE-2025-37862" type="cve" title="CVE-2025-37862" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37867.html" id="CVE-2025-37867" type="cve" title="CVE-2025-37867" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37875.html" id="CVE-2025-37875" type="cve" title="CVE-2025-37875" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37881.html" id="CVE-2025-37881" type="cve" title="CVE-2025-37881" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37883.html" id="CVE-2025-37883" type="cve" title="CVE-2025-37883" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37885.html" id="CVE-2025-37885" type="cve" title="CVE-2025-37885" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37890.html" id="CVE-2025-37890" type="cve" title="CVE-2025-37890" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37892.html" id="CVE-2025-37892" type="cve" title="CVE-2025-37892" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37905.html" id="CVE-2025-37905" type="cve" title="CVE-2025-37905" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37909.html" id="CVE-2025-37909" type="cve" title="CVE-2025-37909" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37911.html" id="CVE-2025-37911" type="cve" title="CVE-2025-37911" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37913.html" id="CVE-2025-37913" type="cve" title="CVE-2025-37913" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37914.html" id="CVE-2025-37914" type="cve" title="CVE-2025-37914" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37915.html" id="CVE-2025-37915" type="cve" title="CVE-2025-37915" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37923.html" id="CVE-2025-37923" type="cve" title="CVE-2025-37923" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37927.html" id="CVE-2025-37927" type="cve" title="CVE-2025-37927" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37929.html" id="CVE-2025-37929" type="cve" title="CVE-2025-37929" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37930.html" id="CVE-2025-37930" type="cve" title="CVE-2025-37930" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37940.html" id="CVE-2025-37940" type="cve" title="CVE-2025-37940" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37949.html" id="CVE-2025-37949" type="cve" title="CVE-2025-37949" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37967.html" id="CVE-2025-37967" type="cve" title="CVE-2025-37967" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37969.html" id="CVE-2025-37969" type="cve" title="CVE-2025-37969" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37970.html" id="CVE-2025-37970" type="cve" title="CVE-2025-37970" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37982.html" id="CVE-2025-37982" type="cve" title="CVE-2025-37982" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37983.html" id="CVE-2025-37983" type="cve" title="CVE-2025-37983" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37985.html" id="CVE-2025-37985" type="cve" title="CVE-2025-37985" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37989.html" id="CVE-2025-37989" type="cve" title="CVE-2025-37989" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37990.html" id="CVE-2025-37990" type="cve" title="CVE-2025-37990" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37991.html" id="CVE-2025-37991" type="cve" title="CVE-2025-37991" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37992.html" id="CVE-2025-37992" type="cve" title="CVE-2025-37992" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37994.html" id="CVE-2025-37994" type="cve" title="CVE-2025-37994" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37995.html" id="CVE-2025-37995" type="cve" title="CVE-2025-37995" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37997.html" id="CVE-2025-37997" type="cve" title="CVE-2025-37997" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37998.html" id="CVE-2025-37998" type="cve" title="CVE-2025-37998" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38005.html" id="CVE-2025-38005" type="cve" title="CVE-2025-38005" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38009.html" id="CVE-2025-38009" type="cve" title="CVE-2025-38009" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38023.html" id="CVE-2025-38023" type="cve" title="CVE-2025-38023" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38024.html" id="CVE-2025-38024" type="cve" title="CVE-2025-38024" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38031.html" id="CVE-2025-38031" type="cve" title="CVE-2025-38031" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38089.html" id="CVE-2025-38089" type="cve" title="CVE-2025-38089" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1481aef0e747ae7efabc99528a2f585e53d6ae50aecf47e6abdcf32576c8c723</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d704817bc9666e0b70dc796100531e6068ba751c11673e6d8d1c91d0c1452587</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">31b240ed719af20817e52fed64ecc3e6acd18a099b31a080b4f73c1c47913fe0</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">93ebd6f9f92759f7524c85d29718eaf1bfe77a1fdcc6d80e8b328ece3511251f</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bda771068f362023eb116a69b7957184ef3b92eb21e5c47c6c94932aa7b7dfa1</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b9871967252bf2e54594654205ed157d246a76792cc6a691f08d076218c6b2b8</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">af4e5a30458c883190cd0f15479686ac63fb99bf8b393cd2d19a15bbaaf1e0e9</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">15133549e80ecd39e34e77cacf4e0acb997acf8f08b313102aa641e0d4ba839c</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">565649d129805e7c5be4bff18aec4556b4ad1a3151dbf4e800cb847248fcf392</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">64e2f9789044b64dfd3e1064e66b1a1969d601d6105ca600eb1f32d960df851a</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5a562ddc188d7570ae2dac05a1c4ba1b744b94aefb9d5b519f03cf5e598764ef</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-310.184.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">9a44a0f588f0bd2fe22c7c5ba29b5c8d9cddbaf311e453d84e1dc95841e5d4fb</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6b5a295e4c41b4cd4776842d5e95f8d24ab98791cf6255d497794e5481d31847</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-310.184.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">ebb399b403ad5b726db0d398fdd5d14589dd156d5e37287802cf32f61b50d045</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="310.184.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-310.184.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">135f763a22ee086b9d319c172d5907ba6661a38f0d3659b7058f920704b4661f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-13043</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-12-13 00:00:00"/>
    <updated date="2023-12-13 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-201.135.6]
- Revert ncsi: Propagate carrier gain/loss events to the NCSI controller (Johnathan Mantey)  
- netfilter: nf_tables: split async and sync catchall in two functions (Pablo Neira Ayuso)  
- netfilter: nf_tables: remove catchall element in GC sync path (Pablo Neira Ayuso)  
- scsi: mpt3sas: Fix loop logic (Ranjan Kumar)  
- Revert 'md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d' (Junxiao Bi)  [Orabug: 36050011] 
- md: bypass block throttle for superblock update (Junxiao Bi)  [Orabug: 36050011] 
- tracing: Have trace_event_file have ref counters (Steven Rostedt (Google))  [Orabug: 36059972] 
- Revert 'PCI: acpiphp: Reassign resources on bridge if necessary' (Dongli Zhang)  [Orabug: 36039006] 
- Revert 'PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus' (Dongli Zhang)  [Orabug: 36039006] 
- audit: Apply special optimizations (Hakon Bugge)  [Orabug: 36038149] 
- audit: Vary struct audit_entry alignment (Hakon Bugge)  [Orabug: 36038149] 
- Revert 'Revert 'printk: Consolidate console deferred printing'' (Hakon Bugge)  [Orabug: 36038149]

[5.15.0-201.135.5]
- media: dvb-usb-v2: af9035: fix missing unlock (Hans Verkuil)  
- i2c: aspeed: Fix i2c bus hang in slave read (Jian Zhang)  
- i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value (Ivan Vecera)  
- firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() (Hao Ge)  
- virtio-mmio: fix memory leak of vm_dev (Maximilian Heyne)  
- NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server (Olga Kornievskaia)  
- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve (Pedro Tammela)  
- Revert 'kernel/sched: Modify initial boot task idle setup' (Greg Kroah-Hartman)  
- usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled (Xiaolei Wang)  
- quota: Fix slow quotaoff (Jan Kara)  
- lib/test_meminit: fix off-by-one error in test_pages() (Greg Kroah-Hartman)  
- nvmet-tcp: Fix a possible UAF in queue intialization setup (Sagi Grimberg)  [Orabug: 36028025]  {CVE-2023-5178}

[5.15.0-201.135.4]
- uek-rpm: Enable PDS_CORE and PDS_VFIO drivers (Joao Martins)  [Orabug: 35424097] 
- pds_core: use correct index to mask irq (Shannon Nelson)  [Orabug: 35424097] 
- amd/pds_core: core: No need for Null pointer check before kfree (Bragatheswaran Manickavel)  [Orabug: 35424097] 
- pds_core: add an error code check in pdsc_dl_info_get (Su Hui)  [Orabug: 35424097] 
- pds_core: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 35424097] 
- pds_core: add attempts to fix broken PCI (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: implement pci reset handlers (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: keep viftypes table across reset (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: check health in devcmd wait (Shannon Nelson)  [Orabug: 35424097] 
- vfio/pds: Use proper PF device access helper (Shixiong Ou)  [Orabug: 35424097] 
- vfio/pds: Add missing PCI_IOV depends (Shixiong Ou)  [Orabug: 35424097] 
- pds_core: pass opcode to devcmd_wait (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: check for work queue before use (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: no reset command for VF (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: no health reporter in VF (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: protect devlink callbacks from fw_down state (Shannon Nelson)  [Orabug: 35424097] 
- vfio/pds: Send type for SUSPEND_STATUS command (Brett Creeley)  [Orabug: 35424097] 
- Revert 'pds_core: Fix some kernel-doc comments' (Jakub Kicinski)  [Orabug: 35424097] 
- pds_core: Fix some kernel-doc comments (Yang Li)  [Orabug: 35424097] 
- pds_core: remove redundant pci_clear_master() (Yu Liao)  [Orabug: 35424097] 
- vfio/pds: fix return value in pds_vfio_get_lm_file() (Yang Yingliang)  [Orabug: 35424097] 
- pds_core: Fix function header descriptions (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: Add Kconfig and documentation (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: Add support for firmware recovery (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: Add support for dirty page tracking (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: Add VFIO live migration support (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: register with the pds_core PF (Brett Creeley)  [Orabug: 35424097] 
- pds_core: Require callers of register/unregister to pass PF drvdata (Brett Creeley)  [Orabug: 35424097] 
- vfio/pds: Initial support for pds VFIO driver (Brett Creeley)  [Orabug: 35424097] 
- vfio: Commonize combine_ranges for use in other VFIO drivers (Brett Creeley)  [Orabug: 35424097] 
- pds_core: Fix documentation for pds_client_register (Brett Creeley)  [Orabug: 35424097] 
- pds_core: Fix FW recovery detection (Brett Creeley)  [Orabug: 35424097] 
- pds_core: fix mutex double unlock in error path (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: remove CONFIG_DEBUG_FS from makefile (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: Kconfig and pds_core.rst (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: publish events to the clients (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add the aux client API (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: devlink params for enabling VIF support (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add auxiliary_bus devices (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add initial VF device handling (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: set up the VIF definitions and defaults (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add FW update feature to devlink (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: Add adminq processing and commands (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: set up device and adminq (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add devlink health facilities (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: health timer and workqueue (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: add devcmd device interfaces (Shannon Nelson)  [Orabug: 35424097] 
- pds_core: initial framework for pds_core PF driver (Shannon Nelson)  [Orabug: 35424097] 
- vfio/mlx5: Use the new device life cycle helpers (Yi Liu)  [Orabug: 35424097] 
- vfio/pci: Use the new device life cycle helpers (Yi Liu)  [Orabug: 35424097] 
- vfio: Add helpers for unifying vfio_device life cycle (Kevin Tian)  [Orabug: 35424097] 
- net/rds: Always cancel heartbeat worker thread during conn destroy (Sharath Srinivasan)  [Orabug: 35739389] 
- x86: KVM: SVM: always update the x2avic msr interception (Maxim Levitsky)  [Orabug: 35857365]  {CVE-2023-5090}
- net/rds: Use proper peer port number even when not connected (Greg Jumper)  [Orabug: 35896266] 
- hugetlb: disable HVO in Xen (Jane Chu)  [Orabug: 35904478] 
- hugetlb: check for hugetlb folio before vmemmap_restore (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: batch TLB flushes when restoring vmemmap (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: batch TLB flushes when freeing vmemmap (Joao Martins)  [Orabug: 35904478] 
- hugetlb: batch PMD split for bulk vmemmap dedup (Joao Martins)  [Orabug: 35904478] 
- hugetlb: batch freeing of vmemmap pages (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: perform vmemmap restoration on a list of pages (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: perform vmemmap optimization on a list of pages (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: restructure pool allocations (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles (Mike Kravetz)  [Orabug: 35904478] 
- mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO (Usama Arif)  [Orabug: 35904478] 
- memblock: introduce MEMBLOCK_RSRV_NOINIT flag (Usama Arif)  [Orabug: 35904478] 
- mm: pass nid to reserve_bootmem_region() (Yajun Deng)  [Orabug: 35904478] 
- mm/page_alloc: invert logic for early page initialisation checks (Mike Rapoport (IBM))  [Orabug: 35904478] 
- memblock: add missing argument definition (Usama Arif)  [Orabug: 35904478] 
- memblock: pass memblock_type to memblock_setclr_flag (Usama Arif)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: use nid of the head page to reallocate it (Usama Arif)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodes (Yuan Can)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodes (Yuan Can)  [Orabug: 35904478] 
- hugetlb: set hugetlb page flag before optimizing vmemmap (Mike Kravetz)  [Orabug: 35904478] 
- hugetlb: do not clear hugetlb dtor until allocating vmemmap (Mike Kravetz)  [Orabug: 35904478] 
- mm/vmemmap optimization: split hugetlb and devdax vmemmap optimization (Aneesh Kumar K.V)  [Orabug: 35904478] 
- mm/vmemmap: improve vmemmap_can_optimize and allow architectures to override (Aneesh Kumar K.V)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: fix a race between vmemmap pmd split (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: provide stronger vmemmap allocation guarantees (Pasha Tatashin)  [Orabug: 35904478] 
- mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP (Aneesh Kumar K.V)  [Orabug: 35904478] 
- mm/vmemmap/devdax: fix kernel crash when probing devdax devices (Aneesh Kumar K.V)  [Orabug: 35904478] 
- mm/hugetlb_vmemmap: fix hugetlb_vmemmap_sysctls.maxlen (Jane Chu)  [Orabug: 35904478] 
- mm: move most of core MM initialization to mm/mm_init.c (Mike Rapoport (IBM))  [Orabug: 35904478] 
- memblock: Disable mirror feature if kernelcore is not specified (Ma Wupeng)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit (Muchun Song)  [Orabug: 35904478] 
- mm/hugetlb_vmemmap: remap head page to newly allocated page (Joao Martins)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: remove redundant list_del() (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: include missing linux/moduleparam.h (Vasily Gorbik)  [Orabug: 35904478] 
- hugetlb: freeze allocated pages before creating hugetlb pages (Mike Kravetz)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: simplify reset_struct_pages() (Muchun Song)  [Orabug: 35904478] 
- mm/hugetlb: make detecting shared pte more reliable (Miaohe Lin)  [Orabug: 35904478] 
- mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node() (Miaohe Lin)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at() (Miaohe Lin)  [Orabug: 35904478] 
- mm/hugetlb: fix missing call to restore_reserve_on_error() (Miaohe Lin)  [Orabug: 35904478] 
- mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group() (Miaohe Lin)  [Orabug: 35904478] 
- mm/hugetlb: fix incorrect update of max_huge_pages (Miaohe Lin)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: replace early_param() with core_param() (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: introduce the name HVO (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled() (Muchun Song)  [Orabug: 35904478] 
- mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory (Muchun Song)  [Orabug: 35904478] 
- mm: memory_hotplug: enumerate all supported section flags (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing (Muchun Song)  [Orabug: 35904478] 
- mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries (Muchun Song)  [Orabug: 35904478] 
- mm/hugetlb_vmemmap: move comment block to Documentation/vm (Joao Martins)  [Orabug: 35904478] 
- uek-rpm/ol8[9]: config switch update to keep default vmemmap optimization behavior (Jane Chu)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP* (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled* (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions (Muchun Song)  [Orabug: 35904478] 
- arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64 (Muchun Song)  [Orabug: 35904478] 
- mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP (Muchun Song)  [Orabug: 35904478] 
- Consider inflight IO in io accounting for high latency devices (Gulam Mohamed)  [Orabug: 35922334] 
- EDAC/amd64: Add support for AMD family 1Ah models 00h-1Fh and 40h-4Fh (Avadhut Naik)  [Orabug: 35925125] 
- hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models (Avadhut Naik)  [Orabug: 35925125] 
- x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models (Avadhut Naik)  [Orabug: 35925125] 
- EDAC/amd64: Add get_err_info() to pvt-&gt;ops (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split dump_misc_regs() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split init_csrows() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split determine_edac_cap() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Rename f17h_determine_edac_ctl_cap() (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Split setup_mci_misc_attrs() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split ecc_enabled() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split read_mc_regs() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split determine_memory_type() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split read_base_mask() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Split prep_chip_selects() into dct/umc functions (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Rework hw_info_{get,put} (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Merge struct amd64_family_type into struct amd64_pvt (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Do not discover ECC symbol size for Family 17h and later (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Drop dbam_to_cs() for Family 17h and later (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Split get_csrow_nr_pages() into dct/umc functions (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Rename debug_display_dimm_sizes() (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positive (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Remove early_channel_count() (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Remove PCI Function 0 (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Remove PCI Function 6 (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Remove scrub rate control for Family 17h and later (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Don't set up EDAC PCI control on Family 17h+ (Yazen Ghannam)  [Orabug: 35925125] 
- x86/amd_nb: Unexport amd_cache_northbridges() (Muralidhara M K)  [Orabug: 35925125] 
- EDAC/amd64: Add new register offset support and related changes (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Set memory type per DIMM (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Add support for family 19h, models 50h-5fh (Marc Bevand)  [Orabug: 35925125] 
- EDAC/amd64: Add context struct (Yazen Ghannam)  [Orabug: 35925125] 
- EDAC/amd64: Allow for DF Indirect Broadcast reads (Yazen Ghannam)  [Orabug: 35925125] 
- x86/amd_nb, EDAC/amd64: Move DF Indirect Read to AMD64 EDAC (Yazen Ghannam)  [Orabug: 35925125] 
- x86/microcode/AMD: Rip out static buffers (Borislav Petkov (AMD))  [Orabug: 35925125] 
- x86/microcode/amd: Remove unneeded pointer arithmetic (Nathan Fontenot)  [Orabug: 35925125] 
- x86/microcode/AMD: Get rid of __find_equiv_id() (Borislav Petkov (AMD))  [Orabug: 35925125] 
- x86/microcode/AMD: Rename a couple of functions (Borislav Petkov)  [Orabug: 35925125] 
- crypto: ccp - Add support for PCI device 0x156E (John Allen)  [Orabug: 35925125] 
- crypto: ccp - Add support for PCI device 0x17E0 (Mario Limonciello)  [Orabug: 35925125] 
- sbsa_gwdt: Calculate timeout with 64-bit math (Darren Hart)  [Orabug: 35968810] 
- uek-rpm: Enable CONFIG_USBIP_VHCI_HCD and CONFIG_USBIP_HOST in UEK7 (Harshit Mogalapalli)  [Orabug: 35994192] 
- vfio/type1: Parameterize pgsize bitmap (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Parallel dirty scans with padata (Joao Martins)  [Orabug: 36002436] 
- iommu/iova_bitmap: Add remote mm_struct for iova_bitmap (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Advertise IOMMU dirty tracking support (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Avoid perpectual dirty when iommu supports (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Report dirty info from IOMMU (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Add hardware dirty tracking start/stop support (Joao Martins)  [Orabug: 36002436] 
- vfio/type1: Move start/stop dirty tracking to helpers (Joao Martins)  [Orabug: 36002436] 
- iommu/amd: Improve dirty read io-pgtable walker (Joao Martins)  [Orabug: 36002436] 
- iommu/amd: Access/Dirty bit support in IOPTEs (Joao Martins)  [Orabug: 36002436] 
- iommu: Add iommu_domain ops for dirty tracking (Joao Martins)  [Orabug: 36002436] 
- vfio: Move iova_bitmap into iommufd (Joao Martins)  [Orabug: 36002436]

[5.15.0-201.135.3]
- Revert 'printk: Consolidate console deferred printing' (Sherry Yang)  [Orabug: 35955850]

[5.15.0-201.135.2]
- LTS Version: v5.15.135 (Jack Vogel)  
- xen/events: replace evtchn_rwlock with RCU (Juergen Gross)  
- parisc: Restore __ldcw_align for PA-RISC 2.0 processors (John David Anglin)  
- ksmbd: fix uaf in smb20_oplock_break_ack (luosili)  
- RDMA/mlx5: Fix NULL string error (Shay Drory)  
- RDMA/siw: Fix connection failure handling (Bernard Metzler)  
- RDMA/uverbs: Fix typo of sizeof argument (Konstantin Meskhidze)  
- RDMA/cma: Fix truncation compilation warning in make_cma_ports (Leon Romanovsky)  
- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join (Mark Zhang)  
- gpio: pxa: disable pinctrl calls for MMP_GPIO (Duje Mihanovic)  
- gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (Bartosz Golaszewski)  
- IB/mlx4: Fix the size of a buffer in add_port_entries() (Christophe JAILLET)  
- of: dynamic: Fix potential memory leak in of_changeset_action() (Dan Carpenter)  
- RDMA/core: Require admin capabilities to set system parameters (Leon Romanovsky)  
- dm zoned: free dmz-&gt;ddev array in dmz_put_zoned_devices (Fedor Pchelkin)  
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (Srinivas Pandruvada)  
- HID: sony: remove duplicate NULL check before calling usb_free_urb() (Jiri Kosina)  
- sctp: update hb timer immediately after users change hb_interval (Xin Long)  
- sctp: update transport state when processing a dupcook packet (Xin Long)  
- tcp: fix delayed ACKs for MSS boundary condition (Neal Cardwell)  
- tcp: fix quick-ack counting to count actual ACKs of new data (Neal Cardwell)  
- tipc: fix a potential deadlock on &amp;tx-&gt;lock (Chengfeng Ye)  
- net: stmmac: dwmac-stm32: fix resume on STM32 MCU (Ben Wolsieffer)  
- ipv4: Set offload_failed flag in fibmatch results (Benjamin Poirier)  
- netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure (Florian Westphal)  
- netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp (Xin Long)  
- ibmveth: Remove condition to recompute TCP header checksum. (David Wilder)  
- net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns() (Dan Carpenter)  
- net: nfc: llcp: Add lock when modifying device list (Jeremy Cline)  
- net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg (Shigeru Yoshida)  
- net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent (Fabio Estevam)  
- ptp: ocp: Fix error handling in ptp_ocp_device_init (Dinghao Liu)  
- ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() (David Howells)  
- net: fix possible store tearing in neigh_periodic_work() (Eric Dumazet)  
- modpost: add missing else to the 'of' check (Mauricio Faria de Oliveira)  
- bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets (Jakub Sitnicki)  
- NFSv4: Fix a nfs4_state_manager() race (Trond Myklebust)  
- ima: rework CONFIG_IMA dependency block (Arnd Bergmann)  
- ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig (Oleksandr Tymoshenko)  
- regmap: rbtree: Fix wrong register marked as in-cache when creating new node (Richard Fitzgerald)  
- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling (Felix Fietkau)  
- drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close() (Alexandra Diupina)  
- bpf: Fix tr dereferencing (Leon Hwang)  
- wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet (Pin-yen Lin)  
- wifi: iwlwifi: mvm: Fix a memory corruption issue (Christophe JAILLET)  
- iwlwifi: avoid void pointer arithmetic (Johannes Berg)  
- wifi: iwlwifi: dbg_ini: fix structure packing (Arnd Bergmann)  
- ubi: Refuse attaching if mtd's erasesize is 0 (Zhihao Cheng)  
- HID: sony: Fix a potential memory leak in sony_probe() (Christophe JAILLET)  
- arm64: Add Cortex-A520 CPU part definition (Rob Herring)  
- drm/amd: Fix detection of _PR3 on the PCIe root port (Mario Limonciello)  
- net: prevent rewrite of msg_name in sock_sendmsg() (Jordan Rife)  
- net: replace calls to sock-&gt;ops-&gt;connect() with kernel_connect() (Jordan Rife)  
- wifi: mwifiex: Fix tlv_buf_left calculation (Gustavo A. R. Silva)  
- qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info (Gustavo A. R. Silva)  
- vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() (Stefano Garzarella)  
- scsi: zfcp: Fix a double put in zfcp_port_enqueue() (Dinghao Liu)  
- Revert 'clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz' (Greg Kroah-Hartman)  
- block: fix use-after-free of q-&gt;q_usage_counter (Ming Lei)  
- rbd: take header_rwsem in rbd_dev_refresh() only when updating (Ilya Dryomov)  
- rbd: decouple parent info read-in from updating rbd_dev (Ilya Dryomov)  
- rbd: decouple header read-in from updating rbd_dev-&gt;header (Ilya Dryomov)  
- rbd: move rbd_dev_refresh() definition (Ilya Dryomov)  
- iommu/arm-smmu-v3: Avoid constructing invalid range commands (Robin Murphy)  
- iommu/arm-smmu-v3: Set TTL invalidation hint better (Robin Murphy)  
- arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path (Gabriel Krisman Bertazi)  
- ring-buffer: Fix bytes info in per_cpu buffer stats (Zheng Yejian)  
- ring-buffer: remove obsolete comment for free_buffer_page() (Vlastimil Babka)  
- NFSv4: Fix a state manager thread deadlock regression (Trond Myklebust)  
- NFS: rename nfs_client_kset to nfs_kset (Benjamin Coddington)  
- NFS: Cleanup unused rpc_clnt variable (Benjamin Coddington)  
- ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates (Sameer Pujar)  
- ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol (Sameer Pujar)  
- spi: zynqmp-gqspi: fix clock imbalance on probe failure (Johan Hovold)  
- spi: zynqmp-gqspi: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- LTS Version: v5.15.134 (Jack Vogel)  
- netfilter: nf_tables: fix kdoc warnings after gc rework (Florian Westphal)  
- drm/meson: fix memory leak on -&gt;hpd_notify callback (Jani Nikula)  
- fs: binfmt_elf_efpic: fix personality for ELF-FDPIC (Greg Ungerer)  
- ata: libata-sata: increase PMP SRST timeout to 10s (Matthias Schiffer)  
- ata: libata-core: Do not register PM operations for SAS ports (Damien Le Moal)  
- ata: libata-core: Fix port and device removal (Damien Le Moal)  
- ata: libata-core: Fix ata_port_request_pm() locking (Damien Le Moal)  
- net: thunderbolt: Fix TCPv6 GSO checksum calculation (Mika Westerberg)  
- bpf: Fix BTF_ID symbol generation collision in tools/ (Nick Desaulniers)  
- bpf: Fix BTF_ID symbol generation collision (Jiri Olsa)  
- btrfs: properly report 0 avail for very full file systems (Josef Bacik)  
- proc: nommu: /proc/&lt;pid&gt;/maps: release mmap read lock (Ben Wolsieffer)  
- Revert 'SUNRPC dont update timeout value on connection reset' (Trond Myklebust)  
- io_uring/fs: remove sqe-&gt;rw_flags checking from LINKAT (Jens Axboe)  
- sched/rt: Fix live lock between select_fallback_rq() and RT push (Joel Fernandes (Google))  
- kernel/sched: Modify initial boot task idle setup (Liam R. Howlett)  
- i2c: i801: unregister tco_pdev in i801_probe() error path (Heiner Kallweit)  
- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES (Niklas Cassel)  
- ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q (Kailang Yang)  
- netfilter: nf_tables: disallow rule removal from chain binding (Pablo Neira Ayuso) [Orabug: 35865117] {CVE-2023-5197}
- nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() (Pan Bian)  
- serial: 8250_port: Check IRQ data before use (Andy Shevchenko)  
- Revert 'tty: n_gsm: fix UAF in gsm_cleanup_mux' (Daniel Starke)  
- misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe (Ricky WU)  
- x86/srso: Add SRSO mitigation for Hygon processors (Pu Wen)  
- iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range (Nicolin Chen)  
- Smack:- Use overlay inode label in smack_inode_copy_up() (Vishal Goel)  
- smack: Retrieve transmuting information in smack_inode_getsecurity() (Roberto Sassu)  
- smack: Record transmuting in smk_transmuted (Roberto Sassu)  
- nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev (Irvin Cote)  
- i40e: fix potential NULL pointer dereferencing of pf-&gt;vf i40e_sync_vsi_filters() (Andrii Staikov)  
- watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running (Mika Westerberg)  
- watchdog: iTCO_wdt: No need to stop the timer in probe (Mika Westerberg)  
- nvme-pci: do not set the NUMA node of device if it has none (Pratyush Yadav)  
- nvme-pci: factor out a nvme_pci_alloc_dev helper (Christoph Hellwig)  
- nvme-pci: factor the iod mempool creation into a helper (Christoph Hellwig)  
- cgroup: Fix suspicious rcu_dereference_check() usage warning (Chengming Zhou)  
- sched/cpuacct: Optimize away RCU read lock (Chengming Zhou)  
- perf build: Define YYNOMEM as YYNOABORT for bison &lt; 3.81 (Arnaldo Carvalho de Melo)  
- fbdev/sh7760fb: Depend on FB=y (Thomas Zimmermann)  
- ncsi: Propagate carrier gain/loss events to the NCSI controller (Johnathan Mantey)  
- powerpc/watchpoints: Annotate atomic context in more places (Benjamin Gray)  
- powerpc/watchpoint: Disable pagefaults when getting user instruction (Benjamin Gray)  
- powerpc/watchpoints: Disable preemption in thread_change_pc() (Benjamin Gray)  
- media: vb2: frame_vector.c: replace WARN_ONCE with a comment (Hans Verkuil)  
- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link (Chancel Liu)  
- bpf: Clarify error expectations from bpf_clone_redirect (Stanislav Fomichev)  
- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag (Shengjiu Wang)  
- spi: stm32: add a delay before SPI disable (Valentin Caron)  
- spi: nxp-fspi: reset the FLSHxCR1 registers (Han Xu)  
- ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() (Niklas Cassel)  
- smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP (Steve French)  
- scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command (Michal Grzedzicki)  
- scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command (Michal Grzedzicki)  
- drm/amdgpu: Handle null atom context in VBIOS info ioctl (David Francis)  
- drm/amd/display: Don't check registers, if using AUX BL control (Swapnil Patel)  
- platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig (David Thompson)  
- ring-buffer: Do not attempt to read past 'commit' (Steven Rostedt (Google))  
- selftests: fix dependency checker script (Ricardo B. Marliere)  
- btrfs: improve error message after failure to add delayed dir index item (Filipe Manana)  
- ring-buffer: Avoid softlockup in ring_buffer_resize() (Zheng Yejian)  
- selftests/ftrace: Correctly enable event in instance-event.tc (Zheng Yejian)  
- scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock (Kiwoong Kim)  
- scsi: qedf: Add synchronization between I/O completions and abort (Javed Hasan)  
- parisc: irq: Make irq_stack_union static to avoid sparse warning (Helge Deller)  
- parisc: drivers: Fix sparse warning (Helge Deller)  
- parisc: iosapic.c: Fix sparse warnings (Helge Deller)  
- parisc: sba: Fix compile warning wrt list of SBA devices (Helge Deller)  
- spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain (Tobias Schramm)  
- spi: sun6i: reduce DMA RX transfer width to single byte (Tobias Schramm)  
- dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock (Sergey Senozhatsky)  
- i2c: npcm7xx: Fix callback completion ordering (William A. Kennington III)  
- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip (Wenhua Lin)  
- soc: imx8m: Enable OCOTP clock for imx8mm before reading registers (Nathan Rossi)  
- xtensa: boot/lib: fix function prototypes (Max Filippov)  
- xtensa: boot: don't add include-dirs (Randy Dunlap)  
- xtensa: iss/network: make functions static (Randy Dunlap)  
- xtensa: add default definition for XCHAL_HAVE_DIV32 (Max Filippov)  
- firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() (Christophe JAILLET)  
- power: supply: ucs1002: fix error code in ucs1002_get_property() (Dan Carpenter)  
- bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up (Tony Lindgren)  
- ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot (Tony Lindgren)  
- ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 (Tony Lindgren)  
- ARM: dts: omap: correct indentation (Krzysztof Kozlowski)  
- treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) (Thomas Gleixner)  
- clk: tegra: fix error return case for recalc_rate (Timo Alho)  
- bus: ti-sysc: Fix missing AM35xx SoC matching (Adam Ford)  
- bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() (Julien Panis)  
- drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packet (Marek Vasut)  
- MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled (Christoph Hellwig)  
- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (Qu Wenruo)  
- ata: ahci: Add Elkhart Lake AHCI controller (Werner Fischer)  
- ata: ahci: Rename board_ahci_mobile (Mario Limonciello)  
- ata: ahci: Add support for AMD A85 FCH (Hudson D4) (Paul Menzel)  
- ata: libata: Rename link flag ATA_LFLAG_NO_DB_DELAY (Paul Menzel)  
- netfilter: nft_exthdr: Fix non-linear header modification (Xiao Liang)  
- netfilter: exthdr: add support for tcp option removal (Florian Westphal)  
- Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN (Werner Sembach)  
- Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.h (Huacai Chen)  
- xfs: fix xfs_inodegc_stop racing with mod_delayed_work (Darrick J. Wong)  
- xfs: disable reaping in fscounters scrub (Darrick J. Wong)  
- xfs: check that per-cpu inodegc workers actually run on that cpu (Darrick J. Wong)  
- xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately (Darrick J. Wong)  
- xfs: introduce xfs_inodegc_push() (Dave Chinner)  
- xfs: bound maximum wait time for inodegc work (Dave Chinner)  
- i2c: mux: gpio: Add missing fwnode_handle_put() (Liang He)  
- i2c: mux: gpio: Replace custom acpi_get_local_address() (Andy Shevchenko)  
- i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() (Xiaoke Wang)  
- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() (Christophe JAILLET)  
- Fix up backport of 136191703038 ('interconnect: Teach lockdep about icc_bw_lock order') (Sasha Levin)  
- igc: Expose tx-usecs coalesce setting to user (Muhammad Husaini Zulkifli)  
- bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI (Sebastian Andrzej Siewior)  
- net: ena: Flush XDP packets on error. (Sebastian Andrzej Siewior)  
- locking/seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested() (Sebastian Andrzej Siewior)  
- netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP (Jozsef Kadlecsik) [Orabug: 35865151] {CVE-2023-42756}
- netfilter: nf_tables: disable toggling dormant table state more than once (Florian Westphal)  
- team: fix null-ptr-deref when team device type is changed (Ziyang Xuan)  
- net: bridge: use DEV_STATS_INC() (Eric Dumazet)  
- net: hns3: add 5ms delay before clear firmware reset irq source (Jie Wang)  
- net: hns3: fix fail to delete tc flower rules during reset issue (Jijie Shao)  
- net: hns3: only enable unicast promisc when mac table full (Jian Shen)  
- net: hns3: fix GRE checksum offload issue (Jie Wang)  
- x86/srso: Fix SBPB enablement for spec_rstack_overflow=off (Josh Poimboeuf)  
- x86/srso: Fix srso_show_state() side effect (Josh Poimboeuf)  
- platform/x86: intel_scu_ipc: Fail IPC send if still busy (Stephen Boyd)  
- platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command() (Stephen Boyd)  
- platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt() (Stephen Boyd)  
- platform/x86: intel_scu_ipc: Check status after timeout in busy_loop() (Stephen Boyd)  
- dccp: fix dccp_v4_err()/dccp_v6_err() again (Eric Dumazet)  
- powerpc/perf/hv-24x7: Update domain value check (Kajol Jain)  
- ipv4: fix null-deref in ipv4_link_failure (Kyle Zeng)  
- igc: Fix infinite initialization loop with early XDP redirect (Vinicius Costa Gomes)  
- ionic: fix 16bit math issue when PAGE_SIZE &gt;= 64KB (David Christensen)  
- i40e: Fix VF VLAN offloading when port VLAN is configured (Ivan Vecera)  
- i40e: Add VF VLAN pruning (Mateusz Palczewski)  
- iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set (Radoslaw Tyl)  
- ASoC: imx-audmix: Fix return error with devm_clk_get() (Shengjiu Wang)  
- net/core: Fix ETH_P_1588 flow dissector (Sasha Neftin)  
- selftests: tls: swap the TX and RX sockets in some tests (Sabrina Dubroca)  
- bpf: Avoid deadlock when using queue and stack maps from NMI (Toke Hoiland-Jorgensen)  
- netfilter: nf_tables: disallow element removal on anonymous sets (Pablo Neira Ayuso)  
- ASoC: meson: spdifin: start hw on dai probe (Jerome Brunet)  
- netfilter: nf_tables: fix memleak when more than 255 elements expired (Florian Westphal)  
- netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC (Pablo Neira Ayuso)  
- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (Pablo Neira Ayuso)  
- netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction (Pablo Neira Ayuso) [Orabug: 35814389] {CVE-2023-4244}
- netfilter: nf_tables: defer gc run if previous batch is still pending (Florian Westphal)  
- netfilter: nf_tables: use correct lock to protect gc_list (Pablo Neira Ayuso)  
- netfilter: nf_tables: GC transaction race with abort path (Pablo Neira Ayuso)  
- netfilter: nf_tables: GC transaction race with netns dismantle (Pablo Neira Ayuso)  
- netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path (Pablo Neira Ayuso)  
- netfilter: nf_tables: don't fail inserts if duplicate has expired (Florian Westphal)  
- netfilter: nf_tables: remove busy mark and gc batch API (Pablo Neira Ayuso)  
- netfilter: nft_set_hash: mark set element as dead when deleting from packet path (Pablo Neira Ayuso)  
- netfilter: nf_tables: adapt set backend to use GC transaction API (Pablo Neira Ayuso) [Orabug: 35814389] {CVE-2023-4244}
- netfilter: nf_tables: GC transaction API to avoid race with control plane (Pablo Neira Ayuso)  
- netfilter: nf_tables: don't skip expired elements during walk (Florian Westphal)  
- tracing: Have event inject files inc the trace array ref count (Steven Rostedt (Google))  
- ext4: do not let fstrim block system suspend (Jan Kara)  
- ext4: move setting of trimmed bit into ext4_try_to_trim_range() (Jan Kara)  
- ext4: replace the traditional ternary conditional operator with with max()/min() (Kemeng Shi)  
- ext4: change s_last_trim_minblks type to unsigned long (Lukas Czerner)  
- ext4: scope ret locally in ext4_try_to_trim_range() (Lukas Bulwahn)  
- ata: libahci: clear pending interrupt status (Szuying Chen)  
- ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones (Hannes Reinecke)  
- tracing: Increase trace array ref count on enable and filter files (Steven Rostedt (Google))  
- tracing: Make trace_marker{,_raw} stream-like (John Keeping)  
- NFSv4.1: fix pnfs MDS=DS session trunking (Olga Kornievskaia)  
- NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server (Olga Kornievskaia)  
- SUNRPC: Mark the cred for revalidation if the server rejects it (Trond Myklebust)  
- NFS/pNFS: Report EINVAL errors from connect() to the server (Trond Myklebust)  
- NFS: More fixes for nfs_direct_write_reschedule_io() (Trond Myklebust)  
- NFS: Use the correct commit info in nfs_join_page_group() (Trond Myklebust)  
- LTS version: v5.15.133 (Jack Vogel)  
- interconnect: Teach lockdep about icc_bw_lock order (Rob Clark)  
- drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma (Melissa Wen)  
- drm/amdgpu: fix amdgpu_cs_p1_user_fence (Christian Konig)  
- drm/amd/display: fix the white screen issue when &gt;= 64GB DRAM (Yifan Zhang)  
- ext4: fix rec_len verify error (Shida Zhang)  
- scsi: pm8001: Setup IRQs on resume (Damien Le Moal)  
- ata: libata: disallow dev-initiated LPM transitions to unsupported states (Niklas Cassel)  
- i2c: aspeed: Reset the i2c controller when timeout occurs (Tommy Huang)  
- tracefs: Add missing lockdown check to tracefs_create_dir() (Steven Rostedt (Google))  
- nfsd: fix change_info in NFSv4 RENAME replies (Jeff Layton)  
- tracing: Have option files inc the trace array ref count (Steven Rostedt (Google))  
- tracing: Have current_trace inc the trace array ref count (Steven Rostedt (Google))  
- tracing: Have tracing_max_latency inc the trace array ref count (Steven Rostedt (Google))  
- btrfs: release path before inode lookup during the ino lookup ioctl (Filipe Manana)  
- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (Filipe Manana)  
- ovl: fix incorrect fdput() on aio completion (Amir Goldstein)  
- ovl: fix failed copyup of fileattr on a symlink (Amir Goldstein)  
- attr: block mode changes of symlinks (Christian Brauner)  
- md/raid1: fix error: ISO C90 forbids mixed declarations (Nigel Croxon)  
- samples/hw_breakpoint: fix building without module unloading (Arnd Bergmann)  
- x86/purgatory: Remove LTO flags (Song Liu)  
- x86/boot/compressed: Reserve more memory for page tables (Kirill A. Shutemov)  
- scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() (Jinjie Ruan)  
- selftests: tracing: Fix to unmount tracefs for recovering environment (Masami Hiramatsu (Google))  
- scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() (Jinjie Ruan)  
- drm: gm12u320: Fix the timeout usage for usb_bulk_msg() (Jinjie Ruan)  
- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (Anand Jain)  
- btrfs: add a helper to read the superblock metadata_uuid (Anand Jain)  
- btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h (Josef Bacik)  
- perf test shell stat_bpf_counters: Fix test on Intel (Namhyung Kim)  
- perf test: Remove bash construct from stat_bpf_counters.sh test (James Clark)  
- MIPS: Use 'grep -E' instead of 'egrep' (Tiezhu Yang)  
- mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller (William Zhang)  
- mtd: rawnand: brcmnand: Allow SoC to provide I/O operations (Florian Fainelli)  
- jbd2: correct the end of the journal recovery scan range (Zhang Yi)  
- jbd2: rename jbd_debug() to jbd2_debug() (Jan Kara)  
- jbd2: kill t_handle_lock transaction spinlock (Ritesh Harjani)  
- jbd2: fix use-after-free of transaction_t race (Ritesh Harjani)  
- jbd2: refactor wait logic for transaction updates into a common function (Ritesh Harjani)  
- printk: Consolidate console deferred printing (John Ogness)  
- interconnect: Fix locking for runpm vs reclaim (Rob Clark)  
- kobject: Add sanity check for kset-&gt;kobj.ktype in kset_register() (Zhen Lei)  
- media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning (Sakari Ailus)  
- usb: ehci: add workaround for chipidea PORTSC.PEC bug (Xu Yang)  
- serial: cpm_uart: Avoid suspicious locking (Christophe Leroy)  
- scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() (Konstantin Shelekhin)  
- tools: iio: iio_generic_buffer: Fix some integer type and calculation (Chenyuan Mi)  
- usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc (Ma Ke)  
- usb: cdns3: Put the cdns set active part outside the spin lock (Xiaolei Wang)  
- media: pci: cx23885: replace BUG with error return (Hans Verkuil)  
- media: tuners: qt1010: replace BUG_ON with a regular error (Hans Verkuil)  
- media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer (Zhang Shurong)  
- media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() (Zhang Shurong)  
- media: anysee: fix null-ptr-deref in anysee_master_xfer (Zhang Shurong)  
- media: af9005: Fix null-ptr-deref in af9005_i2c_xfer (Zhang Shurong)  
- media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() (Zhang Shurong)  
- media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer (Zhang Shurong)  
- PCI: fu740: Set the number of MSI vectors (Yong-Xuan Wang)  
- powerpc/pseries: fix possible memory leak in ibmebus_bus_init() (ruanjinjie)  
- ARM: 9317/1: kexec: Make smp stop calls asynchronous (Marten Lindahl)  
- jfs: fix invalid free of JFS_IP(ipimap)-&gt;i_imap in diUnmount (Liu Shixin via Jfs-discussion)  
- fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() (Andrew Kanner)  
- ext2: fix datatype of block number in ext2_xattr_set2() (Georg Ottinger)  
- md: raid1: fix potential OOB in raid1_remove_disk() (Zhang Shurong)  
- bus: ti-sysc: Configure uart quirks for k3 SoC (Tony Lindgren)  
- drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable() (Tuo Li)  
- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 (Leo Chen)  
- ALSA: hda: intel-dsp-cfg: add LunarLake support (Pierre-Louis Bossart)  
- samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' (Rong Tao)  
- arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size (Krzysztof Kozlowski)  
- arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size (Krzysztof Kozlowski)  
- arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size (Krzysztof Kozlowski)  
- drm/bridge: tc358762: Instruct DSI host to generate HSE packets (Marek Vasut)  
- wifi: mac80211_hwsim: drop short frames (Johannes Berg)  
- netfilter: ebtables: fix fortify warnings in size_entry_mwt() (GONG, Ruiqi)  
- wifi: mac80211: check S1G action frame size (Johannes Berg)  
- alx: fix OOB-read compiler warning (GONG, Ruiqi)  
- mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 (Giulio Benetti)  
- tpm_tis: Resend command to recover from data transfer errors (Alexander Steffen)  
- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() (Mark O'Donovan)  
- wifi: wil6210: fix fortify warnings (Dmitry Antipov)  
- wifi: mwifiex: fix fortify warning (Dmitry Antipov)  
- wifi: ath9k: fix printk specifier (Dongliang Mu)  
- wifi: ath9k: fix fortify warnings (Dmitry Antipov)  
- crypto: lrw,xts - Replace strlcpy with strscpy (Azeem Shaikh)  
- devlink: remove reload failed checks in params get/set callbacks (Jiri Pirko)  
- ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects (Mario Limonciello)  
- hw_breakpoint: fix single-stepping when using bpf_overflow_handler (Tomislav Novak)  
- perf/imx_ddr: speed up overflow frequency of cycle (Xu Yang)  
- perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 (Yicong Yang)  
- ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 (Jiri Slaby (SUSE))  
- scftorture: Forgive memory-allocation failure if KASAN (Paul E. McKenney)  
- rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle() (Zqiang)  
- kernel/fork: beware of __put_task_struct() calling context (Wander Lairson Costa)  
- ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (Abhishek Mainkar)  
- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (Will Shiu)  
- btrfs: output extra debug info if we failed to find an inline backref (Qu Wenruo)  
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Fedor Pchelkin)  
- LTS version: v5.15.132 (Jack Vogel)  
- pcd: fix error codes in pcd_init_unit() (Dan Carpenter)  
- drm/amd/display: Fix a bug when searching for insert_above_mpcc (Wesley Chalmers)  
- MIPS: Only fiddle with CHECKFLAGS if need-compiler' (Maciej W. Rozycki)  
- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). (Kuniyuki Iwashima)  
- ixgbe: fix timestamp configuration code (Vadim Fedorenko)  
- ipv6: fix ip6_sock_set_addr_preferences() typo (Eric Dumazet)  
- net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() (Liu Jian)  
- platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events (Shravan Kumar Ramani)  
- platform/mellanox: mlxbf-pmc: Fix potential buffer overflows (Shravan Kumar Ramani)  
- platform/mellanox: mlxbf-tmfifo: Drop jumbo frames (Liming Sun)  
- platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors (Liming Sun)  
- kcm: Fix memory leak in error path of kcm_sendmsg() (Shigeru Yoshida)  
- r8152: check budget for r8152_poll() (Hayes Wang)  
- net: dsa: sja1105: hide all multicast addresses from 'bridge fdb show' (Vladimir Oltean)  
- hsr: Fix uninit-value access in fill_frame_info() (Ziyang Xuan)  
- net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() (Hangyu Hua)  
- net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() (Hangyu Hua)  
- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (Guangguan Wang)  
- kselftest/runner.sh: Propagate SIGTERM to runner child (Bjorn Topel)  
- net: ipv4: fix one memleak in __inet_del_ifa() (Liu Jian)  
- ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 (Aleksey Nasibulin)  
- ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size (Paul Cercueil)  
- block: don't add or resize partition on the disk with GENHD_FL_NO_PART (Li Lingfeng)  
- block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART (Christoph Hellwig)  
- block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk-&gt;event_flags (Christoph Hellwig)  
- block: move GENHD_FL_NATIVE_CAPACITY to disk-&gt;state (Christoph Hellwig)  
- pcd: cleanup initialization (Christoph Hellwig)  
- pcd: move the identify buffer into pcd_identify (Christoph Hellwig)  
- perf hists browser: Fix the number of entries for 'e' key (Namhyung Kim)  
- perf tools: Handle old data in PERF_RECORD_ATTR (Namhyung Kim)  
- perf hists browser: Fix hierarchy mode header (Namhyung Kim)  
- MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS modules_install' regression (Maciej W. Rozycki)  
- drm/amd/display: prevent potential division by zero errors (Hamza Mahfooz)  
- mtd: rawnand: brcmnand: Fix potential false time out warning (William Zhang)  
- mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write (William Zhang)  
- mtd: rawnand: brcmnand: Fix crash during the panic_write (William Zhang)  
- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (Anand Jain)  
- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (Filipe Manana)  
- btrfs: free qgroup rsv on io failure (Boris Burkov)  
- fuse: nlookup missing decrement in fuse_direntplus_link (ruanmeisi)  
- ata: pata_ftide010: Add missing MODULE_DESCRIPTION (Damien Le Moal)  
- ata: sata_gemini: Add missing MODULE_DESCRIPTION (Damien Le Moal)  
- ata: pata_falcon: fix IO base selection for Q40 (Michael Schmitz)  
- lib: test_scanf: Add explicit type cast to result initialization in test_number_prefix() (Nathan Chancellor)  
- ext4: add correct group descriptors and reserved GDT blocks to system zone (Wang Jianjian)  
- dmaengine: sh: rz-dmac: Fix destination and source data size setting (Hien Huynh)  
- ARC: atomics: Add compiler barrier to atomic operations... (Pavel Kozlov)  
- sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() (Petr Tesarik)  
- net: hns3: remove GSO partial feature bit (Jie Wang)  
- net: hns3: fix the port information display when sfp is absent (Yisen Zhuang)  
- net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue (Jijie Shao)  
- net: hns3: fix debugfs concurrency issue between kfree buffer and read (Hao Chen)  
- net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() (Hao Chen)  
- net: dsa: sja1105: complete tc-cbs offload support on SJA1110 (Vladimir Oltean)  
- net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times (Vladimir Oltean)  
- net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload (Vladimir Oltean)  
- ip_tunnels: use DEV_STATS_INC() (Eric Dumazet)  
- idr: fix param name in idr_alloc_cyclic() doc (Ariel Marcovitch)  
- s390/zcrypt: don't leak memory if dev_set_name() fails (Andy Shevchenko)  
- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)  
- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)  
- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 (Olga Zaborska)  
- octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler (Geetha sowjanya)  
- kcm: Destroy mutex in kcm_exit_net() (Shigeru Yoshida)  
- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (valis) [Orabug: 35814453] {CVE-2023-4921}
- af_unix: Fix data race around sk-&gt;sk_err. (Kuniyuki Iwashima)  
- af_unix: Fix data-races around sk-&gt;sk_shutdown. (Kuniyuki Iwashima)  
- af_unix: Fix data-race around unix_tot_inflight. (Kuniyuki Iwashima)  
- af_unix: Fix data-races around user-&gt;unix_inflight. (Kuniyuki Iwashima)  
- net: phy: micrel: Correct bit assignments for phy_device flags (Oleksij Rempel)  
- net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr (Alex Henrie)  
- veth: Fixing transmit return status for dropped packets (Liang Chen)  
- igb: disable virtualization features on 82580 (Corinna Vinschen)  
- ipv4: ignore dst hint for multipath routes (Sriram Yagnaraman)  
- drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() (Sean Christopherson)  
- xsk: Fix xsk_diag use-after-free error during socket cleanup (Magnus Karlsson)  
- net: fib: avoid warn splat in flow dissector (Florian Westphal)  
- net: read sk-&gt;sk_family once in sk_mc_loop() (Eric Dumazet)  
- ipv4: annotate data-races around fi-&gt;fib_dead (Eric Dumazet)  
- sctp: annotate data-races around sk-&gt;sk_wmem_queued (Eric Dumazet)  
- net/sched: fq_pie: avoid stalls in fq_pie_timer() (Eric Dumazet)  
- pwm: lpc32xx: Remove handling of PWM channels (Vladimir Zapolskiy)  
- watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load (Raag Jadav)  
- perf top: Don't pass an ERR_PTR() directly to perf_session__delete() (Arnaldo Carvalho de Melo)  
- perf vendor events: Drop some of the JSON/events for power10 platform (Kajol Jain)  
- perf vendor events: Update the JSON/events descriptions for power10 platform (Kajol Jain)  
- x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() (Sean Christopherson)  
- perf annotate bpf: Don't enclose non-debug code with an assert() (Arnaldo Carvalho de Melo)  
- Input: tca6416-keypad - fix interrupt enable disbalance (Dmitry Torokhov)  
- Input: tca6416-keypad - always expect proper IRQ number in i2c client (Dmitry Torokhov)  
- backlight: gpio_backlight: Drop output GPIO direction check for initial power state (Ying Liu)  
- pwm: atmel-tcb: Fix resource freeing in error path and remove (Uwe Kleine-Konig)  
- pwm: atmel-tcb: Harmonize resource allocation order (Uwe Kleine-Konig)  
- pwm: atmel-tcb: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- perf trace: Really free the evsel-&gt;priv area (Arnaldo Carvalho de Melo)  
- perf trace: Use zfree() to reduce chances of use after free (Arnaldo Carvalho de Melo)  
- kconfig: fix possible buffer overflow (Konstantin Meskhidze)  
- gfs2: low-memory forced flush fixes (Andreas Gruenbacher)  
- gfs2: Switch to wait_event in gfs2_logd (Andreas Gruenbacher)  
- kbuild: do not run depmod for 'make modules_sign' (Masahiro Yamada)  
- bus: mhi: host: Skip MHI reset if device is in RDDM (Qiang Yu)  
- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info (Fedor Pchelkin)  
- NFS: Fix a potential data corruption (Trond Myklebust)  
- clk: qcom: mss-sc7180: fix missing resume during probe (Johan Hovold)  
- clk: qcom: q6sstop-qcs404: fix missing resume during probe (Johan Hovold)  
- soc: qcom: qmi_encdec: Restrict string length in decode (Chris Lew)  
- clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock (Dmitry Baryshkov)  
- clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz (Ahmad Fatoum)  
- dt-bindings: clock: xlnx,versal-clk: drop select:false (Krzysztof Kozlowski)  
- pinctrl: cherryview: fix address_space_handler() argument (Raag Jadav)  
- parisc: led: Reduce CPU overhead for disk &amp; lan LED computation (Helge Deller)  
- parisc: led: Fix LAN receive and transmit LEDs (Helge Deller)  
- lib/test_meminit: allocate pages up to order MAX_ORDER (Andrew Donnellan)  
- clk: qcom: turingcc-qcs404: fix missing resume during probe (Johan Hovold)  
- drm/ast: Fix DRAM init on AST2200 (Thomas Zimmermann)  
- clk: qcom: camcc-sc7180: fix async resume during probe (Johan Hovold)  
- fbdev/ep93xx-fb: Do not assign to struct fb_info.dev (Thomas Zimmermann)  
- io_uring: break iopolling on signal (Pavel Begunkov)  
- io_uring: break out of iowq iopoll on teardown (Pavel Begunkov)  
- io_uring: always lock in io_apoll_task_func (Pavel Begunkov)  
- net/ipv6: SKB symmetric hash should incorporate transport ports (Quan Tian)  
- udf: initialize newblock to 0 (Tom Rix)  
- md/md-bitmap: remove unnecessary local variable in backlog_store() (Yu Kuai)  
- tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY (Brian Foster)  
- perf/x86/uncore: Correct the number of CHAs on EMR (Kan Liang)  
- x86/sgx: Break up long non-preemptible delays in sgx_vepc_release() (Jack Wang)  
- USB: core: Fix oversight in SuperSpeed initialization (Alan Stern)  
- USB: core: Fix race by not overwriting udev-&gt;descriptor in hub_port_init() (Alan Stern)  
- USB: core: Change usb_get_device_descriptor() API (Alan Stern)  
- USB: core: Unite old scheme and new scheme descriptor reads (Alan Stern)  
- usb: typec: bus: verify partner exists in typec_altmode_attention (RD Babiera)  
- usb: typec: tcpm: set initial svdm version based on pd revision (RD Babiera)  
- cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug (Gustavo A. R. Silva)  
- crypto: stm32 - fix loop iterating through scatterlist for DMA (Thomas Bourgoin)  
- s390/ipl: add missing secure/has_secure file to ipl type 'unknown' (Sven Schnelle)  
- pstore/ram: Check start of empty przs during init (Enlin Mu)  
- mmc: renesas_sdhi: register irqs before registering controller (Wolfram Sang)  
- fsverity: skip PKCS#7 parser when keyring is empty (Eric Biggers)  
- net: handle ARPHRD_PPP in dev_is_mac_header_xmit() (Nicolas Dichtel)  
- X.509: if signature is unsupported skip validation (Thore Sommer)  
- dccp: Fix out of bounds access in DCCP error handler (Jann Horn)  
- parisc: Fix /proc/cpuinfo output for lscpu (Helge Deller)  
- procfs: block chmod on /proc/thread-self/comm (Aleksa Sarai)  
- Revert 'PCI: Mark NVIDIA T4 GPUs to avoid bus reset' (Bjorn Helgaas)  
- ntb: Fix calculation ntb_transport_tx_free_entry() (Dave Jiang)  
- ntb: Clean up tx tail index on link down (Dave Jiang)  
- ntb: Drop packets when qp link is down (Dave Jiang)  
- scsi: mpt3sas: Perform additional retries if doorbell read returns 0 (Ranjan Kumar)  
- media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts (Konrad Dybcio)  
- arm64: csum: Fix OoB access in IP checksum code for negative lengths (Will Deacon)  
- i3c: master: svc: fix probe failure when no i3c device exist (Frank Li)  
- xtensa: PMU: fix base address for the newer hardware (Max Filippov)  
- backlight/lv5207lp: Compare against struct fb_info.device (Thomas Zimmermann)  
- backlight/bd6107: Compare against struct fb_info.device (Thomas Zimmermann)  
- backlight/gpio_backlight: Compare against struct fb_info.device (Thomas Zimmermann)  
- ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() (Gustavo A. R. Silva)  
- ipmi_si: fix a memleak in try_smi_init() (Yi Yang)  
- media: i2c: ccs: Check rules is non-NULL (Sakari Ailus)  
- mm/vmalloc: add a safer version of find_vm_area() for debug (Joel Fernandes (Google))  
- scsi: core: Fix the scsi_set_resid() documentation (Bart Van Assche)  
- printk: ringbuffer: Fix truncating buffer size min_t cast (Kees Cook)  
- rcu: dump vmalloc memory info safely (Zqiang)  
- ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl (Takashi Iwai)  
- PM / devfreq: Fix leak in devfreq_dev_release() (Boris Brezillon)  
- igb: set max size RX buffer when store bad packet is enabled (Radoslaw Tyl) [Orabug: 35924095] {CVE-2023-45871}
- skbuff: skb_segment, Call zero copy functions before using skbuff frags (Mohamed Khalfella)  
- igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU (Eric Dumazet) [Orabug: 35923998] {CVE-2023-42752}
- virtio_ring: fix avail_wrap_counter in virtqueue_add_packed (Yuan Yao)  
- cpufreq: Fix the race condition while updating the transition_task of policy (Liao Chang)  
- dmaengine: ste_dma40: Add missing IRQ check in d40_probe (ruanjinjie)  
- um: Fix hostaudio build errors (Randy Dunlap)  
- mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume() (Yi Yang)  
- mtd: spi-nor: Check bus width while setting QE bit (Hsin-Yi Wang)  
- leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_oneshot instead (Marek Behun)  
- leds: multicolor: Use rounded division when calculating color components (Marek Behun)  
- leds: pwm: Fix error code in led_pwm_create_fwnode() (Dan Carpenter)  
- rpmsg: glink: Add check for kstrdup (Jiasheng Jiang)  
- phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write (Jonas Karlman)  
- phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate (Zheng Yang)  
- phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 (Jonas Karlman)  
- mtd: rawnand: brcmnand: Fix mtd oobsize (William Zhang)  
- tracing: Fix race issue between cpu buffer write and swap (Zheng Yejian)  
- tracing: Remove extra space at the end of hwlat_detector/mode (Mikhail Kobuk)  
- HID: multitouch: Correct devm device reference for hidinput input_dev name (Rahul Rameshbabu)  
- HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode() (Nikita Zhandarovich)  
- Revert 'IB/isert: Fix incorrect release of isert connection' (Leon Romanovsky)  
- amba: bus: fix refcount leak (Peng Fan)  
- serial: tegra: handle clk prepare error in tegra_uart_hw_init() (Yi Yang)  
- scsi: fcoe: Fix potential deadlock on &amp;fip-&gt;ctlr_lock (Chengfeng Ye)  
- scsi: core: Use 32-bit hostnum in scsi_host_lookup() (Tony Battersby)  
- cgroup:namespace: Remove unused cgroup_namespaces_init() (Lu Jialin)  
- media: i2c: rdacm21: Fix uninitialized value (Jacopo Mondi)  
- media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors (Hans de Goede)  
- media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working (Hans de Goede)  
- media: ov2680: Add ov2680_fill_format() helper function (Hans de Goede)  
- media: ov2680: Don't take the lock for try_fmt calls (Hans de Goede)  
- media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s (Hans de Goede)  
- media: ov2680: Fix vflip / hflip set functions (Hans de Goede)  
- media: ov2680: Fix ov2680_bayer_order() (Hans de Goede)  
- media: ov2680: Remove auto-gain and auto-exposure controls (Hans de Goede)  
- media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips (Dave Stevenson)  
- media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() (Marek Vasut)  
- USB: gadget: f_mass_storage: Fix unused variable warning (Alan Stern)  
- media: venus: hfi_venus: Only consider sys_idle_indicator on V1 (Konrad Dybcio)  
- media: go7007: Remove redundant if statement (Colin Ian King)  
- platform/x86: dell-sysman: Fix reference leak (Armin Wolf)  
- iommu/vt-d: Fix to flush cache of PASID directory table (Yanfei Xu)  
- iommu/qcom: Disable and reset context bank before programming (AngeloGioacchino Del Regno)  
- fsi: aspeed: Reset master errors after CFAM reset (Eddie James)  
- IB/uverbs: Fix an potential error pointer dereference (Xiang Yang)  
- RDMA/hns: Fix CQ and QP cache affinity (Chengchang Tang)  
- RDMA/hns: Fix incorrect post-send with direct wqe of wr-list (Junxian Huang)  
- RDMA/hns: Fix port active speed (Chengchang Tang)  
- iommu/sprd: Add missing force_aperture (Jason Gunthorpe)  
- driver core: test_async: fix an error code (Dan Carpenter)  
- dma-buf/sync_file: Fix docs syntax (Rob Clark)  
- coresight: tmc: Explicit type conversions to prevent integer overflow (Ruidong Tian)  
- RDMA/irdma: Replace one-element array with flexible-array member (Gustavo A. R. Silva)  
- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (Oleksandr Natalenko)  
- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (Oleksandr Natalenko)  
- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (Oleksandr Natalenko)  
- x86/APM: drop the duplicate APM_MINOR_DEV macro (Randy Dunlap)  
- serial: sprd: Fix DMA buffer leak issue (Chunyan Zhang)  
- serial: sprd: Assign sprd_port after initialized to avoid wrong access (Chunyan Zhang)  
- scsi: qla4xxx: Add length check when parsing nlattrs (Lin Ma)  
- scsi: be2iscsi: Add length check when parsing nlattrs (Lin Ma)  
- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() (Lin Ma)  
- scsi: iscsi: Add length check for nlattr payload (Lin Ma)  
- scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param() (Wenchao Hao)  
- scsi: RDMA/srp: Fix residual handling (Bart Van Assche)  
- usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host() (Xu Yang)  
- media: mediatek: vcodec: Return NULL if no vdec_fb is found (Irui Wang)  
- media: rkvdec: increase max supported height for H.264 (Benjamin Gaignard)  
- scsi: hisi_sas: Fix normally completed I/O analysed as failed (Xingui Yang)  
- scsi: hisi_sas: Fix warnings detected by sparse (Xingui Yang)  
- scsi: hisi_sas: Modify v3 HW SATA completion error processing (Xingui Yang)  
- scsi: hisi_sas: Modify v3 HW SSP underflow error processing (Xingui Yang)  
- media: cx24120: Add retval check for cx24120_message_send() (Daniil Dulov)  
- media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer() (Christophe JAILLET)  
- media: dib7000p: Fix potential division by zero (Daniil Dulov)  
- drivers: usb: smsusb: fix error handling code in smsusb_init_device (Dongliang Mu)  
- iommu: rockchip: Fix directory table address encoding (Jonas Karlman)  
- iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind (Daniel Marcovitch)  
- media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link() (Christophe JAILLET)  
- media: i2c: tvp5150: check return value of devm_kasprintf() (Claudiu Beznea)  
- media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables (Hans de Goede)  
- RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() (Minjie Du)  
- pNFS: Fix assignment of xprtdata.cred (Anna Schumaker)  
- NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ (Olga Kornievskaia)  
- NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN (Benjamin Coddington)  
- NFSD: da_addr_body field missing in some GETDEVICEINFO replies (Chuck Lever)  
- fs: lockd: avoid possible wrong NULL parameter (Su Hui)  
- jfs: validate max amount of blocks before allocation. (Alexei Filippov)  
- ext4: fix unttached inode after power cut with orphan file feature enabled (Zhihao Cheng)  
- powerpc/iommu: Fix notifiers being shared by PCI and VIO buses (Russell Currey)  
- nfs/blocklayout: Use the passed in gfp flags (Dan Carpenter)  
- powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT (Russell Currey)  
- powerpc: Don't include lppaca.h in paca.h (Michael Ellerman)  
- PCI: layerscape: Add workaround for lost link capabilities during reset (Xiaowei Bao)  
- PCI: layerscape: Add the endpoint linkup notifier support (Frank Li)  
- PCI: dwc: Add start_link/stop_link inlines (Serge Semin)  
- wifi: ath10k: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- wifi: ath11k: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- net/mlx5: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- drm/radeon: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- drm/amdgpu: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- powerpc/perf: Convert fsl_emb notifier to state machine callbacks (Christophe Leroy)  
- powerpc/fadump: reset dump area size if fadump memory reserve fails (Sourabh Jain)  
- vfio/type1: fix cap_migration information leak (Stefan Hajnoczi)  
- powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE (Christophe Leroy)  
- clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op (Ahmad Fatoum)  
- clk: imx8mp: fix sai4 clock (Marco Felsch)  
- PCI/ASPM: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- PCI: pciehp: Use RMW accessors for changing LNKCTL (Ilpo Jarvinen)  
- pinctrl: mcp23s08: check return value of devm_kasprintf() (Claudiu Beznea)  
- PCI: Mark NVIDIA T4 GPUs to avoid bus reset (Wu Zongyong)  
- PCI: microchip: Correct the DED and SEC interrupt bit offsets (Daire McNamara)  
- clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src (Luca Weiss)  
- clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src (Patrick Whewell)  
- ext4: avoid potential data overflow in next_linear_group (Kemeng Shi)  
- ext4: correct grp validation in ext4_mb_good_group (Kemeng Shi)  
- EDAC/igen6: Fix the issue of no error events (Qiuxu Zhuo)  
- clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src (David Wronek)  
- clk: sunxi-ng: Modify mismatched function name (Zhang Jianhua)  
- drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init() (Minjie Du)  
- ipmi:ssif: Fix a memory leak when scanning for an adapter (Corey Minyard)  
- ipmi:ssif: Add check for kstrdup (Jiasheng Jiang)  
- of: unittest: Fix overlay type in apply/revert check (Geert Uytterhoeven)  
- of: overlay: Call of_changeset_init() early (Geert Uytterhoeven)  
- md: raid0: account for split bio in iostat accounting (David Jeffery)  
- bus: ti-sysc: Fix cast to enum warning (Tony Lindgren)  
- arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names (Bryan O'Donoghue)  
- drm/mediatek: Fix potential memory leak if vmap() fail (Sui Jingfeng)  
- drm/mediatek: Remove freeing not dynamic allocated memory (Jason-JH.Lin)  
- bus: ti-sysc: Fix build warning for 64-bit build (Tony Lindgren)  
- io_uring: fix drain stalls by invalid SQE (Pavel Begunkov)  
- audit: fix possible soft lockup in __audit_inode_child() (Gaosheng Cui)  
- drm/msm/a2xx: Call adreno_gpu_init() earlier (Fabio Estevam)  
- drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create() (Yang Wang)  
- smackfs: Prevent underflow in smk_set_cipso() (Dan Carpenter)  
- firmware: meson_sm: fix to avoid potential NULL pointer dereference (Zhang Shurong)  
- drm/msm/mdp5: Don't leak some plane state (Daniel Vetter)  
- drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask (Jiasheng Jiang)  
- ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig (Nayna Jain)  
- drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01 (Marek Vasut)  
- drm/armada: Fix off-by-one error in armada_overlay_get_property() (Geert Uytterhoeven)  
- arm64: dts: qcom: sm8150: Fix the I2C7 interrupt (Zeyan Li)  
- of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() (Ruan Jinjie)  
- drm/tegra: dpaux: Fix incorrect return value of platform_get_irq (Yangtao Li)  
- drm/msm: Update dev core dump to not print backwards (Ryan McCann)  
- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() (Yu Kuai)  
- md/bitmap: don't set max_write_behind if there is no write mostly device (Guoqing Jiang)  
- md/raid10: use dereference_rdev_and_rrdev() to get devices (Li Nan)  
- md/raid10: factor out dereference_rdev_and_rrdev() (Li Nan)  
- drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' (Srinivasan Shanmugam)  
- arm64: dts: qcom: sdm845: Fix the min frequency of 'ice_core_clk' (Manivannan Sadhasivam)  
- arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC (Manivannan Sadhasivam)  
- ARM: dts: BCM53573: Fix Ethernet info for Luxul devices (Rafal Milecki)  
- drm: adv7511: Fix low refresh rate register for ADV7533/5 (Bogdan Togorean)  
- ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split) (Krzysztof Kozlowski)  
- ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210 (Krzysztof Kozlowski)  
- ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) (Krzysztof Kozlowski)  
- ARM: dts: s3c64xx: align pinctrl with dtschema (Krzysztof Kozlowski)  
- x86/mm: Fix PAT bit missing from page protection modify mask (Janusz Krzysztofik)  
- drm/etnaviv: fix dumping of active MMU context (Lucas Stach)  
- arm64: dts: qcom: pmi8994: Add missing OVP interrupt (Konrad Dybcio)  
- arm64: dts: qcom: Move WLED num-strings from pmi8994 to sony-xperia-tone (Marijn Suijten)  
- arm64: dts: qcom: pmi8994: Remove hardcoded linear WLED enabled-strings (Marijn Suijten)  
- arm64: dts: qcom: pm660l: Add missing short interrupt (Konrad Dybcio)  
- arm64: dts: qcom: correct SPMI WLED register range encoding (Krzysztof Kozlowski)  
- arm64: dts: qcom: pmi8998: Add node for WLED (AngeloGioacchino Del Regno)  
- arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup again (Krzysztof Kozlowski)  
- ARM: dts: BCM53573: Use updated 'spi-gpio' binding properties (Rafal Milecki)  
- ARM: dts: BCM53573: Add cells sizes to PCIe node (Rafal Milecki)  
- drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar() (Arnd Bergmann)  
- arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent (Konrad Dybcio)  
- arm64: dts: qcom: pmk8350: fix ADC-TM compatible string (Dmitry Baryshkov)  
- arm64: dts: qcom: sm8350: Use proper CPU compatibles (Konrad Dybcio)  
- arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq (Konrad Dybcio)  
- arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller (Konrad Dybcio)  
- arm64: dts: qcom: sm8250-edo: Rectify gpio-keys (Konrad Dybcio)  
- arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs (Konrad Dybcio)  
- arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM (Konrad Dybcio)  
- arm64: dts: qcom: sm8250: correct dynamic power coefficients (Vincent Guittot)  
- soc: qcom: ocmem: Fix NUM_PORTS &amp; NUM_MACROS macros (Luca Weiss)  
- soc: qcom: ocmem: Add OCMEM hardware version print (Luca Weiss)  
- ASoC: stac9766: fix build errors with REGMAP_AC97 (Randy Dunlap)  
- quota: fix dqput() to follow the guarantees dquot_srcu should provide (Baokun Li)  
- quota: add new helper dquot_active() (Baokun Li)  
- quota: rename dquot_active() to inode_quota_active() (Baokun Li)  
- quota: factor out dquot_write_dquot() (Baokun Li)  
- drm/bridge: tc358764: Fix debug print parameter order (Marek Vasut)  
- netrom: Deny concurrent connect(). (Kuniyuki Iwashima)  
- net/sched: sch_hfsc: Ensure inner classes have fsc curve (Budimir Markovic) [Orabug: 35810514] {CVE-2023-4623}
- hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() (Biju Das)  
- mlxsw: i2c: Limit single transaction buffer size (Vadim Pasternak)  
- mlxsw: i2c: Fix chunk size setting in output mailbox buffer (Vadim Pasternak)  
- net: arcnet: Do not call kfree_skb() under local_irq_disable() (Jinjie Ruan)  
- wifi: ath9k: use IS_ERR() with debugfs_create_dir() (Wang Ming)  
- Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() (Jinjie Ruan)  
- wifi: mwifiex: avoid possible NULL skb pointer dereference (Dmitry Antipov)  
- wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attribute (Lin Ma)  
- wifi: ath9k: protect WMI command response buffer replacement with a lock (Fedor Pchelkin)  
- wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx (Fedor Pchelkin)  
- samples/bpf: fix broken map lookup probe (Daniel T. Lee)  
- wifi: mwifiex: Fix missed return in oob checks failed path (Polaris Pi)  
- wifi: mwifiex: fix memory leak in mwifiex_histogram_read() (Dmitry Antipov)  
- fs: ocfs2: namei: check return value of ocfs2_add_entry() (Artem Chernyshev)  
- lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (Yan Zhai)  
- lwt: Fix return values of BPF xmit ops (Yan Zhai)  
- hwrng: iproc-rng200 - Implement suspend and resume calls (Florian Fainelli)  
- crypto: caam - fix unchecked return value error (Gaurav Jain)  
- ice: ice_aq_check_events: fix off-by-one check when filling buffer (Przemek Kitszel)  
- net-memcg: Fix scope of sockmem pressure indicators (Abel Wu)  
- selftests/bpf: Clean up fmod_ret in bench_rename test script (Yipeng Zou)  
- net: tcp: fix unexcepted socket die when snd_wnd is 0 (Menglong Dong)  
- Bluetooth: Fix potential use-after-free when clear keys (Min Li)  
- Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe() (Yuanjun Gong)  
- crypto: stm32 - Properly handle pm_runtime_get failing (Uwe Kleine-Konig)  
- wifi: mwifiex: fix error recovery in PCIE buffer descriptor management (Dmitry Antipov)  
- wifi: mwifiex: Fix OOB and integer underflow when rx packets (Polaris Pi)  
- wifi: mt76: mt7915: fix power-limits while chan_switch (Ryder Lee)  
- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM (Marc Kleine-Budde)  
- spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe() (Zhang Shurong)  
- wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH (Lin Ma)  
- ipv6: Add reasons for skb drops to __udp6_lib_rcv (David Ahern)  
- bpf: reject unhashed sockets in bpf_sk_assign (Lorenz Bauer)  
- udp: re-score reuseport groups when connected sockets are present (Lorenz Bauer)  
- regmap: rbtree: Use alloc_flags for memory allocations (Dan Carpenter)  
- hwrng: pic32 - use devm_clk_get_enabled (Martin Kaiser)  
- hwrng: nomadik - keep clock enabled while hwrng is registered (Martin Kaiser)  
- tcp: tcp_enter_quickack_mode() should be static (Eric Dumazet)  
- bpf: Clear the probe_addr for uprobe (Yafang Shao)  
- bpftool: Use a local bpf_perf_event_value to fix accessing its fields (Alexander Lobakin)  
- cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit() (Liao Chang)  
- x86/efistub: Fix PCI ROM preservation in mixed mode (Mikel Rychliski)  
- ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table (Mario Limonciello)  
- ACPI: x86: s2idle: Post-increment variables when getting constraints (Mario Limonciello)  
- s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs (Holger Dengler)  
- s390/pkey: fix/harmonize internal keyblob headers (Holger Dengler)  
- selftests/futex: Order calls to futex_lock_pi (Nysal Jan K.A)  
- perf/imx_ddr: don't enable counter0 if none of 4 counters are used (Xu Yang)  
- x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved (Ard Biesheuvel)  
- selftests/resctrl: Close perf value read fd on errors (Ilpo Jarvinen)  
- selftests/resctrl: Unmount resctrl FS if child fails to run benchmark (Ilpo Jarvinen)  
- selftests/resctrl: Don't leak buffer in fill_cache() (Ilpo Jarvinen)  
- selftests/resctrl: Add resctrl.h into build deps (Ilpo Jarvinen)  
- selftests/resctrl: Make resctrl_tests run using kselftest framework (Shaopeng Tan)  
- OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() (Manivannan Sadhasivam)  
- refscale: Fix uninitalized use of wait_queue_head_t (Waiman Long)  
- ARM: ptrace: Restore syscall skipping for tracers (Kees Cook)  
- ARM: ptrace: Restore syscall restart tracing (Kees Cook)  
- selftests/harness: Actually report SKIP for signal tests (Kees Cook)  
- tmpfs: verify {g,u}id mount options correctly (Christian Brauner)  
- fs: Fix error checking for d_hash_and_lookup() (Wang Ming)  
- eventfd: prevent underflow for eventfd semaphores (Wen Yang)  
- reiserfs: Check the return value from __getblk() (Matthew Wilcox)  
- Revert 'net: macsec: preserve ingress frame ordering' (Sabrina Dubroca)  
- udf: Handle error when adding extent to a file (Jan Kara)  
- udf: Check consistency of Space Bitmap Descriptor (Vladislav Efanov)  
- of: kexec: Mark ima_{free,stable}_kexec_buffer() as __init (Nathan Chancellor)  
- net: Avoid address overwrite in kernel_connect (Jordan Rife)  
- arm64: lib: Import latest version of Arm Optimized Routines' strncmp (Joey Gouly)  
- crypto: rsa-pkcs1pad - Use helper to set reqsize (Herbert Xu)  
- tracing: Introduce pipe_cpumask to avoid race on trace_pipes (Zheng Yejian)  
- ALSA: seq: oss: Fix racy open/close of MIDI devices (Takashi Iwai)  
- scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path (Justin Tee)  
- scsi: storvsc: Always set no_report_opcodes (Michael Kelley)  
- sctp: handle invalid error codes without calling BUG() (Dan Carpenter)  
- bnx2x: fix page fault following EEH recovery (David Christensen)  
- netlabel: fix shift wrapping bug in netlbl_catmap_setlong() (Dmitry Mastykin)  
- drm/amdgpu: Match against exact bootloader status (Lijo Lazar)  
- net: hns3: restore user pause configure when disable autoneg (Jian Shen)  
- scsi: qedi: Fix potential deadlock on &amp;qedi_percpu-&gt;p_work_lock (Chengfeng Ye)  
- scsi: lpfc: Remove reftag check in DIF paths (Justin Tee)  
- idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM (Baoquan He)  
- wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1() (Hans de Goede)  
- net: usb: qmi_wwan: add Quectel EM05GV2 (Martin Kohn)  
- vmbus_testing: fix wrong python syntax for integer value comparison (Ani Sinha)  
- clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM (Baoquan He)  
- kprobes: Prohibit probing on CFI preamble symbol (Masami Hiramatsu (Google))  
- security: keys: perform capable check only on privileged operations (Christian Gottsche)  
- ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer() (Minjie Du)  
- drm/amd/display: Exit idle optimizations before attempt to access PHY (Leo Chen)  
- platform/x86: huawei-wmi: Silence ambient light sensor (Konstantin Shelekhin)  
- platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks (Maxim Mikityanskiy)  
- platform/x86: intel: hid: Always call BTNL ACPI method (Hans de Goede)  
- ASoC: atmel: Fix the 8K sample parameter in I2SC master (Guiting Shen)  
- ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0 (Shuming Fan)  
- ASoC: rt711: fix for JD event handling in ClockStop Mode0 (Shuming Fan)  
- ASoc: codecs: ES8316: Fix DMIC config (Edgar)  
- ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0 (Shuming Fan)  
- fs/nls: make load_nls() take a const parameter (Winston Wen)  
- s390/dasd: fix hanging device after request requeue (Stefan Haberland)  
- s390/dasd: use correct number of retries for ERP requests (Stefan Haberland)  
- m68k: Fix invalid .section syntax (Ben Hutchings)  
- vxlan: generalize vxlan_parse_gpe_hdr and remove unused args (Jiri Benc)  
- ethernet: atheros: fix return value check in atl1c_tso_csum() (Yuanjun Gong)  
- ASoC: da7219: Check for failure reading AAD IRQ events (Dmytro Maluka)  
- ASoC: da7219: Flush pending AAD IRQ when suspending (Dmytro Maluka)  
- ksmbd: no response from compound read (Namjae Jeon)  
- ksmbd: fix out of bounds in smb3_decrypt_req() (Namjae Jeon)  
- 9p: virtio: make sure 'offs' is initialized in zc_request (Dominique Martinet)  
- media: pci: cx23885: fix error handling for cx23885 ATSC boards (Nikolay Burykin)  
- media: pulse8-cec: handle possible ping error (Dmitry Antipov)  
- phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error code (Adrien Thierry)  
- ARM: dts: imx: Set default tuning step for imx7d usdhc (Xiaolei Wang)  
- ARM: dts: imx: Adjust dma-apbh node name (Stefan Wahren)  
- ARM: dts: imx7s: Drop dma-apb interrupt-names (Marek Vasut)  
- ARM: dts: imx: update sdma node name format (Joy Zou)  
- rds: Put back pages on the CPU that allocated them (Hakon Bugge)  [Orabug: 35768363] 
- mm: fix munmap() of reserved va ranges (Anthony Yznaga)  [Orabug: 35843808] 
- mm: fix mmap() of reserved va ranges (Anthony Yznaga)  [Orabug: 35843808] 
- mm: reinstall placeholder mappings before downgrading mmap lock (Anthony Yznaga)  [Orabug: 35843808] 
- mm: fix hang after mapping over a mapped reserved va range (Anthony Yznaga)  [Orabug: 35843808] 
- mm: fix update of total_vm for reserved va placeholders (Anthony Yznaga)  [Orabug: 35843808] 
- mm: enable merging of reserved va placeholders (Anthony Yznaga)  [Orabug: 35843808] 
- genetlink: initialize resv_start_op using existing enum values on uek7-u2 (Qing Huang)  [Orabug: 35857093] 
- rds: Provision to allow all trace points at module load time (Arumugam Kolappan)  [Orabug: 35916077] 
- rds/ib: Preserve dest qp num in the connect request (Arumugam Kolappan)  [Orabug: 35926164] 
- Crash: add lock to serialize crash hotplug handling (Baoquan He)  [Orabug: 35778906] 
- x86/crash: optimize CPU changes (Eric DeVolder)  [Orabug: 35778906] 
- crash: change crash_prepare_elf64_headers() to for_each_possible_cpu() (Eric DeVolder)  [Orabug: 35778906] 
- crash: hotplug support for kexec_load() (Eric DeVolder)  [Orabug: 35778906] 
- x86/crash: add x86 crash hotplug support (Eric DeVolder)  [Orabug: 35778906] 
- crash: memory and CPU hotplug sysfs attributes (Eric DeVolder)  [Orabug: 35778906] 
- kexec: exclude elfcorehdr from the segment digest (Eric DeVolder)  [Orabug: 35778906] 
- crash: add generic infrastructure for crash hotplug support (Eric DeVolder)  [Orabug: 35778906] 
- crash: move a few code bits to setup support of crash hotplug (Eric DeVolder)  [Orabug: 35778906] 
- remove ARCH_DEFAULT_KEXEC from Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- kexec: rename ARCH_HAS_KEXEC_PURGATORY (Eric DeVolder)  [Orabug: 35778906] 
- sh/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- s390/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- riscv/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- powerpc/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- parisc/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- mips/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- m68k/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- arm64/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- ia64/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- arm/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- x86/kexec: refactor for kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906] 
- kexec: consolidate kexec and crash options into kernel/Kconfig.kexec (Eric DeVolder)  [Orabug: 35778906]

[5.15.0-201.131.1]
- net/rds: report pending-messages count in RDS_INQ response (Devesh Sharma)  [Orabug: 35596047] 
- uek-rpm: Disable kernel support for CONFIG_FIREWIRE in OL9 (Yifei Liu)  [Orabug: 35493648]  {CVE-2023-3159}
- rds: Add proper refcnt when an RDS MR references an RDS Socket (Hakon Bugge)  [Orabug: 35817900] 
- rds: Check for UAF in rds_destroy_mr (Hakon Bugge)  [Orabug: 35817900] 
- uek-rpm: Enable Microsoft recommended Hyper-V flags for ARM (Harshvardhan Jha)  [Orabug: 35823292] 
- xfs: reserve less log space when recovering log intent items (Darrick J. Wong)  [Orabug: 35871839] 
- scsi: target: core: Fix deadlock due to recursive locking (Junxiao Bi)  [Orabug: 35886688]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-13043.html" type="self" title="ELSA-2023-13043" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-3159.html" id="CVE-2023-3159" type="cve" title="CVE-2023-3159" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-4244.html" id="CVE-2023-4244" type="cve" title="CVE-2023-4244" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-42752.html" id="CVE-2023-42752" type="cve" title="CVE-2023-42752" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-42756.html" id="CVE-2023-42756" type="cve" title="CVE-2023-42756" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-45871.html" id="CVE-2023-45871" type="cve" title="CVE-2023-45871" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-4623.html" id="CVE-2023-4623" type="cve" title="CVE-2023-4623" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-4921.html" id="CVE-2023-4921" type="cve" title="CVE-2023-4921" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-5090.html" id="CVE-2023-5090" type="cve" title="CVE-2023-5090" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-5178.html" id="CVE-2023-5178" type="cve" title="CVE-2023-5178" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-5197.html" id="CVE-2023-5197" type="cve" title="CVE-2023-5197" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d99fe05bcfd4434bbcf9f5324cd0e3945a5f4c4f0be0cb845324e3a54a8632c9</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">345f80f18ad64e76fb16be2f9e83d4037e70d3f0f73be15fac48e92a6ea3a9b9</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">619efce5bcbd35f35fbd00fc67919a2d281cf99c767772f3a68777c8560abc64</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">08f9f1e069fe8e31539d2905ae73649cfd4cac440e1975ebe08555274f98cc15</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a4d32bd4b02b1ba77a4835e7f4d82ead43c9eaa092572d6a0e019df97dcf1e46</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-201.135.6.el8uek.src.rpm</filename>
          <sum type="sha256">100a02dc465d26095dbaa1067d9024fd985dcac0776f0ffe128fabb495a2ee28</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ceddab515490109ece5312af8bfc4a27b647619c2783352460ba62c4a96c1ef7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8deeb2e31ff0f3f2d90d4e6ce9b5a0a0be5bf0fa5fa1e2cbaaa4380013b38b7b</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f92e26a2b58b5a077d3cb33a60999cdece69d833bf0d7e808e9e3d974ed4bdcb</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aeb74b75fd15e7a6db1ac66a0591eda85697d9787062dabc921ffb3e1f446226</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">03dfcbae9ebdc2e8018588ea7ca71d94b9e94ff9747e0abbdacf9ec0b2fc3082</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-201.135.6.el8uek.noarch.rpm</filename>
          <sum type="sha256">bfa18a693c1b34bdc84018bce8a2c32f79affde2b1b5daede831a07daf7d6d92</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">928f9617505b1817fff9e70e6d9c5419e74d49db5fa12446012832d0320e4262</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5cb701a8c6727830e6b9b69d341daeabef36d7e1ff110c43bf4a09ddc1232429</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="201.135.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-201.135.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c91e7e5b88dd6af4dade1f8e19ac5be64a614e9bac06abd4cc16743de2a37961</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12226</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-04-04 00:00:00"/>
    <updated date="2023-04-04 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-100.96.32]
- crypto: Report fips module name and version for aarch64 (Saeed Mirzamohammadi)  [Orabug: 35225251] 
- uek-rpm: Enable RFC7919 config for aarch64 (Saeed Mirzamohammadi)  [Orabug: 35225251]

[5.15.0-100.96.31]
- uek-rpm: Update linux-firmware dependency (Somasundaram Krishnasamy)  [Orabug: 35213423] 
- block: bio-integrity: Copy flags when bio_integrity_payload is cloned (Martin K. Petersen)  [Orabug: 35209013] 
- scsi: qla2xxx: Synchronize the IOCB count to be in order (Quinn Tran)  [Orabug: 35209013] 
- scsi: qla2xxx: Perform lockless command completion in abort path (Nilesh Javali)  [Orabug: 35209013]

[5.15.0-100.96.30]
- perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table (Kan Liang)  [Orabug: 35151818] 
- perf/x86/uncore: Add a quirk for UPI on SPR (Kan Liang)  [Orabug: 35151818] 
- perf/x86/uncore: Ignore broken units in discovery table (Kan Liang)  [Orabug: 35151818] 
- perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name (Kan Liang)  [Orabug: 35151818] 
- perf/x86/uncore: Factor out uncore_device_to_die() (Kan Liang)  [Orabug: 35151818] 
- Revert 'perf/x86/uncore: Factor out uncore_device_to_die()' (Thomas Tai)  [Orabug: 35151818] 
- Revert 'perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name' (Thomas Tai)  [Orabug: 35151818] 
- Revert 'perf/x86/uncore: Ignore broken units in discovery table' (Thomas Tai)  [Orabug: 35151818] 
- Revert 'perf/x86/uncore: Add a quirk for UPI on SPR' (Thomas Tai)  [Orabug: 35151818] 
- Revert 'perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table' (Thomas Tai)  [Orabug: 35151818] 
- ionic: remove unnecessary void casts (Shannon Nelson)  [Orabug: 35166570] 
- ionic: remove unnecessary indirection (Shannon Nelson)  [Orabug: 35166570] 
- ionic: missed doorbell workaround (Allen Hubbe)  [Orabug: 35166570] 
- ionic: refactor use of ionic_rx_fill() (Neel Patel)  [Orabug: 35166570] 
- ionic: enable tunnel offloads (Neel Patel)  [Orabug: 35166570] 
- ionic: new ionic device identity level and VF start control (Shannon Nelson)  [Orabug: 35166570] 
- ionic: only save the user set VF attributes (Shannon Nelson)  [Orabug: 35166570] 
- ionic: replay VF attributes after fw crash recovery (Shannon Nelson)  [Orabug: 35166570] 
- ionic: change order of devlink port register and netdev register (Jiri Pirko)  [Orabug: 35166570] 
- ionic: no transition while stopping (Shannon Nelson)  [Orabug: 35166570] 
- ionic: use vmalloc include (Shannon Nelson)  [Orabug: 35166570] 
- ionic: clean up comments and whitespace (Shannon Nelson)  [Orabug: 35166570] 
- ionic: prefer strscpy over strlcpy (Shannon Nelson)  [Orabug: 35166570] 
- ionic: Use vzalloc for large per-queue related buffers (Brett Creeley)  [Orabug: 35166570] 
- ionic: catch transition back to RUNNING with fw_generation 0 (Shannon Nelson)  [Orabug: 35166570] 
- ionic: replace set_vf data with union (Shannon Nelson)  [Orabug: 35166570] 
- ionic: stretch heartbeat detection (Shannon Nelson)  [Orabug: 35166570] 
- ionic: remove the dbid_inuse bitmap (Shannon Nelson)  [Orabug: 35166570] 
- ionic: disable napi when ionic_lif_init() fails (Brett Creeley)  [Orabug: 35166570] 
- ionic: Cleanups in the Tx hotpath code (Brett Creeley)  [Orabug: 35166570] 
- ionic: Prevent filter add/del err msgs when the device is not available (Brett Creeley)  [Orabug: 35166570] 
- ionic: Query FW when getting VF info via ndo_get_vf_config (Brett Creeley)  [Orabug: 35166570] 
- ionic: Allow flexibility for error reporting on dev commands (Brett Creeley)  [Orabug: 35166570] 
- ionic: Correctly print AQ errors if completions aren't received (Brett Creeley)  [Orabug: 35166570] 
- ionic: fix up printing of timeout error (Shannon Nelson)  [Orabug: 35166570] 
- ionic: better handling of RESET event (Shannon Nelson)  [Orabug: 35166570] 
- ionic: add FW_STOPPING state (Shannon Nelson)  [Orabug: 35166570] 
- ionic: separate function for watchdog init (Shannon Nelson)  [Orabug: 35166570] 
- ionic: no devlink_unregister if not registered (Shannon Nelson)  [Orabug: 35166570] 
- ionic: tame the filter no space message (Shannon Nelson)  [Orabug: 35166570] 
- ionic: allow adminq requests to override default error message (Shannon Nelson)  [Orabug: 35166570] 
- ionic: handle vlan id overflow (Shannon Nelson)  [Orabug: 35166570] 
- ionic: generic filter delete (Shannon Nelson)  [Orabug: 35166570] 
- ionic: generic filter add (Shannon Nelson)  [Orabug: 35166570] 
- ionic: add generic filter search (Shannon Nelson)  [Orabug: 35166570] 
- ionic: remove mac overflow flags (Shannon Nelson)  [Orabug: 35166570] 
- ionic: move lif mac address functions (Shannon Nelson)  [Orabug: 35166570] 
- ionic: add filterlist to debugfs (Shannon Nelson)  [Orabug: 35166570] 
- ionic: add lif param to ionic_qcq_disable (Shannon Nelson)  [Orabug: 35166570] 
- ionic: have ionic_qcq_disable decide on sending to hardware (Shannon Nelson)  [Orabug: 35166570] 
- ionic: add polling to adminq wait (Shannon Nelson)  [Orabug: 35166570] 
- ionic: move lif mutex setup and delete (Shannon Nelson)  [Orabug: 35166570] 
- ionic: check for binary values in FW ver string (Shannon Nelson)  [Orabug: 35166570] 
- ionic: remove debug stats (Shannon Nelson)  [Orabug: 35166570] 
- ionic: Move devlink registration to be last devlink command (Leon Romanovsky)  [Orabug: 35166570] 
- crypto: jitter - update max health test failure in FIPS mode (Saeed Mirzamohammadi)  [Orabug: 35160891] 
- mm: use padata for copying page ranges in vma_dup() (Anthony Yznaga)  [Orabug: 35054621] 
- mm: parallelize unmap_page_range() for some large VMAs (Anthony Yznaga)  [Orabug: 35054621] 
- mm: fix VMA_BUG_ON_MM due to mmap_lock not held (Anthony Yznaga)  [Orabug: 35054621] 
- mm: avoid early cow when copying ptes for MADV_DOEXEC (Anthony Yznaga)  [Orabug: 35054621] 
- net/rds: serialize up+down-work to relax strict ordering (Gerd Rausch)  [Orabug: 35094721] 
- nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM1733a (Saeed Mirzamohammadi)  [Orabug: 35145945] 
- nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X (Saeed Mirzamohammadi)  [Orabug: 35146608] 
- rds: ib: Fix non-parenthetical mutex/semaphore use (Hakon Bugge)  [Orabug: 35155112] 
- Revert 'btrfs: free device in btrfs_close_devices for a single device filesystem' (Vijayendra Suman)  [Orabug: 35161535]

[5.15.0-100.96.29]
- NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time (Dai Ngo)  [Orabug: 35059907] 
- NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker (Dai Ngo)  [Orabug: 35059907] 
- NFSD: unregister shrinker when nfsd_init_net() fails (Tetsuo Handa)  [Orabug: 35059907] 
- NFSD: add shrinker to reap courtesy clients on low memory condition (Dai Ngo)  [Orabug: 35059907] 
- NFSD: keep track of the number of courtesy clients in the system (Dai Ngo)  [Orabug: 35059907] 
- crypto: drbg - oversampling of Jitter RNG (Saeed Mirzamohammadi)  [Orabug: 35141114] 
- crypto: tcrypt - KAT for ffdhe* algorithms (Saeed Mirzamohammadi)  [Orabug: 35141114] 
- crypto: jitter - panic on health test failure (Saeed Mirzamohammadi)  [Orabug: 35141114] 
- scsi: qla2xxx: Update version to 10.02.08.100-k (Nilesh Javali)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix IOCB resource check warning (Nilesh Javali)  [Orabug: 35007285] 
- scsi: qla2xxx: Remove increment of interface err cnt (Saurav Kashyap)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix erroneous link down (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Remove unintended flag clearing (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix stalled login (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix exchange oversubscription for management commands (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix exchange oversubscription (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests (Arun Easi)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix link failure in NPIV environment (Quinn Tran)  [Orabug: 35007285] 
- scsi: qla2xxx: Check if port is online before sending ELS (Shreyas Deodhar)  [Orabug: 35007285] 
- scsi: qla2xxx: Initialize vha-&gt;unknown_atio_[list, work] for NPIV hosts (Gleb Chesnokov)  [Orabug: 35007285] 
- scsi: qla2xxx: Remove duplicate of vha-&gt;iocb_work initialization (Gleb Chesnokov)  [Orabug: 35007285] 
- scsi: qla2xxx: Remove unused variable 'found_devs' (Colin Ian King)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix serialization of DCBX TLV data request (Rafael Mendonca)  [Orabug: 35007285] 
- scsi: qla2xxx: Remove unused declarations for qla2xxx (Gaosheng Cui)  [Orabug: 35007285] 
- scsi: qla2xxx: Fix spelling mistake 'definiton' -&gt; 'definition' (Colin Ian King)  [Orabug: 35007285] 
- scsi: qla2xxx: Drop DID_TARGET_FAILURE use (Mike Christie)  [Orabug: 35007285] 
- ACPI: processor: idle: Disable ACPI C-state probing for xen hvm guest (Joe Jin)  [Orabug: 35043629] 
- uek-rpm: x86_64 enable CONFIG_SLS (Maciej S. Szmigiero)  [Orabug: 35073535] 
- net: qede: Remove unnecessary synchronize_irq() before free_irq() (Minghao Chi)  [Orabug: 34901373] 
- uek-rpm: Disable CONFIG_USB_NET_RNDIS_WLAN (Rhythm Mahajan)  [Orabug: 35037701] 
- certs: Add FIPS selftests (David Howells)  [Orabug: 35080500] 
- certs: Move load_certificate_list() to be with the asymmetric keys code (David Howells)  [Orabug: 35080500] 
- uek-rpm: Enable RFC7919 config (Saeed Mirzamohammadi)  [Orabug: 35080500] 
- Revert 'KVM: x86/xen: Maintain valid mapping of Xen shared_info page' (Vijayendra Suman)  [Orabug: 34929435] 
- Revert 'KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty' (Vijayendra Suman)  [Orabug: 34929435] 
- Revert 'crypto: rsa - flag instantiations as FIPS compliant' (Saeed Mirzamohammadi)  [Orabug: 35054646] 
- uek-rpm/config-aarch64: Enable CONFIG_CLK_RASPBERRYPI (Vijay Kumar)  [Orabug: 35018498] 
- vfio/mlx5: Allow loading of larger images than 512 MB (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Fix UBSAN note (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: error pointer dereference in error handling (Dan Carpenter)  [Orabug: 35027279] 
- vfio/mlx5: fix error code in mlx5vf_precopy_ioctl() (Dan Carpenter)  [Orabug: 35027279] 
- vfio/mlx5: Enable MIGRATION_PRE_COPY flag (Shay Drory)  [Orabug: 35027279] 
- vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error (Shay Drory)  [Orabug: 35027279] 
- vfio/mlx5: Introduce multiple loads (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Consider temporary end of stream as part of PRE_COPY (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Introduce vfio precopy ioctl implementation (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Introduce SW headers for migration states (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Introduce device transitions of PRE_COPY (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Refactor to use queue based data chunks (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Refactor migration file state (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Refactor MKEY usage (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Refactor PD usage (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Enforce a single SAVE command at a time (Yishai Hadas)  [Orabug: 35027279] 
- vfio: Extend the device migration protocol with PRE_COPY (Jason Gunthorpe)  [Orabug: 35027279] 
- net/mlx5: Introduce ifc bits for pre_copy (Shay Drory)  [Orabug: 35027279] 
- net/mlx5: Add the log_min_mkey_entity_size capability (Maxim Mikityanskiy)  [Orabug: 35027279] 
- vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries (Joao Martins)  [Orabug: 35027279] 
- vfio/mlx5: Fix a typo in mlx5vf_cmd_load_vhca_state() (Yishai Hadas)  [Orabug: 35027279] 
- vfio: Add an option to get migration data size (Yishai Hadas)  [Orabug: 35027279] 
- vfio/mlx5: Switch to use module_pci_driver() macro (Shang XiaoJing)  [Orabug: 35027279] 
- uek-rpm: core: Move few modules which are recently enabled to core. (Harshit Mogalapalli)  [Orabug: 34774213] 
- tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo)  [Orabug: 34977257] 
- crypto: panic on PCT failure for dh and ecdh (Saeed Mirzamohammadi)  [Orabug: 34971139] 
- uek-rpm: mod-extra: Move modules which are recently enabled to extras (Harshit Mogalapalli)  [Orabug: 34774213] 
- Allow the ima keyring to trust all keys in the machine keyring (Eric Snowberg)  [Orabug: 34873856] 
- Revert 'X.509: Parse Basic Constraints for CA' (Eric Snowberg)  [Orabug: 34873856] 
- Revert 'KEYS: CA link restriction' (Eric Snowberg)  [Orabug: 34873856] 
- Revert 'integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca' (Eric Snowberg)  [Orabug: 34873856] 
- Revert 'integrity: change ima link restriction to trust the machine keyring' (Eric Snowberg)  [Orabug: 34873856] 
- net/mlx5: Drain fw_reset when removing device (Shay Drory)  [Orabug: 34816080] 
- net/mlx5e: CT: Fix setting flow_source for smfs ct tuples (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5e: CT: Fix support for GRE tuples (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5e: Remove HW-GRO from reported features (Gal Pressman)  [Orabug: 34816080] 
- net/mlx5e: Properly block HW GRO when XDP is enabled (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Properly block LRO when XDP is enabled (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Block rx-gro-hw feature in switchdev mode (Aya Levin)  [Orabug: 34816080] 
- net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lock (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: Initialize flow steering during driver probe (Shay Drory)  [Orabug: 34816080] 
- mlxsw: Avoid warning during ip6gre device removal (Amit Cohen)  [Orabug: 34816080] 
- net/mlx5: Fix matching on inner TTC (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5e: Avoid checking offload capability in post_parse action (Ariel Levkovich)  [Orabug: 34816080] 
- net/mlx5e: TC, fix decap fallback to uplink when int port not supported (Ariel Levkovich)  [Orabug: 34816080] 
- net/mlx5e: TC, Fix ct_clear overwriting ct action metadata (Ariel Levkovich)  [Orabug: 34816080] 
- net/mlx5e: Fix wrong source vport matching on tunnel rule (Ariel Levkovich)  [Orabug: 34816080] 
- net: Handle l3mdev in ip_tunnel_init_flow (David Ahern)  [Orabug: 34816080] 
- net/mlx5e: Fix build warning, detected write beyond size of field (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5e: HTB, remove unused function declaration (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5e: Statify function mlx5_cmd_trigger_completions (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNT (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Permit XDP with non-linear legacy RQ (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Support multi buffer XDP_TX (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buff (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Implement sending multi buffer XDP frames (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer mode (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Remove assignment of inline_hdr.sz on XDP TX (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frame (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Store DMA address inside struct page (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQ (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use page-sized fragments with XDP multi buffer (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDP (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Prepare non-linear legacy RQ for XDP multi buffer support (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5: Remove unused fill page array API function (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Remove unused exported contiguous coherent buffer allocation API (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: CT: Remove extra rhashtable remove on tuple entries (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memory (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memory (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunk (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memory (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunk (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5: DR, Adjust structure member to reduce memory hole (Rongwei Liu)  [Orabug: 34816080] 
- net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linear (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: RX, Test the XDP program existence out of the handler (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQ (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Add headroom only to the first fragment in legacy RQ (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitly (Maor Dickman)  [Orabug: 34816080] 
- net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of pedit (Maor Dickman)  [Orabug: 34816080] 
- net/sched: add vlan push_eth and pop_eth action to the hardware IR (Maor Dickman)  [Orabug: 34816080] 
- net: Add l3mdev index to flow struct and avoid oif reset for port devices (David Ahern)  [Orabug: 34816080] 
- net/mlx5e: Fix use-after-free in mlx5e_stats_grp_sw_update_stats (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx4_en: use kzalloc (Julia Lawall)  [Orabug: 34816080] 
- net/mlx5: Parse module mapping using mlx5_ifc (Gal Pressman)  [Orabug: 34816080] 
- net/mlx5: Query the maximum MCIA register read size from firmware (Gal Pressman)  [Orabug: 34816080] 
- net/mlx5: CT: Create smfs dr matchers dynamically (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: CT: Add software steering ct flow steering provider (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: Add smfs lib to export direct steering API to CT (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: DR, Add helper to get backing dr table from a mlx5 flow table (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: CT: Introduce a platform for multiple flow steering providers (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5: Node-aware allocation for the doorbell pgdir (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Node-aware allocation for UAR (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Node-aware allocation for the EQs (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Node-aware allocation for the EQ table (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Node-aware allocation for the IRQ table (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5: Delete useless module.h include (Leon Romanovsky)  [Orabug: 34816080] 
- net/mlx4: Delete useless moduleparam include (Leon Romanovsky)  [Orabug: 34816080] 
- net/mlx5: DR, Add support for ConnectX-7 steering (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Refactor ste_ctx handling for STE v0/1 (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Rename action modify fields to reflect naming in HW spec (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Fix handling of different actions on the same STE in STEv1 (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Remove unneeded comments (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Add support for matching on Internet Header Length (IHL) (Yevgeny Kliteynik)  [Orabug: 34816080] 
- net/mlx5: DR, Align mlx5dv_dr API vport action with FW behavior (Shun Hao)  [Orabug: 34816080] 
- net/mlx5: Add debugfs counters for page commands failures (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Add pages debugfs (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Move debugfs entries to separate struct (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Change release_all_pages cap bit location (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Remove redundant error on reclaim pages (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Remove redundant error on give pages (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Remove redundant notify fail on give pages (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Add command failures data to debugfs (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act() (Dan Carpenter)  [Orabug: 34816080] 
- net/mlx5: Support GRE conntrack offload (Toshiaki Makita)  [Orabug: 34816080] 
- mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS (Petr Machata)  [Orabug: 34816080] 
- mlxsw: Extract classification of router-related events to a helper (Petr Machata)  [Orabug: 34816080] 
- mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions (Petr Machata)  [Orabug: 34816080] 
- mlxsw: reg: Fix packing of router interface counters (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Add RTM_SETSTATS (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Add UAPI for obtaining L3 offload xstats (Petr Machata)  [Orabug: 34816080] 
- net: dev: Add hardware stats support (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed (Petr Machata)  [Orabug: 34816080] 
- net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* (Petr Machata)  [Orabug: 34816080] 
- mlx5: add support for page_pool_get_stats (Joe Damato)  [Orabug: 34816080] 
- flow_offload: reject offload for all drivers with invalid police parameters (Jianbo Liu)  [Orabug: 34816080] 
- net: flow_offload: add tc police action parameters (Jianbo Liu)  [Orabug: 34816080] 
- net/mlx5: Add clarification on sync reset failure (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: Add reset_state field to MFRL register (Moshe Shemesh)  [Orabug: 34816080] 
- net/mlx5: cmdif, Refactor error handling and reporting of async commands (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct} (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5: cmdif, Add new api for command execution (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5: cmdif, cmd_check refactoring (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5: cmdif, Return value improvements (Saeed Mahameed)  [Orabug: 34816080] 
- net/mlx5: Lag, offload active-backup drops to hardware (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: Lag, record inactive state of bond device (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: Lag, don't use magic numbers for ports (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: Lag, use local variable already defined to access E-Switch (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: E-switch, add drop rule support to ingress ACL (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: E-switch, remove special uplink ingress ACL handling (Mark Bloch)  [Orabug: 34816080] 
- net/mlx5: E-Switch, reserve and use same uplink metadata across ports (Sunil Rani)  [Orabug: 34816080] 
- net/mlx5: Add ability to insert to specific flow group (Mark Bloch)  [Orabug: 34816080] 
- mlx5: remove unused static inlines (Jakub Kicinski)  [Orabug: 34816080] 
- mlxsw: core: Add support for OSFP transceiver modules (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: Remove resource query check (Ido Schimmel)  [Orabug: 34816080] 
- mlxsw: core: Unify method of trap support validation (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: spectrum: Remove SP{1,2,3} defines for FW minor and subminor (Jiri Pirko)  [Orabug: 34816080] 
- mlxsw: core: Remove unnecessary asserts (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: reg: Add 'mgpir_' prefix to MGPIR fields comments (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: core_thermal: Remove obsolete API for query resource (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: core_thermal: Rename labels according to naming convention (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: core_hwmon: Fix variable names for hwmon attributes (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: core_thermal: Avoid creation of virtual hwmon objects by thermal module (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: spectrum_span: Ignore VLAN entries not used by the bridge in mirroring (Ido Schimmel)  [Orabug: 34816080] 
- mlxsw: core: Prevent trap group setting if driver does not support EMAD (Vadim Pasternak)  [Orabug: 34816080] 
- mlxsw: spectrum: remove guards against !BRIDGE_VLAN_INFO_BRENTRY (Vladimir Oltean)  [Orabug: 34816080] 
- net/mlx5e: TC, Allow sample action with CT (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Make post_act parse CT and sample actions (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Clean redundant counter flag from tc action parsers (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Use multi table support for CT and sample actions (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Create new flow attr for multi table actions (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Add post act offload/unoffload API (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Pass actions param to actions_match_supported() (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Move flow hashtable to be per rep (Paul Blakey)  [Orabug: 34816080] 
- net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev mode (Aya Levin)  [Orabug: 34816080] 
- net/mlx5e: E-Switch, Add PTP counters for uplink representor (Aya Levin)  [Orabug: 34816080] 
- net/mlx5e: RX, Restrict bulk size for small Striding RQs (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: Default to Striding RQ when not conflicting with CQE compression (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: Generalize packet merge error message (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: Add support for using xdp-&gt;data_meta (Alex Liu)  [Orabug: 34816080] 
- net/mlx5e: Fix spelling mistake 'supoported' -&gt; 'supported' (Colin Ian King)  [Orabug: 34816080] 
- net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask (Petr Machata)  [Orabug: 34816080] 
- net/mlx5e: Optimize the common case condition in mlx5e_select_queue (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Optimize modulo in mlx5e_select_queue (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Optimize mlx5e_select_queue (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust state (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Move repeating code that gets TC prio into a function (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use select queue parameters to sync with control flow (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Move mlx5e_select_queue to en/selq.c (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Introduce select queue parameters (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queues (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use a barrier after updating txq2sq (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Cleanup of start/stop all queues (Maxim Mikityanskiy)  [Orabug: 34816080] 
- net/mlx5e: Use FW limitation for max MPW WQEBBs (Aya Levin)  [Orabug: 34816080] 
- net/mlx5e: Read max WQEBBs on the SQ from firmware (Aya Levin)  [Orabug: 34816080] 
- net/mlx5e: Remove unused tstamp SQ field (Tariq Toukan)  [Orabug: 34816080] 
- mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addresses (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv4 addresses (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: core_acl_flex_actions: Add SIP_DIP_ACTION (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: spectrum_acl: Allocate default actions for internal TCAM regions (Ido Schimmel)  [Orabug: 34816080] 
- mlxsw: spectrum: Guard against invalid local ports (Amit Cohen)  [Orabug: 34816080] 
- mlxsw: core: Consolidate trap groups to a single event group (Jiri Pirko)  [Orabug: 34816080] 
- mlxsw: core: Move functions to register/unregister array of traps to core.c (Jiri Pirko)  [Orabug: 34816080] 
- mlxsw: core: Move basic trap group initialization from spectrum.c (Jiri Pirko)  [Orabug: 34816080] 
- mlxsw: core: Move basic_trap_groups_set() call out of EMAD init code (Jiri Pirko)  [Orabug: 34816080] 
- mlxsw: spectrum: Set basic trap groups from an array (Jiri Pirko)  [Orabug: 34816080] 
- net/mlx5: VLAN push on RX, pop on TX (Dima Chumak)  [Orabug: 34816080] 
- net/mlx5: Introduce software defined steering capabilities (Dima Chumak)  [Orabug: 34816080] 
- net/mlx5: Remove unused TIR modify bitmask enums (Tariq Toukan)  [Orabug: 34816080] 
- net/mlx5e: CT, Remove redundant flow args from tc ct calls (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Store mapped tunnel id on flow attr (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Test CT and SAMPLE on flow attr (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Refactor eswitch attr flags to just attr flags (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: CT, Don't set flow flag CT for ct clear flow (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Hold sample_attr on stack instead of pointer (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Reject rules with multiple CT actions (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Pass attr to tc_act can_offload() (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action() (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: TC, Move pedit_headers_action to parse_attr (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Move counter creation call to alloc_flow_attr_counter() (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Pass attr arg for attaching/detaching encaps (Roi Dayan)  [Orabug: 34816080] 
- net/mlx5e: Move code chunk setting encap dests into its own function (Roi Dayan)  [Orabug: 34816080] 
- mlxsw: spectrum_kvdl: Use struct_size() helper in kzalloc() (Gustavo A. R. Silva)  [Orabug: 34816080] 
- mlxsw: core_env: Forbid module reset on RJ45 ports (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: core_env: Forbid power mode set and get on RJ45 ports (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: core_env: Forbid getting module EEPROM on RJ45 ports (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: core_env: Query and store port module's type during initialization (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: reg: Add Port Module Type Mapping register (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: spectrum_ethtool: Add support for two new link modes (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: Add netdev argument to mlxsw_env_get_module_info() (Danielle Ratson)  [Orabug: 34816080] 
- mlxsw: core_env: Do not pass number of modules as argument (Ido Schimmel)  [Orabug: 34816080] 
- mlxsw: spectrum_ethtool: Remove redundant variable (Ido Schimmel)  [Orabug: 34816080] 
- bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program (Lorenzo Bianconi)  [Orabug: 34816080] 
- net: xdp: add xdp_update_skb_shared_info utility routine (Lorenzo Bianconi)  [Orabug: 34816080] 
- xdp: introduce flags field in xdp_buff/xdp_frame (Lorenzo Bianconi)  [Orabug: 34816080] 
- net: skbuff: add size metadata to skb_shared_info for xdp (Lorenzo Bianconi)  [Orabug: 34816080] 
- flow_offload: allow user to offload tc action to net device (Baowen Zheng)  [Orabug: 34816080] 
- flow_offload: add ops to tc_action_ops for flow action setup (Baowen Zheng)  [Orabug: 34816080] 
- flow_offload: rename offload functions with offload instead of flow (Baowen Zheng)  [Orabug: 34816080] 
- devlink: hold the instance lock during eswitch_mode callbacks (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: replace vfs_lock with devlink instance lock (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: fix uninit value in nsim_drv_configure_vfs() (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: replace port_list_lock with devlink instance lock (Jakub Kicinski)  [Orabug: 34816080] 
- devlink: add explicitly locked flavor of the rate node APIs (Jakub Kicinski)  [Orabug: 34816080] 
- bnxt: use the devlink instance lock to protect sriov (Jakub Kicinski)  [Orabug: 34816080] 
- devlink: pass devlink_port to port_split / port_unsplit callbacks (Jakub Kicinski)  [Orabug: 34816080] 
- devlink: hold the instance lock in port_split / port_unsplit callbacks (Jakub Kicinski)  [Orabug: 34816080] 
- eth: mlxsw: switch to explicit locking for port registration (Jakub Kicinski)  [Orabug: 34816080] 
- eth: nfp: replace driver's 'pf' lock with devlink instance lock (Jakub Kicinski)  [Orabug: 34816080] 
- eth: nfp: wrap locking assertions in helpers (Jakub Kicinski)  [Orabug: 34816080] 
- devlink: expose instance locking and add locked port registering (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: rename 'driver' entry points (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: move max vf config to dev (Jakub Kicinski)  [Orabug: 34816080] 
- netdevsim: move details of vf config to dev (Jakub Kicinski)  [Orabug: 34816080] 
- uek-rpm: Define CONFIG_MLX5_VFIO_PCI=m (Joao Martins)  [Orabug: 34778256] 
- vfio/mlx5: Set VF as migratable (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Introduce ifc bits for migratable (Yishai Hadas)  [Orabug: 34778256] 
- vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps (Joao Martins)  [Orabug: 34778256] 
- vfio/mlx5: Set the driver DMA logging callbacks (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Manage error scenarios on tracker (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Report dirty pages from tracker (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Create and destroy page tracker object (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Init QP based resources for dirty tracking (Yishai Hadas)  [Orabug: 34778256] 
- vfio: Introduce the DMA logging feature support (Yishai Hadas)  [Orabug: 34778256] 
- vfio: Add an IOVA bitmap support (Joao Martins)  [Orabug: 34778256] 
- vfio: Introduce DMA logging uAPIs (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Query ADV_VIRTUALIZATION capabilities (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Introduce ifc bits for page tracker (Yishai Hadas)  [Orabug: 34778256] 
- vfio: Move vfio.c to vfio_main.c (Jason Gunthorpe)  [Orabug: 34778256] 
- net/mlx5: Use software VHCA id when it's supported (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Introduce ifc bits for using software vhca id (Yishai Hadas)  [Orabug: 34778256] 
- vfio: Split migration ops from main device ops (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Protect mlx5vf_disable_fds() upon close device (Yishai Hadas)  [Orabug: 34778256] 
- vfio/pci: Have all VFIO PCI drivers store the vfio_pci_core_device in drvdata (Jason Gunthorpe)  [Orabug: 34778256] 
- vfio/mlx5: Run the SAVE state command in an async mode (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Refactor to enable VFs migration in parallel (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Manage the VF attach/detach callback from the PF (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Fix to not use 0 as NULL pointer (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Use its own PCI reset_done error handler (Yishai Hadas)  [Orabug: 34778256] 
- vfio/pci: Expose vfio_pci_core_aer_err_detected() (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Implement vfio_pci driver for mlx5 devices (Yishai Hadas)  [Orabug: 34778256] 
- vfio/mlx5: Expose migration commands over mlx5 device (Yishai Hadas)  [Orabug: 34778256] 
- vfio: Remove migration protocol v1 documentation (Jason Gunthorpe)  [Orabug: 34778256] 
- vfio: Extend the device migration protocol with RUNNING_P2P (Jason Gunthorpe)  [Orabug: 34778256] 
- vfio: Define device migration protocol v2 (Jason Gunthorpe)  [Orabug: 34778256] 
- vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl (Jason Gunthorpe)  [Orabug: 34778256] 
- net/mlx5: Add migration commands definitions (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Introduce migration bits and structures (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Expose APIs to get/put the mlx5 core device (Yishai Hadas)  [Orabug: 34778256] 
- PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF (Jason Gunthorpe)  [Orabug: 34778256] 
- net/mlx5: Disable SRIOV before PF removal (Yishai Hadas)  [Orabug: 34778256] 
- net/mlx5: Reuse exported virtfn index function call (Leon Romanovsky)  [Orabug: 34778256] 
- PCI/IOV: Add pci_iov_vf_id() to get VF index (Jason Gunthorpe)  [Orabug: 34778256] 
- NFSv4.2: Fix up an invalid combination of memory allocation flags (Trond Myklebust)  [Orabug: 34844640] 
- Add SecureBoot signing for aarch64 arch (Sherry Yang)  [Orabug: 34845745] 
- uek-rpm: Fix 'make olddefconfig' BLAKE2S crypto warnings (Harshit Mogalapalli)  [Orabug: 34644522] 
- RHCK 9.1 builtin option change to module for UEK7u1 (Vijayendra Suman)  [Orabug: 34687867] 
- uek-rpm: Disable few config options that we enabled previously. (Harshit Mogalapalli)  [Orabug: 34803318] 
- qlogic: qed: fix clang -Wformat warnings (Justin Stitt)  [Orabug: 34789504] 
- qed: Use bitmap_empty() (Christophe JAILLET)  [Orabug: 34789504] 
- qed: Use the bitmap API to allocate bitmaps (Christophe JAILLET)  [Orabug: 34789504] 
- qlogic/qed: fix repeated words in comments (Jilin Yuan)  [Orabug: 34789504] 
- qed: fix typos in comments (Julia Lawall)  [Orabug: 34789504] 
- net: qed: fix typos in comments (Julia Lawall)  [Orabug: 34789504] 
- RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq() (Minghao Chi)  [Orabug: 34789504] 
- qed: Remove unnecessary synchronize_irq() before free_irq() (Minghao Chi)  [Orabug: 34789504] 
- qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() (Yury Norov)  [Orabug: 34789504] 
- qed: rework qed_rdma_bmap_free() (Yury Norov)  [Orabug: 34789504] 
- qede: Reduce verbosity of ptp tx timestamp (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Remove IP services API. (Guillaume Nault)  [Orabug: 34789504] 
- qed: remove an unneed NULL check on list iterator (Xiaomeng Tong)  [Orabug: 34789504] 
- qed: fix ethtool register dump (Manish Chopra)  [Orabug: 34789504] 
- qed: remove unnecessary memset in qed_init_fw_funcs (Wan Jiabing)  [Orabug: 34789504] 
- qed: prevent a fw assert during device shutdown (Venkata Sudheer Kumar Bhavaraju)  [Orabug: 34789504] 
- qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay. (Venkata Sudheer Kumar Bhavaraju)  [Orabug: 34789504] 
- qed: Use dma_set_mask_and_coherent() and simplify code (Christophe JAILLET)  [Orabug: 34789504] 
- qed*: esl priv flag support through ethtool (Manish Chopra)  [Orabug: 34789504] 
- qed*: enhance tx timeout debug info (Manish Chopra)  [Orabug: 34789504] 
- qed: Enhance rammod debug prints to provide pretty details (Prabhakar Kushwaha)  [Orabug: 34789504] 
- net: qed: fix the array may be out of bound (zhangyue)  [Orabug: 34789504] 
- qed: Use the bitmap API to simplify some functions (Christophe JAILLET)  [Orabug: 34789504] 
- RDMA/qed: Use helper function to set GUIDs (Kamal Heib)  [Orabug: 34789504] 
- net: qed_dev: fix check of true !rc expression (Jean Sacren)  [Orabug: 34789504] 
- net: qed_ptp: fix check of true !rc expression (Jean Sacren)  [Orabug: 34789504] 
- RDMA/qedr: Remove unsupported qedr_resize_cq callback (Kamal Heib)  [Orabug: 34789504] 
- qed: Change the TCP common variable - 'iscsi_ooo' (Shai Malin)  [Orabug: 34789504] 
- qed: Optimize the ll2 ooo flow (Shai Malin)  [Orabug: 34789504] 
- net: qed_debug: fix check of false (grc_param &lt; 0) expression (Jean Sacren)  [Orabug: 34789504] 
- qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Initialize debug string array (Tim Gardner)  [Orabug: 34789504] 
- qed: Fix spelling mistake 'ctx_bsaed' -&gt; 'ctx_based' (Colin Ian King)  [Orabug: 34789504] 
- qed: fix ll2 establishment during load of RDMA driver (Manish Chopra)  [Orabug: 34789504] 
- qed: Update the TCP active termination 2 MSL timer ('TIME_WAIT') (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Update TCP silly-window-syndrome timeout for iwarp, scsi (Nikolay Assa)  [Orabug: 34789504] 
- qed: Update debug related changes (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Add '_GTT' suffix to the IRO RAM macros (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Update FW init functions to support FW 8.59.1.0 (Omkar Kulkarni)  [Orabug: 34789504] 
- qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Update qed_hsi.h for fw 8.59.1.0 (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0 (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Update common_hsi for FW ver 8.59.1.0 (Prabhakar Kushwaha)  [Orabug: 34789504] 
- qed: Split huge qed_hsi.h header file (Omkar Kulkarni)  [Orabug: 34789504] 
- qed: Remove e4_ and _e4 from FW HSI (Shai Malin)  [Orabug: 34789504] 
- pmem: fix a name collision (Jane Chu)  [Orabug: 34670103] 
- pmem: implement pmem_recovery_write() (Jane Chu)  [Orabug: 34670103] 
- pmem: refactor pmem_clear_poison() (Jane Chu)  [Orabug: 34670103] 
- dax: add .recovery_write dax_operation (Jane Chu)  [Orabug: 34670103] 
- dax: introduce DAX_RECOVERY_WRITE dax access mode (Jane Chu)  [Orabug: 34670103] 
- dm-linear: add a linear_dax_pgoff helpe (Jane Chu)  [Orabug: 34670103] 
- dm-log-writes: add a log_writes_dax_pgoff helper (Jane Chu)  [Orabug: 34670103] 
- dm-stripe: add a stripe_dax_pgoff helper (Jane Chu)  [Orabug: 34670103] 
- mce: fix set_mce_nospec to always unmap the whole page (Jane Chu)  [Orabug: 34670103] 
- x86/mce: relocate set{clear}_mce_nospec() functions (Jane Chu)  [Orabug: 34670103] 
- acpi/nfit: rely on mce-&gt;misc to determine poison granularity (Jane Chu)  [Orabug: 34670103] 
- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov)  [Orabug: 34711430] 
- crypto: rsa - flag instantiations as FIPS compliant (Saeed Mirzamohammadi)  [Orabug: 34711430] 
- crypto: ecdh - implement FIPS PCT (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - implement FIPS PCT (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - calculate Q from P for the full public key verification (Nicolai Stange)  [Orabug: 34711430] 
- lib/mpi: export mpi_rshift (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' -&gt;set_secret() (Nicolai Stange)  [Orabug: 34711430] 
- crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - implement private key generation primitive for ffdheXYZ(dh) (Nicolai Stange)  [Orabug: 34711430] 
- crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - implement ffdheXYZ(dh) templates (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - introduce common code for built-in safe-prime group support (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - split out deserialization code from crypto_dh_decode() (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - constify struct dh's pointer members (Nicolai Stange)  [Orabug: 34711430] 
- crypto: dh - remove struct dh's -&gt;q member (Nicolai Stange)  [Orabug: 34711430] 
- crypto: kpp - provide support for KPP spawns (Nicolai Stange)  [Orabug: 34711430] 
- crypto: kpp - provide support for KPP template instances (Nicolai Stange)  [Orabug: 34711430] 
- crypto: xts - restrict key lengths to approved values in FIPS mode (Nicolai Stange)  [Orabug: 34711430] 
- crypto: hmac - disallow keys &lt; 112 bits in FIPS mode (Stephan Muller)  [Orabug: 34711430] 
- crypto: dh - limit key size to 2048 in FIPS mode (Stephan Muller)  [Orabug: 34711430] 
- crypto: rsa - limit key size to 2048 in FIPS mode (Stephan Muller)  [Orabug: 34711430] 
- crypto: HMAC - add fips_skip support (Stephan Muller)  [Orabug: 34711430] 
- crypto: disallow drbg with sha384 hash in FIPS mode (Saeed Mirzamohammadi)  [Orabug: 34711430] 
- crypto: des - disallow des3 in FIPS mode (Stephan Muller)  [Orabug: 34711430] 
- crypto: dh - disallow plain 'dh' usage in FIPS mode (Nicolai Stange)  [Orabug: 34711430] 
- crypto: ecdh - disallow plain 'ecdh' usage in FIPS mode (Saeed Mirzamohammadi)  [Orabug: 34711430] 
- crypto: testmgr - disallow plain cbcmac(aes) and ghash in FIPS mode (Saeed Mirzamohammadi)  [Orabug: 34711430] 
- crypto: api - allow algs only in specific constructions in FIPS mode (Nicolai Stange)  [Orabug: 34711430] 
- NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocation (Muchun Song)  [Orabug: 34717841] 
- slab: remove __alloc_size attribute from __kmalloc_track_caller (Greg Kroah-Hartman)  [Orabug: 34717841] 
- mm: memcontrol: rename memcg_cache_id to memcg_kmem_id (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: rename list_lru_per_memcg to list_lru_memcg (Muchun Song)  [Orabug: 34717841] 
- mm: memcontrol: fix cannot alloc the maximum memcg ID (Muchun Song)  [Orabug: 34717841] 
- mm: memcontrol: reuse memory cgroup ID for kmem ID (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: replace linear array with xarray (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: allocate list_lru_one only when needed (Muchun Song)  [Orabug: 34717841] 
- mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online() (Muchun Song)  [Orabug: 34717841] 
- xarray: use kmem_cache_alloc_lru to allocate xa_node (Muchun Song)  [Orabug: 34717841] 
- mm: dcache: use kmem_cache_alloc_lru() to allocate dentry (Muchun Song)  [Orabug: 34717841] 
- f2fs: allocate inode by using alloc_inode_sb() (Muchun Song)  [Orabug: 34717841] 
- fs: allocate inode by using alloc_inode_sb() (Muchun Song)  [Orabug: 34717841] 
- fs: introduce alloc_inode_sb() to allocate filesystems specific inode (Muchun Song)  [Orabug: 34717841] 
- mm: introduce kmem_cache_alloc_lru (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: transpose the array of per-node per-memcg lru lists (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: only add memcg-aware lrus to the global lru list (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: fix the return value of list_lru_count_one() (Muchun Song)  [Orabug: 34717841] 
- mm: list_lru: remove holding lru lock (Muchun Song)  [Orabug: 34717841] 
- mm: memcontrol: remove the kmem states (Muchun Song)  [Orabug: 34717841] 
- mm: memcontrol: remove kmemcg_id reparenting (Muchun Song)  [Orabug: 34717841] 
- mm/memcg: remove obsolete memcg_free_kmem() (Waiman Long)  [Orabug: 34717841] 
- memcg, kmem: further deprecate kmem.limit_in_bytes (Shakeel Butt)  [Orabug: 34717841] 
- mm/list_lru.c: prefer struct_size over open coded arithmetic (Len Baker)  [Orabug: 34717841] 
- slab: add __alloc_size attributes for better bounds checking (Kees Cook)  [Orabug: 34717841] 
- slab: clean up function prototypes (Kees Cook)  [Orabug: 34717841] 
- net/mlx5e: SHAMPO, reduce TIR indication (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE (Dima Chumak)  [Orabug: 34481188] 
- net/mlx5e: Fix VF min/max rate parameters interchange mistake (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5e: Add missing increment of count (Lama Kayal)  [Orabug: 34481188] 
- net/mlx5e: Fix MPLSoUDP encap to use MPLS action information (Maor Dickman)  [Orabug: 34481188] 
- net/mlx5e: Add feature check for set fec counters (Lama Kayal)  [Orabug: 34481188] 
- net/mlx5e: TC, Skip redundant ct clear actions (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5e: Avoid field-overflowing memcpy() (Kees Cook)  [Orabug: 34481188] 
- net/mlx5e: Use struct_group() for memcpy() region (Kees Cook)  [Orabug: 34481188] 
- net/mlx5e: Avoid implicit modify hdr for decap drop rule (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Fix broken SKB allocation in HW-GRO (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: Fix wrong calculation of header index in HW_GRO (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: TC, Reject rules with forward and drop actions (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC, Reject rules with drop and modify hdr action (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Fix build error in fec_set_block_stats() (Jakub Kicinski)  [Orabug: 34481188] 
- mlxsw: spectrum: Extend to support Spectrum-4 ASIC (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculation (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Add operations structure for bloom filter calculation (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for future use (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flexible (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aesthetic (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Introduce flex key elements for Spectrum-4 (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Rename virtual router flex key element (Amit Cohen)  [Orabug: 34481188] 
- net/mlx5e: Fix nullptr on deleting mirroring rule (Dima Chumak)  [Orabug: 34481188] 
- net/mlx5e: Add recovery flow in case of error CQE (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5e: TC, Remove redundant error logging (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Refactor set_pflag_cqe_based_moder (Saeed Mahameed)  [Orabug: 34481188] 
- net/mlx5e: Move HW-GRO and CQE compression check to fix features flow (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5e: Fix feature check per profile (Aya Levin)  [Orabug: 34481188] 
- net/mlx5e: Expose FEC counters via ethtool (Lama Kayal)  [Orabug: 34481188] 
- net/mlx5: SF, Use all available cpu for setting cpu affinity (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Introduce API for bulk request and release of IRQs (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Split irq_pool_affinity logic to new file (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Move affinity assignment into irq_request (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Introduce control IRQ request API (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: mlx5e_hv_vhca_stats_create return type to void (Saeed Mahameed)  [Orabug: 34481188] 
- net: fixup build after bpf header changes (Jakub Kicinski)  [Orabug: 34481188] 
- net/mlx5: CT: Set flow source hint from provided tuple device (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5: Set SMFS as a default steering mode if device supports it (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Ignore modify TTL if device doesn't support it (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Improve steering for empty or RX/TX-only matchers (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Support matching on tunnel headers 0 and 1 (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: DR, Add misc5 to match_param structs (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: Add misc5 flow table match parameters (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: DR, Warn on failure to destroy objects due to refcount (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Add support for UPLINK destination type (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Add support for dumping steering info (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: DR, Add missing reserved fields to dr_match_param (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: DR, Add check for flex parser ID value (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Remove unused struct member in matcher (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Fix lower case macro prefix 'mlx5_' to 'MLX5_' (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Fix error flow in creating matcher (Yevgeny Kliteynik)  [Orabug: 34481188] 
- mlxsw: spectrum_flower: Make vlan_id limitation more specific (Amit Cohen)  [Orabug: 34481188] 
- net/mlx5e: Use auxiliary_device driver data helpers (David E. Box)  [Orabug: 34481188] 
- driver core: auxiliary bus: Add driver data helpers (David E. Box)  [Orabug: 34481188] 
- net/mlx5e: Take packet_merge params directly from the RX res struct (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: Allocate per-channel stats dynamically at first usage (Lama Kayal)  [Orabug: 34481188] 
- net/mlx5e: Use dynamic per-channel allocations in stats (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: Allow profile-specific limitation on max num of channels (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: Save memory by using dynamic allocation in netdev priv (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: Add profile indications for PTP and QOS HTB features (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: Use bitmap field for profile features (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5: Remove the repeated declaration (Shaokun Zhang)  [Orabug: 34481188] 
- net/mlx5: Let user configure max_macs generic param (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Let user configure event_eq_size param (Shay Drory)  [Orabug: 34481188] 
- devlink: Add new 'event_eq_size' generic device param (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Let user configure io_eq_size param (Shay Drory)  [Orabug: 34481188] 
- devlink: Add new 'io_eq_size' generic device param (Shay Drory)  [Orabug: 34481188] 
- mlxsw: core: Extend devlink health reporter with new events and parameters (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: reg: Extend MFDE register with new events and parameters (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: core: Convert a series of if statements to switch case (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: Fix naming convention of MFDE fields (Danielle Ratson)  [Orabug: 34481188] 
- flow_offload: add index to flow_action_entry structure (Baowen Zheng)  [Orabug: 34481188] 
- flow_offload: reject to offload tc actions in offload drivers (Baowen Zheng)  [Orabug: 34481188] 
- net/mlx5: Introduce log_max_current_uc_list_wr_supported bit (Shay Drory)  [Orabug: 34481188] 
- mlxsw: Add support for VxLAN with IPv6 underlay (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entries (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: reg: Add a function to fill IPv6 unicast FDB entries (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Split handling of FDB tunnel entries between address families (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address family (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum_ipip: Use common hash table for IPv6 address mapping (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum: Add hash table for IPv6 address mapping (Amit Cohen)  [Orabug: 34481188] 
- net/mlx5e: Move goto action checks into tc_action goto post parse op (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Move vlan action chunk into tc action vlan post parse op (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add post_parse() op to tc action infrastructure (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Move sample attr allocation to tc_action sample parse op (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC action parsing loop (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add redirect ingress to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add sample and ptype to tc_action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add ct to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add mirred/redirect to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add mpls push/pop to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add vlan push/pop/mangle to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add pedit to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add csum to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add tunnel encap/decap to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add goto to tc action infra (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Add tc action infrastructure (Roi Dayan)  [Orabug: 34481188] 
- net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX (Hangbin Liu)  [Orabug: 34481188] 
- net/mlx5: Create more priorities for FDB bypass namespace (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Refactor mlx5_get_flow_namespace (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Separate FDB namespace (Maor Gottlieb)  [Orabug: 34481188] 
- bpf: Let bpf_warn_invalid_xdp_action() report more info (Paolo Abeni)  [Orabug: 34481188] 
- net/mlx4: Use irq_update_affinity_hint() (Nitesh Narayan Lal)  [Orabug: 34481188] 
- net/mlx5: Use irq_set_affinity_and_hint() (Nitesh Narayan Lal)  [Orabug: 34481188] 
- genirq: Provide new interfaces for affinity hints (Thomas Gleixner)  [Orabug: 34481188] 
- net/mlx5: Dynamically resize flow counters query buffer (Avihai Horon)  [Orabug: 34481188] 
- net/mlx5e: TC, Set flow attr ip_version earlier (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC, Move common flow_action checks into function (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Remove redundant actions arg from vlan push/pop funcs (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Remove redundant actions arg from validate_goto_chain() (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC, Remove redundant action stack var (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: Hide function mlx5e_num_channels_changed (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5: SF, silence an uninitialized variable warning (Dan Carpenter)  [Orabug: 34481188] 
- net/mlx5: Fix error return code in esw_qos_create() (Wei Yongjun)  [Orabug: 34481188] 
- mlx5: fix mlx5i_grp_sw_update_stats() stack usage (Arnd Bergmann)  [Orabug: 34481188] 
- mlx5: fix psample_sample_packet link error (Arnd Bergmann)  [Orabug: 34481188] 
- mlxsw: Use Switch Multicast ID Register Version 2 (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Use Switch Flooding Table Register Version 2 (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Add support for more than 256 ports in SBSR register (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: Use u16 for local_port field instead of u8 (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: reg: Adjust PPCNT register to support local port 255 (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: reg: Increase 'port_num' field in PMTDB register (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: reg: Align existing registers to use extended local_port field (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: item: Add support for local_port field in a split form (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: reg: Remove unused functions (Amit Cohen)  [Orabug: 34481188] 
- mlxsw: spectrum: Bump minimum FW version to xx.2010.1006 (Amit Cohen)  [Orabug: 34481188] 
- devlink: Simplify devlink resources unregister call (Leon Romanovsky)  [Orabug: 34481188] 
- mlxsw: spectrum_router: Remove deadcode in mlxsw_sp_rif_mac_profile_find (Danielle Ratson)  [Orabug: 34481188] 
- devlink: Add 'enable_iwarp' generic device param (Shiraz Saleem)  [Orabug: 34481188] 
- mlxsw: constify address in mlxsw_sp_port_dev_addr_set (Jakub Kicinski)  [Orabug: 34481188] 
- stmmac: fix build due to brainos in trans_start changes (Alexander Lobakin)  [Orabug: 34481188] 
- net: annotate accesses to queue-&gt;trans_start (Eric Dumazet)  [Orabug: 34481188] 
- net/mlx5: E-switch, Create QoS on demand (Dmytro Linkin)  [Orabug: 34481188] 
- net/mlx5: E-switch, Enable vport QoS on demand (Dmytro Linkin)  [Orabug: 34481188] 
- net/mlx5: E-switch, move offloads mode callbacks to offloads file (Parav Pandit)  [Orabug: 34481188] 
- net/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_mac (Parav Pandit)  [Orabug: 34481188] 
- net/mlx5: E-switch, Remove vport enabled check (Parav Pandit)  [Orabug: 34481188] 
- net/mlx5e: Specify out ifindex when looking up decap route (Chris Mi)  [Orabug: 34481188] 
- net/mlx5e: TC, Move comment about mod header flag to correct place (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC, Move kfree() calls after destroying all resources (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5e: TC, Destroy nic flow counter if exists (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5: TC, using swap() instead of tmp variable (Yihao Han)  [Orabug: 34481188] 
- net/mlx5: CT: Allow static allocation of mod headers (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5e: Refactor mod header management API (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5: Avoid printing health buffer when firmware is unavailable (Aya Levin)  [Orabug: 34481188] 
- net/mlx5: Fix format-security build warnings (Saeed Mahameed)  [Orabug: 34481188] 
- net/mlx5e: Support ethtool cq mode (Saeed Mahameed)  [Orabug: 34481188] 
- netdevsim: move vfconfig to nsim_dev (Jakub Kicinski)  [Orabug: 34481188] 
- netdevsim: take rtnl_lock when assigning num_vfs (Jakub Kicinski)  [Orabug: 34481188] 
- netdevsim: remove max_vfs dentry (Jakub Kicinski)  [Orabug: 34481188] 
- virtio_net: introduce TX timeout watchdog (Tony Lu)  [Orabug: 34481188] 
- net/mlx5e: TC, Fix memory leak with rules with internal port (Roi Dayan)  [Orabug: 34481188] 
- net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()' (Christophe JAILLET)  [Orabug: 34481188] 
- net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabled (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5: Fix tc max supported prio for nic mode (Chris Mi)  [Orabug: 34481188] 
- net/mlx5: Use first online CPU instead of hard coded CPU (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: DR, Fix querying eswitch manager vport for ECPF (Yevgeny Kliteynik)  [Orabug: 34481188] 
- mlxsw: spectrum_router: Consolidate MAC profiles when possible (Danielle Ratson)  [Orabug: 34481188] 
- net/mlx5e: SHAMPO, Fix constant expression result (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5: Fix access to a non-supported register (Aya Levin)  [Orabug: 34481188] 
- net/mlx5: Fix too early queueing of log timestamp work (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5: Fix use after free in mlx5_health_wait_pci_up (Amir Tzin)  [Orabug: 34481188] 
- net/mlx5: E-Switch, Use indirect table only if all destinations support it (Maor Dickman)  [Orabug: 34481188] 
- net/mlx5: Lag, Fix recreation of VF LAG (Maor Gottlieb)  [Orabug: 34481188] 
- mlxsw: spectrum: Allow driver to load with old firmware versions (Danielle Ratson)  [Orabug: 34481188] 
- RDMA/nldev: Check stat attribute before accessing it (Leon Romanovsky)  [Orabug: 34481188] 
- net/mlx5: Fix flow counters SF bulk query len (Avihai Horon)  [Orabug: 34481188] 
- net/mlx5: DR, Fix check for unsupported fields in match param (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: DR, Handle eswitch manager and uplink vports separately (Yevgeny Kliteynik)  [Orabug: 34481188] 
- net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer() (Dan Carpenter)  [Orabug: 34481188] 
- net/mlx5: Support internal port as decap route device (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Term table handling of internal port rules (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Add indirect tc offload of ovs internal port (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Offload internal port as encap route device (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Offload tc rules that redirect to ovs internal port (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Accept action skbedit in the tc actions list (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5: E-Switch, Add ovs internal port mapping to metadata support (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Use generic name for the forwarding dev pointer (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5e: Refactor rx handler of represetor device (Ariel Levkovich)  [Orabug: 34481188] 
- net/mlx5: DR, Add check for unsupported fields in match param (Muhammad Sammar)  [Orabug: 34481188] 
- net/mlx5: Allow skipping counter refresh on creation (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5: CT: Remove warning of ignore_flow_level support for VFs (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload() (Nathan Chancellor)  [Orabug: 34481188] 
- net: mellanox: mlxbf_gige: Replace non-standard interrupt handling (Asmaa Mnebhi)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Offload root TBF as port shaper (Petr Machata)  [Orabug: 34481188] 
- RDMA/core: Fix missed initialization of rdma_hw_stats::lock (Mark Zhang)  [Orabug: 34481188] 
- RDMA/umem: Allow pinned dmabuf umem usage (Gal Pressman)  [Orabug: 34481188] 
- net/mlx5: Lag, Make mlx5_lag_is_multipath() be static inline (Maor Dickman)  [Orabug: 34481188] 
- net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate together (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: Add HW-GRO offload (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: Add HW_GRO statistics (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: HW_GRO cqe handler implementation (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: Add data path for SHAMPO feature (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5e: Add handle SHAMPO cqe support (Khalid Manaa)  [Orabug: 34481188] 
- net/mlx5e: Add control path for SHAMPO feature (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5e: Add support to klm_umr_wqe (Ben Ben-Ishay)  [Orabug: 34481188] 
- net/mlx5: Add SHAMPO caps, HW bits and enumerations (Ben Ben-Ishay)  [Orabug: 34481188] 
- lib: bitmap: Introduce node-aware alloc API (Tariq Toukan)  [Orabug: 34481188] 
- net/mlx5: remove the recent devlink params (Jakub Kicinski)  [Orabug: 34481188] 
- mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resource (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: spectrum_router: Add RIF MAC profiles support (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: spectrum_router: Propagate extack further (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: resources: Add resource identifier for RIF MAC profiles (Danielle Ratson)  [Orabug: 34481188] 
- mlxsw: reg: Add MAC profile ID field to RITR register (Danielle Ratson)  [Orabug: 34481188] 
- net/mlx5: SF_DEV Add SF device trace points (Parav Pandit)  [Orabug: 34481188] 
- net/mlx5: SF, Add SF trace points (Parav Pandit)  [Orabug: 34481188] 
- net/mlx5: Let user configure max_macs param (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Let user configure event_eq_size param (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Let user configure io_eq_size param (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Bridge, support replacing existing FDB entry (Vlad Buslov)  [Orabug: 34481188] 
- net/mlx5: Bridge, extract code to lookup and del/notify entry (Vlad Buslov)  [Orabug: 34481188] 
- net/mlx5: Add periodic update of host time to firmware (Aya Levin)  [Orabug: 34481188] 
- net/mlx5: Print health buffer by log level (Aya Levin)  [Orabug: 34481188] 
- net/mlx5: Extend health buffer dump (Aya Levin)  [Orabug: 34481188] 
- net/mlx5: Reduce flow counters bulk query buffer size for SFs (Avihai Horon)  [Orabug: 34481188] 
- net/mlx5: Fix unused function warning of mlx5i_flow_type_mask (Shay Drory)  [Orabug: 34481188] 
- net/mlx5: Remove unnecessary checks for slow path flag (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5e: don't write directly to netdev-&gt;dev_addr (Jakub Kicinski)  [Orabug: 34481188] 
- RDMA/mlx5: Use dev_addr_mod() (Jakub Kicinski)  [Orabug: 34481188] 
- mlxsw: spectrum: Use 'bitmap_zalloc()' when applicable (Christophe JAILLET)  [Orabug: 34481188] 
- dma-buf: move dma-buf symbols into the DMA_BUF module namespace (Greg Kroah-Hartman)  [Orabug: 34481188] 
- net: convert users of bitmap_foo() to linkmode_foo() (Sean Anderson)  [Orabug: 34481188] 
- mlx5: fix build after merge (Jakub Kicinski)  [Orabug: 34481188] 
- ethernet: mlxsw: use eth_hw_addr_gen() (Jakub Kicinski)  [Orabug: 34481188] 
- RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib (Aharon Landau)  [Orabug: 34481188] 
- RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key (Aharon Landau)  [Orabug: 34481188] 
- RDMA/mlx5: Remove pd from struct mlx5_core_mkey (Aharon Landau)  [Orabug: 34481188] 
- RDMA/mlx5: Remove size from struct mlx5_core_mkey (Aharon Landau)  [Orabug: 34481188] 
- RDMA/mlx5: Remove iova from struct mlx5_core_mkey (Aharon Landau)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Make RED, TBF offloads classful (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Validate qdisc topology (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Clean stats recursively when priomap changes (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Unify graft validation (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy() (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOs (Petr Machata)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching it (Petr Machata)  [Orabug: 34481188] 
- net/mlx5: E-Switch, Increase supported number of forward destinations to 32 (Maor Dickman)  [Orabug: 34481188] 
- net/mlx5: E-Switch, Use dynamic alloc for dest array (Maor Dickman)  [Orabug: 34481188] 
- net/mlx5: Lag, use steering to select the affinity port in LAG (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, add support to create/destroy/modify port selection (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, add support to create TTC tables for LAG port selection (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, add support to create definers for LAG (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, set match mask according to the traffic type bitmap (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, set LAG traffic type mapping (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Lag, move lag files into directory (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Introduce new uplink destination type (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Add support to create match definer (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Introduce port selection namespace (Maor Gottlieb)  [Orabug: 34481188] 
- net/mlx5: Support partial TTC rules (Maor Gottlieb)  [Orabug: 34481188] 
- mlx5: prevent 64bit divide (Jakub Kicinski)  [Orabug: 34481188] 
- habanalabs: add support for dma-buf exporter (Tomer Tayar)  [Orabug: 34481188] 
- net/mlx5: Use system_image_guid to determine bonding (Rongwei Liu)  [Orabug: 34481188] 
- net/mlx5: Use native_port_num as 1st option of device index (Rongwei Liu)  [Orabug: 34481188] 
- net/mlx5: Introduce new device index wrapper (Rongwei Liu)  [Orabug: 34481188] 
- net/mlx5: Check return status first when querying system_image_guid (Rongwei Liu)  [Orabug: 34481188] 
- net/mlx5: DR, Prefer kcalloc over open coded arithmetic (Len Baker)  [Orabug: 34481188] 
- net/mlx5e: Add extack msgs related to TC for better debug (Abhiram R N)  [Orabug: 34481188] 
- net/mlx5: CT: Fix missing cleanup of ct nat table on init failure (Paul Blakey)  [Orabug: 34481188] 
- net/mlx5: Disable roce at HCA level (Shay Drory)  [Orabug: 34481188] 
- net/mlx5i: Enable Rx steering for IPoIB via ethtool (Moosa Baransi)  [Orabug: 34481188] 
- net/mlx5: Bridge, provide flow source hints (Vlad Buslov)  [Orabug: 34481188] 
- net/mlx5: Read timeout values from DTOR (Amir Tzin)  [Orabug: 34481188] 
- net/mlx5: Read timeout values from init segment (Amir Tzin)  [Orabug: 34481188] 
- net/mlx5: Add layout to support default timeouts register (Amir Tzin)  [Orabug: 34481188] 
- ethernet: constify references to netdev-&gt;dev_addr in drivers (Jakub Kicinski)  [Orabug: 34481188] 
- mlxsw: spectrum_qdisc: Introduce per-TC ECN counters (Petr Machata)  [Orabug: 34481188] 
- mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion Counters (Petr Machata)  [Orabug: 34481188] 
- mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNT (Petr Machata)  [Orabug: 34481188] 
- mlxsw: reg: Fix a typo in a group heading (Petr Machata)  [Orabug: 34481188] 
- devlink: Don't throw an error if flash notification sent before devlink visible (Leon Romanovsky)  [Orabug: 34481188] 
- devlink: fix flexible_array.cocci warning (Guo Zhengkui)  [Orabug: 34481188] 
- ethtool: don't drop the rtnl_lock half way thru the ioctl (Jakub Kicinski)  [Orabug: 34481188] 
- devlink: expose get/put functions (Jakub Kicinski)  [Orabug: 34481188] 
- ethtool: handle info/flash data copying outside rtnl_lock (Jakub Kicinski)  [Orabug: 34481188] 
- ethtool: push the rtnl_lock into dev_ethtool() (Jakub Kicinski)  [Orabug: 34481188] 
- devlink: make all symbols GPL-only (Jakub Kicinski)  [Orabug: 34481188] 
- devlink: Simplify internal devlink params implementation (Leon Romanovsky)  [Orabug: 34481188] 
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12226.html" type="self" title="ELSA-2023-12226" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2196.html" id="CVE-2022-2196" type="cve" title="CVE-2022-2196" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b5eb76b81da351dd12c04a5a13227a4a7f1b3c57083efad35d64866135c0771</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ef9e0e8a2b0a35457476f32133f3f2c9fbec6a05b8e4668e467ab965f39e9eeb</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e13bda86b18bdbde70fc1563295b954660fefdd1ceb56e0794d938895483b5ee</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">043f6521538a632c311934126fb05e899be2e424f759b444cd7d97002c9de7ba</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f918b16a8c53e25a4cbf9add0deeebc884c711d84e2e22ac3d562df15d3251cb</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd553643d9654b880e5c21caf6718c2e001f64694e92561be8f316ec688808f1</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">76a061b5f3389ec3e2a9492aa8fe135df1ff1f59f758ade8117bdb55d28913e7</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">792a3f978a7cc4fda6b24216182323400eaa215ee4b0a9d6bd831150d7366c26</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">170e114d1eedf72331ae4d60f0df256fcfb0e3b6c2fe5fa7eb6dc2ac7d4f2de5</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd879d2925b43a2d7df9464a59773010b68fb43ed4d9fc27e6997105a56b8715</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-100.96.32.el8uek.noarch.rpm</filename>
          <sum type="sha256">7af3b161ddbed66c1dc54209ab88df7bb565f7eeb7be80f7f84a74cb53bbd4e8</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d2984c54efd85f70d3c5e5b297eb2e0348b0cbc6d0d4da1e5c86783131be7499</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-100.96.32.el8uek.src.rpm</filename>
          <sum type="sha256">ea1923440e2917e206f0a3da2d7b5ed3bb295e02dcc2d3f30d2ab7d59ed90c48</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bbc39ff3eceff4df17e406bd7bae390a02b17aea2c49148d4582814a13a7b346</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="100.96.32.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-100.96.32.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d56b722e908e7a815c73edee4170aa6e24ff0e38e3dfbc27f7f4f1d7810d18f7</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9517</id>
    <title> adaptivemm  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.1-1]
- Fix total memory calculation for ARM since it is slightly
  different from x86
- Remove restriction to not build package on aarch64</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9517.html" type="self" title="ELBA-2022-9517" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptivemm" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>adaptivemm-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">8d0bd8e065e42d64daf610bc6adae95ffd03f4c2773b8ece0c4abcbbd3dd922d</sum>
        </package>
        <package name="adaptivemm" version="2.0.1" release="1.el8" epoch="0" arch="src">
          <filename>adaptivemm-2.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">f0d9e6e153f4410e450f4892bbbcf246c86bd41adc13f0411b74472821d89d79</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20323</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-05-12 00:00:00"/>
    <updated date="2025-05-12 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.2]
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (Pawan Gupta)  [Orabug: 37920681] 
- x86/bpf: Add IBHF call at end of classic BPF (Daniel Sneddon)  [Orabug: 37920681] 
- x86/bpf: Call branch history clearing sequence on exit (Daniel Sneddon)  [Orabug: 37920681] 
- selftest/x86/bugs: Add selftests for ITS (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Align RETs in BHB clear sequence to avoid thunking (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Add 'vmexit' option to skip mitigation on some CPUs (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Enable Indirect Target Selection mitigation (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Add support for ITS-safe return thunk (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Add support for ITS-safe indirect thunk (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/its: Enumerate Indirect Target Selection (ITS) bug (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- Documentation: x86/bugs/its: Add ITS documentation (Pawan Gupta)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/alternatives: Remove faulty optimization (Josh Poimboeuf)  [Orabug: 37863726]  {CVE-2024-28956}
- x86/alternative: Optimize returns patching (Borislav Petkov (AMD))  [Orabug: 37863726]  {CVE-2024-28956}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20323.html" type="self" title="ELSA-2025-20323" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-28956.html" id="CVE-2024-28956" type="cve" title="CVE-2024-28956" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88b36565cc67b802022ab1300d2e176454d8b40624ebbe12487598eee56e67fd</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7515b7e0a5a3cfeb46654bef39590d775818a384f32afdf28944745f94f2683c</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dc926c8aabbe2b792037cf1dbd3bd12efe88a4d6c68d354f30e4349f742cf719</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a9addac99d1546d769502be23576d7cef3aef64eaaab1541b4455535fb451ff6</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a02f6a7d7659e0c8a4f2f0c2f09bb14721c30c5e80eacb592df83adf4197a2b4</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3b444a5b237e1bc4ec9045491b7ada7b12c5c4ccf85a78de009944b7f78b8b71</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.2.el8uek.src.rpm</filename>
          <sum type="sha256">0a5af6edf0cb044fbe23dcc68af910a013503ae2d02fb2996c7ed8dd217444f0</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">22efb502330d94386731b0d4bc8ca84e4ca495ad02f5ca597af47f270d0db010</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">9a4af8d1c16e322bd3feecff2a1fa90bba938d3836a08c55e99290ad365e398d</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e58afc9b888d21f1e84857fcf087270c974b2c0a35a8e3337a2d1ce8bc0c3e14</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ca4b9016f5ee0f2368b064c75d3b2c51b19378bc8ea7871833893fe3f9079df3</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1e63b874fb46c833b028c9feb1c317b5e4897a77a34587884ab640ddd6e7a557</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">102f71e16616a35041dda481824e22d5db2979700bf979b22ba46106213c9050</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f549cef592b7bda780049e5c75fdb28c22da096cc2631b53e8a1325c9c494fe2</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f7d9c906fe616eaebd70faea466bd0741e1e9942f7843126c1d419d1135cd027</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9601</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-19 00:00:00"/>
    <updated date="2022-07-19 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.20.1]
- lockdown: Fix kexec lockdown bypass with ima policy (Eric Snowberg)  [Orabug: 34386636]  {CVE-2022-21505}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9601.html" type="self" title="ELSA-2022-9601" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21505.html" id="CVE-2022-21505" type="cve" title="CVE-2022-21505" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e38eb163b654f3b7b67c1cc4ef2d6eb675903f3aca99490b36fbe40264d8bd8</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">77397765d68498ada04fd586b342006b17beef9d8a50924cd6cd6e30e22692e8</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-0.30.20.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">b0d3af6518822ed220d15f2b9c615afaa9e4d36a6f120a97a1be00584f085a8f</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b6c393e3133c0f4f75430e88c3d3be17d8d4070740668b930260293bc5935d8</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">45b201e410b77ec94182b9c9e41e08b92ee088d856a44ef865951712699fda2d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bfa29c92e12a672bbf35803fb2d28448314487722a1d7388f451746db832e7a1</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dbdd7003c581a6bec07eb3301cf362ef47561652a8b8386251ec09360fcfe86e</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">32036e778a7bc8ab882a7ef25bcfe4103c5f14a8187b88ec5c6f94a61194fbb2</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">960fa9a7e3cd292fd2d6b89023e606d03e10ccac49d02bb0c69a3450e9cbbae8</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-0.30.20.1.el8uek.src.rpm</filename>
          <sum type="sha256">1a3de5e0170c384be60bb37cea68d72f8c1cf2186ab978e4d8376d557e962f2f</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">02dec4024082f52350836558c4b794b4ae8741e4f568865e6ed0dc6c89e8ba8f</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7a3844a37c94244271ab15b4652000c3605374ba3e22126d0f4614818775c75d</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="0.30.20.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-0.30.20.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">177482a35c800448eebd33fbb1dbac56c12fb0f1b0d4f1a3ad305637b4bd3103</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9602</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-19 00:00:00"/>
    <updated date="2022-07-19 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.20.1]
- lockdown: Fix kexec lockdown bypass with ima policy (Eric Snowberg)  [Orabug:
  34386636]  {CVE-2022-21505}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9602.html" type="self" title="ELSA-2022-9602" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21505.html" id="CVE-2022-21505" type="cve" title="CVE-2022-21505" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.20.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-0.30.20.1.el8.x86_64.rpm</filename>
          <sum type="sha256">32f5677e558c0b051574135e9244d89126a44f1bad484a96e7544a7ab5bdfae3</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="0.30.20.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-0.30.20.1.el8.x86_64.rpm</filename>
          <sum type="sha256">f980efcb24fbe1f7824a2ea974e306512367f303d38dabff33dee03cca591b09</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.20.1.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-0.30.20.1.el8.src.rpm</filename>
          <sum type="sha256">49e2399c58a33c1b584d5ce78785192cdb10f6edda6a03d1751c175e3216724f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9590</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-12 00:00:00"/>
    <updated date="2022-07-12 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.20]
- floppy: use a statically allocated error counter (Willy Tarreau)  [Orabug: 34218638]  {CVE-2022-1652}
- x86: Disable RET on kexec (Konrad Rzeszutek Wilk)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- arm64: proton-pack: provide vulnerability file value for RETBleed (James Morse)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/cpu/amd: Enumerate BTC_NO (Andrew Cooper)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/common: Stamp out the stepping madness (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- KVM: VMX: Prevent RSB underflow before vmenter (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Fill RSB on vmexit for IBRS (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- KVM: VMX: Fix IBRS handling after vmexit (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- KVM: VMX: Convert launched argument to flags (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- KVM: VMX: Flatten __vmx_vcpu_run() (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Remove x86_spec_ctrl_mask (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Fix SPEC_CTRL write on SMT state change (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Fix firmware entry SPEC_CTRL handling (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/cpu/amd: Add Spectral Chicken (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Add entry UNRET validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Do IBPB fallback check only once (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Add retbleed=ibpb (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/xen: Rename SYS* entry points (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Update Retpoline validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- intel_idle: Disable IBRS during long idle (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Report Intel retbleed vulnerability (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation() (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS (Pawan Gupta)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Optimize SPEC_CTRL MSR writes (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/entry: Add kernel IBRS implementation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Enable STIBP for JMP2RET (Kim Phillips)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Add AMD retbleed= boot parameter (Alexandre Chartre)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bugs: Report AMD retbleed vulnerability (Alexandre Chartre)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Add magic AMD return-thunk (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Treat .text.__x86.* as noinstr (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Use return-thunk in asm code (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/sev: Avoid using __x86_return_thunk (Kim Phillips)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/vsyscall_emu/64: Don't use RET in vsyscall emulation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/kvm: Fix SETcc emulation for return thunks (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/bpf: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86,static_call: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86,objtool: Create .return_sites (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Undo return-thunk damage (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/retpoline: Use -mfunction-return (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/retpoline: Swizzle retpoline thunk (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/retpoline: Cleanup some #ifdefery (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/cpufeatures: Move RETPOLINE flags to word 11 (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/kvm/vmx: Make noinstr clean (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/entry: Remove skip_r11rcx (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/entry: Fix register corruption in compat syscall (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/entry: Use PUSH_AND_CLEAR_REGS for compat (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/entry: Simplify entry_INT80_compat() (Linus Torvalds)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/mm: Simplify RESERVE_BRK() (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- crypto: x86/poly1305 - Fixup SLS (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86,static_call: Fix __static_call_return0 for i386 (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- kvm/emulate: Fix SETcc emulation function offsets with SLS (Borislav Petkov)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Default ignore INT3 for unreachable (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Add straight-line-speculation mitigation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- objtool: Add straight-line-speculation validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Prepare inline-asm for straight-line-speculation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86: Prepare asm files for straight-line-speculation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/lib/atomic64_386_32: Rename things (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/alternative: Relax text_poke_bp() constraint (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- static_call,x86: Robustify trampoline patching (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}
- x86/xen: Move hypercall_page to top of the file (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-29901} {CVE-2022-23816}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9590.html" type="self" title="ELSA-2022-9590" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1652.html" id="CVE-2022-1652" type="cve" title="CVE-2022-1652" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-23816.html" id="CVE-2022-23816" type="cve" title="CVE-2022-23816" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-29901.html" id="CVE-2022-29901" type="cve" title="CVE-2022-29901" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">95372c3a4df0c7b324e9dca12a4a9adbb5d3406af0c694153ef314db2d4faa34</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88e8fe1582e33379746aefcbc5b64d87b27c1542ba05c677251dd9ece6195b2f</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">faa3f400e264d32f4126ab8d1d8322cb5e1d2815d74f0b765d76e6cf28b0cfbd</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e2492c38993bb712ec7cd50690afe83db0b0e32127fc84adee0581b8c875014b</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">796339aa35b9b80dee98a45023025d9bea23b3c4a0cb23aaa06da9b0c9065e2f</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">128c6c8d90590c56ffcca4ba895d33774b71dcc7ba267b9f790595e5ab7fd41a</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">58638c81728d041f643be2c40f5e36896f012bd0d968d09f58ea5e79c179103d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ea2633d024a3b55ca923cb0c9a2a8dc4802e2097751d7d5b6b09ef65b6dbb893</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0e193b2891f0b4ce09fda27fc7598820100f6c1dee2a43ba6ac8195dc549c9a8</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-0.30.20.el8uek.noarch.rpm</filename>
          <sum type="sha256">f1bf187f87e0bd5ca2a8f40209aea80c2050649b17d3de12d8c328439d4029d2</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-0.30.20.el8uek.src.rpm</filename>
          <sum type="sha256">2f3b76d2f73f9eeeff6ffb043c11658175e454138570f23651e743261f6acd45</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f856312fb6a954934d5bfa44901c7ae469659485c30ad4d040869b2d9a44a6b</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="0.30.20.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-0.30.20.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f9a96296e83f695292eaafc150cf923da4d0e3e1c4ff0c4e75bd3cdef4ca4817</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12054</id>
    <title> bcc  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-01-10 00:00:00"/>
    <updated date="2024-01-10 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[0.25.0-5]
- Fix LLVM 16 build

[0.25.0-4]
- Add missing patch.

[0.25.0-3]
- Rebuild with llvm 16 (RHBZ#2192949)
- Fix compactsnoop (RHBZ#2042238)
- Fix bindsnoop (RHBZ#2155200)
- Fix nfsslower (RHBZ#2155163)

* Fri Mar 03 2023 bstinson@redhat.com - 0.25.0-2.0.2
- One final rebuild in CentOS Stream only

* Wed Mar 01 2023 bstinson@redhat.com - 0.25.0-2.0.1
- Rebuild in CentOS Stream only for library link issue

[0.25.0-2]
- Fix tcpdrop tool

[0.25.0-1]
- Rebase to bcc-0.25.0
- Rebuild on LLVM 15</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12054.html" type="self" title="ELBA-2024-12054" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-bcc" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>python3-bcc-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">20a361d37e014a1cdb44b41a20f1af3ec41133c3374f07faba39627f2b3ce729</sum>
        </package>
        <package name="bcc-tools" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-tools-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">623e2095c63b29b504a30faf017576c0b5e0ea2101aaf3c9b9f28f985cfacdd4</sum>
        </package>
        <package name="bcc" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">a64f80fc87d0742c28c46430043c5c57208804fe1f34af9e9fa0578944b62005</sum>
        </package>
        <package name="bcc-devel" version="0.25.0" release="5.el8" epoch="0" arch="x86_64">
          <filename>bcc-devel-0.25.0-5.el8.x86_64.rpm</filename>
          <sum type="sha256">c96270fb6449c3a9cbf2426965b4d9b80a54b93c2b6551e1f9bd77711b258f60</sum>
        </package>
        <package name="bcc" version="0.25.0" release="5.el8" epoch="0" arch="src">
          <filename>bcc-0.25.0-5.el8.src.rpm</filename>
          <sum type="sha256">9640941e4cb37ab3077bf909673c54020aab600e788f7d80f8d518a945b95473</sum>
        </package>
        <package name="bcc-doc" version="0.25.0" release="5.el8" epoch="0" arch="noarch">
          <filename>bcc-doc-0.25.0-5.el8.noarch.rpm</filename>
          <sum type="sha256">f327bbae1b80b869bddea51735b73b35dc47eee78e6ed623efb067f6e03d5434</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50171</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-03-26 00:00:00"/>
    <updated date="2026-03-26 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-318.199.3.2.1]
- KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE (Sean Christopherson)  [Orabug: 39071316]

[5.15.0-318.199.3.2]
- macvlan: observe an RCU grace period in macvlan_common_newlink() error path (Eric Dumazet)  [Orabug: 39057366]
- macvlan: fix error recovery in macvlan_common_newlink() (Eric Dumazet)  [Orabug: 39057366]  {CVE-2026-23209}
- netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() (Andrew Fasano)  [Orabug: 39057346]  {CVE-2026-23111}
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons (Menglong Dong)  [Orabug: 39055945]

[5.15.0-318.199.3.1]
- nvme-pci: fix stuck reset on concurrent DPC and HP (Keith Busch)  [Orabug: 39026355]
- nvme: cancel pending I/O if nvme controller is in terminal state (Nilay Shroff)  [Orabug: 39026355]
- nvme-pci: fix queue unquiesce check on slot_reset (Keith Busch)  [Orabug: 39026355]
- nvme: ensure disabling pairs with unquiesce (Keith Busch)  [Orabug: 39026355]

[5.15.0-318.199.3]
- hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() (Kang Chen)
- spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (Breno Leitao) [Orabug: 38970594] {CVE-2026-23202}
- spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer (Breno Leitao)
- spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer (Breno Leitao)
- x86/kfence: fix booting on 32bit non-PAE systems (Andrew Cooper)
- KVM: x86: Don't snapshot 'max' TSC if host TSC is constant (Sean Christopherson) [Orabug: 38966500]
- KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl. (David Woodhouse) [Orabug: 38966500]
- sfc: fix NULL dereferences in ef100_process_design_param() (Edward Cree) [Orabug: 37855346] {CVE-2025-37860}
- Revert 'net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn' (Sharath Srinivasan) [Orabug: 38937481]
- Revert 'net/rds: expand kref coverage to rds_notifier-&gt;n_conn' (Sharath Srinivasan) [Orabug: 38937481]

[5.15.0-318.199.2]
- drivers/soc/pensando/penfw: Add support for pcie serdes fw download. (Hiren Mehta) [Orabug: 38953591]
- arm64: pensando: Add support for kpcimgr dynamic event queue (Rob Gardner) [Orabug: 38928823]
- procfs: move dropping pde and pid from -&gt;evict_inode() to -&gt;free_inode() (Al Viro) [Orabug: 38945002]
- ext4/jbd2: skip sb flush when EIO happened (Wengang Wang) [Orabug: 38188749]
- jbd2: store more accurate errno in superblock when possible (Wengang Wang) [Orabug: 38188749]
- Revert 'IB/mlx5: Implement clear counters' (Sharath Srinivasan) [Orabug: 38923519]
- Revert 'IB/core: Implement clear counters' (Sharath Srinivasan) [Orabug: 38923519]
- Revert 'IB/core: Fix off-by-one attr index in setup_hw_port_stats' (Sharath Srinivasan) [Orabug: 38923519]
- drivers/soc/pensando/bsm: Fix various issues with secure-mode. (Hiren Mehta) [Orabug: 38944299]
- net/rds: wait_event_timeout until zero connections during rmmod (Sharath Srinivasan) [Orabug: 38928274]
- net/rds: rds_send_xmit should INIT_LIST_HEAD(&amp;to_be_dropped) on restart (Sharath Srinivasan) [Orabug: 38928272]
- net/rds: fix rds_message memleak in rds_send_queue_rm (Sharath Srinivasan) [Orabug: 38928270]
- net/rds: fix rds_message memleak in rds_send_xmit (Sharath Srinivasan) [Orabug: 38923496]

[5.15.0-318.199.1]
- LTS version: v5.15.199 (Vijayendra Suman)
- wifi: cfg80211: init wiphy_work before allocating rfkill fails (Edward Adam Davis) [Orabug: 39004275] {CVE-2025-22119}
- wifi: cfg80211: fully move wiphy work to unbound workqueue (Johannes Berg)
- wifi: cfg80211: cancel wiphy_work before freeing wiphy (Miri Korenblit) [Orabug: 39004414] {CVE-2025-21979}
- wifi: cfg80211: fix wiphy delayed work queueing (Johannes Berg)
- wifi: cfg80211: use system_unbound_wq for wiphy work (Johannes Berg)
- team: Move team device type change at the end of team_port_add (Nikola Z. Ivanov)
- pinctrl: meson: mark the GPIO controller as sleeping (Bartosz Golaszewski)
- mptcp: avoid dup SUB_CLOSED events after disconnect (Matthieu Baerts)
- writeback: fix 100% CPU usage when dirtytime_expire_interval is 0 (Laveesh Bansal)
- drm/imx/tve: fix probe device leak (Johan Hovold)
- pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver (Bartosz Golaszewski)
- net/sched: act_ife: convert comma to semicolon (Chen Ni)
- btrfs: prevent use-after-free on page private data in btrfs_subpage_clear_uptodate() (Jp Kobryn)
- drm/amdkfd: fix a memory leak in device_queue_manager_init() (Haoxiang Li)
- can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde)
- genirq/irq_sim: Initialize work context pointers properly (Gyeyoung Baek)
- HID: uclogic: Add NULL check in uclogic_input_configured() (Henry Martin) [Orabug: 39004242] {CVE-2025-38007}
- HID: uclogic: Correct devm device reference for hidinput input_dev name (Rahul Rameshbabu)
- wifi: mac80211: move TDLS work to wiphy work (Johannes Berg)
- wifi: mac80211: use wiphy work for sdata-&gt;work (Johannes Berg)
- wifi: cfg80211: add a work abstraction with special semantics (Johannes Berg)
- Bluetooth: Fix hci_suspend_sync crash (Ying Hsu)
- net: stmmac: make sure that ptp_rate is not 0 before configuring EST (Alexis Lothore)
- usbnet: Fix using smp_processor_id() in preemptible code warnings (Zqiang) [Orabug: 38649206] {CVE-2025-40164}
- NFSD: fix race between nfsd registration and exports_proc (Maninder Singh) [Orabug: 38158712] {CVE-2025-38232}
- ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} (Luis Henriques)
- espintcp: fix skb leaks (Sabrina Dubroca) [Orabug: 38094997] {CVE-2025-38057}
- fs/ntfs3: Initialize allocated memory before use (Bartlomiej Kubik)
- ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency (Namjae Jeon)
- drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED (Gaosheng Cui)
- ksm: use range-walk function to jump over holes in scan_get_next_rmap_item (Pedro Demarchi Gomes) [Orabug: 38773375] {CVE-2025-68211}
- mm/pagewalk: add walk_page_range_vma() (David Hildenbrand)
- ksmbd: smbd: fix dma_unmap_sg() nents (Thomas Fourier)
- mei: trace: treat reg parameter as string (Alexander Usyskin)
- ALSA: scarlett2: Fix buffer overflow in config retrieval (Samasth Norway Ananda)
- nvme: fix PCIe subsystem reset controller state transition (Nilay Shroff)
- nvme-pci: do not directly handle subsys reset fallout (Keith Busch)
- nvme-fc: rename free_ctrl callback to match name pattern (Daniel Wagner)
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster)
- dmaengine: stm32: dmamux: fix device leak on route allocation (Johan Hovold)
- dmaengine: stm32: dmamux: fix OF node leak on route allocation failure (Johan Hovold)
- w1: therm: Fix off-by-one buffer overflow in alarms_store (Thorsten Blum) [Orabug: 38930799] {CVE-2025-71197}
- w1: w1_therm: use swap() to make code cleaner (Yang Guang)
- arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s (Geraldo Nascimento)
- scsi: xen: scsiback: Fix potential memory leak in scsiback_remove() (Abdun Nihaal) [Orabug: 38931015] {CVE-2026-23087}
- iio: adc: exynos_adc: fix OF populate on driver rebind (Johan Hovold)
- of: platform: Use default match table for /firmware (Rob Herring)
- comedi: Fix getting range information for subdevices 16 to 255 (Ian Abbott)
- tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). (Kuniyuki Iwashima) [Orabug: 38649138] {CVE-2025-40149}
- net: Add locking to protect skb-&gt;dev access in ip_output (Sharath Chandra Vurukala)
- mptcp: only reset subflow errors when propagated (Matthieu Baerts)
- scsi: qla2xxx: edif: Fix dma_free_coherent() size (Thomas Fourier)
- scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo() (Haoxiang Li)
- ASoC: fsl: imx-card: Do not force slot width to sample width (Fabio Estevam)
- dma/pool: distinguish between missing and exhausted atomic pools (Sai Sree Kartheek Adivi)
- gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler (Denis Sergeev)
- scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg() (Kery Qi)
- net: bridge: fix static key check (Martin Kaiser)
- nfc: nci: Fix race between rfkill and nci_unregister_device(). (Kuniyuki Iwashima)
- net/mlx5e: Account for netdev stats in ndo_get_stats64 (Gal Pressman)
- net/mlx5e: Report rx_discards_phy via rx_dropped (Yafang Shao)
- ice: stop counting UDP csum mismatch as rx_errors (Jesse Brandeburg)
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). (Kuniyuki Iwashima)
- rocker: fix memory leak in rocker_world_port_post_fini() (Kery Qi) [Orabug: 38970353] {CVE-2026-23164}
- ipv6: use the right ifindex when replying to icmpv6 from localhost (Fernando Fernandez Mancera)
- net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins() (Zilin Guan)
- net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup() (Zilin Guan)
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work (Jia-Hong Su) [Orabug: 38970605] {CVE-2026-23146}
- bpf: Reject narrower access to pointer ctx fields (Paul Chaignon) [Orabug: 38335081] {CVE-2025-38591}
- bpf: Do not let BPF test infra emit invalid GSO types to stack (Daniel Borkmann) [Orabug: 38798882] {CVE-2025-68725}
- migrate: correct lock ordering for hugetlb file folios (Matthew Wilcox) [Orabug: 38931067] {CVE-2026-23097}
- can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38931121] {CVE-2026-23108}
- can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde)
- can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38930883] {CVE-2026-23061}
- can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38930860] {CVE-2026-23058}
- irqchip/gic-v3-its: Avoid truncating memory addresses (Arnd Bergmann) [Orabug: 38931002] {CVE-2026-23085}
- perf/x86/intel: Do not enable BTS for guests (Fernand Sieber)
- netrom: fix double-free in nr_route_frame() (Jeongjun Park)
- uacce: ensure safe queue release with state management (Chenghai Huang)
- uacce: implement mremap in uacce_vm_ops to return -EPERM (Yang Shen)
- uacce: fix cdev handling in the cleanup path (Wenkai Lin)
- intel_th: fix device leak on output open() (Johan Hovold) [Orabug: 38931041] {CVE-2026-23091}
- slimbus: core: fix device reference leak on report present (Johan Hovold)
- slimbus: core: fix runtime PM imbalance on report present (Johan Hovold)
- octeontx2: Fix otx2_dma_map_page() error return code (Thomas Fourier)
- arm64: Set __nocfi on swsusp_arch_resume() (Zhaoyang Huang)
- wifi: rsi: Fix memory corruption due to not set vif driver data size (Marek Vasut) [Orabug: 38930941] {CVE-2026-23073}
- wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize() (Dan Carpenter)
- wifi: ath10k: fix dma_free_coherent() pointer (Thomas Fourier) [Orabug: 38970255] {CVE-2026-23133}
- mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function (Matthew Schwartz)
- ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free() (Berk Cem Goksel) [Orabug: 38931030] {CVE-2026-23089}
- ALSA: ctxfi: Fix potential OOB access in audio mixer handling (Takashi Iwai) [Orabug: 38930967] {CVE-2026-23076}
- iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl (Andreas Kubrich)
- iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver (Pei Xiao)
- iio: adc: ad9467: fix ad9434 vref mask (Tomas Melin)
- of: fix reference count leak in of_alias_scan() (Weigang He)
- leds: led-class: Only Add LED to leds_list when it is fully ready (Hans de Goede) [Orabug: 38931092] {CVE-2026-23101}
- x86: make page fault handling disable interrupts properly (Cedric Xing)
- net/sched: act_ife: avoid possible NULL deref (Eric Dumazet)
- octeontx2-af: Fix error handling (Ratheesh Kannoth)
- bonding: provide a net pointer to __skb_flow_dissect() (Eric Dumazet) [Orabug: 38970200] {CVE-2026-23119}
- be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list (Andrey Vatoropin) [Orabug: 38930993] {CVE-2026-23084}
- drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2) (Timur Kristof)
- drm/amd/pm: Don't clear SI SMC table when setting power limit (Timur Kristof)
- usbnet: limit max_mtu based on device's hard_mtu (Laurent Vivier)
- ipv6: annotate data-race in ndisc_router_discovery() (Eric Dumazet) [Orabug: 38970223] {CVE-2026-23124}
- mISDN: annotate data-race around dev-&gt;work (Eric Dumazet) [Orabug: 38970211] {CVE-2026-23121}
- net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue (Jijie Shao)
- net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M (Jijie Shao)
- ALSA: usb: Increase volume range that triggers a warning (Arun Raghavan)
- regmap: Fix race condition in hwspinlock irqsave routine (Cheng-Yu Lee) [Orabug: 38930931] {CVE-2026-23071}
- iio: adc: ad7280a: handle spi_setup() errors in probe() (Pavel Zhigulin)
- staging:iio:adc:ad7280a: Register define cleanup. (Jonathan Cameron)
- x86/kfence: avoid writing L1TF-vulnerable PTEs (Andrew Cooper)
- scsi: storvsc: Process unsupported MODE_SENSE_10 (Long Li)
- Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA (Feng)
- Input: i8042 - add quirks for MECHREVO Wujie 15X Pro (Gongqi)
- Revert 'nfc/nci: Add the inconsistency check between the input data length and count' (Thadeu Lima de Souza Cascardo)
- w1: fix redundant counter decrement in w1_attach_slave_device() (Haoxiang Li)
- comedi: dmm32at: serialize use of paged registers (Ian Abbott)
- crypto: authencesn - reject too-short AAD (assoclen&lt;8) to match ESP/ESN spec (Taeyang Lee) [Orabug: 38930875] {CVE-2026-23060}
- net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag (Jamal Hadi Salim) [Orabug: 38931111] {CVE-2026-23105}
- net/sched: Enforce that teql can only be used as root qdisc (Jamal Hadi Salim) [Orabug: 38930949] {CVE-2026-23074}
- ipvlan: Make the addrs_lock be per port (Dmitry Skorodumov) [Orabug: 38931103] {CVE-2026-23103}
- l2tp: avoid one data-race in l2tp_tunnel_del_work() (Eric Dumazet) [Orabug: 38970203] {CVE-2026-23120}
- fou: Don't allow 0 for FOU_ATTR_IPPROTO. (Kuniyuki Iwashima)
- net: fou: use policy and operation tables generated from the spec (Jakub Kicinski)
- net: fou: rename the source for linking (Jakub Kicinski)
- netlink: add a proto specification for FOU (Jakub Kicinski)
- gue: Fix skb memleak with inner IP protocol 0. (Kuniyuki Iwashima)
- amd-xgbe: avoid misleading per-packet error log (Raju Rangoju)
- sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT (Xin Long) [Orabug: 38970226] {CVE-2026-23125}
- bonding: limit BOND_MODE_8023AD to Ethernet devices (Eric Dumazet) [Orabug: 38931080] {CVE-2026-23099}
- net: usb: dm9601: remove broken SR9700 support (Ethan Nelson-Moore)
- testptp: Add option to open PHC in readonly mode (Wojtek Wasko)
- selftest/ptp: update ptp selftest to exercise the gettimex options (Mahesh Bandewar)
- ptp: add testptp mask test (Xabier Marquiegui)
- selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISE (Alex Maftei)
- selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDED (Alex Maftei)
- testptp: Add support for testing ptp_clock_info .adjphase callback (Rahul Rameshbabu)
- testptp: add option to shift clock by nanoseconds (Maciek Machnikowski)
- ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE. (Wojtek Wasko)
- posix-clock: Store file pointer in struct posix_clock_context (Wojtek Wasko)
- Fix memory leak in posix_clock_open() (Linus Torvalds) [Orabug: 39004188] {CVE-2024-26655}
- posix-clock: introduce posix_clock_context concept (Xabier Marquiegui)
- btrfs: fix deadlock in wait_current_trans() due to ignored transaction type (Robbie Ko) [Orabug: 38930779] {CVE-2025-71194}
- dmaengine: ti: k3-udma: fix device leak on udma lookup (Johan Hovold)
- dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation (Johan Hovold)
- dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocation (Johan Hovold)
- dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (Biju Das)
- dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() (Miaoqian Lin)
- dmaengine: lpc18xx-dmamux: fix device leak on route allocation (Johan Hovold)
- dmaengine: idxd: fix device leaks on compat bind and unbind (Johan Hovold)
- dmaengine: bcm-sba-raid: fix device leak on probe (Johan Hovold) [Orabug: 38914728] {CVE-2025-71190}
- dmaengine: at_hdmac: fix device leak on of_dma_xlate() (Johan Hovold)
- drm/vmwgfx: Fix an error return check in vmw_compat_shader_add() (Haoxiang Li)
- drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel (Marek Vasut) [Orabug: 38930830] {CVE-2026-23049}
- drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare (Lyude Paul)
- mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free (Aboorva Devarajan)
- x86/resctrl: Fix memory bandwidth counter width for Hygon (Xiaochen Shen)
- x86/resctrl: Add missing resctrl initialization for Hygon (Xiaochen Shen)
- EDAC/i3200: Fix a resource leak in i3200_probe1() (Haoxiang Li)
- EDAC/x38: Fix a resource leak in x38_probe1() (Haoxiang Li)
- hrtimer: Fix softirq base check in update_needs_ipi() (Thomas Weissschuh)
- ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref (Yangerkun) [Orabug: 38970601] {CVE-2026-23145}
- nvme-pci: disable secondary temp for Wodposit WPBSNM8 (Ilikara Zheng)
- USB: serial: ftdi_sio: add support for PICAXE AXE027 cable (Ethan Nelson-Moore)
- USB: serial: option: add Telit LE910 MBIM composition (Ulrich Mohr)
- USB: OHCI/UHCI: Add soft dependencies on ehci_platform (Huacai Chen)
- usb: dwc3: Check for USB4 IP_NAME (Thinh Nguyen)
- phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 (Wayne Chang)
- phy: rockchip: inno-usb2: fix communication disruption in gadget mode (Luca Ceresoli)
- phy: rockchip: inno-usb2: fix disconnection in gadget mode (Louis Chauvet)
- x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers (Dan Williams)
- net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts (Tetsuo Handa) [Orabug: 38887710] {CVE-2026-22997}
- ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer (Jaroslav Kysela)
- HID: usbhid: paper over wrong bNumDescriptor field (Benjamin Tissoires)
- dmaengine: omap-dma: fix dma_pool resource leak in error paths (Xu Wang)
- phy: broadcom: ns-usb3: Fix Wvoid-pointer-to-enum-cast warning (again) (Krzysztof Kozlowski)
- phy: stm32-usphyc: Fix off by one in probe() (Dan Carpenter)
- dmaengine: xilinx_dma: Fix uninitialized addr_width when 'xlnx,addrwidth' property is missing (Suraj Gupta)
- dmaengine: tegra-adma: Fix use-after-free (Sheetal)
- mm, kfence: describe @slab parameter in __kfence_obj_info() (Bagas Sanjaya)
- textsearch: describe @list member in ts_ops search (Bagas Sanjaya)
- ASoC: tlv320adcx140: fix word length (Emil Svendsen)
- net/sched: sch_qfq: do not free existing class in qfq_change_class() (Eric Dumazet) [Orabug: 38887718] {CVE-2026-22999}
- selftests: drv-net: fix RPS mask handling for high CPU numbers (Gal Pressman)
- net/mlx5e: Restore destroying state bit after profile cleanup (Saeed Mahameed)
- vsock/test: add a final full barrier after run all tests (Stefano Garzarella)
- ipv4: ip_gre: make ipgre_header() robust (Eric Dumazet) [Orabug: 38887758] {CVE-2026-23011}
- macvlan: fix possible UAF in macvlan_forward_source() (Eric Dumazet) [Orabug: 38887730] {CVE-2026-23001}
- net: update netdev_lock_{type,name} (Eric Dumazet)
- ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() (Eric Dumazet) [Orabug: 38887738] {CVE-2026-23003}
- nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec (Shivam Kumar) [Orabug: 38887714] {CVE-2026-22998}
- nvmet-tcp: remove boilerplate code (Maurizio Lombardi)
- can: etas_es58x: allow partial RX URB allocation to succeed (Szymon Wilczek)
- pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() (Zilin Guan) [Orabug: 38914816] {CVE-2026-23038}
- LTS version: v5.15.198 (Vijayendra Suman)
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (Neil Brown)
- NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT (Neil Brown)
- efi/cper: Fix cper_bits_to_str buffer handling and return value (Dandan Zhang)
- firmware: imx: scu-irq: Set mu_resource_id before get handle (Peng Fan)
- scsi: sg: Fix occasional bogus elapsed time that exceeds timeout (Michal Rabek)
- ASoC: fsl_sai: Add missing registers to cache default (Alexander Stein)
- can: j1939: make j1939_session_activate() fail if device is no longer registered (Tetsuo Handa) [Orabug: 38914675] {CVE-2025-71182}
- powercap: fix sscanf() error return value handling (Sumeet Pawnikar)
- powercap: fix race condition in register_control_type() (Sumeet Pawnikar)
- blk-throttle: Set BIO_THROTTLED when bio has been throttled (Laibin Qiu)
- pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping (Bartosz Golaszewski)
- pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cells (Andy Shevchenko)
- counter: interrupt-cnt: Drop IRQF_NO_THREAD flag (Alexander Sverdlin)
- nfsd: provide locking for v4_end_grace (Neil Brown) [Orabug: 38887659] {CVE-2026-22980}
- NFSD: Remove NFSERR_EAGAIN (Chuck Lever)
- nfs_common: factor out nfs_errtbl and nfs_stat_to_errno (Mike Snitzer)
- NFS: trace: show TIMEDOUT instead of 0x6e (Chen Hanxiao)
- arp: do not assume dev_hard_header() does not change skb-&gt;head (Eric Dumazet) [Orabug: 39004363] {CVE-2026-22988}
- net: usb: pegasus: fix memory leak in update_eth_regs_async() (Petko Manolov) [Orabug: 38914761] {CVE-2026-23021}
- net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset (Xiang Mei) [Orabug: 38872325] {CVE-2026-22976}
- HID: quirks: work around VID/PID conflict for appledisplay (Rene Rebe)
- bnxt_en: Fix potential data corruption with HW GRO/LRO (Srijit Bose)
- net/mlx5e: Don't print error message due to invalid module (Gal Pressman)
- netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates (Di Zhu)
- net: sock: fix hardened usercopy panic in sock_recv_errqueue (Weiming Shi) [Orabug: 38877947] {CVE-2026-22977}
- inet: ping: Fix icmp out counting (Yuan Gao)
- net: mscc: ocelot: Fix crash when adding interface under a lag (Jerry Wu)
- bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress (Alexandre Knecht)
- net: marvell: prestera: fix NULL dereference on devlink_alloc() failure (Alok Tiwari)
- netfilter: nf_conncount: update last_gc only when GC has been performed (Fernando Fernandez Mancera) [Orabug: 38970278] {CVE-2026-23139}
- netfilter: nf_tables: fix memory leak in nf_tables_newrule() (Zilin Guan)
- netfilter: nft_synproxy: avoid possible data-race on update operation (Fernando Fernandez Mancera)
- ARM: dts: imx6q-ba16: fix RTC interrupt level (Ian Ray)
- arm64: dts: add off-on-delay-us for usdhc2 regulator (Haibo Chen)
- scsi: Revert 'scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed' (Xingui Yang)
- scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset (Wen Xiong)
- NFS: Fix up the automount fs_context to use the correct cred (Trond Myklebust)
- NFSv4: ensure the open stateid seqid doesn't go backwards (Scott Mayhew)
- alpha: don't reference obsolete termio struct for TC* constants (Sam James)
- ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels (Sebastian Andrzej Siewior)
- csky: fix csky_cmpxchg_fixup not working (Yang Li)
- ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (Ye Bin) [Orabug: 37844521] {CVE-2025-22121}
- ext4: introduce ITAIL helper (Ye Bin)
- libceph: make calc_target() set t-&gt;paused, not just clear it (Ilya Dryomov) [Orabug: 38930821] {CVE-2026-23047}
- libceph: return the handler error from mon_handle_auth_done() (Ilya Dryomov) [Orabug: 38887697] {CVE-2026-22992}
- libceph: make free_choose_arg_map() resilient to partial allocation (Tuo Li) [Orabug: 38887691] {CVE-2026-22991}
- libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (Ilya Dryomov) [Orabug: 38887685] {CVE-2026-22990}
- libceph: prevent potential out-of-bounds reads in handle_auth_done() (Ziming Zhang) [Orabug: 38887673] {CVE-2026-22984}
- wifi: avoid kernel-infoleak from struct iw_point (Eric Dumazet) [Orabug: 38887650] {CVE-2026-22978}
- drm/pl111: Fix error handling in pl111_amba_probe (Miaoqian Lin)
- lib/crypto: aes: Fix missing MMU protection for AES S-box (Eric Biggers)
- mei: me: add nova lake point S DID (Alexander Usyskin)
- net: 3com: 3c59x: fix possible null dereference in vortex_probe1() (Thomas Fourier) [Orabug: 38914755] {CVE-2026-23020}
- atm: Fix dma_free_coherent() size (Thomas Fourier)
- usb: gadget: lpc32xx_udc: fix clock imbalance in error path (Johan Hovold)
- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Su Hui) [Orabug: 39004163] {CVE-2024-40928}
- firmware: arm_scmi: Fix unused notifier-block in unregister (Amitai Gottlieb)
- ext4: fix error message when rejecting the default hash (Gabriel Krisman Bertazi)
- ext4: factor out ext4_hash_info_init() (Jason Yan)
- ext4: filesystems without casefold feature cannot be mounted with siphash (Lizhi Xu) [Orabug: 37206152] {CVE-2024-49968}
- pwm: stm32: Always program polarity (Sean Nyekjaer)
- x86: remove __range_not_ok() (Arnd Bergmann)
- selftests: net: test_vxlan_under_vrf: fix HV connectivity test (Andrea Righi)
- ipv4: Fix uninit-value access in __ip_make_skb() (Shigeru Yoshida) [Orabug: 36683410] {CVE-2024-36927}
- ipv6: Fix potential uninit-value access in __ip6_make_skb() (Shigeru Yoshida) [Orabug: 36683284] {CVE-2024-36903}
- KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning (Justin Stitt)
- HID: core: Harden s32ton() against conversion to 0 bits (Alan Stern) [Orabug: 38334903] {CVE-2025-38556}
- KVM: x86: Acquire kvm-&gt;srcu when handling KVM_SET_VCPU_EVENTS (Sean Christopherson) [Orabug: 37116451] {CVE-2024-46830}
- page_pool: Fix use-after-free in page_pool_recycle_in_ring (Dong Chenchen) [Orabug: 38152994] {CVE-2025-38129}
- drm/i915/selftests: fix subtraction overflow bug (Andrzej Hajda)
- mmc: core: use sysfs_emit() instead of sprintf() (Sergey Shtylyov)
- net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. (Thadeu Lima de Souza Cascardo) [Orabug: 37844500] {CVE-2025-22111}
- drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg() (Thomas Zimmermann)
- wifi: mac80211: Discard Beacon frames to non-broadcast address (Jouni Malinen) [Orabug: 38852361] {CVE-2025-71127}
- ASoC: stm32: sai: fix OF node leak on probe (Johan Hovold)
- lockd: fix vfs_test_lock() calls (Neil Brown)
- powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages (David Hildenbrand)
- mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize() (David Hildenbrand)
- mm/balloon_compaction: we cannot have isolated pages in the balloon list (David Hildenbrand)
- mm/balloon_compaction: make balloon page compaction callbacks static (Miaohe Lin)
- ASoC: stm32: sai: fix clk prepare imbalance on probe failure (Johan Hovold)
- ASoC: stm32: sai: Use the devm_clk_get_optional() helper (Christophe Jaillet)
- ASoC: stm: Use dev_err_probe() helper (Kuninori Morimoto)
- r8169: fix RTL8117 Wake-on-Lan in DASH mode (Rene Rebe)
- iommu/qcom: fix device leak on of_xlate() (Johan Hovold)
- powerpc/64s/slb: Fix SLB multihit issue during SLB preload (Donet Tom)
- PCI: brcmstb: Fix disabling L0s capability (Jim Quinlan)
- powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION (David Hildenbrand)
- media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_enabled (Miaoqian Lin)
- media: samsung: exynos4-is: fix potential ABBA deadlock on init (Marek Szyprowski)
- NFSD: NFSv4 file creation neglects setting ACL (Chuck Lever) [Orabug: 38847872] {CVE-2025-68803}
- media: verisilicon: Protect G2 HEVC decoder against invalid DPB index (Nicolas Dufresne)
- media: vpif_capture: fix section mismatch (Johan Hovold)
- media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init() (Haoxiang Li)
- SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf (Joshua Rogers) [Orabug: 38852341] {CVE-2025-71120}
- KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (Jim Mattson)
- crypto: af_alg - zero initialize memory allocated via sock_kmalloc (Shivani Agarwal) [Orabug: 38852312] {CVE-2025-71113}
- svcrdma: bound check rq_pages index in inline path (Joshua Rogers) [Orabug: 38847976] {CVE-2025-71068}
- ARM: dts: microchip: sama7g5: fix uart fifo size to 32 (Nicolas Ferre)
- usb: ohci-nxp: fix device leak on probe failure (Johan Hovold)
- usb: ohci-nxp: Use helper function devm_clk_get_enabled() (Zhang Zekun)
- mptcp: pm: ignore unknown endpoint flags (Matthieu Baerts)
- usb: dwc3: keep susphy enabled during exit to avoid controller faults (Udipto Goswami)
- f2fs: fix to avoid updating zero-sized extent in extent cache (Chao Yu)
- f2fs: fix to propagate error from f2fs_enable_checkpoint() (Chao Yu)
- f2fs: use global inline_xattr_slab instead of per-sb slab cache (Chao Yu)
- f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() (Chao Yu)
- xfs: fix a memory leak in xfs_buf_item_init() (Haoxiang Li)
- KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit (Dongli Zhang)
- NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap (Chuck Lever)
- ALSA: wavefront: Fix integer overflow in sample size validation (Junrui Luo)
- ALSA: wavefront: Use standard print API (Takashi Iwai)
- ALSA: wavefront: Clear substream pointers on close (Junrui Luo)
- wifi: mt76: Fix DTS power-limits on little endian systems (Sven Eckelmann)
- btrfs: don't rewrite ret from inode_permission (Josef Bacik)
- tpm: Cap the number of PCR banks (Jarkko Sakkinen) [Orabug: 38848017] {CVE-2025-71077}
- jbd2: fix the inconsistency between checksum and data in memory for journal sb (Ye Bin)
- xhci: dbgtty: fix device unregister (Lukasz Bartosik)
- xhci: dbgtty: use IDR to support several dbc instances. (Mathias Nyman)
- usb: gadget: udc: fix use-after-free in usb_gadget_state_work (Jimmy Hu) [Orabug: 38773636] {CVE-2025-68282}
- usb: xhci: Apply the link chain quirk on NEC isoc endpoints (Michal Pecio) [Orabug: 37844150] {CVE-2025-22022}
- usb: xhci: move link chain bit quirk checks into one helper function. (Niklas Neronin)
- drm/vmwgfx: Fix a null-ptr access in the cursor snooper (Zack Rusin) [Orabug: 38643537] {CVE-2025-40110}
- virtio_console: fix order of fields cols and rows (Maximilian Immanuel Brandtner)
- kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules (Martin Nybo Andersen)
- mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of() (Seongjae Park)
- mm/damon/tests/core-kunit: handle memory failure from damon_test_target() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at() (Seongjae Park)
- mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions() (Seongjae Park)
- mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ() (Seongjae Park)
- RDMA/core: Fix 'KASAN: slab-use-after-free Read in ib_register_device' problem (Zhu Yanjun) [Orabug: 38094814] {CVE-2025-38022}
- mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions() (Seongjae Park)
- mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail() (Seongjae Park)
- drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb (Lyude Paul)
- drm/ttm: Avoid NULL pointer deref for evicted BOs (Simon Richter) [Orabug: 38848052] {CVE-2025-71083}
- drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registers (Akhil P Oommen)
- net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write (Deepanshu Kartikey)
- net: usb: sr9700: fix incorrect command used to write single register (Ethan Nelson-Moore)
- nfsd: Drop the client reference in client_states_open() (Haoxiang Li)
- fjes: Add missing iounmap in fjes_hw_init() (Haoxiang Li)
- e1000: fix OOB in e1000_tbi_should_accept() (Guangshuo Li) [Orabug: 38848099] {CVE-2025-71093}
- RDMA/cm: Fix leaking the multicast GID table reference (Jason Gunthorpe) [Orabug: 38848058] {CVE-2025-71084}
- RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (Jason Gunthorpe) [Orabug: 38848117] {CVE-2025-71096}
- idr: fix idr_alloc() returning an ID out of range (Matthew Wilcox)
- media: i2c: adv7842: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: i2c: ADV7604: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: TDA1997x: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread() (Ivan Abramov)
- media: cec: Fix debugfs leak on bus_register() failure (Xu Wang)
- fbdev: tcx.c fix mem_map to correct smem_start offset (Rene Rebe)
- fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing (Thorsten Blum)
- fbdev: gbefb: fix to use physical address instead of dma address (Rene Rebe)
- dm-ebs: Mark full buffer dirty even on partial write (Uladzislau Rezki)
- media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() (Ivan Abramov)
- parisc: entry: set W bit for !compat tasks in syscall_restore_rfi() (Sven Schnelle)
- parisc: entry.S: fix space adjustment on interruption for 64-bit userspace (Sven Schnelle)
- media: rc: st_rc: Fix reset control resource leak (Xu Wang)
- mfd: max77620: Fix potential IRQ chip conflict when probing two devices (Krzysztof Kozlowski)
- mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup (Johan Hovold)
- leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs (Christian Hitz)
- leds: leds-lp50xx: Allow LED 0 to be added to module bank (Christian Hitz)
- PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths (Lukas Wunner)
- HID: logitech-dj: Remove duplicate error logging (Hans de Goede)
- iommu/tegra: fix device leak on probe_device() (Johan Hovold)
- iommu/sun50i: fix device leak on of_xlate() (Johan Hovold)
- iommu/omap: fix device leaks on probe_device() (Johan Hovold)
- iommu/mediatek: fix device leak on of_xlate() (Johan Hovold)
- iommu/mediatek-v1: fix device leak on probe_device() (Johan Hovold)
- iommu/ipmmu-vmsa: fix device leak on of_xlate() (Johan Hovold)
- iommu/exynos: fix device leak on of_xlate() (Johan Hovold)
- iommu/apple-dart: fix device leak on of_xlate() (Johan Hovold)
- ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment. (Srinivas Kandagatla)
- ASoC: qcom: q6adm: the the copp device only during last instance (Srinivas Kandagatla)
- ASoC: qcom: q6asm-dai: perform correct state check before closing (Srinivas Kandagatla)
- ASoC: stm32: sai: fix device leak on probe (Johan Hovold)
- selftests/ftrace: traceonoff_triggers: strip off names (Yipeng Zou)
- RDMA/bnxt_re: fix dma_free_coherent() pointer (Thomas Fourier)
- RDMA/rtrs: Fix clt_path::max_pages_per_mr calculation (Lihonggang)
- RDMA/bnxt_re: Fix to use correct page size for PDE table (Kalesh Ap)
- RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send (Alok Tiwari)
- RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db() (Alok Tiwari)
- RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr() (Jang Ingyu)
- RDMA/efa: Remove possible negative shift (Michael Margolin)
- RDMA/irdma: avoid invalid read in irdma_net_event (Michal Schmidt) [Orabug: 38852379] {CVE-2025-71133}
- net: rose: fix invalid array index in rose_kill_by_device() (Pwnverse)
- ipv4: Fix reference count leak when using error routes with nexthop objects (Ido Schimmel) [Orabug: 38848125] {CVE-2025-71097}
- ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (Will Rosenberg) [Orabug: 38848061] {CVE-2025-71085}
- octeontx2-pf: fix 'UBSAN: shift-out-of-bounds error' (Anshumali Gaur)
- net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct (Bagas Sanjaya)
- net: usb: asix: validate PHY address before use (Deepanshu Kartikey) [Orabug: 38848107] {CVE-2025-71094}
- net: dsa: b53: skip multicast entries for fdb_dump() (Jonas Gorski)
- firewire: nosy: Fix dma_free_coherent() size (Thomas Fourier)
- genalloc.h: fix htmldocs warning (Andrew Morton)
- smc91x: fix broken irq-context in PREEMPT_RT (Levi Yun) [Orabug: 38852376] {CVE-2025-71132}
- net: usb: rtl8150: fix memory leak on usb_submit_urb() failure (Deepakkumar Karn) [Orabug: 38887620] {CVE-2025-71154}
- team: fix check for port enabled in team_queue_override_port_prio_changed() (Jiri Pirko) [Orabug: 38848088] {CVE-2025-71091}
- platform/x86: ibm_rtl: fix EBDA signature search pointer arithmetic (Junrui Luo)
- platform/x86: msi-laptop: add missing sysfs_remove_group() (Thomas Fourier)
- ip6_gre: make ip6gre_header() robust (Eric Dumazet) [Orabug: 38848131] {CVE-2025-71098}
- net: openvswitch: Avoid needlessly taking the RTNL on vport destroy (Toke Hoiland-Jorgensen)
- net: mdio: aspeed: add dummy read to avoid read-after-write issue (Jacky Chou)
- net: mdio: aspeed: move reg accessing part into separate functions (Potin Lai)
- Bluetooth: btusb: revert use of devm_kzalloc in btusb (Raphael Pinsonneault-Thibeault) [Orabug: 38848044] {CVE-2025-71082}
- crypto: seqiv - Do not use req-&gt;iv after crypto_aead_encrypt (Herbert Xu) [Orabug: 38852370] {CVE-2025-71131}
- iavf: fix off-by-one issues in iavf_config_rss_reg() (Kohei Enju) [Orabug: 38848073] {CVE-2025-71087}
- i40e: Refactor argument of i40e_detect_recover_hung() (Ivan Vecera)
- i40e: Refactor argument of several client notification functions (Ivan Vecera)
- i40e: fix scheduling in set_rx_mode (Przemyslaw Korba)
- hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU (Gui-Dong Han)
- hwmon: (w83791d) Convert macros to functions to avoid TOCTOU (Gui-Dong Han) [Orabug: 38852300] {CVE-2025-71111}
- hwmon: (max16065) Use local variable to avoid TOCTOU (Gui-Dong Han)
- i2c: amd-mp2: fix reference leak in MP2 PCI device (Ma Ke)
- rpmsg: glink: fix rpmsg device leak (Srinivas Kandagatla)
- soc: amlogic: canvas: fix device leak on lookup (Johan Hovold)
- soc: qcom: ocmem: fix device leak on lookup (Johan Hovold)
- amba: tegra-ahb: Fix device leak on SMMU enable (Johan Hovold)
- drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state() (Alex Deucher)
- io_uring: fix filename leak in __io_openat_prep() (Prithvi Tambewagh)
- svcrdma: return 0 on success from svc_rdma_copy_inline_range (Joshua Rogers)
- nfsd: Mark variable __maybe_unused to avoid W=1 build break (Andy Shevchenko)
- fsnotify: do not generate ACCESS/MODIFY events on child for special files (Amir Goldstein) [Orabug: 38847800] {CVE-2025-68788}
- tracing: Do not register unsupported perf events (Steven Rostedt) [Orabug: 38852355] {CVE-2025-71125}
- KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits (Sean Christopherson)
- KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN) (Sean Christopherson)
- KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation (Yosry Ahmed)
- KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer (Fuqiang Wang) [Orabug: 38852273] {CVE-2025-71104}
- KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn() (Fuqiang Wang)
- KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0 (Sean Christopherson)
- libceph: make decode_pool() more resilient against corrupted osdmaps (Ilya Dryomov) [Orabug: 38852325] {CVE-2025-71116}
- parisc: Do not reprogram affinitiy on ASP chip (Helge Deller)
- scs: fix a wrong parameter in __scs_magic (Zhichi Lin)
- platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver (Tzung-Bi Shih)
- ocfs2: fix kernel BUG in ocfs2_find_victim_chain (Prithvi Tambewagh) [Orabug: 38847688] {CVE-2025-68771}
- media: vidtv: initialize local pointers upon transfer of memory ownership (Jeongjun Park)
- tools/testing/nvdimm: Use per-DIMM device handle (Alison Schofield)
- f2fs: fix return value of f2fs_recover_fsync_data() (Chao Yu)
- f2fs: invalidate dentry cache on failed whiteout creation (Deepanshu Kartikey)
- scsi: target: Reset t_task_cdb pointer in error case (Andrey Vatoropin) [Orabug: 38847770] {CVE-2025-68782}
- NFSD: use correct reservation type in nfsd4_scsi_fence_client (Dai Ngo)
- scsi: aic94xx: fix use-after-free in device removal path (Junrui Luo) [Orabug: 38848009] {CVE-2025-71075}
- scsi: Revert 'scsi: qla2xxx: Perform lockless command completion in abort path' (Tony Battersby) [Orabug: 38847931] {CVE-2025-68818}
- cpufreq: nforce2: fix reference count leak in nforce2 (Miaoqian Lin)
- intel_th: Fix error handling in intel_th_output_open (Ma Ke)
- char: applicom: fix NULL pointer dereference in ac_ioctl (Tianchu Chen)
- usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc() (Haoxiang Li)
- usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probe (Miaoqian Lin)
- usb: phy: isp1301: fix non-OF device reference imbalance (Johan Hovold)
- USB: lpc32xx_udc: Fix error handling in probe (Ma Ke)
- phy: broadcom: bcm63xx-usbh: fix section mismatches (Johan Hovold)
- media: pvrusb2: Fix incorrect variable used in trace message (Colin Ian King)
- media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg() (Jeongjun Park) [Orabug: 38847937] {CVE-2025-68819}
- usb: usb-storage: Maintain minimal modifications to the bcdDevice range. (Chenchangcheng)
- media: v4l2-mem2mem: Fix outdated documentation (Laurent Pinchart)
- jbd2: use a weaker annotation in journal handling (Byungchul Park)
- ext4: fix incorrect group number assertion in mb_check_buddy (Yongjian Sun)
- ext4: xattr: fix null pointer deref in ext4_raw_inode() (Karina Yankevich) [Orabug: 38848276] {CVE-2025-68820}
- ktest.pl: Fix uninitialized var in config-bisect.pl (Steven Rostedt)
- floppy: fix for PAGE_SIZE != 4KB (Rene Rebe)
- block: rate-limit capacity change info log (Li Chen)
- lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit (Eric Biggers)
- mmc: sdhci-msm: Avoid early clock doubling during HS400 transition (Sarthak Garg)
- KEYS: trusted: Fix a memory leak in tpm2_load_cmd (Jarkko Sakkinen) [Orabug: 38887597] {CVE-2025-71147}
- vhost/vsock: improve RCU read sections around vhost_vsock_get() (Stefano Garzarella)
- platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks (Chia-Lin Kao)
- nvme-fc: don't hold rport lock when putting ctrl (Daniel Wagner)
- serial: sprd: Return -EPROBE_DEFER when uart clock is not ready (Wenhua Lin)
- usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive. (Chenchangcheng)
- usb: xhci: limit run_graceperiod for only usb 3.0 devices (Hongyu Xie)
- usb: typec: ucsi: Handle incorrect num_connectors capability (Mark Pearson) [Orabug: 38852285] {CVE-2025-71108}
- usbip: Fix locking bug in RT-enabled kernels (Lizhi Xu)
- exfat: fix remount failure in different process environments (Yuezhang Mo)
- via_wdt: fix critical boot hang due to unnamed resource allocation (Li Qiang) [Orabug: 38852318] {CVE-2025-71114}
- scsi: qla2xxx: Use reinit_completion on mbx_intr_comp (Tony Battersby)
- scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive (Tony Battersby)
- scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled (Tony Battersby)
- powerpc/addnote: Fix overflow on 32-bit builds (Ben Collins)
- clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 &amp; pcie_x4 (Josua Mayer)
- ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx (Matthias Schiffer)
- firmware: imx: scu-irq: Init workqueue before request mbox channel (Peng Fan)
- ipmi: Fix __scan_channels() failing to rescan channels (Jinhui Guo)
- ipmi: Fix the race between __scan_channels() and deliver_response() (Jinhui Guo)
- ALSA: usb-mixer: us16x08: validate meter packet indices (Shipei Qu) [Orabug: 38847775] {CVE-2025-68783}
- ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path (Xu Wang)
- ALSA: vxpocket: Fix resource leak in vxpocket_probe error path (Xu Wang)
- net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() (Shaurya Rane) [Orabug: 38847724] {CVE-2025-68776}
- mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig (Jared Kangas)
- spi: fsl-cpm: Check length parity before switching to 16 bit mode (Christophe Leroy)
- ACPI: CPPC: Fix missing PCC check for guaranteed_perf (Pengjie Zhang)
- Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table (Christoffer Sandberg)
- Input: ti_am335x_tsc - fix off-by-one error in wire_order validation (Junjie Cao)
- HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen (Ping Cheng)
- net: hns3: add VLAN id validation before using (Jian Shen)
- net: hns3: using the num_tqps to check whether tqp_index is out of range when vf get ring info from mbx (Jian Shen)
- net: hns3: Align type of some variables with their print type (Hao Chen)
- net: hns3: using the num_tqps in the vf driver to apply for resources (Jian Shen)
- net/mlx5: fw_tracer, Handle escaped percent properly (Shay Drory)
- net/mlx5: fw_tracer, Validate format string parameters (Shay Drory) [Orabug: 38847914] {CVE-2025-68816}
- ethtool: Avoid overflowing userspace buffer on stats query (Gal Pressman) [Orabug: 38847826] {CVE-2025-68795}
- net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpers (Daniil Tatianin)
- net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats (Daniil Tatianin)
- ethtool: use phydev variable (Tom Rix)
- nfc: pn533: Fix error code in pn533_acr122_poweron_rdr() (Dan Carpenter)
- net/sched: ets: Remove drr class from the active list if it changes to strict (Victor Nogueira) [Orabug: 38847910] {CVE-2025-68815}
- caif: fix integer underflow in cffrml_receive() (Junrui Luo)
- ipvs: fix ipv4 null-ptr-deref in route error path (Slavin Liu) [Orabug: 38847900] {CVE-2025-68813}
- netfilter: nf_conncount: fix leaked ct in error paths (Fernando Fernandez Mancera) [Orabug: 38974757] {CVE-2025-71146}
- broadcom: b44: prevent uninitialized value usage (Alexey Simakov)
- net: openvswitch: fix middle attribute validation in push_nsh() action (Ilya Maximets) [Orabug: 38847784] {CVE-2025-68785}
- mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats (Ido Schimmel)
- mlxsw: spectrum_router: Fix neighbour use-after-free (Ido Schimmel)
- ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2() (Dmitry Skorodumov)
- net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change (Jamal Hadi Salim) [Orabug: 38847965] {CVE-2025-71066}
- netrom: Fix memory leak in nr_sendmsg() (Wang Liang)
- Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE (Gongwei Li)
- btrfs: scrub: always update btrfs_scrub_progress::last_physical (Qu Wenruo)
- hfsplus: fix volume corruption issue for generic/073 (Viacheslav Dubeyko)
- hfsplus: Verify inode mode when loading from disk (Tetsuo Handa)
- hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create (Yang Chenzhi)
- hfsplus: fix volume corruption issue for generic/070 (Viacheslav Dubeyko)
- fs/ntfs3: Support timestamps prior to epoch (Konstantin Komarov)
- livepatch: Match old_sympos 0 and 1 in klp_find_func() (Song Liu)
- cpufreq: s5pv210: fix refcount leak (Shuhao Fu)
- ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only (Sakari Ailus)
- ACPICA: Avoid walking the Namespace if start_node is NULL (Cryolitia Pukngae) [Orabug: 38852333] {CVE-2025-71118}
- x86/ptrace: Always inline trivial accessors (Peter Zijlstra)
- sched/deadline: only set free_cpus for online runqueues (Doug Berger) [Orabug: 38847753] {CVE-2025-68780}
- btrfs: fix memory leak of fs_devices in degraded seed device path (Deepanshu Kartikey)
- bpf, arm64: Do not audit capability check in do_jit() (Ondrej Mosnacek)
- spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers (Vishwaroop A)
- coresight: etm4x: Correct polling IDLE bit (Leo Yan)
- netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (Nicklas Bo Jensen)
- NFS: Fix missing unlock in nfs_unlink() (Sun Ke)
- ASoC: fsl_xcvr: get channel status data when PHY is not exists (Shengjiu Wang)
- ALSA: dice: fix buffer overflow in detect_stream_formats() (Junrui Luo) [Orabug: 38798767] {CVE-2025-68346}
- usb: phy: Initialize struct usb_phy list_head (Diogo Ivo)
- usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt (Haotien Hsu)
- ocfs2: fix memory leak in ocfs2_merge_rec_left() (Dmitry Antipov)
- efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs (Mauro Carvalho Chehab)
- efi/cper: Adjust infopfx size to accept an extra space (Mauro Carvalho Chehab)
- efi/cper: Add a new helper function to print bitmasks (Mauro Carvalho Chehab)
- dm log-writes: Add missing set_freezable() for freezable kthread (Xu Wang)
- dm-raid: fix possible NULL dereference with undefined raid type (Alexey Simakov)
- ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad() (Pangliyuan)
- ALSA: uapi: Fix typo in asound.h comment (Andres J Rosa)
- dma/pool: eliminate alloc_pages warning in atomic_pool_expand (Dave Kleikamp)
- blk-mq: Abort suspend when wakeup events are pending (Cong Zhang)
- ASoC: ak5558: Disable regulator when error happens (Shengjiu Wang)
- ASoC: ak4458: Disable regulator when error happens (Shengjiu Wang)
- ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure() (Xu Wang)
- platform/x86: asus-wmi: use brightness_set_blocking() for kbd led (Anton Khirnov)
- fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8() (Armin Wolf)
- NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags (Trond Myklebust) [Orabug: 38818237] {CVE-2025-68764}
- fs_context: drop the unused lsm_flags member (Ondrej Mosnacek)
- Revert 'nfs: ignore SB_RDONLY when mounting nfs' (Trond Myklebust)
- Revert 'nfs: clear SB_RDONLY before getting superblock' (Trond Myklebust)
- Revert 'nfs: ignore SB_RDONLY when remounting nfs' (Trond Myklebust)
- NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid (Jonathan Curley) [Orabug: 38798775] {CVE-2025-68349}
- NFS: Initialise verifiers for visible dentries in nfs_atomic_open() (Trond Myklebust)
- NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() (Trond Myklebust)
- NFSv4: Add some support for case insensitive filesystems (Trond Myklebust)
- fs/nls: Fix utf16 to utf8 conversion (Armin Wolf)
- NFS: Avoid changing nlink when file removes and attribute updates race (Trond Myklebust)
- NFS: don't unhash dentry during unlink/rename (Neil Brown)
- NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink() (Trond Myklebust)
- fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() (Abdun Nihaal)
- pinctrl: single: Fix incorrect type for error return variable (Xu Wang)
- pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling (Matthijs Kooijman)
- perf tools: Fix split kallsyms DSO counting (Namhyung Kim)
- remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs (Alexandru Gagniuc)
- mtd: lpddr_cmds: fix signed shifts in lpddr_cmds (Ivan Stepchenko)
- net: stmmac: fix rx limit check in stmmac_rx_zc() (Alexey Kodanev)
- netfilter: nft_connlimit: update the count if add was skipped (Fernando Fernandez Mancera)
- netfilter: nf_conncount: rework API to use sk_buff directly (Fernando Fernandez Mancera)
- netfilter: nf_conncount: reduce unnecessary GC (William Tu)
- netfilter: flowtable: check for maximum number of encapsulations in bridge vlan (Pablo Neira Ayuso)
- regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex (Sparkhuang) [Orabug: 38798787] {CVE-2025-68354}
- ASoC: Intel: catpt: Fix error path in hw_params() (Cezary Rojewski)
- virtio: fix virtqueue_set_affinity() docs (Michael S. Tsirkin)
- virtio_vdpa: fix misleading return in void function (Alok Tiwari)
- ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation (Yongjian Sun)
- ext4: remove unused return value of __mb_check_buddy (Kemeng Shi)
- ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4 (Rene Rebe)
- drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1() (Dan Carpenter)
- ASoC: fsl_xcvr: clear the channel status control memory (Shengjiu Wang)
- ASoC: fsl_xcvr: Add support for i.MX93 platform (Chancel Liu)
- ASoC: fsl_xcvr: Add Counter registers (Shengjiu Wang)
- RDMA/irdma: Fix data race in irdma_free_pble (Krzysztof Czurylo)
- RDMA/irdma: Fix data race in irdma_sc_ccq_arm (Krzysztof Czurylo)
- iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal (Stephan Gerhold)
- backlight: lp855x: Fix lp855x.h kernel-doc warnings (Randy Dunlap)
- backlight: led-bl: Add devlink to supplier LEDs (Luca Ceresoli)
- backlight: led_bl: Take led_access lock when required (Mans Rullgard)
- wifi: ieee80211: correct FILS status codes (Ria Thomas)
- PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition (Shawn Lin)
- staging: fbtft: core: fix potential memory leak in fbtft_probe_common() (Jianglei Nie)
- mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() (Zilin Guan)
- crypto: ccree - Correctly handle return of sg_nents_for_len (Xu Wang)
- selftests/bpf: Improve reliability of test_perf_branches_no_hw() (Matt Bobrowski)
- selftests/bpf: skip test_perf_branches_hw() on unsupported platforms (Matt Bobrowski)
- usb: dwc2: fix hang during suspend if set as peripheral (Jisheng Zhang)
- usb: dwc2: fix hang during shutdown if set as peripheral (Jisheng Zhang)
- usb: dwc2: disable platform lowlevel hw resources during shutdown (Jisheng Zhang)
- usb: chaoskey: fix locking for O_NONBLOCK (Oliver Neukum)
- ima: Handle error code returned by ima_filter_rule_match() (Zhao Yipeng) [Orabug: 38798922] {CVE-2025-68740}
- wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb() (Seungjin Bae) [Orabug: 38798815] {CVE-2025-68362}
- mfd: mt6358-irq: Fix missing irq_domain_remove() in error path (Xu Wang)
- mfd: mt6397-irq: Fix missing irq_domain_remove() in error path (Xu Wang)
- pwm: bcm2835: Make sure the channel is enabled after pwm_request() (Uwe Kleine-Konig)
- drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue (Jay Liu)
- fs/ntfs3: Prevent memory leaks in add sub record (Edward Adam Davis)
- fs/ntfs3: out1 also needs to put mi (Edward Adam Davis)
- fs/ntfs3: Make ni_ins_new_attr return error (Konstantin Komarov)
- fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free (Konstantin Komarov)
- fs/ntfs3: Remove unused mi_mark_free (Konstantin Komarov)
- powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format (Ritesh Harjani)
- wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() (Abdun Nihaal) [Orabug: 38818222] {CVE-2025-68759}
- NFSD/blocklayout: Fix minlength check in proc_layoutget (Sergey Bashirov)
- watchdog: wdat_wdt: Fix ACPI table leak in probe function (Xu Wang)
- watchdog: wdat_wdt: Stop watchdog when uninstalling module (Liu Xinpeng)
- selftests/bpf: Fix failure paths in send_signal test (Alexei Starovoitov)
- ps3disk: use memcpy_{from,to}_bvec index (Rene Rebe)
- PCI: keystone: Exit ks_pcie_probe() for invalid mode (Siddharth Vadapalli)
- leds: netxbig: Fix GPIO descriptor leak in error paths (Xu Wang)
- scsi: sim710: Fix resource leak by adding missing ioport_unmap() calls (Xu Wang)
- ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint() (Xu Wang)
- ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent() (Dmitry Antipov) [Orabug: 38798824] {CVE-2025-68364}
- lib/vsprintf: Check pointer before dereferencing in time_and_date() (Andy Shevchenko)
- clk: renesas: r9a06g032: Fix memory leak in error path (Xu Wang)
- coresight: etm4x: Add context synchronization before enabling trace (Leo Yan)
- coresight: etm4x: Extract the trace unit controlling (Leo Yan)
- coresight-etm4x: add isb() before reading the TRCSTATR (Yuanfang Zhang)
- coresight: etm4x: Use Trace Filtering controls dynamically (Suzuki K Poulose)
- coresight: etm4x: Save restore TRFCR_EL1 (Suzuki K Poulose)
- nbd: defer config unlock in nbd_genl_connect (Zheng Qixing) [Orabug: 38798833] {CVE-2025-68366}
- wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper() (Abdun Nihaal)
- macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse (Long Li) [Orabug: 38798838] {CVE-2025-68367}
- powerpc/32: Fix unpaired stwcx. on interrupt exit (Christophe Leroy)
- RDMA/rtrs: server: Fix error handling in get_or_create_srv (Ma Ke)
- dt-bindings: PCI: amlogic: Fix the register name of the DBI region (Manivannan Sadhasivam)
- dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema (Neil Armstrong)
- scsi: stex: Fix reboot_notifier leak in probe error path (Xu Wang)
- nbd: defer config put in recv_work (Zheng Qixing) [Orabug: 38798851] {CVE-2025-68372}
- nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply() (Yu Kuai)
- nbd: clean up return value checking of sock_xmit() (Yu Kuai)
- regulator: core: disable supply if enabling main regulator fails (Gabor Juhos)
- perf/x86/intel: Correct large PEBS flag check (Dapeng Mi)
- ext4: correct the checking of quota files before moving extents (Zhang Yi)
- ext4: minor defrag code improvements (Eric Whitney)
- mfd: da9055: Fix missing regmap_del_irq_chip() in error path (Xu Wang)
- spi: tegra210-quad: Fix timeout handling (Vishwaroop A) [Orabug: 38798944] {CVE-2025-68746}
- spi: tegra210-quad: modify chip select (CS) deactivation (Vishwaroop A)
- scsi: target: Do not write NUL characters into ASCII configfs output (Bart Van Assche)
- power: supply: apm_power: only unset own apm_get_power_status (Ahelenia Ziemianska)
- power: supply: wm831x: Check wm831x_set_bits() return value (Ivan Abramov)
- i3c: master: svc: Prevent incomplete IBI transaction (Stanley Chu)
- i3c: fix refcount inconsistency in i3c_master_register (Frank Li)
- pinctrl: stm32: fix hwspinlock resource leak in probe function (Xu Wang)
- x86/dumpstack: Prevent KASAN false positive warnings in __show_regs() (Tengda Wu)
- x86: kmsan: don't instrument stack walking functions (Alexander Potapenko)
- kmsan: introduce __no_sanitize_memory and __no_kmsan_checks (Alexander Potapenko)
- compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer (Kees Cook)
- sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock(). (Kuniyuki Iwashima)
- phy: mscc: Fix PTP for VSC8574 and VSC8572 (Horatiu Vultur)
- firmware: imx: scu-irq: fix OF node leak in (Peng Fan)
- s390/ap: Don't leak debug feature files if AP instructions are not available (Heiko Carstens)
- s390/smp: Fix fallback CPU detection (Heiko Carstens)
- crypto: hisilicon/qm - restore original qos values (Nieweiqiang)
- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (Thorsten Blum) [Orabug: 38798875] {CVE-2025-68724}
- uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe (Li Qiang)
- arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl (Tim Harvey)
- iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member (Francesco Lavra)
- iio: imu: st_lsm6dsx: discard samples during filters settling time (Lorenzo Bianconi)
- iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routine (Lorenzo Bianconi)
- inet: Avoid ehash lookup race in inet_ehash_insert() (Luoxuanqiang)
- rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu() (Luoxuanqiang)
- ntfs3: Fix uninit buffer allocated by __getname() (Sidharth Seela)
- ntfs3: fix uninit memory after failed mi_read in mi_format_new (Raphael Pinsonneault-Thibeault)
- irqchip/qcom-irq-combiner: Fix section mismatch (Johan Hovold)
- USB: Fix descriptor count when handling invalid MBIM extended descriptor (Seungjin Bae)
- drm/vgem-fence: Fix potential deadlock on release (Janusz Krzysztofik) [Orabug: 38818212] {CVE-2025-68757}
- drm/panel: visionox-rm69299: Don't clear all mode flags (Guido Gunther)
- gpu: host1x: Fix race in syncpt alloc/free (Mainak Sen) [Orabug: 38798899] {CVE-2025-68732}
- smack: fix bug: unprivileged task can create labels (Konstantin Andreev)
- staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing (Navaneeth K) [Orabug: 38773544] {CVE-2025-68254}
- staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing (Navaneeth K) [Orabug: 38773554] {CVE-2025-68255}
- comedi: check device's attached status in compat ioctls (Nikita Zhandarovich)
- comedi: multiq3: sanitize config options in multiq3_attach() (Nikita Zhandarovich)
- comedi: c6xdigio: Fix invalid PNP driver unregistration (Ian Abbott)
- HID: elecom: Add support for ELECOM M-XT3URBK (018F) (Naoki Ueki)
- platform/x86: huawei-wmi: add keys for HONOR models (Ston Jia)
- platform/x86: acer-wmi: Ignore backlight event (Armin Wolf)
- pinctrl: qcom: msm: Fix deadlock in pinmux configuration (Praveen Talari)
- bfs: Reconstruct file type when loading from disk (Tetsuo Handa)
- spi: imx: keep dma request disabled before dma transfer setup (Robin Gong)
- spi: xilinx: increase number of retries before declaring stall (Alvaro Gamez Machado)
- USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC (Johan Hovold)
- USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC (Johan Hovold)
- serial: add support of CPCI cards (Magne Bruno)
- USB: serial: ftdi_sio: match on interface number for jtag (Johan Hovold)
- USB: serial: option: move Telit 0x10c7 composition in the right place (Fabio Porcedda)
- USB: serial: option: add Telit Cinterion FE910C04 new compositions (Fabio Porcedda)
- USB: serial: option: add Foxconn T99W760 (Slark Xiao)
- comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel() (Nikita Zhandarovich)
- ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock() (Alexey Nepomnyashih) [Orabug: 38773587] {CVE-2025-68261}
- locking/spinlock/debug: Fix data-race in do_raw_write_lock (Alexander Sverdlin)
- ext4: refresh inline data size before write operations (Deepanshu Kartikey) [Orabug: 38773603] {CVE-2025-68264}
- jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted (Ye Bin) [Orabug: 38792633] {CVE-2025-68337}
- Documentation: process: Also mention Sasha Levin as stable tree maintainer (Bagas Sanjaya)
- leds: spi-byte: Use devm_led_classdev_register_ext() (Stefan Kalscheuer)
- leds: Replace all non-returning strlcpy with strscpy (Azeem Shaikh)
- drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERR (Kai Song)
- dpaa2-mac: bail if the dpmacs fwnode is not found (Robert-Ionut Alexa)
- xfrm: flush all states in xfrm_state_fini (Sabrina Dubroca)
- xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added (Sabrina Dubroca) [Orabug: 39004269] {CVE-2025-40256}
- Revert 'xfrm: destroy xfrm_state synchronously on net exit path' (Sabrina Dubroca)

[5.15.0-317.197.5]
- KVM: x86: conditionally clear masterclock request for uek=exadata (Dongli Zhang) [Orabug: 38801641]
- Partial backport of 'KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()' (Dongli Zhang) [Orabug: 38801641]
- uek-rpm: pensando: Move crashkernel to cnic-image-builder (Henry Willard) [Orabug: 38851137]
- ext4: drop dio overwrite only flag and associated warning (Brian Foster) [Orabug: 38381010]
- ext4: fix racy may inline data check in dio write (Brian Foster) [Orabug: 38381010]
- ext4: allow concurrent unaligned dio overwrites (Brian Foster) [Orabug: 38381010]
- ext4: dio take shared inode lock when overwriting preallocated blocks (Zhang Yi) [Orabug: 38381010]
- net: mana: Reduce waiting time if HWC not responding (Haiyang Zhang) [Orabug: 38172423]
- uek-rpm: hnic: add unique hnic signing certs (Tom Saeger) [Orabug: 38894488]
- drivers/soc/pensando/sbus: Secure mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/pen_secure: Report register address on access errors (Maciej S. Szmigiero) [Orabug: 38894106]
- drivers/edac/elba_edac: Secure mode support (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/bsm: Add secure-mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/rstcause: Add secure mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/penfw: New SMC support for secure-mode. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/sbus: Secure mode support (Hiren Mehta) [Orabug: 38894106]
- sunrpc: fix client side handling of tls alerts (Olga Kornievskaia) [Orabug: 38334981,38932988] {CVE-2025-38571}
- sunrpc: fix handling of server side tls alerts (Olga Kornievskaia) [Orabug: 38334968,38932991] {CVE-2025-38566}
- xfrm: delete x-&gt;tunnel as we delete x (Sabrina Dubroca) [Orabug: 38730492,38933003] {CVE-2025-40215}

[5.15.0-317.197.4]
- gpio: mlxbf3: use platform_get_irq_optional() (David Thompson) [Orabug: 38755419]
- platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1 (Alok Tiwari) [Orabug: 38755419]
- pinctrl: mlxbf3: Fix return value check for devm_platform_ioremap_resource (Chen Ni) [Orabug: 38755419]
- net/mlx5e: Query FW for buffer ownership (Alexei Lazar) [Orabug: 38755419]
- net/mlx5: Add IFC bits and enums for buf_ownership (Oren Sidi) [Orabug: 38755419]
- net/mlx5: Update mlx5_ifc to support FEC for 200G per lane link modes (Jianbo Liu) [Orabug: 38755419]
- net/mlx5e: Support FEC settings for 100G/lane modes (Cosmin Ratiu) [Orabug: 38755419]
- net/mlx5e: Extract checking of FEC support for a link mode (Cosmin Ratiu) [Orabug: 38755419]
- tcp: Set pingpong threshold via sysctl (Haiyang Zhang) [Orabug: 38853979]
- arm64: hnic: config: Add NBD driver (Patrick Colp) [Orabug: 38858773]
- arm64: pensando: Fix spec file for HNIC (Rob Gardner) [Orabug: 38858773]
- Enable additional drivers needed to support MIPS64 SmartNic (Vijay Kumar) [Orabug: 38846771]
- MIPS: Fix build error for mips ARCH_ATOMIC (Vijay Kumar) [Orabug: 38846771]
- Added atomic addition,subtraction functions. (Anagha K J) [Orabug: 38846771]
- Allocate the required IV size referenced by the cypher handle in init_state (Anagha K J) [Orabug: 38846771]
- Setting up numa system and memory initializations (Anagha K J) [Orabug: 38846771]
- Implemented clocksource provider driven by node-0 FPA_CLK_COUNT (Anagha K J) [Orabug: 38846771]
- Processor cache information made available to userspace (Anagha K J) [Orabug: 38846771]
- MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow (Thomas Bogendoerfer) [Orabug: 38851582]
- usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE (Gopi Krishna Menon)
- ext4: clear i_state_flags when alloc inode (Haibo Chen)
- ext4: align max orphan file size with e2fsprogs limit (Baokun Li)
- PM: runtime: Do not clear needs_force_resume with enabled runtime PM (Rafael J. Wysocki)
- net: enetc: fix build warning when PAGE_SIZE is greater than 128K (Wei Fang)
- net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop (Xiang Mei) [Orabug: 38783137] {CVE-2025-68325}
- block: fix comment for op_is_zone_mgmt() to include RESET_ALL (Shechenglong)
- fuse: fix readahead reclaim deadlock (Joanne Koong) [Orabug: 38847946] {CVE-2025-68821}
- i40e: validate ring_len parameter against hardware-specific values (Gregory Herrero)
- fs/ntfs3: fix mount failure for sparse runs in run_unpack() (Konstantin Komarov)
- ntfs3: init run lock for extend inode (Edward Adam Davis)

[5.15.0-317.197.3]
- kpcimgr: Enable loading firmware via kernel infrastructure (Joseph Dobosenski) [Orabug: 38546110]
- Move hnic crashkernel to cnic-image-builder (Henry Willard) [Orabug: 38546110]
- Bump supported capmem range count from 64 to 256 (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/pensando: Fix partial of_iomap() leak on error (#505) (Brad Larson) [Orabug: 38546110]
- pensando: Allow sparse allowed ranges in cap_mem (Maciej S. Szmigiero) [Orabug: 38546110]
- soc/pensando/cap-pcie: Handle zero-ed out MS_CFG_WDT_IDX/WDT_IDX (Joao Martins) [Orabug: 38546110]
- pensando: Enable penfw driver for smartnic (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/gic-v3-its: remove WARN_ON gic_reserve_range (Tom Saeger) [Orabug: 38546110]
- hnic: Disable CONFIG_OVERLAY_FS_INDEX (Patrick Colp) [Orabug: 38546110]
- pensando: missing diffs from AMD (Jan Setje-Eilers) [Orabug: 38546110]
- hnic: config: Build FUSE into the kernel (not as a module) (Patrick Colp) [Orabug: 38546110]
- hnic: config: Add DM_VERITY support (Patrick Colp) [Orabug: 38546110]
- hnic config: Add LOCKDOWN_LSM support (Patrick Colp) [Orabug: 38546110]
- Subject: uek-rpm: Build hostnic kernel for Pensando (Dave Kleikamp) [Orabug: 38546110]
- pensando: kpcimgr: support pcie port bifurcation (Darshan Prajapati) [Orabug: 38546110]
- Add changes for penfw and sbus.c for secureboot (Rahshekh) [Orabug: 38546110]
- arm64: GIC ITS MSI encapsulator address configured from device tree (Brad Larson) [Orabug: 38546110]
- perf/arm-cmn: Enable AMD Pensando Salina SoC CMN PMU driver (Brad Larson) [Orabug: 38546110]
- reset: salinasr: Add AMD Pensando Salina SoC reset (Brad Larson) [Orabug: 38546110]
- spi: dw-mmio: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- EDAC/elba: Support AMD Pensando Giglio SoC (Brad Larson) [Orabug: 38546110]
- arm64: defconfig: Add AMD Pensando Salina SoC defconfig (Brad Larson) [Orabug: 38546110]
- soc/pensando: Support AMD Pensando Salina SoC (Brad Larson) [Orabug: 38546110]
- arm64: dts: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- mmc: sdhci-cadence: Support AMD Salina SoC (Brad Larson) [Orabug: 38546110]
- PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() (Breno Leitao) [Orabug: 38597010] {CVE-2025-40034}
- mm/hugetlb: disable huge_pmd_unshare TLB sync by default on Exadata (Joe Jin) [Orabug: 38829889]
- vhost: Account for worker thread under owner's nproc (Mike Christie) [Orabug: 38770748]
- vhost: revert CAP_SYS restrictions on worker ioctls (Mike Christie) [Orabug: 38770748]
- RDMA/cm: Base cm_id destruction timeout on CMA values (Hakon Bugge) [Orabug: 38753654]
- mlx5: Fix default values in create CQ (Akiva Goldberger) [Orabug: 38420735,38773370] {CVE-2025-68209}
- uek-rpm: Allow disabling kabichk at command line (Yifei Liu) [Orabug: 38744825]

[5.15.0-317.197.2]
- x86/its: Build fails with CONFIG_MITIGATION_ITS=n (Alexandre Chartre) [Orabug: 38756952]
- net/sched: adjust device watchdog timer to detect stopped queue at right time (Praveen Kumar Kannoju) [Orabug: 38341919]
- KVM: arm64: Add minimal handling for the ARMv8.7 PMU (Marc Zyngier) [Orabug: 38784458]
- scsi: megaraid_sas: Fix invalid node index (Chen Yu) [Orabug: 38175026] {CVE-2025-38239}
- Revert 'iommu/amd: Skip enabling command/event buffers for kdump' (Dongli Zhang) [Orabug: 38790823]
- mm: list_lru: avoid using NULL list_lru_one. (Imran Khan) [Orabug: 38619860]
- mm: list_lru: fix UAF for memory cgroup (Muchun Song) [Orabug: 38619860]
- net/rds: improve conn destroy printk message (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: expand kref coverage to rds_notifier-&gt;n_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: rds_sendmsg must use rs_conn only when not being destroyed (Sharath Srinivasan) [Orabug: 38728743]
- net/mlx5e: Set default burst period for TX and RX reporters (Shahar Shitrit) [Orabug: 38512377]
- devlink: Make health reporter burst period configurable (Shahar Shitrit) [Orabug: 38512377]
- devlink: Introduce burst period for health reporter (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move health reporter recovery abort logic to a separate function (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move graceful period parameter to reporter ops (Shahar Shitrit) [Orabug: 38512377]
- devlink: introduce devlink_nl_put_u64() (Przemek Kitszel) [Orabug: 38512377]
- net/mlx5: remove fw reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- net/mlx5: remove fw_fatal reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- devlink: Hold devlink lock on health reporter dump get (Moshe Shemesh) [Orabug: 38512377]
- Revert 'net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery' (Qing Huang) [Orabug: 38512377]
- NVIDIA: SAUCE: iommu/arm-smmu-v3: Allow default substream bypass with a pasid support (Nicolin Chen) [Orabug: 38463999]
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Yishai Hadas) [Orabug: 37766291,38463999] {CVE-2025-21888}
- uek-rpm: replace CONFIG_IOMMU_SVA_LIB with CONFIG_IOMMU_SVA (Junxiao Bi) [Orabug: 38463999]
- iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA (Fenghua Yu) [Orabug: 38463999]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50171.html" type="self" title="ELSA-2026-50171" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23401.html" id="CVE-2026-23401" type="cve" title="CVE-2026-23401" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">beded5ee5c467ff65a2b14c32f3df330bc061fe95081f8d948dd317a9f7e7b98</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">20219a1e7fa77d7cdef0f7e341eee4b749b71334b62b0e79c46876c6677bd977</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e712347113685eb51dbddd9b5af052748e1efec6b3c28b08b5952b54e3bde125</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ef82b394d17a1dbdf96e4d54918fd0413109be84ce41d7942ba857e72488d43</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-318.199.3.2.1.el8uek.src.rpm</filename>
          <sum type="sha256">cc5702e743177820e93cc7691113b7dd96c4ad58a339fdde19444b7efe747393</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e1bdb525c10946dbcd1154b696b591b263ca04d25867fc69c77f3003bc99abae</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4e48b3e3421594d440a51f0530d933f31db260eb9d0ad94ef9c72ad7a3e66e2d</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5c8bd22b5c44de7dba77f32d00ab2eaafa54fa1d077a6d86af58de1f84047e64</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e231164d6b8bb0954c275b2e35f707f5cc554f77c72f62087771ece03df5df87</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-318.199.3.2.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">1419f4741f5c19f7e702a9aec29cad67de1b521dabf77eb627125ea8464806e7</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">49af7e33838fc64e714403006ed66c5ec790f600097564f0d2434ba23e4b001d</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c25b175479ccddf2df5a3cbbe9dd8c16952aa49e89c5163bb572b28f11a76594</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b6ca1d81dbd5b508a4a20d00a6c4cff9fb10166d9c77078bbb8ec9e8fb6a54ed</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b64ed75714d4d3bfa64ec17b209b6618a16bd11b0de2c5f084cfb7bf9149fe0f</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="318.199.3.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-318.199.3.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b41880803945aebf82d9e254b23780192fe728e50aa92184537e1a133ec080fe</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12477</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-07-08 00:00:00"/>
    <updated date="2024-07-08 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-208.159.3]
- net/rds: Make send+receive IRQ assignments visible to user-space (Gerd Rausch)  [Orabug: 36727084] 
- Revert 'drm/amdgpu: init iommu after amdkfd device init' (Armin Wolf)  
- bpf: Allow delete from sockmap/sockhash only if update is allowed (Jakub Sitnicki)  
- md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING (Yu Kuai)  
- vxlan: Fix regression when dropping packets due to invalid src addresses (Daniel Borkmann)  
- ipv6: sr: fix incorrect unregister order (Hangbin Liu)  
- x86/boot: Ignore relocations in .notes sections in walk_relocs() too (Guixiong Wei)  
- af_unix: Update unix_sk(sk)-&gt;oob_skb under sk_receive_queue lock. (Kuniyuki Iwashima)

[5.15.0-208.159.2]
- net/mlx5e: Fix a race in command alloc flow (Shifeng Li)  [Orabug: 36712774] 
- RDS/IB: Add counter to measure when RDS_IB_RX_LIMIT is reached (Hans Westgaard Ry)  [Orabug: 36697764] 
- PCI: pciehp: Add Solidigm NVMe to spurious DLLSC quirk (Alan Adamson)  [Orabug: 36684990] 
- uek-rpm: enable support of encryption types AES_SHA1, AES_SHA2 and CAMELLIA for Kerberos (Dai Ngo)  [Orabug: 36518272] 
- SUNRPC: Move remaining internal definitions to gss_krb5_internal.h (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Advertise support for the Camellia encryption types (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add KDF_FEEDBACK_CMAC (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Support the Camellia enctypes (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Advertise support for RFC 8009 encryption types (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add RFC 8009 encryption and decryption functions (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add KDF-HMAC-SHA2 (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add gk5e definitions for RFC 8009 encryption types (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Refactor CBC with CTS into helpers (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add new subkey length fields (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher() (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Clean up cipher set up for v1 encryption types (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Hoist KDF into struct gss_krb5_enctype (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Remove -&gt;encrypt and -&gt;decrypt methods from struct gss_krb5_enctype (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro (Chuck Lever)  [Orabug: 36518272] 
- NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Remove another switch on ctx-&gt;enctype (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Obscure Kerberos integrity keys (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Obscure Kerberos signing keys (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Obscure Kerberos encryption keys (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Refactor set-up for aux_cipher (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Obscure Kerberos session key (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Improve Kerberos confounder generation (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Remove .conflen field from struct gss_krb5_enctype (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Remove .blocksize field from struct gss_krb5_enctype (Chuck Lever)  [Orabug: 36518272] 
- SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h (Chuck Lever)  [Orabug: 36518272]

[5.15.0-208.159.1]
- LTS version: v5.15.159 (Vijayendra Suman)  
- md: fix kmemleak of rdev-&gt;serial (Li Nan)  
- Bluetooth: qca: fix firmware check error path (Johan Hovold)  
- Bluetooth: qca: fix NVM configuration parsing (Johan Hovold)  
- Bluetooth: qca: add missing firmware sanity checks (Johan Hovold)  
- regulator: core: fix debugfs creation regression (Johan Hovold)  
- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (Lakshmi Yadlapati)  
- net: fix out-of-bounds access in ops_init (Thadeu Lima de Souza Cascardo)  
- drm/vmwgfx: Fix invalid reads in fence signaled events (Zack Rusin)  
- mei: me: add lunar lake point M DID (Alexander Usyskin)  
- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (Viken Dadhaniya)  
- dyndbg: fix old BUG_ON in &gt;control parser (Jim Cromie)  
- ASoC: ti: davinci-mcasp: Fix race condition during probe (Joao Paulo Goncalves)  
- ASoC: tegra: Fix DSPK 16-bit playback (Sameer Pujar)  
- net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() (Doug Berger)  
- tipc: fix UAF in error path (Paolo Abeni)  
- iio: accel: mxc4005: Interrupt handling fixes (Hans de Goede)  
- iio:imu: adis16475: Fix sync mode setting (Ramona Gradinariu)  
- dt-bindings: iio: health: maxim,max30102: fix compatible check (Javier Carrasco)  
- mptcp: ensure snd_nxt is properly initialized on connect (Paolo Abeni)  
- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (Aman Dhoot)  
- usb: dwc3: core: Prevent phy suspend during init (Thinh Nguyen)  
- usb: xhci-plat: Don't include xhci.h (Thinh Nguyen)  
- usb: gadget: f_fs: Fix a race condition when processing setup packets. (Chris Wulff)  
- usb: gadget: composite: fix OS descriptors w_value logic (Peter Korsgaard)  
- usb: ohci: Prevent missed ohci interrupts (Guenter Roeck)  
- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (Alan Stern)  
- usb: typec: ucsi: Fix connector check on init (Christian A. Ehrhardt)  
- usb: typec: ucsi: Check for notifications after init (Christian A. Ehrhardt)  
- arm64: dts: qcom: Fix 'interrupt-map' parent address cells (Rob Herring)  
- firewire: nosy: ensure user_length is taken into account when fetching packet contents (Thanassis Avgerinos)  
- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (Dmitry Antipov)  
- ACPI: CPPC: Fix access width used for PCC registers (Vanshidhar Konda)  
- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (Jarred White)  
- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (Gabe Teeger)  
- drm/connector: Add
 to message about demoting connector force-probes (Douglas Anderson)  
- drm/meson: dw-hdmi: add bandgap setting for g12 (Jerome Brunet)  
- drm/meson: dw-hdmi: power up phy on device init (Jerome Brunet)  
- net: hns3: fix port vlan filter not disabled issue (Yonglong Liu)  
- net: hns3: split function hclge_init_vlan_config() (Jian Shen)  
- net: hns3: use appropriate barrier function after setting a bit value (Peiyang Wang)  
- net: hns3: change type of numa_node_mask as nodemask_t (Peiyang Wang)  
- net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API (Jie Wang)  
- net: hns3: create new set of unified hclge_comm_cmd_send APIs (Jie Wang)  
- net: hns3: create new cmdq hardware description structure hclge_comm_hw (Jie Wang)  
- net: hns3: refactor hns3 makefile to support hns3_common module (Jie Wang)  
- net: hns3: direct return when receive a unknown mailbox message (Jian Shen)  
- net: hns3: refactor function hclge_mbx_handler() (Hao Lan)  
- net: hns3: add query vf ring and vector map relation (Guangbin Huang)  
- net: hns3: add log for workqueue scheduled late (Yufeng Mo)  
- net: hns3: using user configure after hardware reset (Peiyang Wang)  
- net: hns3: PF support get unicast MAC address space assigned by firmware (Guangbin Huang)  
- ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (Eric Dumazet)  
- net: bridge: fix corrupted ethernet header on multicast-to-unicast (Felix Fietkau)  
- phonet: fix rtm_phonet_notify() skb allocation (Eric Dumazet)  
- hwmon: (corsair-cpro) Protect ccp-&gt;wait_input_report with a spinlock (Aleksa Savic)  
- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (Aleksa Savic)  
- hwmon: (corsair-cpro) Use a separate buffer for sending commands (Aleksa Savic)  
- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (Roded Zats)  
- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (Duoming Zhou)  
- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (Duoming Zhou)  
- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). (Kuniyuki Iwashima)  
- tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets (Eric Dumazet)  
- ARM: 9381/1: kasan: clear stale stack poison (Boy.Wu)  
- xfrm: Preserve vlan tags for transport mode software GRO (Paul Davey)  
- qibfs: fix dentry leak (Al Viro)  
- bpf, sockmap: Improved check for empty queue (John Fastabend)  
- bpf, sockmap: Reschedule is now done through backlog (John Fastabend)  
- bpf, sockmap: Convert schedule_work into delayed_work (John Fastabend)  
- bpf, sockmap: Handle fin correctly (John Fastabend)  
- bpf, sockmap: TCP data stall on recv before accept (John Fastabend)  
- net:usb:qmi_wwan: support Rolling modules (Vanillan Wang)  
- drm/nouveau/dp: Don't probe eDP ports twice harder (Lyude Paul)  
- fs/9p: drop inodes immediately on non-.L too (Joakim Sindholt)  
- clk: Don't hold prepare_lock when calling kref_put() (Stephen Boyd)  
- gpio: crystalcove: Use -ENOTSUPP consistently (Andy Shevchenko)  
- gpio: wcove: Use -ENOTSUPP consistently (Andy Shevchenko)  
- 9p: explicitly deny setlease attempts (Jeff Layton)  
- fs/9p: translate O_TRUNC into OTRUNC (Joakim Sindholt)  
- fs/9p: only translate RWX permissions for plain 9P2000 (Joakim Sindholt)  
- iommu: mtk: fix module autoloading (Krzysztof Kozlowski)  
- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (John Stultz)  
- MIPS: scall: Save thread_info.syscall unconditionally on entry (Jiaxun Yang)  
- gpu: host1x: Do not setup DMA for virtual devices (Thierry Reding)  
- blk-iocost: avoid out of bounds shift (Rik van Riel)  
- scsi: target: Fix SELinux error when systemd-modules loads the target module (Maurizio Lombardi)  
- btrfs: always clear PERTRANS metadata during commit (Boris Burkov)  
- btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve (Boris Burkov)  
- tools/power turbostat: Fix Bzy_MHz documentation typo (Peng Liu)  
- tools/power turbostat: Fix added raw MSR output (Doug Smythies)  
- firewire: ohci: mask bus reset interrupts between ISR and bottom half (Adam Goldman)  
- ata: sata_gemini: Check clk_enable() result (Chen Ni)  
- net: bcmgenet: Reset RBUF on first open (Phil Elwell)  
- ALSA: line6: Zero-initialize message buffers (Takashi Iwai)  
- kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries (Borislav Petkov (AMD))  
- btrfs: return accurate error code on open failure in open_fs_devices() (Anand Jain)  
- scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (Saurav Kashyap)  
- net: mark racy access on sk-&gt;sk_rcvbuf (linke li)  
- wifi: cfg80211: fix rdev_dump_mpp() arguments order (Igor Artemiev)  
- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (Jeff Johnson)  
- gfs2: Fix invalid metadata access in punch_hole (Andrew Price)  
- scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (Justin Tee)  
- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (Justin Tee)  
- scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (Justin Tee)  
- KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() (Oliver Upton)  
- KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id (Marc Zyngier)  
- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (Jernej Skrabec)  
- net: gro: add flush check in udp_gro_receive_segment (Richard Gobert)  
- drm/panel: ili9341: Use predefined error codes (Andy Shevchenko)  
- drm/panel: ili9341: Respect deferred probe (Andy Shevchenko)  
- s390/qeth: Fix kernel panic after setting hsuid (Alexandra Winter)  
- s390/qeth: don't keep track of Input Queue count (Julian Wiedmann)  
- tipc: fix a possible memleak in tipc_buf_append (Xin Long)  
- net: core: reject skb_copy(_expand) for fraglist GSO skbs (Felix Fietkau)  
- net: bridge: fix multicast-to-unicast with fraglist GSO (Felix Fietkau)  
- net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341 (Marek Behun)  
- cxgb4: Properly lock TX queue for the selftest. (Sebastian Andrzej Siewior)  
- s390/cio: Ensure the copied buf is NUL terminated (Bui Quang Minh)  
- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (Pierre-Louis Bossart)  
- ASoC: meson: cards: select SND_DYNAMIC_MINORS (Jerome Brunet)  
- ASoC: meson: axg-tdm-interface: manage formatters in trigger (Jerome Brunet)  
- ASoC: meson: axg-card: make links nonatomic (Jerome Brunet)  
- ASoC: meson: axg-fifo: use threaded irq to check periods (Jerome Brunet)  
- ASoC: meson: axg-fifo: use FIELD helpers (Jerome Brunet)  
- net: qede: use return from qede_parse_actions() (Asbjorn Sloth Tonnesen)  
- net: qede: use return from qede_parse_flow_attr() for flow_spec (Asbjorn Sloth Tonnesen)  
- net: qede: use return from qede_parse_flow_attr() for flower (Asbjorn Sloth Tonnesen)  
- net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() (Asbjorn Sloth Tonnesen)  
- s390/vdso: Add CFI for RA register to asm macro vdso_func (Jens Remus)  
- net l2tp: drop flow hash on forward (David Bauer)  
- nsh: Restore skb-&gt;{protocol,data,mac_header} for outer header in nsh_gso_segment(). (Kuniyuki Iwashima)  
- octeontx2-af: avoid off-by-one read from userspace (Bui Quang Minh)  
- bna: ensure the copied buf is NUL terminated (Bui Quang Minh)  
- xdp: use flags field to disambiguate broadcast redirect (Toke Hoiland-Jorgensen)  
- xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames (Toke Hoiland-Jorgensen)  
- xdp: Move conversion to xdp_frame out of map functions (Toke Hoiland-Jorgensen)  
- s390/mm: Fix clearing storage keys for huge pages (Claudio Imbrenda)  
- s390/mm: Fix storage key clearing for guest huge pages (Claudio Imbrenda)  
- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (Devyn Liu)  
- bpf: Fix a verifier verbose message (Anton Protopopov)  
- bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue (Jason Xing)  
- bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition (Andrii Nakryiko)  
- regulator: mt6360: De-capitalize devicetree regulator subnodes (AngeloGioacchino Del Regno)  
- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (Zeng Heng)  
- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (AngeloGioacchino Del Regno)  
- power: rt9455: hide unused rt9455_boost_voltage_values (Arnd Bergmann)  
- nfs: Handle error of rpc_proc_register() in nfs_net_init(). (Kuniyuki Iwashima)  
- nfs: make the rpc_stat per net namespace (Josef Bacik)  
- nfs: expose /proc/net/sunrpc/nfs in net namespaces (Josef Bacik)  
- sunrpc: add a struct rpc_stats arg to rpc_create_args (Josef Bacik)  
- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (Chen-Yu Tsai)  
- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (Chen-Yu Tsai)  
- pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic (Chen-Yu Tsai)  
- pinctrl: core: delete incorrect free in pinctrl_enable() (Dan Carpenter)  
- pinctrl/meson: fix typo in PDM's pin name (Jan Dakinevich)  
- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (Billy Tsai)  
- eeprom: at24: fix memory corruption race condition (Daniel Okazaki)  
- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (Heiner Kallweit)  
- eeprom: at24: Use dev_err_probe for nvmem register failure (Alexander Stein)  
- ksmbd: clear RENAME_NOREPLACE before calling vfs_rename (Marios Makassikis)  
- ksmbd: validate request buffer size in smb2_allocate_rsp_buf() (Namjae Jeon)  
- ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf (Namjae Jeon)  
- wifi: nl80211: don't free NULL coalescing rule (Johannes Berg)  
- dmaengine: Revert 'dmaengine: pl330: issue_pending waits until WFP state' (Vinod Koul)  
- dmaengine: pl330: issue_pending waits until WFP state (Bumyong Lee)  
- LTS version: v5.15.158 (Vijayendra Suman)  
- serial: core: fix kernel-doc for uart_port_unlock_irqrestore() (Randy Dunlap)  
- udp: preserve the connected status if only UDP cmsg (Yick Xie)  
- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (Nam Cao)  
- i2c: smbus: fix NULL function pointer dereference (Wolfram Sang)  
- riscv: Fix TASK_SIZE on 64-bit NOMMU (Samuel Holland)  
- riscv: fix VMALLOC_START definition (Baoquan He)  
- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (Fenghua Yu)  
- dma: xilinx_dpdma: Fix locking (Sean Anderson)  
- idma64: Don't try to serve interrupts when device is powered off (Andy Shevchenko)  
- dmaengine: owl: fix register access functions (Arnd Bergmann)  
- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() (Eric Dumazet)  
- tcp: Clean up kernel listener's reqsk in inet_twsk_purge() (Kuniyuki Iwashima)  
- mtd: diskonchip: work around ubsan link failure (Arnd Bergmann)  
- stackdepot: respect __GFP_NOLOCKDEP allocation flag (Andrey Ryabinin)  
- net: b44: set pause params only when interface is up (Peter Munster)  
- ethernet: Add helper for assigning packet type when dest address does not match device address (Rahul Rameshbabu)  
- irqchip/gic-v3-its: Prevent double free on error (Guanrui Huang)  
- drm/amdgpu: Fix leak when GPU memory allocation fails (Mukul Joshi)  
- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (Alex Deucher)  
- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma (Iskander Amara)  
- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (Johannes Thumshirn)  
- mmc: sdhci-msm: pervent access to suspended controller (Mantas Pucka)  
- Bluetooth: qca: fix NULL-deref on non-serdev suspend (Johan Hovold)  
- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (WangYuli)  
- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (Nathan Chancellor)  
- x86/cpu: Fix check for RDPKRU in __show_regs() (David Kaplan)  
- tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together (Robin H. Johnson)  
- tracing: Show size of requested perf buffer (Robin H. Johnson)  
- drm/vmwgfx: Fix crtc's atomic check conditional (Zack Rusin)  
- drm-print: add drm_dbg_driver to improve namespace symmetry (Jim Cromie)  
- serial: mxs-auart: add spinlock around changing cts state (Emil Kronborg)  
- serial: core: Provide port lock wrappers (Thomas Gleixner)  
- net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets (Jason Reeder)  
- iavf: Fix TC config comparison with existing adapter TC config (Sudheer Mogilappagari)  
- i40e: Report MFS in decimal base instead of hex (Erwan Velu)  
- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (Sindhu Devale)  
- netfilter: nf_tables: honor table dormant flag from netdev release event path (Pablo Neira Ayuso)  
- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix warning during rehash (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Rate limit error message (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update (Ido Schimmel)  
- mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work (Ido Schimmel)  
- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (Hyunwoo Kim)  
- ipvs: Fix checksumming on GSO of SCTP packets (Ismael Luceno)  
- net: gtp: Fix Use-After-Free in gtp_dellink (Hyunwoo Kim)  
- net: usb: ax88179_178a: stop lying about skb-&gt;truesize (Eric Dumazet)  
- ipv4: check for NULL idev in ip_route_use_hint() (Eric Dumazet)  
- NFC: trf7970a: disable all regulators on removal (Paul Geurts)  
- bridge/br_netlink.c: no need to return void function (Hangbin Liu)  
- icmp: prevent possible NULL dereferences from icmp_build_probe() (Eric Dumazet)  
- mlxsw: core: Unregister EMAD trap using FORWARD action (Ido Schimmel)  
- vxlan: drop packets from invalid src-address (David Bauer)  
- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (Miri Korenblit)  
- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (Avraham Stern)  
- ARC: [plat-hsdk]: Remove misplaced interrupt-cells property (Alexey Brodkin)  
- arm64: dts: mediatek: mt2712: fix validation errors (Rafal Milecki)  
- arm64: dts: mediatek: mt7622: drop 'reset-names' from thermal block (Rafal Milecki)  
- arm64: dts: mediatek: mt7622: fix ethernet controller 'compatible' (Rafal Milecki)  
- arm64: dts: mediatek: mt7622: fix IR nodename (Rafal Milecki)  
- arm64: dts: mediatek: mt7622: fix clock controllers (Rafal Milecki)  
- arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch (Felix Fietkau)  
- arm64: dts: mediatek: mt7622: add support for coherent DMA (Felix Fietkau)  
- arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg (Ikjoon Jang)  
- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts (Dragan Simic)  
- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma (Quentin Schulz)  
- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (Iskander Amara)  
- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma (Quentin Schulz)  
- HID: logitech-dj: allow mice to use all types of reports (Yaraslau Furman)  
- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev-&gt;devc (Zhang Lixu)  
- cifs: reinstate original behavior again for forceuid/forcegid (Takayuki Nagata)  
- smb: client: fix rename(2) regression against samba (Paulo Alcantara)  
- LTS version: v5.15.157 (Vijayendra Suman)  
- net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boards (Arinc UNAL)  
- net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530 (Arinc UNAL)  
- net: dsa: introduce preferred_default_local_cpu_port and use on MT7530 (Vladimir Oltean)  
- net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAP (Arinc UNAL)  
- nilfs2: fix OOB in nilfs_set_de_type (Jeongjun Park)  
- nouveau: fix instmem race condition around ptr stores (Dave Airlie)  
- drm/vmwgfx: Sort primary plane formats by order of preference (Zack Rusin)  
- drm/amdgpu: validate the parameters of bo mapping operations more clearly (xinhui pan)  
- binder: check offset alignment in binder_get_object() (Carlos Llamas)  
- init/main.c: Fix potential static_command_line memory overflow (Yuntao Wang)  
- arm64: hibernate: Fix level3 translation fault in swsusp_save() (Yaxiong Tian)  
- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (Sandipan Das)  
- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (Sean Christopherson)  
- fs: sysfs: Fix reference leak in sysfs_break_active_protection() (Alan Stern)  
- speakup: Avoid crash on very long word (Samuel Thibault)  
- mei: me: disable RPL-S on SPS and IGN firmwares (Alexander Usyskin)  
- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (Norihiko Hama)  
- usb: Disable USB3 LPM at shutdown (Kai-Heng Feng)  
- USB: serial: option: add Telit FN920C04 rmnet compositions (Daniele Palmas)  
- USB: serial: option: add Rolling RW101-GL and RW135-GL support (Vanillan Wang)  
- USB: serial: option: support Quectel EM060K sub-models (Jerry Meng)  
- USB: serial: option: add Lonsung U8300/U9300 product (Coia Prant)  
- USB: serial: option: add support for Fibocom FM650/FG650 (Chuanhong Guo)  
- USB: serial: option: add Fibocom FM135-GL variants (bolan wang)  
- serial/pmac_zilog: Remove flawed mitigation for rx irq flood (Finn Thain)  
- comedi: vmk80xx: fix incomplete endpoint checking (Nikita Zhandarovich)  
- thunderbolt: Fix wake configurations after device unplug (Gil Fine)  
- thunderbolt: Avoid notify PM core about runtime PM resume (Gil Fine)  
- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (Eric Biggers)  
- clk: Get runtime PM before walking tree during disable_unused (Stephen Boyd)  
- clk: Initialize struct clk_core kref earlier (Stephen Boyd)  
- clk: Print an info line before disabling unused clocks (Konrad Dybcio)  
- clk: remove extra empty line (Claudiu Beznea)  
- clk: Mark 'all_lists' as const (Stephen Boyd)  
- clk: Remove prepare_lock hold assertion in __clk_release() (Stephen Boyd)  
- drm/panel: visionox-rm69299: don't unregister DSI device (Dmitry Baryshkov)  
- drm: nv04: Fix out of bounds access (Mikhail Kobuk)  
- s390/cio: fix race condition during online processing (Peter Oberparleiter)  
- s390/qdio: handle deferred cc1 (Peter Oberparleiter)  
- RDMA/rxe: Fix the problem 'mutex_destroy missing' (Yanjun.Zhu)  
- net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using them (Siddharth Vadapalli)  
- net: dsa: mt7530: fix mirroring frames received on local port (Arinc UNAL)  
- tun: limit printing rate when illegal packet received by tun dev (Lei Chen)  
- af_unix: Don't peek OOB data without MSG_OOB. (Kuniyuki Iwashima)  
- af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). (Kuniyuki Iwashima)  
- netfilter: flowtable: incorrect pppoe tuple (Pablo Neira Ayuso)  
- netfilter: flowtable: validate pppoe header (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: do not free live element (Florian Westphal)  
- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (Ziyang Xuan)  
- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (Ziyang Xuan)  
- kprobes: Fix possible use-after-free issue on kprobe registration (Zheng Yejian)  
- bpf: Fix ringbuf memory type confusion when passing to helpers (Daniel Borkmann)  
- bpf: Fix out of bounds access for ringbuf helpers (Daniel Borkmann)  
- bpf: Generally fix helper register offset check (Daniel Borkmann)  
- bpf: Generalize check_ctx_reg for reuse with other types (Daniel Borkmann)  
- bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support (Kumar Kartikeya Dwivedi)  
- bpf: Fix crash due to out of bounds access into reg2btf_ids. (Kumar Kartikeya Dwivedi)  
- selftests/ftrace: Limit length in subsystem-enable tests (Yuanhe Shu)  
- SUNRPC: Fix rpcgss_context trace event acceptor field (Steven Rostedt (Google))  
- btrfs: record delayed inode root in transaction (Boris Burkov)  
- ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 (Namjae Jeon)  
- ksmbd: validate payload size in ipc response (Namjae Jeon)  
- ksmbd: don't send oplock break if rename fails (Namjae Jeon)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12477.html" type="self" title="ELBA-2024-12477" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">344ac8c8cd70929d5b695951ae925583a4f72361c8f83066c46df2e0ddc392bc</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9715f839eab9b8bec61e1bb866a7845584a71eefa4c60ac56e67101448a21ea6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-208.159.3.el8uek.src.rpm</filename>
          <sum type="sha256">a850b78138b5e84b35ee35a272f2128a0d6148ea528ba3ea3feb8a7bfc07abef</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0be8cfe7e520178468776272ee56ab518a993251a723712b1aec6937c4bf6c6</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd8c413d87ee9e1017f7701976fe3dfb958e292d109adb0502501ed24465b004</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-208.159.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">1e669e683ad29758aafe6bf0c4b651efc3290785a35b7c28ac05a405f365cbed</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd154a870a472c7b2e54f123000fd421dc73e8c341ce440f528da77091db53d3</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">379a655a0b2805ee0d30577b7ba09011a73057eb344b017a5776eb6ae32f4877</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">382e63b686d02da5e68a6f6de3797bac0069300f52513d55fb2e2fdf18aebe13</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">54b35fb07f0f4f87cb80fb0f4f6a12eb8bae38a2881f68c635538fa9393de010</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">69bd360e09f93b5c803257791cf04fb1ca1b6fb1f3e91c2d6caf12ed98deac65</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b0c5b32452eeeae68574b3e98d7f1b620ef7dad665309e20f20574ccf49350ff</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e69d6793084f80761535fbb99e3a0cf13f2b6ed5a0c107d5e4a196a6d882af0a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8a9796242a58095c7cc14d8da5eab86b07dcc4b7020113b923a4e969462f5d0e</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="208.159.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-208.159.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">872c3f7dfcc8adb57e863ec27d908f21a3f70c39083faf756078aa06311bf069</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12002</id>
    <title>xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-01-05 00:00:00"/>
    <updated date="2023-01-05 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.2.el8]
- mkfs: ignore data blockdev stripe geometry for small filesystems (Darrick J. Wong)  [Orabug: 34782186]
- mkfs: reduce internal log size when log stripe units are in play (Darrick J. Wong)  [Orabug: 34782186]
- mkfs: fix missing validation of -l size against maximum internal log size (Darrick J. Wong)  [Orabug: 34782186]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12002.html" type="self" title="ELBA-2023-12002" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">3591f696f2ccf18e555a6b6ca8a4c029e885f3fb04688ed477d4b2ba39337ea5</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">a6f861586aeca04b815acfa22432f75c8aabd7c4201472fd53a1fa11302c1aa2</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">e3b3e67a5727e72f364db0e6c3384debcb2f128155a2f4233759c536c5ec5933</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.2.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.2.el8.src.rpm</filename>
          <sum type="sha256">c0791abe2a5b29ad98265a84ea93ffcebc4bdb2d76fae3b9f78bfed80b63291c</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">475c66a418f39699ba066512d08cbf2617eae0519e8f3a51eb202b5ef1fcb9ad</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9044</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-01-21 00:00:00"/>
    <updated date="2022-01-21 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.1-0.el8]
- spec file: upstream release 5.15.1</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9044.html" type="self" title="ELBA-2022-9044" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-btrfsutil" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">64adb228dc40cf4e2975d70303e4a422ed30427836b64e4682c8df75143efe2e</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">3f92e443d9590cd282c488a0bd23b5ea22d70b24b380e7d2e571bb3577e87113</sum>
        </package>
        <package name="btrfs-progs-devel" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">9e2f7a6330994df0e879927094e060751d5d85246c0ebf9f1b539f675a1b8867</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="0.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-0.el8.src.rpm</filename>
          <sum type="sha256">0c4e7e341c47da00145a3bac02bace369d5cb1b138e65362227b5da5734576d8</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">1c76d16abe72bf1e19edfb5a0fbb8880613ce53780236797f298409bc2c3882e</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">2f686f0e656342fcbff9c1fd8c02e70b38bc3c8bb36199c369ee7775c34cef25</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20327</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-05-14 00:00:00"/>
    <updated date="2025-05-14 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.3]
- x86/bugs: Enabling Retbleed and SRSO mitigation can taint the kernel (Alexandre Chartre)  [Orabug: 37937056]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20327.html" type="self" title="ELBA-2025-20327" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3c559af7c89c9b1db8357404fedca37a46fd55cd14b5d118ace4ea4dfb48f3e8</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88de112a055b1c366534fbbd4a18defeaf504160d40db3075730a333c03c584d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">137a840052085daad21b3121e1eff73c46038b478e14765afa4b50b6b471f211</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dcaa4d8ddebd44766256582a9d8176a5b37df0e728a5cd9fe8145d86841ce10e</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3db4b920d5962687952cb5be48bd41d7b82a71179586b2f7cca08162e4abb182</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8fd3a268c658be16da734b2e3ec88c13a291dbe0d7348dfbcc6b4bb66f55bcda</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e9f71b1a5cd65dca3527f246bb8bc845e8b41e94c3bb97ff44e298be7904b796</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">97b5e5860fb5bcbcb3a268fff1b26cf7adbc2d9e4270b6dc454ded6add609c36</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b565d4df236df20dd40eb0598e025dfd7e6f28262651c58a0cd3d3646740637d</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d5c9db2dd007b07dfbbe06fac17a8167cf3b153ba83ceb87781b0b295b71e737</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.3.el8uek.src.rpm</filename>
          <sum type="sha256">67faad1c7e829a3a273e912729823e25a0fdf59dc9d8a185dcdd624cd6688010</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">6ddb6101f9ec751abd7748a400bc2d36318ffa4a25a155281392eda040458faf</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">35fbdbee37e3f35253ce51d2f361160ea2bac6e1624a54da83a1d280950540c5</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7e7539a1c1f3086766edc3bb0c38d9af89996a6a30e68551da02d646396ec2b3</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5526d97fdca8d5addae9e171991dbfaa340340bed4f752a2cb8c478b05b44f8b</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20552</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-09-08 00:00:00"/>
    <updated date="2025-09-08 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-312.187.5]
- Revert 'mm: hugetlb: independent PMD page table shared count' (Harshit Mogalapalli)  [Orabug: 38327655]

[5.15.0-312.187.4]
- rds: Fix NULL ptr deref in xas_start (Hakon Bugge)  [Orabug: 38166374]
- KVM: x86: use array_index_nospec with indices that come from guest (Thijs Raymakers)  [Orabug: 38319943]
- hugetlb: arm64: add mte support (Dave Kleikamp)  [Orabug: 38177800]

[5.15.0-312.187.3]
- TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig (Gunther Noack) [Orabug: 38255504]
- TIOCSTI: always enable for CAP_SYS_ADMIN (Samuel Thibault) [Orabug: 38255504]
- tty: Fix typo in LEGACY_TIOCSTI Kconfig description (Hanno Bock) [Orabug: 38255504]
- tty: Move TIOCSTI toggle variable before kerndoc (Kees Cook) [Orabug: 38255504]
- tty: Allow TIOCSTI to be disabled (Kees Cook) [Orabug: 38255504]
- tty: Move sysctl setup into 'core' tty logic (Kees Cook) [Orabug: 38255504]
- tty: reformat kernel-doc in tty_io.c (Jiri Slaby) [Orabug: 38255504]
- tty: reformat kernel-doc in tty_ldisc.c (Jiri Slaby) [Orabug: 38255504]
- net/mlx5: E-Switch, Fix switching to switchdev mode in MPV (Patrisious Haddad) [Orabug: 38236297]
- net/mlx5: E-Switch, Fix switching to switchdev mode with IB device disabled (Patrisious Haddad) [Orabug: 38236297]
- net/mlx5: E-switch, refactor eswitch mode change (Patrisious Haddad) [Orabug: 38236297]
- IB/mlx5: Support querying eswitch functions from DEVX (Bodong Wang) [Orabug: 38236297]
- RDMA/mlx5: Fix HW counters query for non-representor devices (Patrisious Haddad) [Orabug: 38161800]
- RDMA/mlx5: Fix CC counters query for MPV (Patrisious Haddad) [Orabug: 38161800]
- Revert 'RDMA/mlx5: Fix CC counters query for MPV' (Qing Huang) [Orabug: 38161800]
- RDMA/mlx5: Fix vport loopback for MPV device (Patrisious Haddad) [Orabug: 38118599]

[5.15.0-312.187.2]
- EDAC: Octeon: Fix compile error by replacing sdei_init() with acpi_sdei_init() (Vijayendra Suman) [Orabug: 38294908]
- LTS version: v5.15.187 (Vijayendra Suman)
- usb: typec: displayport: Fix potential deadlock (Andrei Kuchynski) [Orabug: 38309912] {CVE-2025-38404}
- platform/x86: think-lmi: Create ksets consecutively (Kurt Borja)
- Logitech C-270 even more broken (Oliver Neukum)
- i2c/designware: Fix an initialization issue (Michael J. Ruhl) [Orabug: 38253850] {CVE-2025-38380}
- usb: cdnsp: do not disable slot for disabled slot (Peter Chen)
- xhci: dbc: Flush queued requests before stopping dbc (Mathias Nyman)
- xhci: dbctty: disable ECHO flag by default (Lukasz Bartosik)
- platform/x86: dell-wmi-sysman: Fix class device unregistration (Kurt Borja)
- platform/x86: think-lmi: Fix class device unregistration (Kurt Borja)
- dpaa2-eth: fix xdp_rxq_info leak (Wangfushuai)
- net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats (Ioana Ciornei)
- dpaa2-eth: Update SINGLE_STEP register access (Radu Bulie)
- dpaa2-eth: Update dpni_get_single_step_cfg command (Radu Bulie)
- ethernet: atl1: Add missing DMA mapping error checks and count errors (Thomas Fourier)
- NFSv4/flexfiles: Fix handling of NFS level errors in I/O (Trond Myklebust)
- drm/v3d: Disable interrupts before resetting the GPU (Maira Canal) [Orabug: 38253820] {CVE-2025-38371}
- regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods (Manivannan Sadhasivam) [Orabug: 38253906] {CVE-2025-38395}
- regulator: gpio: Add input_supply support in gpio_regulator_config (Jerome Neanne)
- mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier (Avri Altman)
- rcu: Return early if callback is not specified (Uladzislau Rezki)
- mtd: spinand: fix memory leak of ECC engine conf (Pablo Martin-Gomez) [Orabug: 38253863] {CVE-2025-38384}
- ACPICA: Refuse to evaluate a method if arguments are missing (Rafael J. Wysocki) [Orabug: 38253874] {CVE-2025-38386}
- wifi: ath6kl: remove WARN on bad firmware input (Johannes Berg) [Orabug: 38253945] {CVE-2025-38406}
- wifi: mac80211: drop invalid source address OCB frames (Johannes Berg)
- scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() (Maurizio Lombardi) [Orabug: 38253914] {CVE-2025-38399}
- powerpc: Fix struct termio related ioctl macros (Madhavan Srinivasan)
- ata: pata_cs5536: fix build on 32-bit UML (Johannes Berg)
- ALSA: sb: Force to disable DMAs once when DMA mode is changed (Takashi Iwai)
- ALSA: sb: Don't allow changing the DMA mode during operations (Takashi Iwai)
- drm/msm: Fix a fence leak in submit error path (Rob Clark) [Orabug: 38253967] {CVE-2025-38410}
- nui: Fix dma_mapping_error() check (Thomas Fourier)
- rose: fix dangling neighbour pointers in rose_rt_device_down() (Kohei Enju) [Orabug: 38253841] {CVE-2025-38377}
- enic: fix incorrect MTU comparison in enic_change_mtu() (Alok Tiwari)
- amd-xgbe: align CL37 AN sequence as per databook (Raju Rangoju)
- lib: test_objagg: Set error message in check_expect_hints_stats() (Dan Carpenter)
- igc: disable L1.2 PCI-E link substate to avoid performance issue (Vitaly Lifshits)
- drm/i915/gt: Fix timeline left held on VMA alloc error (Janusz Krzysztofik) [Orabug: 38253886] {CVE-2025-38389}
- platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks (Kurt Borja) [Orabug: 38253976] {CVE-2025-38412}
- drm/i915/selftests: Change mock_request() to return error pointers (Dan Carpenter)
- spi: spi-fsl-dspi: Clear completion counter before initiating transfer (James Clark)
- drm/exynos: fimd: Guard display clock control with runtime PM calls (Marek Szyprowski)
- btrfs: fix missing error handling when searching for inode refs during log replay (Filipe Manana)
- scsi: ufs: core: Fix spelling of a sysfs attribute name (Bart Van Assche)
- scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu() (Thomas Fourier)
- scsi: qla2xxx: Fix DMA mapping test in qla24xx_get_port_database() (Thomas Fourier)
- NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (Benjamin Coddington) [Orabug: 38253900] {CVE-2025-38393}
- nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails. (Kuniyuki Iwashima) [Orabug: 38253922] {CVE-2025-38400}
- RDMA/mlx5: Initialize obj_event-&gt;obj_sub_list before xa_insert (Mark Zhang) [Orabug: 38253880] {CVE-2025-38387}
- platform/mellanox: mlxbf-tmfifo: fix vring_desc.len assignment (David Thompson)
- mtk-sd: reset host-&gt;mrq on prepare_data() error (Sergey Senozhatsky)
- mtk-sd: Prevent memory corruption from DMA map failure (Masami Hiramatsu) [Orabug: 38253927] {CVE-2025-38401}
- mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data (Masami Hiramatsu)
- usb: typec: altmodes/displayport: do not index invalid pin_assignments (Rd Babiera) [Orabug: 38253893] {CVE-2025-38391}
- mmc: sdhci: Add a helper function for dump register in dynamic debug mode (Victor Shih)
- vsock/vmci: Clear the vmci transport packet properly when initializing it (Harshavardhana S A) [Orabug: 38253936] {CVE-2025-38403}
- rtc: cmos: use spin_lock_irqsave in cmos_interrupt (Mateusz Jonczyk)
- ARM: 9354/1: ptrace: Use bitfield helpers (Geert Uytterhoeven)
- btrfs: don't drop extent_map for free space inode on write error (Josef Bacik) [Orabug: 36530624] {CVE-2024-26726}
- arm64: Restrict pagetable teardown to avoid false warning (Dev Jain)
- s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS (Nathan Chancellor)
- s390/entry: Fix last breaking event handling in case of stack corruption (Heiko Carstens)
- media: uvcvideo: Rollback non processed entities on error (Ricardo Ribalda)
- PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time (Dexuan Cui)
- drm/amd/display: Add null pointer check for get_first_active_display() (Xu Wang) [Orabug: 38253794] {CVE-2025-38362}
- drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready (Aradhya Bhatia)
- drm/bridge: cdns-dsi: Check return value when getting default PHY config (Aradhya Bhatia)
- drm/bridge: cdns-dsi: Fix connecting to next bridge (Aradhya Bhatia)
- drm/bridge: cdns-dsi: Fix the clock variable for mode_valid() (Aradhya Bhatia)
- drm/amdkfd: Fix race in GWS queue scheduling (Jay Cornwall)
- drm/udl: Unregister device before cleaning up on disconnect (Thomas Zimmermann)
- drm/tegra: Fix a possible null pointer dereference (Qiu-Ji Chen) [Orabug: 38253800] {CVE-2025-38363}
- drm/tegra: Assign plane type before registration (Thierry Reding)
- HID: wacom: fix kobject reference count leak (Qasim Ijaz)
- HID: wacom: fix memory leak on sysfs attribute creation failure (Qasim Ijaz)
- HID: wacom: fix memory leak on kobject creation failure (Qasim Ijaz)
- btrfs: update superblock's device bytes_used when dropping chunk (Mark Harmstone)
- dm-raid: fix variable in journal device check (Heinz Mauelshagen)
- Bluetooth: L2CAP: Fix L2CAP MTU negotiation (Frederic Danis)
- dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive (Yao Zi)
- staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher() (Nathan Chancellor)
- net: selftests: fix TCP packet checksum (Jakub Kicinski)
- atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister(). (Kuniyuki Iwashima) [Orabug: 38175043] {CVE-2025-38245}
- net: enetc: Correct endianness handling in _enetc_rd_reg64 (Simon Horman)
- um: ubd: Add missing error check in start_io_thread() (Tiwei Bie)
- vsock/uapi: fix linux/vm_sockets.h userspace compilation errors (Stefano Garzarella)
- af_unix: Don't set -ECONNRESET for consumed OOB skb. (Kuniyuki Iwashima)
- wifi: mac80211: fix beacon interval calculation overflow (Lachlan Hodges)
- libbpf: Fix null pointer dereference in btf_dump__free on allocation failure (Yuan Chen)
- attach_recursive_mnt(): do not lock the covering tree when sliding something under it (Al Viro)
- ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3() (Youngjun Lee) [Orabug: 38175063] {CVE-2025-38249}
- atm: clip: prevent NULL deref in clip_push() (Eric Dumazet) [Orabug: 38175077] {CVE-2025-38251}
- s390/pkey: Prevent overflow in size calculation for memdup_user() (Fedor Pchelkin) [Orabug: 38175091] {CVE-2025-38257}
- i2c: robotfuzz-osif: disable zero-length read messages (Wolfram Sang)
- i2c: tiny-usb: disable zero-length read messages (Wolfram Sang)
- platform/x86: ideapad-laptop: use usleep_range() for EC polling (Rongrong)
- dummycon: Trigger redraw when switching consoles with deferred takeover (Thomas Zimmermann)
- tty: vt: make consw::con_switch() return a bool (Jiri Slaby)
- tty: vt: sanitize arguments of consw::con_clear() (Jiri Slaby)
- tty: vt: make init parameter of consw::con_init() a bool (Jiri Slaby)
- vgacon: remove unneeded forward declarations (Jiri Slaby)
- vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen() (Jiri Slaby)
- tty/vt: consolemap: rename and document struct uni_pagedir (Jiri Slaby)
- fbcon: delete a few unneeded forward decl (Daniel Vetter)
- uio_hv_generic: Align ring size to system page (Long Li)
- uio_hv_generic: Query the ringbuffer size for device (Saurabh Singh Sengar)
- Drivers: hv: vmbus: Add utility function for querying ring size (Saurabh Singh Sengar)
- Drivers: hv: Rename 'alloced' to 'allocated' (Vitaly Kuznetsov)
- f2fs: don't over-report free space or inodes in statvfs (Chao Yu)
- media: imx-jpeg: Drop the first error frames (Ming Qian)
- clk: ti: am43xx: Add clkctrl data for am43xx ADC1 (Miquel Raynal)
- media: omap3isp: use sgtable-based scatterlist wrappers (Marek Szyprowski)
- media: davinci: vpif: Fix memory leak in probe error path (Dmitry Nikiforov)
- jfs: validate AG parameters in dbMount() to prevent crashes (Vasiliy Kovalev) [Orabug: 38158700] {CVE-2025-38230}
- fs/jfs: consolidate sanity checking in dbMount (Dave Kleikamp)
- ovl: Check for NULL d_inode() in ovl_dentry_upper() (Kees Cook)
- ceph: fix possible integer overflow in ceph_zero_objects() (Dmitry Kandybka)
- ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock (Mario Limonciello)
- ALSA: hda: Add new pci id for AMD GPU display HD audio controller (Vijendar Mukunda)
- ALSA: hda: Ignore unsol events for cards being shut down (Cezary Rojewski)
- usb: typec: displayport: Receive DP Status Update NAK request exit dp altmode (Jos Wang)
- usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (Robert Hodaszi)
- usb: Add checks for snprintf() calls in usb_alloc_dev() (Andy Shevchenko)
- usb: common: usb-conn-gpio: use a unique name for usb connector device (Chance Yang)
- tty: serial: uartlite: register uart driver in init (Jakub Lewalski) [Orabug: 38175113] {CVE-2025-38262}
- usb: potential integer overflow in usbg_make_tpg() (Chen Yufeng)
- usb: dwc2: also exit clock_gating when stopping udc while suspended (Michael Grzeschik)
- coresight: Only check bottom two claim bits (James Clark)
- um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h (Sami Tolvanen)
- iio: pressure: zpa2326: Use aligned_s64 for the timestamp (Jonathan Cameron)
- bcache: fix NULL pointer in cache_set_flush() (Linggang Zeng) [Orabug: 38175119] {CVE-2025-38263}
- md/md-bitmap: fix dm-raid max_write_behind setting (Yu Kuai)
- dmaengine: xilinx_dma: Set dma_device directions (Thomas Gessler)
- ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension (Namjae Jeon)
- hwmon: (pmbus/max34440) Fix support for max34451 (Alexis Czezar Torreno)
- leds: multicolor: Fix intensity setting while SW blinking (Sven Schwermer)
- mfd: max14577: Fix wakeup source leaks on device unbind (Krzysztof Kozlowski)
- mailbox: Not protect module_put with spin_lock_irqsave (Peng Fan)
- NFSv4.2: fix listxattr to return selinux security label (Olga Kornievskaia)
- NFSv4: Always set NLINK even if the server doesn't support it (Han Young)
- cifs: Fix cifs_query_path_info() for Windows NT servers (Pali Rohar)
- LTS version: v5.15.186 (Vijayendra Suman)
- scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops (Kees Cook)
- scsi: elx: efct: Fix memory leak in efct_hw_parse_filter() (Vitaliy Shevtsov)
- arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth() (Tengda Wu) [Orabug: 38180595] {CVE-2025-38320}
- perf: Fix sample vs do_exit() (Peter Zijlstra) [Orabug: 38254029] {CVE-2025-38424}
- s390/pci: Fix __pcilg_mio_inuser() inline assembly (Heiko Carstens)
- bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE (Paul Chaignon)
- net: Fix checksum update for ILA adj-transport (Paul Chaignon)
- ext4: avoid remount errors with 'abort' mount option (Jan Kara)
- ext4: make 'abort' mount option handling standard (Jan Kara)
- mm/huge_memory: fix dereferencing invalid pmd migration entry (Gavin Guo) [Orabug: 37976983] {CVE-2025-37958}
- net_sched: sch_sfq: reject invalid perturb period (Eric Dumazet) [Orabug: 38158476] {CVE-2025-38193}
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (James Morse)
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (James Morse) [Orabug: 37977005] {CVE-2025-37963}
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (James Morse) [Orabug: 37976929] {CVE-2025-37948}
- arm64: spectre: increase parameters that can be used to turn off bhb mitigation individually (Liu Song)
- arm64: proton-pack: Expose whether the branchy loop k value (James Morse)
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (James Morse)
- arm64: insn: Add support for encoding DSB (James Morse)
- arm64: insn: add encoders for atomic operations (Hou Tao)
- arm64: move AARCH64_BREAK_FAULT into insn-def.h (Hou Tao)
- serial: sh-sci: Increment the runtime usage counter for the earlycon device (Claudiu Beznea)
- ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50ms (Geert Uytterhoeven)
- ARM: dts: am335x-bone-common: Increase MDIO reset deassert time (Colin Foster)
- ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board (Shengyu Qu)
- net: atm: fix /proc/net/atm/lec handling (Eric Dumazet) [Orabug: 38158405] {CVE-2025-38180}
- net: atm: add lec_mutex (Eric Dumazet) [Orabug: 38180611] {CVE-2025-38323}
- calipso: Fix null-ptr-deref in calipso_req_{set,del}attr(). (Kuniyuki Iwashima) [Orabug: 38158412] {CVE-2025-38181}
- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Haixia Qu) [Orabug: 38158424] {CVE-2025-38184}
- tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior (Neal Cardwell)
- atm: atmtcp: Free invalid length skb in atmtcp_c_send(). (Kuniyuki Iwashima) [Orabug: 38158433] {CVE-2025-38185}
- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). (Kuniyuki Iwashima) [Orabug: 38180617] {CVE-2025-38324}
- wifi: carl9170: do not ping device which has failed to load firmware (Dmitry Antipov) [Orabug: 38254010] {CVE-2025-38420}
- ptp: fix breakage after ptp_vclock_in_use() rework (Vladimir Oltean)
- net: ice: Perform accurate aRFS flow match (Krishna Kumar)
- aoe: clean device rq_list in aoedev_downdev() (Justin Sanders) [Orabug: 38180627] {CVE-2025-38326}
- pldmfw: Select CRC32 when PLDMFW is selected (Simon Horman)
- hwmon: (occ) fix unaligned accesses (Arnd Bergmann)
- hwmon: (occ) Rework attribute registration for stack usage (Arnd Bergmann)
- hwmon: (occ) Add soft minimum power cap attribute (Eddie James)
- drm/nouveau/bl: increase buffer size to avoid truncate warning (Jacob Keller)
- drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate (Krzysztof Kozlowski)
- erofs: remove unused trace event erofs_destroy_inode (Gao Xiang)
- mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (Jann Horn) [Orabug: 38132180] {CVE-2025-38085}
- mm: hugetlb: independent PMD page table shared count (Liu Shixin) [Orabug: 37484959] {CVE-2024-57883}
- mm/hugetlb: unshare page tables during VMA split, not before (Jann Horn) [Orabug: 38132171] {CVE-2025-38084}
- iio: accel: fxls8962af: Fix temperature calculation (Sean Nyekjaer)
- ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged (Jonathan Lane)
- ALSA: hda/intel: Add Thinkpad E15 to PM deny list (Takashi Iwai)
- ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card (Wangdicheng)
- Input: sparcspkr - avoid unannotated fall-through (Yuli Wang)
- block: default BLOCK_LEGACY_AUTOLOAD to y (Christoph Hellwig)
- HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() (Terry Junge) [Orabug: 38152876] {CVE-2025-38103}
- atm: Revert atm_account_tx() if copy_from_iter_full() fails. (Kuniyuki Iwashima) [Orabug: 38158457] {CVE-2025-38190}
- selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len (Stephen Smalley)
- selftests/x86: Add a test to detect infinite SIGTRAP handler loop (Xin Li)
- udmabuf: use sgtable-based scatterlist wrappers (Marek Szyprowski)
- scsi: s390: zfcp: Ensure synchronous unit_add (Peter Oberparleiter)
- scsi: storvsc: Increase the timeouts to storvsc_timeout (Dexuan Cui)
- jffs2: check jffs2_prealloc_raw_node_refs() result in few other places (Fedor Pchelkin) [Orabug: 38180635] {CVE-2025-38328}
- jffs2: check that raw node were preallocated before writing summary (Artem Sadovnikov) [Orabug: 38158483] {CVE-2025-38194}
- drivers/rapidio/rio_cm.c: prevent possible heap overwrite (Andrew Morton) [Orabug: 38137453] {CVE-2025-38090}
- powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery (Narayana Murty N)
- platform/x86: dell_rbu: Stop overwriting data buffer (Stuart Hayes)
- platform/x86: dell_rbu: Fix list usage (Stuart Hayes) [Orabug: 38158494] {CVE-2025-38197}
- Revert 'bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first' (Alexander Sverdlin)
- tee: Prevent size calculation wraparound on 32-bit kernels (Jann Horn)
- ARM: OMAP2+: Fix l4ls clk domain handling in STANDBY (Sukrut Bellary)
- bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value (Laurentiu Tudor)
- watchdog: da9052_wdt: respect TWDMIN (Marcus Folkesson)
- octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer() (Xu Wang)
- bpf, sockmap: Fix data lost during EAGAIN retries (Jiayuan Chen)
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Kyungwook Boo) [Orabug: 38158517] {CVE-2025-38200}
- sock: Correct error checking condition for (assign|release)_proto_idx() (Zijun Hu)
- scsi: lpfc: Use memcpy() for BIOS version (Daniel Wagner) [Orabug: 38180667] {CVE-2025-38332}
- pinctrl: mcp23s08: Reset all pins to input at probe (Mike Looijmans)
- software node: Correct a OOB check in software_node_get_reference_args() (Zijun Hu) [Orabug: 38180730] {CVE-2025-38342}
- vxlan: Do not treat dst cache initialization errors as fatal (Ido Schimmel)
- net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions (Yong Wang)
- iommu/amd: Ensure GA log notifier callbacks finish running before module unload (Sean Christopherson)
- scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commands (Justin Tee)
- libbpf: Add identical pointer detection to btf_dedup_is_equiv() (Alan Maguire)
- clk: rockchip: rk3036: mark ddrphy as critical (Heiko Stuebner)
- wifi: mac80211: do not offer a mesh path if forwarding is disabled (Benjamin Berg)
- net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info (Jason Xing)
- pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get() (Gabor Juhos)
- pinctrl: armada-37xx: propagate error from armada_37xx_pmx_gpio_set_direction() (Gabor Juhos)
- pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get_direction() (Gabor Juhos)
- pinctrl: armada-37xx: propagate error from armada_37xx_pmx_set_by_name() (Gabor Juhos)
- net: atlantic: generate software timestamp just before the doorbell (Jason Xing)
- ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT (Sebastian Andrzej Siewior)
- tcp: fix initial tp-&gt;rcvq_space.space value for passive TS enabled flows (Eric Dumazet)
- tcp: always seek for minimal rtt in tcp_rcv_rtt_update() (Eric Dumazet)
- net: dlink: add synchronization for stats update (Moon Yeounsu)
- i2c: npcm: Add clock toggle recovery (Tali Perry)
- cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs (Mike Tipton)
- sctp: Do not wake readers in __sctp_write_space() (Petr Malat)
- wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R (Henk Vergonet)
- emulex/benet: correct command version selection in be_cmd_get_stats() (Alok Tiwari)
- i2c: designware: Invoke runtime suspend on quick slave re-registration (Tan En De)
- tipc: use kfree_sensitive() for aead cleanup (Zilin Guan)
- net: macb: Check return value of dma_set_mask_and_coherent() (Sergio Perez Gonzalez)
- cpufreq: Force sync policy boost with global boost on sysfs update (Viresh Kumar)
- thermal/drivers/qcom/tsens: Update conditions to strictly evaluate for IP v2+ (George Moussalem)
- pmdomain: ti: Fix STANDBY handling of PER power domain (Sukrut Bellary)
- nios2: force update_mmu_cache on spurious tlb-permission--related pagefaults (Simon Schuster)
- media: i2c: imx334: update mode_3840x2160_regs array (Shravan Chippa)
- media: platform: exynos4-is: Add hardware sync wait to fimc_is_hw_change_mode() (Xu Wang) [Orabug: 38175013] {CVE-2025-38237}
- media: tc358743: ignore video while HPD is low (Hans Verkuil)
- drm/amdkfd: Set SDMA_RLCx_IB_CNTL/SWITCH_INSIDE_IB (Amber Lin)
- drm/msm/dpu: don't select single flush for active CTL blocks (Dmitry Baryshkov)
- jfs: Fix null-ptr-deref in jfs_ioc_trim (Dylan Wolff) [Orabug: 38158545] {CVE-2025-38203}
- drm/amdgpu/gfx9: fix CSIB handling (Alex Deucher)
- drm/amdgpu/gfx8: fix CSIB handling (Alex Deucher)
- ext4: prevent stale extent cache entries caused by concurrent get es_cache (Zhang Yi)
- sunrpc: fix race in cache cleanup causing stale nextcheck time (Long Li)
- media: rkvdec: Initialize the m2m context before the controls (Nicolas Dufresne)
- media: ti: cal: Fix wrong goto on error path (Tomi Valkeinen)
- jfs: fix array-index-out-of-bounds read in add_missing_indices (Aditya Dutt) [Orabug: 38158552] {CVE-2025-38204}
- ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space() (Zhang Yi)
- drm/amdgpu/gfx7: fix CSIB handling (Alex Deucher)
- media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition (Nas Chung)
- media: ccs-pll: Better validate VT PLL branch (Sakari Ailus)
- drm/amdgpu/gfx10: fix CSIB handling (Alex Deucher)
- media: i2c: imx334: Fix runtime PM handling in remove function (Tarang Raval)
- drm/msm/a6xx: Increase HFI response timeout (Akhil P Oommen)
- drm/amd/display: Add NULL pointer checks in dm_force_atomic_commit() (Srinivasan Shanmugam)
- media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT condition (Nas Chung)
- drm/msm/hdmi: add runtime PM calls to DDC transfer function (Dmitry Baryshkov)
- media: i2c: imx334: Enable runtime PM before sub-device registration (Tarang Raval)
- drm/bridge: anx7625: change the gpiod_set_value API (Ayushi Makhija)
- exfat: fix double free in delayed_free (Namjae Jeon) [Orabug: 38158566] {CVE-2025-38206}
- drm/bridge: analogix_dp: Add irq flag IRQF_NO_AUTOEN instead of calling disable_irq() (Damon Ding)
- sunrpc: update nextcheck time when adding new cache entries (Long Li)
- drm/amdgpu/gfx6: fix CSIB handling (Alex Deucher)
- ACPI: battery: negate current when discharging (Peter Marheine)
- PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn() (Charan Teja Kalla)
- ASoC: tegra210_ahub: Add check to of_device_get_match_data() (Yuanjun Gong)
- ACPICA: utilities: Fix overflow check in vsnprintf() (Philip Redkin)
- power: supply: bq27xxx: Retrieve again when busy (Jerry Lv)
- ACPICA: fix acpi parse and parseext cache leaks (Seunghun Han) [Orabug: 38180747] {CVE-2025-38344}
- ACPI: bus: Bail out if acpi_kobj registration fails (Armin Wolf)
- ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change (Hector Martin)
- ACPICA: Avoid sequence overread in call to strncmp() (Ahmed Salem)
- clocksource: Fix the CPUs' choice in the watchdog per CPU verification (Guilherme G. Piccoli)
- ACPICA: fix acpi operand cache leak in dswstate.c (Seunghun Han) [Orabug: 38180755] {CVE-2025-38345}
- iio: adc: ad7606_spi: fix reg write value mask (David Lechner)
- iio: imu: inv_icm42600: Fix temperature calculation (Sean Nyekjaer)
- iio: accel: fxls8962af: Fix temperature scan element sign (Sean Nyekjaer)
- PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit() (Diederik de Haas)
- PCI: Fix lock symmetry in pci_slot_unlock() (Ilpo Jarvinen)
- PCI: Add ACS quirk for Loongson PCIe (Huacai Chen)
- PCI: cadence-ep: Correct PBA offset in .set_msix() callback (Niklas Cassel)
- uio_hv_generic: Use correct size for interrupt and monitor pages (Long Li)
- remoteproc: core: Release rproc-&gt;clean_table after rproc_attach() fails (Xiaolei Wang) [Orabug: 38254002] {CVE-2025-38418}
- remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() (Xiaolei Wang) [Orabug: 38254006] {CVE-2025-38419}
- regulator: max14577: Add error check for max14577_read_reg() (Xu Wang)
- mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS (Khem Raj)
- staging: iio: ad5933: Correct settling cycles encoding per datasheet (Gabriel)
- net: ch9200: fix uninitialised access during mii_nway_restart (Qasim Ijaz) [Orabug: 38132188] {CVE-2025-38086}
- ftrace: Fix UAF when lookup kallsym after ftrace disabled (Ye Bin) [Orabug: 38180767] {CVE-2025-38346}
- dm-mirror: fix a tiny race condition (Mikulas Patocka)
- mtd: nand: sunxi: Add randomizer configuration before randomizer enable (Xu Wang)
- mtd: rawnand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk (Xu Wang)
- mm: fix ratelimit_pages update error in dirty_ratio_handler() (Jinliang Zheng)
- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (Shin'Ichiro Kawasaki) [Orabug: 38158591] {CVE-2025-38211}
- ipc: fix to protect IPCS lookups using RCU (Jeongjun Park) [Orabug: 38158597] {CVE-2025-38212}
- clk: meson-g12a: add missing fclk_div2 to spicc (Da Xue)
- parisc: fix building with gcc-15 (Arnd Bergmann)
- vgacon: Add check for vc_origin address range in vgacon_scroll() (Gong, Ruiqi)
- fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var (Murad Masimov) [Orabug: 38158614] {CVE-2025-38214}
- EDAC/altera: Use correct write width with the INTTEST register (Niravkumar L Rabara)
- NFC: nci: uart: Set tty-&gt;disc_data only in success path (Krzysztof Kozlowski) [Orabug: 38253991] {CVE-2025-38416}
- f2fs: fix to do sanity check on sit_bitmap_size (Chao Yu) [Orabug: 38158639] {CVE-2025-38218}
- f2fs: prevent kernel warning due to negative i_nlink from corrupted image (Jaegeuk Kim) [Orabug: 38158647] {CVE-2025-38219}
- Input: ims-pcu - check record size in ims_pcu_flash_firmware() (Dan Carpenter) [Orabug: 38254053] {CVE-2025-38428}
- ext4: ensure i_size is smaller than maxbytes (Zhang Yi)
- ext4: factor out ext4_get_maxbytes() (Zhang Yi)
- ext4: fix calculation of credits for extent tree modification (Jan Kara)
- ext4: inline: fix len overflow in ext4_prepare_inline_data (Thadeu Lima de Souza Cascardo) [Orabug: 38158661] {CVE-2025-38222}
- bus: fsl-mc: fix GET/SET_TAILDROP command ids (Wan Junjie)
- bus: fsl-mc: do not add a device-link for the UAPI used DPMCP device (Ioana Ciornei)
- ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330 (Tasos Sahanidis) [Orabug: 38180696] {CVE-2025-38336}
- can: tcan4x5x: fix power regulator retrieval during probe (Brett Werling)
- bus: mhi: host: Fix conflict between power_up and SYSERR (Jeffrey Hugo)
- ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4 (Andreas Kemnade)
- ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap() (Ross Stutterheim)
- media: uvcvideo: Fix deferred probing error (Ricardo Ribalda)
- media: uvcvideo: Send control events for partial succeeds (Ricardo Ribalda)
- media: uvcvideo: Return the number of processed controls (Ricardo Ribalda)
- media: vivid: Change the siize of the composing (Denis Arefev) [Orabug: 38158680] {CVE-2025-38226}
- media: vidtv: Terminating the subsequent process of initialization failure (Edward Adam Davis) [Orabug: 38158685] {CVE-2025-38227}
- media: videobuf2: use sgtable-based scatterlist wrappers (Marek Szyprowski)
- media: venus: Fix probe error handling (Loic Poulain)
- media: v4l2-dev: fix error handling in __video_register_device() (Ma Ke)
- media: gspca: Add error handling for stv06xx_read_sensor() (Xu Wang)
- media: cxusb: no longer judge rbuf when the write fails (Edward Adam Davis) [Orabug: 38158691] {CVE-2025-38229}
- media: ccs-pll: Check for too high VT PLL multiplier in dual PLL case (Sakari Ailus)
- media: ccs-pll: Correct the upper limit of maximum op_pre_pll_clk_div (Sakari Ailus)
- media: ccs-pll: Start OP pre-PLL multiplier search from correct value (Sakari Ailus)
- media: ccs-pll: Start VT pre-PLL multiplier search from correct value (Sakari Ailus)
- media: ov8856: suppress probe deferral errors (Johan Hovold)
- wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID 11ad:1723 (Mingcong Bai)
- jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata() (Jeongjun Park) [Orabug: 38180706] {CVE-2025-38337}
- nfsd: Initialize ssc before laundromat_work to prevent NULL dereference (Li Lingfeng) [Orabug: 38158706] {CVE-2025-38231}
- nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request (Neil Brown) [Orabug: 38254061] {CVE-2025-38430}
- wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback() (Christian Lamparter) [Orabug: 38180782] {CVE-2025-38348}
- net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() (Xu Wang)
- net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr() (Xu Wang)
- powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states (Gautam Menghani)
- ASoC: meson: meson-card-utils: use of_property_present() for DT parsing (Martin Blumenstingl)
- ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (Xu Wang)
- gfs2: move msleep to sleepable context (Alexander Aring)
- crypto: marvell/cesa - Do not chain submitted requests (Herbert Xu)
- configfs: Do not override creating attribute file failure in populate_attrs() (Zijun Hu)
- xfs: allow inode inactivation during a ro mount log recovery (Darrick J. Wong)
- kbuild: hdrcheck: fix cross build with clang (Arnd Bergmann)
- kbuild: userprogs: fix bitsize and target detection on clang (Thomas Weissschuh)
- drm/meson: Use 1000ULL when operating with mode-&gt;clock (I Hsin Cheng)
- net: usb: aqc111: debug info before sanitation (Oliver Neukum)
- calipso: unlock rcu before returning -EAFNOSUPPORT (Eric Dumazet)
- x86/iopl: Cure TIF_IO_BITMAP inconsistencies (Thomas Gleixner) [Orabug: 38152863] {CVE-2025-38100}
- xen/arm: call uaccess_ttbr0_enable for dm_op hypercall (Stefano Stabellini)
- usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx() (Amit Sunil Dhamne)
- usb: Flush altsetting 0 endpoints before reinitializating them after reset. (Mathias Nyman)
- usb: cdnsp: Fix issue with detecting USB 3.2 speed (Pawel Laszczak)
- usb: cdnsp: Fix issue with detecting command completion event (Pawel Laszczak)
- VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify (Ma Wupeng) [Orabug: 38152868] {CVE-2025-38102}
- drm/amd/display: Do not add '-mhard-float' to dcn2{1,0}_resource.o for clang (Nathan Chancellor)
- kbuild: Add KBUILD_CPPFLAGS to as-option invocation (Nathan Chancellor)
- kbuild: add  to KBUILD_CPPFLAGS (Masahiro Yamada)
- kbuild: Add CLANG_FLAGS to as-instr (Nathan Chancellor)
- mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation (Nathan Chancellor)
- drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang (Nathan Chancellor)
- kbuild: Update assembler calls to use proper flags and language target (Nick Desaulniers)
- MIPS: Prefer cc-option for additions to cflags (Nathan Chancellor)
- MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option (Nathan Chancellor)
- x86/boot/compressed: prefer cc-option for CFLAGS additions (Nick Desaulniers)
- posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (Oleg Nesterov) [Orabug: 38223086] {CVE-2025-38352}
- ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 (David Heimann)
- perf: Ensure bpf_perf_link path is properly serialized (Peter Zijlstra)
- nvmet-fcloop: access fcpreq only when holding reqlock (Daniel Wagner)
- fs/filesystems: Fix potential unsigned integer underflow in fs_name() (Zijun Hu)
- net_sched: ets: fix a race in ets_qdisc_change() (Eric Dumazet) [Orabug: 38152893] {CVE-2025-38107}
- sch_ets: make est_qlen_notify() idempotent (Cong Wang)
- net_sched: tbf: fix a race in tbf_change() (Eric Dumazet)
- net_sched: red: fix a race in __red_change() (Eric Dumazet) [Orabug: 38152898] {CVE-2025-38108}
- net_sched: prio: fix a race in prio_tune() (Eric Dumazet) [Orabug: 38105333] {CVE-2025-38083}
- net/mlx5: Fix return value when searching for existing flow group (Patrisious Haddad)
- net/mlx5: Ensure fw pages are always allocated on same NUMA (Moshe Shemesh)
- net/mdiobus: Fix potential out-of-bounds read/write access (Jakub Raczynski) [Orabug: 38152911] {CVE-2025-38111}
- net: mdio: C22 is now optional, EOPNOTSUPP if not provided (Andrew Lunn)
- macsec: MACsec SCI assignment for ES = 0 (Carlos Fernandez)
- net: Fix TOCTOU issue in sk_is_readable() (Michal Luczaj) [Orabug: 38152915] {CVE-2025-38112}
- i40e: retry VFLR handling if there is ongoing VF reset (Robert Malz)
- i40e: return false from i40e_reset_vf if reset is in progress (Robert Malz)
- drm/meson: fix more rounding issues with 59.94Hz modes (Martin Blumenstingl)
- drm/meson: use vclk_freq instead of pixel_freq in debug print (Martin Blumenstingl)
- drm/meson: fix debug log statement when setting the HDMI clocks (Martin Blumenstingl)
- drm/meson: use unsigned long long / Hz for frequency types (Martin Blumenstingl)
- powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (Haren Myneni)
- powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap (Ritesh Harjani) [Orabug: 38137444] {CVE-2025-38088}
- net_sched: sch_sfq: fix a potential crash on gso_skb handling (Eric Dumazet) [Orabug: 38152922] {CVE-2025-38115}
- scsi: iscsi: Fix incorrect error path labels for flashnode operations (Alok Tiwari)
- ath10k: snoc: fix unbalanced IRQ enable in crash recovery (Caleb Connolly)
- ptp: remove ptp-&gt;n_vclocks check logic in ptp_vclock_in_use() (Jeongjun Park) [Orabug: 38180545] {CVE-2025-38305}
- scsi: core: ufs: Fix a hang in the error handler (Sanjeev Yadav) [Orabug: 38152945] {CVE-2025-38119}
- serial: sh-sci: Clean sci_ports[0] after at earlycon exit (Claudiu Beznea)
- serial: sh-sci: Move runtime PM enable to sci_probe_single() (Claudiu Beznea)
- serial: sh-sci: Check if TX data was written to device in .tx_empty() (Claudiu Beznea)
- arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (Judith Mendez)
- arm64: dts: ti: k3-am65-main: Fix sdhci node properties (Judith Mendez)
- arm64: dts: ti: k3-am65-main: Drop deprecated ti,otap-del-sel property (Nishanth Menon)
- Input: synaptics-rmi - fix crash with unsupported versions of F34 (Dmitry Torokhov)
- Input: synaptics-rmi4 - convert to use sysfs_emit() APIs (Zhang Songyi)
- pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() (Dan Carpenter)
- do_change_type(): refuse to operate on unmounted/not ours mounts (Al Viro) [Orabug: 38256449] {CVE-2025-38498}
- fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2) (Al Viro)
- seg6: Fix validation of nexthop addresses (Ido Schimmel) [Orabug: 38180555] {CVE-2025-38310}
- wireguard: device: enable threaded NAPI (Mirco Barone)
- netfilter: nf_set_pipapo_avx2: fix initial map fill (Florian Westphal) [Orabug: 38152957] {CVE-2025-38120}
- gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO (Alok Tiwari) [Orabug: 38152965] {CVE-2025-38122}
- vmxnet3: correctly report gso type for UDP tunnels (Ronak Doshi)
- net: dsa: tag_brcm: legacy: fix pskb_may_pull length (Alvaro Fernandez Rojas)
- ice: create new Tx scheduler nodes for new queues only (Michal Kubiak)
- Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION (Luiz Augusto von Dentz)
- spi: bcm63xx-hsspi: fix shared reset (Alvaro Fernandez Rojas)
- spi: bcm63xx-spi: fix shared reset (Alvaro Fernandez Rojas)
- net/mlx4_en: Prevent potential integer overflow calculating Hz (Dan Carpenter)
- driver: net: ethernet: mtk_star_emac: fix suspend/resume issue (Yanqing Wang)
- gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt (Alok Tiwari)
- net: stmmac: platform: guarantee uniqueness of bus_id (Quentin Schulz)
- vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl() (Nicolas Pitre)
- MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7a (Yuli Wang)
- iio: adc: ad7124: Fix 3dB filter frequency reading (Uwe Kleine-Konig)
- serial: Fix potential null-ptr-deref in mlb_usio_probe() (Henry Martin) [Orabug: 38153011] {CVE-2025-38135}
- usb: renesas_usbhs: Reorder clock handling and power management in probe (Lad Prabhakar) [Orabug: 38153016] {CVE-2025-38136}
- PCI/DPC: Initialize aer_err_info before using it (Bjorn Helgaas)
- dmaengine: ti: Add NULL check in udma_probe() (Henry Martin) [Orabug: 38153029] {CVE-2025-38138}
- PCI: cadence: Fix runtime atomic count underflow (Hans Zhang)
- rtc: sh: assign correct interrupts with DT (Wolfram Sang)
- perf record: Fix incorrect --user-regs comments (Dapeng Mi)
- perf tests switch-tracking: Fix timestamp comparison (Leo Yan)
- mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE (Alexey Gladkov)
- mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove() (Christophe Jaillet)
- rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send() (Dan Carpenter)
- remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe (Dan Carpenter)
- perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3 (Adrian Hunter)
- backlight: pm8941: Add NULL check in wled_configure() (Henry Martin) [Orabug: 38153050] {CVE-2025-38143}
- perf ui browser hists: Set actions-&gt;thread before calling do_zoom_thread() (Arnaldo Carvalho de Melo)
- perf build: Warn when libdebuginfod devel files are not available (Arnaldo Carvalho de Melo)
- fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() (Sergey Shtylyov) [Orabug: 38180565] {CVE-2025-38312}
- soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop() (Henry Martin) [Orabug: 38153059] {CVE-2025-38145}
- soc: aspeed: lpc: Fix impossible judgment condition (Su Hui)
- arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou (Quentin Schulz)
- ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device (Dmitry Baryshkov)
- bus: fsl-mc: fix double-free on mc_dev (Ioana Ciornei) [Orabug: 38180572] {CVE-2025-38313}
- nilfs2: do not propagate ENOENT error from nilfs_btree_propagate() (Ryusuke Konishi)
- nilfs2: add pointer check for nilfs_direct_propagate() (Xu Wang)
- ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery (Murad Masimov)
- Squashfs: check return result of sb_min_blocksize (Phillip Lougher) [Orabug: 38253984] {CVE-2025-38415}
- arm64: dts: imx8mn-beacon: Fix RTC capacitive load (Adam Ford)
- arm64: dts: imx8mm-beacon: Fix RTC capacitive load (Adam Ford)
- ARM: dts: at91: at91sam9263: fix NAND chip selects (Wolfram Sang)
- ARM: dts: at91: usb_a9263: fix GPIO for Dataflash chip select (Wolfram Sang)
- f2fs: fix to correct check conditions in f2fs_cross_rename (Zhiguo Niu)
- f2fs: use d_inode(dentry) cleanup dentry-&gt;d_inode (Zhiguo Niu)
- net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames (Horatiu Vultur)
- net: openvswitch: Fix the dead loop of MPLS parse (Faicker Mo) [Orabug: 38153064] {CVE-2025-38146}
- calipso: Don't call calipso functions for AF_INET sk. (Kuniyuki Iwashima) [Orabug: 38153069] {CVE-2025-38147}
- net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy (Thangaraj Samynathan)
- bpf: Avoid __bpf_prog_ret0_warn when jit fails (Kafai Wan) [Orabug: 38180470] {CVE-2025-38280}
- net: usb: aqc111: fix error handling of usbnet read calls (Nikita Zhandarovich) [Orabug: 38153088] {CVE-2025-38153}
- netfilter: nft_tunnel: fix geneve_opt dump (Fernando Fernandez Mancera)
- bpf, sockmap: Avoid using sk_socket after free when sending (Jiayuan Chen) [Orabug: 38153094] {CVE-2025-38154}
- vfio/type1: Fix error unwind in migration dirty bitmap allocation (Li Rongqing)
- netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy (Florian Westphal)
- wifi: ath9k_htc: Abort software beacon handling if disabled (Toke Hoiland-Jorgensen) [Orabug: 38153109] {CVE-2025-38157}
- wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds (Alexey Kodanev) [Orabug: 38153121] {CVE-2025-38159}
- s390/bpf: Store backchain even for leaf progs (Ilya Leoshkevich)
- clk: qcom: gcc-msm8939: Fix mclk0 &amp; mclk1 for 24 MHz (Vincent Knecht)
- bpf: Fix WARN() in get_bpf_raw_tp_regs (Tao Chen) [Orabug: 38180488] {CVE-2025-38285}
- pinctrl: at91: Fix possible out-of-boundary access (Andy Shevchenko) [Orabug: 38180494] {CVE-2025-38286}
- libbpf: Use proper errno value in nlattr (Anton Protopopov)
- ktls, sockmap: Fix missing uncharge operation (Jiayuan Chen)
- clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() (Henry Martin) [Orabug: 38153131] {CVE-2025-38160}
- clk: qcom: gcc-sm6350: Add *_wait_val values for GDSCs (Luca Weiss)
- bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ (Anton Protopopov)
- RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction (Patrisious Haddad) [Orabug: 38153138] {CVE-2025-38161}
- netfilter: nft_quota: match correctly when the quota just depleted (Zhongqiu Duan)
- netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping it (Huajian Yang)
- libbpf: Use proper errno value in linker (Anton Protopopov)
- f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed() (Chao Yu)
- f2fs: clean up w/ fscrypt_is_bounce_page() (Chao Yu)
- iommu: Protect against overflow in iommu_pgsize() (Jason Gunthorpe)
- RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h (Junxian Huang)
- wifi: rtw88: do not ignore hardware read error during DPK (Dmitry Antipov)
- libbpf: Fix buffer overflow in bpf_object__init_prog (Viktor Malik)
- net: ncsi: Fix GCPS 64-bit member variables (Hari Kalavakunta)
- f2fs: fix to do sanity check on sbi-&gt;total_valid_block_count (Chao Yu) [Orabug: 38153149] {CVE-2025-38163}
- bpf, sockmap: fix duplicated data transmission (Jiayuan Chen)
- IB/cm: use rwlock for MAD agent lock (Jacob Moroni)
- wifi: ath11k: fix node corruption in ar-&gt;arvifs list (Stone Zhang) [Orabug: 38180515] {CVE-2025-38293}
- firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES (Huang Yiwei)
- drm/tegra: rgb: Fix the unbound reference count (Biju Das)
- drm/vkms: Adjust vkms_state-&gt;active_planes allocation type (Kees Cook)
- drm: rcar-du: Fix memory leak in rcar_du_vsps_init() (Biju Das)
- selftests/seccomp: fix syscall_restart test for arm compat (Neill Kapron)
- firmware: psci: Fix refcount leak in psci_dt_init (Miaoqian Lin)
- m68k: mac: Fix macintosh_config for Mac II (Finn Thain)
- fs/ntfs3: handle hdr_first_de() return value (Andrey Vatoropin) [Orabug: 38153172] {CVE-2025-38167}
- media: rkvdec: Fix frame size enumeration (Jonas Karlman)
- drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table (Charles Han) [Orabug: 38180589] {CVE-2025-38319}
- spi: sh-msiof: Fix maximum DMA transfer size (Geert Uytterhoeven)
- ACPI: OSI: Stop advertising support for '3.0 _SCP Extensions' (Armin Wolf)
- x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges() (Jiaqing Zhao)
- PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks() (Zijun Hu)
- power: reset: at91-reset: Optimize at91_reset() (Alexander Shiyan)
- EDAC/skx_common: Fix general protection fault (Qiuxu Zhuo) [Orabug: 38180524] {CVE-2025-38298}
- crypto: sun8i-ce - move fallback ahash_request to the end of the struct (Ovidiu Panait)
- crypto: xts - Only add ecb if it is not already there (Herbert Xu)
- crypto: lrw - Only add ecb if it is not already there (Herbert Xu)
- crypto: marvell/cesa - Avoid empty transfer descriptor (Herbert Xu)
- crypto: marvell/cesa - Handle zero-length skcipher requests (Herbert Xu) [Orabug: 38153188] {CVE-2025-38173}
- x86/cpu: Sanitize CPUID(0x80000000) output (Ahmed S. Darwish)
- crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions (Corentin Labbe)
- perf/core: Fix broken throttling when max_samples_per_tick=1 (Qing Wang)
- gfs2: gfs2_create_inode error handling fix (Andreas Gruenbacher)
- thunderbolt: Do not double dequeue a configuration request (Sergey Senozhatsky) [Orabug: 38158383] {CVE-2025-38174}
- usb: usbtmc: Fix timeout value in get_stb (Dave Penkler)
- USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB (Charles Yeh)
- usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage device (Hongyu Xie)
- usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE (Jiayi Li)
- rtc: Fix offset calculation for .start_secs &lt; 0 (Alexandre Mergnat)
- rtc: Make rtc_time64_to_tm() support dates before 1970 (Alexandre Mergnat)
- pinctrl: armada-37xx: set GPIO output value before setting direction (Gabor Juhos)
- pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs &gt; 31 (Gabor Juhos)

[5.15.0-312.185.1]
- uek-rpm: mips: Disable CONFIG_TRANSPARENT_HUGEPAGE (Dave Kleikamp) [Orabug: 38280961]
- KVM: x86/MMU: Allow faulting at hugepages during dirty tracking (Joao Martins) [Orabug: 36409415]
- KVM: x86/MMU: Dirty tracking without write-protection for shadow paging (Joao Martins) [Orabug: 36409415]
- KVM: x86/MMU: Track rmap present pages (Joao Martins) [Orabug: 36409415]
- nvme: check for valid nvme_identify_ns() before using it (Ewan D. Milne) [Orabug: 38207640]
- nvme: bring back auto-removal of deleted namespaces during sequential scan (Christoph Hellwig) [Orabug: 38207640]
- rds: tcp: block BH in TCP callbacks (Eric Dumazet) [Orabug: 38236843]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20552.html" type="self" title="ELSA-2025-20552" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26726.html" id="CVE-2024-26726" type="cve" title="CVE-2024-26726" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-57883.html" id="CVE-2024-57883" type="cve" title="CVE-2024-57883" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37948.html" id="CVE-2025-37948" type="cve" title="CVE-2025-37948" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37958.html" id="CVE-2025-37958" type="cve" title="CVE-2025-37958" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37963.html" id="CVE-2025-37963" type="cve" title="CVE-2025-37963" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38000.html" id="CVE-2025-38000" type="cve" title="CVE-2025-38000" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38001.html" id="CVE-2025-38001" type="cve" title="CVE-2025-38001" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38003.html" id="CVE-2025-38003" type="cve" title="CVE-2025-38003" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38004.html" id="CVE-2025-38004" type="cve" title="CVE-2025-38004" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38034.html" id="CVE-2025-38034" type="cve" title="CVE-2025-38034" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38035.html" id="CVE-2025-38035" type="cve" title="CVE-2025-38035" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38037.html" id="CVE-2025-38037" type="cve" title="CVE-2025-38037" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38044.html" id="CVE-2025-38044" type="cve" title="CVE-2025-38044" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38048.html" id="CVE-2025-38048" type="cve" title="CVE-2025-38048" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38051.html" id="CVE-2025-38051" type="cve" title="CVE-2025-38051" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38052.html" id="CVE-2025-38052" type="cve" title="CVE-2025-38052" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38058.html" id="CVE-2025-38058" type="cve" title="CVE-2025-38058" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38061.html" id="CVE-2025-38061" type="cve" title="CVE-2025-38061" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38066.html" id="CVE-2025-38066" type="cve" title="CVE-2025-38066" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38068.html" id="CVE-2025-38068" type="cve" title="CVE-2025-38068" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38072.html" id="CVE-2025-38072" type="cve" title="CVE-2025-38072" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38075.html" id="CVE-2025-38075" type="cve" title="CVE-2025-38075" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38077.html" id="CVE-2025-38077" type="cve" title="CVE-2025-38077" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38078.html" id="CVE-2025-38078" type="cve" title="CVE-2025-38078" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38079.html" id="CVE-2025-38079" type="cve" title="CVE-2025-38079" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38083.html" id="CVE-2025-38083" type="cve" title="CVE-2025-38083" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38084.html" id="CVE-2025-38084" type="cve" title="CVE-2025-38084" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38085.html" id="CVE-2025-38085" type="cve" title="CVE-2025-38085" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38086.html" id="CVE-2025-38086" type="cve" title="CVE-2025-38086" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38094.html" id="CVE-2025-38094" type="cve" title="CVE-2025-38094" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38100.html" id="CVE-2025-38100" type="cve" title="CVE-2025-38100" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38102.html" id="CVE-2025-38102" type="cve" title="CVE-2025-38102" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38103.html" id="CVE-2025-38103" type="cve" title="CVE-2025-38103" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38107.html" id="CVE-2025-38107" type="cve" title="CVE-2025-38107" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38108.html" id="CVE-2025-38108" type="cve" title="CVE-2025-38108" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38111.html" id="CVE-2025-38111" type="cve" title="CVE-2025-38111" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38112.html" id="CVE-2025-38112" type="cve" title="CVE-2025-38112" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38115.html" id="CVE-2025-38115" type="cve" title="CVE-2025-38115" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38119.html" id="CVE-2025-38119" type="cve" title="CVE-2025-38119" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38120.html" id="CVE-2025-38120" type="cve" title="CVE-2025-38120" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38122.html" id="CVE-2025-38122" type="cve" title="CVE-2025-38122" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38136.html" id="CVE-2025-38136" type="cve" title="CVE-2025-38136" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38146.html" id="CVE-2025-38146" type="cve" title="CVE-2025-38146" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38147.html" id="CVE-2025-38147" type="cve" title="CVE-2025-38147" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38154.html" id="CVE-2025-38154" type="cve" title="CVE-2025-38154" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38157.html" id="CVE-2025-38157" type="cve" title="CVE-2025-38157" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38159.html" id="CVE-2025-38159" type="cve" title="CVE-2025-38159" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38160.html" id="CVE-2025-38160" type="cve" title="CVE-2025-38160" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38161.html" id="CVE-2025-38161" type="cve" title="CVE-2025-38161" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38163.html" id="CVE-2025-38163" type="cve" title="CVE-2025-38163" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38174.html" id="CVE-2025-38174" type="cve" title="CVE-2025-38174" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38180.html" id="CVE-2025-38180" type="cve" title="CVE-2025-38180" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38181.html" id="CVE-2025-38181" type="cve" title="CVE-2025-38181" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38184.html" id="CVE-2025-38184" type="cve" title="CVE-2025-38184" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38185.html" id="CVE-2025-38185" type="cve" title="CVE-2025-38185" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38190.html" id="CVE-2025-38190" type="cve" title="CVE-2025-38190" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38193.html" id="CVE-2025-38193" type="cve" title="CVE-2025-38193" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38194.html" id="CVE-2025-38194" type="cve" title="CVE-2025-38194" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38197.html" id="CVE-2025-38197" type="cve" title="CVE-2025-38197" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38200.html" id="CVE-2025-38200" type="cve" title="CVE-2025-38200" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38206.html" id="CVE-2025-38206" type="cve" title="CVE-2025-38206" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38211.html" id="CVE-2025-38211" type="cve" title="CVE-2025-38211" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38212.html" id="CVE-2025-38212" type="cve" title="CVE-2025-38212" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38214.html" id="CVE-2025-38214" type="cve" title="CVE-2025-38214" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38222.html" id="CVE-2025-38222" type="cve" title="CVE-2025-38222" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38229.html" id="CVE-2025-38229" type="cve" title="CVE-2025-38229" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38231.html" id="CVE-2025-38231" type="cve" title="CVE-2025-38231" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38245.html" id="CVE-2025-38245" type="cve" title="CVE-2025-38245" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38249.html" id="CVE-2025-38249" type="cve" title="CVE-2025-38249" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38251.html" id="CVE-2025-38251" type="cve" title="CVE-2025-38251" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38263.html" id="CVE-2025-38263" type="cve" title="CVE-2025-38263" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38273.html" id="CVE-2025-38273" type="cve" title="CVE-2025-38273" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38280.html" id="CVE-2025-38280" type="cve" title="CVE-2025-38280" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38285.html" id="CVE-2025-38285" type="cve" title="CVE-2025-38285" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38293.html" id="CVE-2025-38293" type="cve" title="CVE-2025-38293" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38298.html" id="CVE-2025-38298" type="cve" title="CVE-2025-38298" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38305.html" id="CVE-2025-38305" type="cve" title="CVE-2025-38305" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38310.html" id="CVE-2025-38310" type="cve" title="CVE-2025-38310" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38312.html" id="CVE-2025-38312" type="cve" title="CVE-2025-38312" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38319.html" id="CVE-2025-38319" type="cve" title="CVE-2025-38319" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38320.html" id="CVE-2025-38320" type="cve" title="CVE-2025-38320" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38323.html" id="CVE-2025-38323" type="cve" title="CVE-2025-38323" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38324.html" id="CVE-2025-38324" type="cve" title="CVE-2025-38324" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38326.html" id="CVE-2025-38326" type="cve" title="CVE-2025-38326" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38328.html" id="CVE-2025-38328" type="cve" title="CVE-2025-38328" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38332.html" id="CVE-2025-38332" type="cve" title="CVE-2025-38332" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38336.html" id="CVE-2025-38336" type="cve" title="CVE-2025-38336" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38337.html" id="CVE-2025-38337" type="cve" title="CVE-2025-38337" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38342.html" id="CVE-2025-38342" type="cve" title="CVE-2025-38342" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38344.html" id="CVE-2025-38344" type="cve" title="CVE-2025-38344" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38345.html" id="CVE-2025-38345" type="cve" title="CVE-2025-38345" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38346.html" id="CVE-2025-38346" type="cve" title="CVE-2025-38346" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38348.html" id="CVE-2025-38348" type="cve" title="CVE-2025-38348" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38350.html" id="CVE-2025-38350" type="cve" title="CVE-2025-38350" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38352.html" id="CVE-2025-38352" type="cve" title="CVE-2025-38352" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38363.html" id="CVE-2025-38363" type="cve" title="CVE-2025-38363" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38380.html" id="CVE-2025-38380" type="cve" title="CVE-2025-38380" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38386.html" id="CVE-2025-38386" type="cve" title="CVE-2025-38386" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38387.html" id="CVE-2025-38387" type="cve" title="CVE-2025-38387" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38389.html" id="CVE-2025-38389" type="cve" title="CVE-2025-38389" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38391.html" id="CVE-2025-38391" type="cve" title="CVE-2025-38391" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38393.html" id="CVE-2025-38393" type="cve" title="CVE-2025-38393" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38395.html" id="CVE-2025-38395" type="cve" title="CVE-2025-38395" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38399.html" id="CVE-2025-38399" type="cve" title="CVE-2025-38399" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38400.html" id="CVE-2025-38400" type="cve" title="CVE-2025-38400" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38403.html" id="CVE-2025-38403" type="cve" title="CVE-2025-38403" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38404.html" id="CVE-2025-38404" type="cve" title="CVE-2025-38404" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38406.html" id="CVE-2025-38406" type="cve" title="CVE-2025-38406" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38410.html" id="CVE-2025-38410" type="cve" title="CVE-2025-38410" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38412.html" id="CVE-2025-38412" type="cve" title="CVE-2025-38412" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38415.html" id="CVE-2025-38415" type="cve" title="CVE-2025-38415" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38418.html" id="CVE-2025-38418" type="cve" title="CVE-2025-38418" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38419.html" id="CVE-2025-38419" type="cve" title="CVE-2025-38419" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38420.html" id="CVE-2025-38420" type="cve" title="CVE-2025-38420" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38424.html" id="CVE-2025-38424" type="cve" title="CVE-2025-38424" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38430.html" id="CVE-2025-38430" type="cve" title="CVE-2025-38430" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38498.html" id="CVE-2025-38498" type="cve" title="CVE-2025-38498" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">79839811a0af582860b517927ac25f6ca000dce0a330664d1eca95ed53aefc23</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1eb536f02db637cced6503154d61dd1ed76b119e029ddbbf716ad10dd24786c2</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6d9e4f57ae3be04ea4f0dfbedbd17b1fa846fdb299f61ca3c61f4212eb2ff3ee</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8773be43898a745975a132f486b4b975e62fda0133c592e21bda589df779d237</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0c1967ae301960d2079ac7d41b042ba34b58da2d7b53b5c4ec17f484a6819b44</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7f449cca664e005f38cc62d65c6b6b850b814fa0ff97fcdf43bded59ad218b1a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5e3e9e9d56806c54eec39488f30cd2d4c48e7d0355012e46d30325bb12c96553</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa8d8d4c4b9961d7e6b8cd7bb95efb66aa57b4bd30ca8113a0efe076271ef5dd</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">50bd80fd57702025cc2e0206c8b1227ea6a8a83035f89dc7be8627b29377ce9f</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-312.187.5.el8uek.noarch.rpm</filename>
          <sum type="sha256">ed0183c6f6a37407303d2c32fd660d9289727fb37ac662a1802607a43356413e</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ba21244f46a0e389cb45f7fc95a6624ff602887fad4932d4c54e11758bc9f13</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-312.187.5.el8uek.src.rpm</filename>
          <sum type="sha256">a97333a3194930835250be50ea967b62d72d656bb82597a4ca461438d7052d2b</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ceef10a0bcde9854a80a952ad7d15248b567bf39f9b486fd950e434588f6fdf3</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">37a4a9b48826f670ff6849d92a057fe75b5032da1c8a41aa5089bd9d7c3901de</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="312.187.5.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-312.187.5.el8uek.x86_64.rpm</filename>
          <sum type="sha256">63fd2b227039c5fbf85757fad02778cb858c5903f67ece0876bf25b48c85bc2f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-10021</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-29 00:00:00"/>
    <updated date="2022-11-29 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.0-1.11.1]
- Support both libfuse 2 and libfuse 3.

[2.0.0-1.11]
- Add initial support for USDT. (Nick Alcock, Kris Van Hees)
- Add support for aggregation keys. (Eugene Loh, Kris Van Hees)
- Add support for copyin(), copyinto(), and copyinstr().
- Add support for built-in variable args[] and sdt probe arg types.
- Fix arg handling for various probes. (Eugene Loh)
- Add basic support for setopt().
- Add -xlockmem, with useful error message. (Eugene Loh)
- Fix -xverbose, -xcpp, and -xctfpath
- Fix handling of multiple args after --. (Nick Alcock)
- Have the pid provider ignore compiler-generated internal function names.
- Fix various bugs with typecasting and internal integer storage. (Eugene Loh)
- Fix access to scalars in kernel space.
- Fix libproc search of rtld_global due to glibc changes. (Nick Alcock)
  [Orabug: 32856318]
- Truly decouple per-CPU BPF agg maps with a 'map of maps.'
- Unused dual aggregation copies (DT_AGG_NUM_COPIES) have been removed.
  (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 34251899]
- Various code improvements. [Orabug: 34251899]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-10021.html" type="self" title="ELBA-2022-10021" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.0" release="1.11.1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.11.1.el8.src.rpm</filename>
          <sum type="sha256">7866db254eeef07cda3a8a2ef769a76879259037bc1ca16e9e0bb11eabafd51d</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">8a55b9315fe612135d5815bb3e2db4d2a07bafc28ce60b59cf74c679489f7b94</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">b637eebca3c9089bf12c5758c9aef2ae9199096b02193f3d8189bd841ca09458</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">dd384b739f5862e4106ac262d3aa9166637dff11e26e97002925e24a1058ab28</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20513</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-08-02 00:00:00"/>
    <updated date="2025-08-02 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-310.184.5.3]
- nfs: clear SB_RDONLY before getting superblock (Li Lingfeng)  
- nfs: ignore SB_RDONLY when remounting nfs (Li Lingfeng)  [Orabug: 38258810] 
- net/rds: poll eq during user-reset (Praveen Kumar Kannoju)  [Orabug: 38258827] 
- net/mlx5: Add poll-eq API to be used by ULP's (Praveen Kumar Kannoju)  [Orabug: 38258830] 
- vhost-scsi: Fix vhost_scsi struct use after free (Mike Christie)  [Orabug: 38258837] 
- net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery (Praveen Kumar Kannoju)  [Orabug: 38258844] 
- x86: Pin task-stack in __get_wchan() (Peter Zijlstra)  [Orabug: 38258846] 
- x86: Fix __get_wchan() for !STACKTRACE (Peter Zijlstra)  [Orabug: 38258846] 
- sched: Add wrapper for get_wchan() to keep task blocked (Kees Cook)  [Orabug: 38258846] 
- x86: Fix get_wchan() to support the ORC unwinder (Qi Zheng)  [Orabug: 38258846] 
- mm: synchronise PGD in x86 when utilising dax vmemmap optimisation (Lorenzo Stoakes)  [Orabug: 38258866] 
- rds: ib: Make sure a QP in INIT state is transitioned to ERR (Hakon Bugge)  [Orabug: 38258860] 
- Reapply 'rds: ib: Make sure receives are posted before connection is up' (Hakon Bugge)  [Orabug: 38258860] 
- KVM: x86: revert APICV_INHIBIT_REASON_APIC_ID_MODIFIED clear path for uek=exadata (Dongli Zhang)  [Orabug: 38258871]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20513.html" type="self" title="ELBA-2025-20513" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6648344feb1961b4c140bbe44fdc24f24131fe4ffbebe10bdf129d66a231f02d</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5b84c4d7815873dd28416ff181db4c33115f4f67751678a625d47ca559b2493d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">26df3ad7aa738e9ae9c4e8713dd09ece9c47ce0f82106419f55310fd31e071ec</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e3d580d2dd0a63c66c4ab9492286578486e6d251326b82087d5b94b8c4aa7462</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7d21fd5639d0ffdd037de06ce49fb67ee5b0e603789c62acf18e780242fb271e</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">279a03f19c5378b9c3e7fa4c916ff2936be0ca8370cefb669e291c2857b79635</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-310.184.5.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">c2c636c2ee393d6b4ed2c9ae50394abfe9906bc47284ac0d0b7f7ac59fa41523</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ea19658bdb51d40552f113b11cb102f759b140907ebbae4ca30baa7adb7b3b5f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-310.184.5.3.el8uek.src.rpm</filename>
          <sum type="sha256">68c57f66f3201276416d617f61d02ee212b8c4b72a3dfa17f00c79d0ecb86a79</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c91fbc57ce038379c1ee69c4953af6926063ce70b0c697b9c8665193a22aa0db</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0e5b1af750d5688abe9b90e22c813e39f191884dc3818d6694b47ed273754568</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fc978ce3e27915c8cbde451e949030f88a988fee21d01413f9819e431a6d08b0</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">602b6dfc84aa5e0483b8dad0c93afe07348fb90b018dc22905d202de5afa6d6e</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9a0cbb7ba520d281877743a7497c503b75d7e774e811d058dbe45d51b260bf09</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="310.184.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-310.184.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">65a8314efb8be77f4ccd0d6050add7eee414fb93091b85afea15e42fe2e9656b</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12719</id>
    <title> ipmctl  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-17 00:00:00"/>
    <updated date="2024-10-17 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[03.00.00.0468-2.0.2]
- Allow libipmctl5-devel to provide libipmctl-devel for EPEL compatibility.

[03.00.00.0468-2.0.1]
- Allow libipmctl5 to provide libipmctl for EPEL compatibility.

[03.00.00.0468-1.0.1]
- Update to 03.00.00.0468</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12719.html" type="self" title="ELBA-2024-12719" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ipmctl" version="03.00.00.0468" release="2.0.2.el8" epoch="0" arch="x86_64">
          <filename>ipmctl-03.00.00.0468-2.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ed07c0efc881153f37b3676f7dc98ffe569e8cbc5610494bcf5c6831ba174888</sum>
        </package>
        <package name="libipmctl5" version="03.00.00.0468" release="2.0.2.el8" epoch="0" arch="x86_64">
          <filename>libipmctl5-03.00.00.0468-2.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">b78a3b6c5790edcae5e704088396413c8b4d8a8402b732af22777d03753955a2</sum>
        </package>
        <package name="libipmctl5-devel" version="03.00.00.0468" release="2.0.2.el8" epoch="0" arch="x86_64">
          <filename>libipmctl5-devel-03.00.00.0468-2.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">87ee935095409bfd2057dc7235d0042937fe47b12c612d539ce77d82fce14e9f</sum>
        </package>
        <package name="ipmctl" version="03.00.00.0468" release="2.0.2.el8" epoch="0" arch="src">
          <filename>ipmctl-03.00.00.0468-2.0.2.el8.src.rpm</filename>
          <sum type="sha256">97845d8d59dca90f08c27aa8a0765348d51c2c8794976d8fe6499e495f95630b</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20152</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-03-10 00:00:00"/>
    <updated date="2025-03-10 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-306.177.4]
- Revert 'usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null' (Greg Kroah-Hartman)  
- drm/v3d: Assign job pointer to NULL before signaling the fence (Maira Canal)  
- scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs (Ranjan Kumar)  [Orabug: 37472354]  {CVE-2024-57804}

[5.15.0-306.177.3]
- uek-rpm: Update network stress testing options for embedded2 (Joe Dobosenski)  [Orabug: 37530219]
- mm, madvise: fix potential workingset node list_lru leaks (Kairui Song)  [Orabug: 37464586]
- crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Dan Carpenter)  [Orabug: 37427536] {CVE-2024-53162}
- vdpa/mlx5: Fix error path during device add (Dragos Tatulea)  [Orabug: 37296163]
- vp_vdpa: fix id_table array not null terminated error (Xiaoguang Wang)  [Orabug: 37296163] {CVE-2024-53110}
- vdpa/mlx5: Postpone MR deletion (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Introduce init/destroy for MR resources (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Rename mr_mtx -&gt; lock (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Extract mr members in own resource struct (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Rename function (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Delete direct MKEYs in parallel (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Create direct MKEYs in parallel (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Small improvement for change_num_qps() (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Keep notifiers during suspend but ignore (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Parallelize device resume (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Parallelize device suspend (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Use async API for vq modify commands (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Use async API for vq query command (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Introduce async fw command wrapper (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Introduce error logging function (Dragos Tatulea)  [Orabug: 37296163]
- net/mlx5: Support throttled commands from async API (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Add the support of set mac address (Cindy Lu)  [Orabug: 37296163]
- vdpa_sim_net: Add the support of set mac address (Cindy Lu)  [Orabug: 37296163]
- vdpa: support set mac address from vdpa tool (Cindy Lu)  [Orabug: 37296163]
- vdpa/mlx5: Fix invalid mr resource destroy (Dragos Tatulea)  [Orabug: 37296163] {CVE-2024-47687}
- vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready() (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Don't reset VQs more than necessary (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Re-create HW VQs under certain conditions (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Use suspend/resume during VQP change (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Forward error in suspend/resume device (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq() (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Add error code for suspend/resume VQ (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Accept Init -&gt; Ready VQ transition in resume_vq() (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Allow creation of blank VQs (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Set mkey modified flags on all VQs (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Start off rqt_size with max VQPs (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Set an initial size on the VQ (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Add support for modifying the VQ features field (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Add support for modifying the virtio_version VQ field (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Rename init_mvqs (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Clear and reinitialize software VQ data on reset (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Initialize and reset device with one queue pair (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Remove duplicate suspend code (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Iterate over active VQs during suspend/resume (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Drop redundant check in teardown_virtqueues() (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Drop redundant code (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical (Dragos Tatulea)  [Orabug: 37296163]
- vdpa/mlx5: Clarify meaning thorough function rename (Dragos Tatulea)  [Orabug: 37296163]
- vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)  [Orabug: 37296163]
- vp_vdpa: don't allocate unused msix vectors (Yuxue Liu)  [Orabug: 37296163]
- vdpa: Convert sprintf/snprintf to sysfs_emit (Li Zhijian)  [Orabug: 37296163]
- vp_vdpa: Fix return value check vp_vdpa_request_irq (Yuxue Liu)  [Orabug: 37296163]
- vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE (Michael S. Tsirkin)  [Orabug: 37296163]
- virtio_vdpa: create vqs with the actual size (Zhu Lingshan)  [Orabug: 37296163]
- vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulator (Zhu Lingshan)  [Orabug: 37296163]
- vp_vdpa: implement vdpa_config_ops.get_vq_size (Zhu Lingshan)  [Orabug: 37296163]
- vDPA: introduce get_vq_size to vdpa_config_ops (Zhu Lingshan)  [Orabug: 37296163]
- vhost-vdpa: uapi to support reporting per vq size (Zhu Lingshan)  [Orabug: 37296163]
- vdpa: skip suspend/resume ops if not DRIVER_OK (Steve Sistare)  [Orabug: 37296163]
- vdpa_sim: reset must not run (Steve Sistare)  [Orabug: 37296163]
- vdpa: Block vq property changes in DRIVER_OK (Dragos Tatulea)  [Orabug: 37296163]
- vdpa: Track device suspended state (Dragos Tatulea)  [Orabug: 37296163]
- vdpa: Remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)  [Orabug: 37296163]
- SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expired (Dai Ngo)  [Orabug: 34162493]

[5.15.0-306.177.2]
- LTS version: v5.15.177 (Vijayendra Suman)
- Partial revert of xhci: use pm_ptr() instead #ifdef for CONFIG_PM conditionals (Ron Economos)
- xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals (Arnd Bergmann)
- net: fix data-races around sk-&gt;sk_forward_alloc (Wang Liang) [Orabug: 37388795] {CVE-2024-53124}
- scsi: sg: Fix slab-use-after-free read in sg_release() (Suraj Sonawane) [Orabug: 37434117] {CVE-2024-56631}
- x86/xen: fix SLS mitigation in xen_hypercall_iret() (Juergen Gross)
- nfsd: add list_head nf_gc to struct nfsd_file (Youzhong Yang)
- ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() (Eric Dumazet) [Orabug: 37200706] {CVE-2024-47707}
- vsock/virtio: discard packets if the transport changes (Stefano Garzarella)
- blk-cgroup: Fix UAF in blkcg_unpin_online() (Tejun Heo) [Orabug: 37434276] {CVE-2024-56672}
- iio: adc: rockchip_saradc: fix information leak in triggered buffer (Javier Carrasco)
- iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on (Jean-Baptiste Maneyrol)
- iio: imu: inv_icm42600: fix spi burst write not supported (Jean-Baptiste Maneyrol)
- drm/i915/fb: Relax clear color alignment to 64 bytes (Ville Syrjala)
- irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly (Yogesh Lal)
- gpiolib: cdev: Fix use after free in lineinfo_changed_notify (Zhongqiu Han) [Orabug: 36683269] {CVE-2024-36899}
- fs/proc: fix softlockup in __read_vmcore (part 2) (Rik van Riel)
- filemap: avoid truncating 64-bit offset to 32 bits (Marco Nelissen)
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (Stefano Garzarella)
- vsock: reset socket state when de-assigning the transport (Stefano Garzarella)
- vsock/virtio: cancel close work in the destructor (Stefano Garzarella)
- net: ethernet: xgbe: re-add aneg to supported features in PHY quirks (Heiner Kallweit)
- nvmet: propagate npwg topology (Luis Chamberlain)
- poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll() (Oleg Nesterov)
- ACPI: resource: acpi_dev_irq_override(): Check DMI match last (Hans de Goede)
- kheaders: Ignore silly-rename files (David Howells)
- fs: fix missing declaration of init_files (Zhang Kunbo)
- hfs: Sanity check the root record (Leo Stone)
- mac802154: check local interfaces before deleting sdata list (Lizhi Xu)
- i2c: rcar: fix NACK handling when being a target (Wolfram Sang)
- i2c: mux: demux-pinctrl: check initial mux selection, too (Wolfram Sang)
- drm/v3d: Ensure job pointer is set to NULL after job completion (Maira Canal)
- net/mlx5: Fix RDMA TX steering prio (Patrisious Haddad)
- net: xilinx: axienet: Fix IRQ coalescing packet count overflow (Sean Anderson)
- nfp: bpf: prevent integer overflow in nfp_bpf_event_output() (Dan Carpenter)
- pktgen: Avoid out-of-bounds access in get_imix_entries (Artem Chernyshev)
- bpf: Fix bpf_sk_select_reuseport() memory leak (Michal Luczaj)
- net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field() (Sudheer Kumar Doredla)
- phy: usb: Fix clock imbalance for suspend/resume (Justin Chen)
- phy: usb: Use slow clock for wake enabled suspend (Justin Chen)
- mptcp: fix TCP options overflow. (Paolo Abeni)
- mptcp: drop port parameter of mptcp_pm_add_addr_signal (Geliang Tang)
- ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv (Dennis Lam)
- ocfs2: correct return value of ocfs2_local_free_info() (Joseph Qi)
- phy: usb: Toggle the PHY power during init (Justin Chen)
- phy: usb: Add 'wake on' functionality for newer Synopsis XHCI controllers (Al Cooper)
- of: address: Preserve the flags portion on 1:1 dma-ranges mapping (Andrea della Porta)
- of: address: Store number of bus flag cells rather than bool (Rob Herring)
- of: address: Remove duplicated functions (Herve Codina)
- of: address: Fix address translation when address-size is greater than 2 (Herve Codina)
- of/address: Add support for 3 address cell bus (Rob Herring)
- of: unittest: Add bus address range parsing tests (Rob Herring)
- arm64: dts: rockchip: add hevc power domain clock to rk3328 (Peter Geis)
- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() (Yu Kuai)
- iio: adc: ad7124: Disable all channels at probe time (Uwe Kleine-Konig)
- iio: inkern: call iio_device_put() only on mapped devices (Joe Hattori)
- iio: adc: at91: call input_free_device() on allocated iio_dev (Joe Hattori)
- iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep() (Fabio Estevam)
- iio: gyro: fxas21002c: Fix missing data update in trigger handler (Carlos Song)
- iio: adc: ti-ads8688: fix information leak in triggered buffer (Javier Carrasco)
- iio: imu: kmx61: fix information leak in triggered buffer (Javier Carrasco)
- iio: light: vcnl4035: fix information leak in triggered buffer (Javier Carrasco)
- iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer (Javier Carrasco)
- iio: pressure: zpa2326: fix information leak in triggered buffer (Javier Carrasco)
- usb: gadget: f_fs: Remove WARN_ON in functionfs_bind (Akash M)
- usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints (Prashanth K)
- usb: fix reference leak in usb_new_device() (Ma Ke)
- USB: core: Disable LPM only for non-suspended ports (Kai-Heng Feng)
- USB: usblp: return error when setting unsupported protocol (Jun Yan)
- usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null (Lianqin Hu)
- topology: Keep the cpumask unchanged when printing cpumap (Li Huafei)
- usb: dwc3: gadget: fix writing NYET threshold (Andre Draszik)
- USB: serial: cp210x: add Phoenix Contact UPS Device (Johan Hovold)
- usb-storage: Add max sectors quirk for Nokia 208 (Lubomir Rintel)
- staging: iio: ad9832: Correct phase range check (Zicheng Qu)
- staging: iio: ad9834: Correct phase range check (Zicheng Qu)
- USB: serial: option: add Neoway N723-EA support (Michal Hrusecky)
- USB: serial: option: add MeiG Smart SRM815 (Chukun Pan)
- md/raid5: fix atomicity violation in raid5_cache_count (Gui-Dong Han)
- scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity (Kuan-Wei Chiu)
- drm/amd/display: increase MAX_SURFACES to the value supported by hw (Melissa Wen)
- ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[] (Hans de Goede)
- ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[] (Hans de Goede)
- riscv: Fix sleeping in invalid context in die() (Nam Cao)
- drm/amd/display: Add check for granularity in dml ceil/floor helpers (Roman Li)
- sctp: sysctl: plpmtud_probe_interval: avoid using current-&gt;nsproxy (Matthieu Baerts (NGI0))
- sctp: sysctl: udp_port: avoid using current-&gt;nsproxy (Matthieu Baerts (NGI0))
- sctp: sysctl: auth_enable: avoid using current-&gt;nsproxy (Matthieu Baerts (NGI0))
- sctp: sysctl: rto_min/max: avoid using current-&gt;nsproxy (Matthieu Baerts (NGI0))
- sctp: sysctl: cookie_hmac_alg: avoid using current-&gt;nsproxy (Matthieu Baerts (NGI0))
- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY (Mikulas Patocka)
- dm thin: make get_first_thin use rcu-safe list first function (Krister Johansen)
- afs: Fix the maximum cell name length (David Howells)
- ksmbd: fix a missing return value check bug (Wentao Liang)
- drm/mediatek: Add support for 180-degree rotation in the display driver (Jason-JH.Lin)
- netfilter: conntrack: clamp maximum hashtable size to INT_MAX (Pablo Neira Ayuso)
- netfilter: nf_tables: imbalance in flowtable binding (Pablo Neira Ayuso)
- tls: Fix tls_sw_sendmsg error handling (Benjamin Coddington)
- cxgb4: Avoid removal of uninserted tid (Anumula Murali Mohan Reddy)
- bnxt_en: Fix possible memory leak when hwrm_req_replace fails (Kalesh AP)
- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (Eric Dumazet)
- tcp/dccp: allow a connection when sk_max_ack_backlog is zero (Zhongqiu Duan)
- tcp/dccp: complete lockless accesses to sk-&gt;sk_max_ack_backlog (Jason Xing)
- net: 802: LLC+SNAP OID:PID lookup on start of skb data (Antonio Pastor)
- ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe() (Keisuke Nishimura)
- ASoC: mediatek: disable buffer pre-allocation (Chen-Yu Tsai)
- exfat: fix the infinite loop in __exfat_free_cluster() (Yuezhang Mo)
- exfat: fix the infinite loop in exfat_readdir() (Yuezhang Mo)
- dm array: fix cursor index when skipping across block boundaries (Ming-Hung Tsai)
- dm array: fix unreleased btree blocks on closing a faulty array cursor (Ming-Hung Tsai)
- dm array: fix releasing a faulty array block twice in dm_array_cursor_end (Ming-Hung Tsai)
- jbd2: flush filesystem device before updating tail sequence (Zhang Yi)
- ceph: give up on paths longer than PATH_MAX (Max Kellermann)

[5.15.0-306.176.1]
- mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLE (liuq)  [Orabug: 37503579]
- mm: Limit warning message in vmemmap_verify() to once (Ma Wupeng)  [Orabug: 37503579]
- assoc_array: fix the return value in assoc_array_insert_mid_shortcut() (Roman Smirnov)  [Orabug: 37503579]
- assoc_array: Avoid open coded arithmetic in allocator arguments (Len Baker)  [Orabug: 37503579]
- mm/page_alloc: use accumulated load when building node fallback list (Krupa Ramakrishnan)  [Orabug: 37503525]
- mm/page_alloc: print node fallback order (Bharata B Rao)  [Orabug: 37503525]
- PCI: Support BAR sizes up to 8TB (Dongdong Liu)  [Orabug: 37503525]
- uek-rpm: Enable USB_XHCI_PCI_RENESAS as a module for aarch64 platforms (Harshit Mogalapalli)  [Orabug: 37552080]
- cifs: use correct lock type in cifs_reconnect() (Paulo Alcantara)  [Orabug: 37535421]
- cifs: fix NULL ptr dereference in refresh_mounts() (Paulo Alcantara)  [Orabug: 37535421]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20152.html" type="self" title="ELSA-2025-20152" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36899.html" id="CVE-2024-36899" type="cve" title="CVE-2024-36899" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47687.html" id="CVE-2024-47687" type="cve" title="CVE-2024-47687" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47707.html" id="CVE-2024-47707" type="cve" title="CVE-2024-47707" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53110.html" id="CVE-2024-53110" type="cve" title="CVE-2024-53110" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53124.html" id="CVE-2024-53124" type="cve" title="CVE-2024-53124" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53162.html" id="CVE-2024-53162" type="cve" title="CVE-2024-53162" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56631.html" id="CVE-2024-56631" type="cve" title="CVE-2024-56631" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56672.html" id="CVE-2024-56672" type="cve" title="CVE-2024-56672" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-57804.html" id="CVE-2024-57804" type="cve" title="CVE-2024-57804" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f2634d09759adb2575fd5da9eedcddf210ce92de35dd281c6d00d72f027ded58</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-306.177.4.el8uek.src.rpm</filename>
          <sum type="sha256">aa529f3d35b2f3d0e56977cec76c34af24061795a280e11e4ff4b9e9437f4714</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-306.177.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">156ea2819ca3d8e78925fb3dadcc716ecbc00f6105979d66fe4be80c4f0e3cbb</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">caf0bb4111ffdfe24bf1bd71ebbb73c616a47f3a9cb8d7ed7c6835784df9bf09</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3646b4fe3d97a7ff7221061e3a7eaea7930f879191c4d43a7cff864286531a48</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b34d95da28ee9e90a5b06f9340c55f7198022133346ef58e20fbeab97790b577</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ec5d23c489ac2e7dc119056d1f2b4a5ab565a8707cc891534fc1dabb3ebd5421</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4ce14e8fb1305c7c16c8c7b9160fb584ab57bb2d0c966b724a265c4632283404</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">de193e485a7a5ca678df75bceb4224a10de27ac3c9dfde622a155c1ab5422072</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">35787e8348db05bf74f60be2e251afe31e050af87b994414113e667470fe76a8</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">800c1aaa4cdd66a5c485d9d07d72f7323a9b3f29878c7b7f6df09f96ba81d2d9</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1f5a61353806e1b74c8835ab2f2b080267097ccfb85459235620ac0cd17d0e1f</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b2f64629283cd3ccefb1f3256865ed4039596a7857b8bdd4de2dc4d35a62c46</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">57fb6e54cf968ffcd781f373a6bc61d3212cca8cf88dc0a583fd70c687ba7f06</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="306.177.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-306.177.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e65ef0cada48e59460668d12a996bbccd88c19c8e3c952cc18b00abff3dc9154</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-28067</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-12-22 00:00:00"/>
    <updated date="2025-12-22 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-315.196.5.2]
- tipc: Fix use-after-free in tipc_mon_reinit_self(). (Kuniyuki Iwashima)  [Orabug: 38786195]  {CVE-2025-40280}
- fs/proc: fix uaf in proc_readdir_de() (Wei Yang)  [Orabug: 38786194]  {CVE-2025-40271}
- vsock: Ignore signal/timeout on connect() if already established (Michal Luczaj)  [Orabug: 38786193]  {CVE-2025-40248}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-28067.html" type="self" title="ELSA-2025-28067" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40248.html" id="CVE-2025-40248" type="cve" title="CVE-2025-40248" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40271.html" id="CVE-2025-40271" type="cve" title="CVE-2025-40271" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40280.html" id="CVE-2025-40280" type="cve" title="CVE-2025-40280" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">74bb46650cab13667d90214fbe2815ef295e39263d22680086331e25fbf4f031</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-315.196.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">55112dab6de35e6a0c218ca3bca15a88056d9bd843da5ca050ac13ac61682f4d</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6a4b8cbf5295c81f9087df7cc5863f51b0c758a4a96efbaf765de885c7ca3742</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1ac94eb1c1fd0a9ab26c3aadadbeb110bda93755af905fdb0244534e2a0bd861</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">435aee72c1bc052f48998e07e82333ea894bd59dc0ac3930f1b7d694b52a26cf</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c74fbdd755032716d623531c9b2afda7f2d8de8d3e67a1abb09cc3bf8e0f0f9e</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1ffa1608ef08710c829a6080f0cb6a097cd3d6632a08969c91f14856e4a9fe5f</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ebd97c6eecfad781d2492ce28dd1e170d39c5215a0a8ee14cc09b86bca764c9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eb468eef0897da30c002471d1691b4a339e49e13485c11e56f2defba7ad62c6a</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f3333df8ef79c348726c7c3f0ed301c958471300b15970a2fe00550193a46cd</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-315.196.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">492f961c1930d51b20612653d682e1d2ca6599a6e91ac5115a3b3b5a316e601a</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4f6280b999508371664d9e4b6c9ab04910236f561d5c85a13c80d838e4f14f75</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">31796063c8abcba8dd7cbede29b0d8da07b098eeba71ee860ad6caf4fc96cb73</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">56db7939e6efeb168eadc778388158199a749697d1060b2581483e8b7ce87ca0</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="315.196.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-315.196.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f39ed7be2f8266c56fa11d8b89d5a0470fde2eca8f7841199839282ca5d30e56</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12239</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-03-26 00:00:00"/>
    <updated date="2024-03-26 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[2.0.0-1.14]
- Implement provider: io.  (Eugene Loh, Kris Van Hees)
- Implement actions: print().  (Alan Maguire)
- Implement subroutines: link_ntop(), cleanpath().  (Eugene Loh)
- Implement options: -xcpu, -xaggpercpu.  (Eugene Loh)
- Improve providers: pid (offset-based probes) and rawtp (arg info).
- Improve options: -xlockmem (improve default).  (Eugene Loh)
- Ensure USDT probes can survive dtprobed restarts.  (Nick Alcock)
- Improve USDT probe creation/deletion.  (Nick Alcock)
- Improve support for DTrace with upstream kernels.  (Nick Alcock)
- Improve support for compiling DTrace in older environments.  (Kris Van Hees)
- Add support for aggregations of stacks.  (Eugene Loh)
- Improve lexer parsing (top-level wildcard ambiguities and numerals).
  (Nick Alcock)
- Fix END probe execution with multiple tracers.  (Nick Alcock)
- Preemptive BPF program execution for DTrace probes is not allowed.
- Buffer overrun fix for systems with non-sequential online CPU ids.
  (Kris Van Hees, Nick Alcock) [Orabug: 36356681]
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 36329725]

[2.0.0-1.13.2]
- Support using DTrace with upstream kernels.
- Implement provider: ip.
- Implement actions: trunc(), pcap().
- Implement subroutines: inet_ntoa6().
- Implement subroutines: inet_ntop(). (Eugene Loh)
- Support modules.builtin.ranges for builtin module-symbol association.
- Provide a BTF-to-CTF convertor to provide (limited) kernel type information
  when CTF is not available.
- Remove dependency on waitfd(). (Nick Alcock)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements. (Nick Alcock, Eugene Loh, Kris Van Hees)

[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12239.html" type="self" title="ELBA-2024-12239" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.0" release="1.14.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.14.el8.src.rpm</filename>
          <sum type="sha256">6db175b59a29a9c5382ecd6b596c536770b6d8ea1dd834b2aa3e74b057be5553</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.14.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.14.el8.x86_64.rpm</filename>
          <sum type="sha256">e94dd7b73229ea473351c3933b444f0027669749df8c4c153cd7b7a99ded2eac</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.14.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.14.el8.x86_64.rpm</filename>
          <sum type="sha256">2056c06f6ea3e0126fbf09fa120ecc5360225d34c5a3a78faf1648717f97022b</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.14.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.14.el8.x86_64.rpm</filename>
          <sum type="sha256">bc1ebf12c1fb90f7785483dfc2e5a0ad8d6a3878002a49275c01b6f9b376ae33</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12595</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-08-21 00:00:00"/>
    <updated date="2024-08-21 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-209.161.7.2]
- KVM: x86: check the kvm_cpu_get_interrupt result before using it (Maxim Levitsky)  [Orabug: 36967640] 
- KVM: x86: VMX: set irr_pending in kvm_apic_update_irr (Maxim Levitsky)  [Orabug: 36967640] 
- KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically (Maxim Levitsky)  [Orabug: 36967640] 
- KVM: x86: Allow APICv APIC ID inhibit to be cleared (Greg Edwards)  [Orabug: 36967641]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12595.html" type="self" title="ELBA-2024-12595" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">65a7f369bca194bf75cc9f4e810e80c1b29428886b4ebeba9c1683ff7ba7544f</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a4b23d0c36a98f88e87b8d00b0d0c404427cdee64ce94a1305306336f7bb799d</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">47875494133dc6dba287a46fe519367b8e023798ae710832bc471675ff54eb69</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0170e887038a31561e75fdcc9c12c7e2a346a43e5495818130a0595079d3b5f6</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bf2f207e2ff17146930d94c3db8992be9edeed83548e4a0278bf4b501faf3b15</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fa4c3ec62c3639bd26693f559a7634aa1528b7730ad8b3b882f64b7e479ae057</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9c2806dd40465011c0a2c03e9af36c02a99ff53762b41850c81bbebd8a951ef2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">99394def5a6611e691e0e430232c5d38ed2c339aba301dfa58b6bdca3188527d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-209.161.7.2.el8uek.src.rpm</filename>
          <sum type="sha256">cc7f7eeecd612d60f555cb1d667e8a14195892d422ae717d6bf9ccbc9c41c601</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6c6af84149e1cec76b8b472468c1b9a352f59b1189f90f163f0983f6456f6b1f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6a6749a0d07779812f9b8b581740849cd522a6fa0ca35cc692ba2a7680363c88</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-209.161.7.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">d2d74c25cc75e2ec441f14ff69be05f3488fd5c61725769208581b362a2b16a1</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1a16cc80a795cc96eb535ff1e103e19a9bfaeb00e687d9d187328090443775d4</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">54afaaaf6f2f109466d2a03e53494fd8a2f27eb7d6d6b492e27ecef549685465</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="209.161.7.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-209.161.7.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">57e16300428497749056317b30289cf04d85802a8ea961ba4df06f05f0191184</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9630</id>
    <title> bcc  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-20 00:00:00"/>
    <updated date="2022-07-20 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[0.23-0.4]
- Explicit Requires dependencies don't work for hard library
  dependencies; instead just rebuild with up-to-date LLVM/clang
  to ensure upgrade isn't blocked by new LLVM/clang versions
  [Orabug: 34386053]

[0.23.0-3]
- Add explicit Requires dependency for clang/llvm-libs [Orabug: 34386053]

[0.23.0-1]
- Bump version to v0.23.0. Fixed issue with renaming libbpf-tools
  to bpf-&lt;name&gt;; symlinks were broken as a result. [Orabug: 33673962]

[0.20.0-6]
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

[0.20.0-5]
- Add gating

[0.20.0-4]
- Don't require bcc-tools by default (#1967550)
- Add explicit bcc requirement to bcc-tools
- Build bcc from standard sources

[0.20.0-3]
- Don't ignore LDFLAGS for libbpf-tools

[0.20.0-2]
- Don't override cflags for libbpf-tools

[0.20.0-1]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9630.html" type="self" title="ELBA-2022-9630" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bcc" version="0.23.0" release="4.el8" epoch="0" arch="x86_64">
          <filename>bcc-0.23.0-4.el8.x86_64.rpm</filename>
          <sum type="sha256">1ce6fcefe474f84038d93b05ba6c6a11d0a28e77ddb8733897d4d1f83bbb6b08</sum>
        </package>
        <package name="bcc-tools" version="0.23.0" release="4.el8" epoch="0" arch="x86_64">
          <filename>bcc-tools-0.23.0-4.el8.x86_64.rpm</filename>
          <sum type="sha256">5af66a38d9e108a6e23e34ea4b4638a324beb12b1cb7623edde8058023f7bc0b</sum>
        </package>
        <package name="python3-bcc" version="0.23.0" release="4.el8" epoch="0" arch="noarch">
          <filename>python3-bcc-0.23.0-4.el8.noarch.rpm</filename>
          <sum type="sha256">82da37bcc9c054666fbe98fb6e3a737d16c2c7292736b1f0e7e68606831e41f0</sum>
        </package>
        <package name="bcc-doc" version="0.23.0" release="4.el8" epoch="0" arch="noarch">
          <filename>bcc-doc-0.23.0-4.el8.noarch.rpm</filename>
          <sum type="sha256">d0c6563399c51b1947c8efbd23c33ebbbb1df5ba99c8fca690a0c2df2da54afa</sum>
        </package>
        <package name="bcc" version="0.23.0" release="4.el8" epoch="0" arch="src">
          <filename>bcc-0.23.0-4.el8.src.rpm</filename>
          <sum type="sha256">933b74b9c23c76eccd8ddbd8b4f72c293ccb06edea7abc23158cf9e95bc42b01</sum>
        </package>
        <package name="bcc-devel" version="0.23.0" release="4.el8" epoch="0" arch="x86_64">
          <filename>bcc-devel-0.23.0-4.el8.x86_64.rpm</filename>
          <sum type="sha256">d6dc0c74af391d3d45979518686dc07a27326748207ef2006c2e3f7fb9cfbd53</sum>
        </package>
        <package name="libbpf-tools" version="0.23.0" release="4.el8" epoch="0" arch="x86_64">
          <filename>libbpf-tools-0.23.0-4.el8.x86_64.rpm</filename>
          <sum type="sha256">3cf3fbb62665654fb78b125fc9078f630d3dc1253df27d69eb3b79c2c6e4cc98</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12815</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-11-11 00:00:00"/>
    <updated date="2024-11-11 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-302.167.6]
- ice: Add a per-VF limit on number of FDIR filters (Ahmed Zaki)  [Orabug: 36964088]  {CVE-2024-42291}
- scsi: lpfc: Fix a possible null pointer dereference (Huai-Yuan Liu)  [Orabug: 36964437]  {CVE-2024-43821}
- power: reset: pwr-mlxbf: support graceful shutdown (Asmaa Mnebhi)  [Orabug: 37208029] 
- gpio: mlxbf3: Support shutdown() function (Asmaa Mnebhi)  [Orabug: 37208029] 
- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (Liming Sun)  [Orabug: 37208029] 
- ocfs2: reserve space for inline xattr before attaching reflink tree (Gautham Ananthakrishna)  [Orabug: 37199019] 
- Revert 'ocfs2: ocfs2 crash due to invalid h_next_leaf_blk value in extent block' (Gautham Ananthakrishna)  [Orabug: 37199019]

[5.15.0-302.167.5]
- mm/hugetlb: fix adjusting poison page flag in non-HVO scenario (Jane Chu)  [Orabug: 37182268] 
- x86/bugs: Adjust SRSO mitigation to new features (Boris Ostrovsky)  [Orabug: 37145844] 
- net/mlx5: disable the 'fast unload' feature on Exadata systems (Qing Huang)  [Orabug: 37093170] 
- NFS: remove revoked delegation from server's delegation list (Dai Ngo)  [Orabug: 36990366] 
- perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology() (Alexander Antonov)  [Orabug: 36882937]  {CVE-2023-52450}

[5.15.0-302.167.4]
- LTS version: v5.15.167 (Vijayendra Suman)  
- udp: fix receiving fraglist GSO packets (Felix Fietkau)  
- memcg: protect concurrent access to mem_cgroup_idr (Shakeel Butt) [Orabug: 36993003] {CVE-2024-43892}
- btrfs: fix race between direct IO write and fsync when using same fd (Filipe Manana) [Orabug: 37195092] {CVE-2024-46734}
- net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket (Daniel Borkmann)  
- x86/mm: Fix PTI for i386 some more (Thomas Gleixner)  
- net: drop bad gso csum_start and offset in virtio_net_hdr (Willem de Bruijn) [Orabug: 37195028] {CVE-2024-43897}
- gso: fix dodgy bit handling for GSO_UDP_L4 (Yan Zhai)  
- net: change maximum number of UDP segments to 128 (Yuri Benditovich)  
- net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation (Willem de Bruijn)  
- gpio: rockchip: fix OF node leak in probe() (Krzysztof Kozlowski)  
- drm/i915/fence: Mark debug_fence_free() with __maybe_unused (Andy Shevchenko)  
- drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused (Andy Shevchenko)  
- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode (Matteo Martelli)  
- nvmet-tcp: fix kernel crash if commands allocation fails (Maurizio Lombardi) [Orabug: 37074464] {CVE-2024-46737}
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (Jonathan Cameron) [Orabug: 37116411] {CVE-2024-46822}
- arm64: acpi: Move get_cpu_for_acpi_id() to a header (James Morse)  
- ACPI: processor: Fix memory leaks in error paths of processor_add() (Jonathan Cameron)  
- ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add() (Jonathan Cameron)  
- workqueue: Improve scalability of workqueue watchdog touch (Nicholas Piggin) [Orabug: 37116487] {CVE-2024-46839}
- workqueue: wq_watchdog_touch is always called with valid CPU (Nicholas Piggin)  
- nilfs2: protect references to superblock parameters exposed in sysfs (Ryusuke Konishi) [Orabug: 37074676] {CVE-2024-46780}
- nilfs2: replace snprintf in show functions with sysfs_emit (Qing Wang)  
- ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (Dan Carpenter)  
- ksmbd: unset the binding mark of a reused connection (Namjae Jeon) [Orabug: 37074716] {CVE-2024-46795}
- perf/aux: Fix AUX buffer serialization (Peter Zijlstra) [Orabug: 37070802] {CVE-2024-46713}
- uprobes: Use kzalloc to allocate xol area (Sven Schnelle)  
- clocksource/drivers/timer-of: Remove percpu irq related code (Daniel Lezcano)  
- clocksource/drivers/imx-tpm: Fix next event not taking effect sometime (Jacky Bai)  
- clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAX (Jacky Bai)  
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic (Naman Jain)  
- uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind (Saurabh Sengar) [Orabug: 37074472] {CVE-2024-46739}
- nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc (Geert Uytterhoeven)  
- binder: fix UAF caused by offsets overwrite (Carlos Llamas) [Orabug: 37074476] {CVE-2024-46740}
- usb: dwc3: core: update LC timer as per USB Spec V3.2 (Faisal Hassan)  
- iio: adc: ad7124: fix chip ID mismatch (Dumitru Ceclan)  
- iio: adc: ad7124: fix config comparison (Dumitru Ceclan)  
- iio: fix scale application in iio_convert_raw_to_processed_unlocked (Matteo Martelli)  
- iio: buffer-dmaengine: fix releasing dma channel on error (David Lechner)  
- staging: iio: frequency: ad9834: Validate frequency parameter value (Aleksandr Mishin) [Orabug: 37159727] {CVE-2024-47663}
- cifs: Check the lease context if we actually got a lease (Ronnie Sahlberg)  
- NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations (Trond Myklebust)  
- ata: pata_macio: Use WARN instead of BUG (Michael Ellerman)  
- MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed (Jiaxun Yang) [Orabug: 37116454] {CVE-2024-46832}
- lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() (Kent Overstreet) [Orabug: 37159756] {CVE-2024-47668}
- of/irq: Prevent device address out-of-bounds read in interrupt map walk (Stefan Wiehler) [Orabug: 37074487] {CVE-2024-46743}
- Squashfs: sanity check symbolic link size (Phillip Lougher) [Orabug: 37074494] {CVE-2024-46744}
- usbnet: ipheth: race between ipheth_close and error handling (Oliver Neukum)  
- Input: uinput - reject requests with unreasonable number of slots (Dmitry Torokhov) [Orabug: 37074502] {CVE-2024-46745}
- HID: amd_sfh: free driver_data after destroying hid device (Olivier Sobrie) [Orabug: 37074507] {CVE-2024-46746}
- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup (Camila Alvarez) [Orabug: 37074512] {CVE-2024-46747}
- s390/vmlinux.lds.S: Move ro_after_init section behind rodata section (Heiko Carstens)  
- btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry() (David Sterba)  
- kselftests: dmabuf-heaps: Ensure the driver name is null-terminated (Zenghui Yu)  
- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup (Jarkko Nikula) [Orabug: 37159737] {CVE-2024-47665}
- net: dpaa: avoid on-stack arrays of NR_CPUS elements (Vladimir Oltean)  
- PCI: Add missing bridge lock to pci_bus_lock() (Dan Williams) [Orabug: 37074530] {CVE-2024-46750}
- riscv: set trap vector earlier (yang.zhang)  
- btrfs: replace BUG_ON() with error handling at update_ref_for_cow() (Filipe Manana) [Orabug: 37074542] {CVE-2024-46752}
- btrfs: clean up our handling of refs == 0 in snapshot delete (Josef Bacik) [Orabug: 37116493] {CVE-2024-46840}
- btrfs: replace BUG_ON with ASSERT in walk_down_proc() (Josef Bacik)  
- fs/ntfs3: Check more cases when directory is corrupted (Konstantin Komarov)  
- smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu() (Zqiang)  
- wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id() (Sascha Hauer) [Orabug: 37074560] {CVE-2024-46755}
- dma-mapping: benchmark: Don't starve others when doing the test (Yicong Yang)  
- ext4: fix possible tid_t sequence overflows (Luis Henriques (SUSE))  
- drm/amdgpu: Set no_hw_access when VF request full GPU fails (Yifan Zha)  
- libbpf: Add NULL checks to bpf_object__{prev_map,next_map} (Andreas Ziegler)  
- hwmon: (w83627ehf) Fix underflows seen when writing limit attributes (Guenter Roeck) [Orabug: 37074565] {CVE-2024-46756}
- hwmon: (nct6775-core) Fix underflows seen when writing limit attributes (Guenter Roeck) [Orabug: 37074570] {CVE-2024-46757}
- hwmon: (lm95234) Fix underflows seen when writing limit attributes (Guenter Roeck) [Orabug: 37074578] {CVE-2024-46758}
- hwmon: (adc128d818) Fix underflows seen when writing limit attributes (Guenter Roeck) [Orabug: 37074583] {CVE-2024-46759}
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv (Krishna Kumar) [Orabug: 37074594] {CVE-2024-46761}
- devres: Initialize an uninitialized struct member (Zijun Hu)  
- um: line: always fill *error_out in setup_one_line() (Johannes Berg) [Orabug: 37116517] {CVE-2024-46844}
- cgroup: Protect css-&gt;cgroup write under css_set_lock (Waiman Long)  
- iommu/vt-d: Handle volatile descriptor status read (Jacob Pan)  
- dm init: Handle minors larger than 255 (Benjamin Marzinski)  
- ASoC: topology: Properly initialize soc_enum values (Amadeusz Slawinski)  
- net: dsa: vsc73xx: fix possible subblocks range of CAPT block (Pawel Dembicki)  
- net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN (Jonas Gorski)  
- fou: Fix null-ptr-deref in GRO. (Kuniyuki Iwashima) [Orabug: 37074606] {CVE-2024-46763}
- gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers (Eric Dumazet)  
- gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers (Eric Dumazet)  
- bareudp: Fix device stats updates. (Guillaume Nault)  
- usbnet: modern method to get random MAC (Oliver Neukum)  
- net: usb: don't write directly to netdev-&gt;dev_addr (Jakub Kicinski)  
- ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset (Larysa Zaremba)  
- igc: Unlock on error in igc_io_resume() (Dan Carpenter)  
- tcp_bpf: fix return value of tcp_bpf_sendmsg() (Cong Wang) [Orabug: 37074692] {CVE-2024-46783}
- platform/x86: dell-smbios: Fix error path in dell_smbios_init() (Aleksandr Mishin)  
- igb: Fix not clearing TimeSync interrupts for 82580 (Daiwei Li)  
- can: m_can: Release irq on error in m_can_open (Simon Horman)  
- can: bcm: Remove proc entry when dev is unregistered. (Kuniyuki Iwashima) [Orabug: 37074624] {CVE-2024-46771}
- drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6 (Marek Olsak)  
- pcmcia: Use resource_size function on resource object (Jules Irenge)  
- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse (Chen Ni)  
- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0) (Kishon Vijay Abraham I) [Orabug: 37159749] {CVE-2024-47667}
- media: vivid: don't set HDMI TX controls if there are no HDMI outputs (Hans Verkuil)  
- drm/amd/display: Check HDCP returned status (Alex Hung)  
- usb: uas: set host status byte on data completion error (Shantanu Goel)  
- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 (Arend van Spriel)  
- leds: spi-byte: Call of_node_put() on error path (Andy Shevchenko)  
- media: vivid: fix wrong sizeimage value for mplane (Hans Verkuil)  
- udf: Avoid excessive partition lengths (Jan Kara) [Orabug: 37074664] {CVE-2024-46777}
- netfilter: nf_conncount: fix wrong variable type (Yunjian Wang)  
- iommu: sun50i: clear bypass register (Jernej Skrabec)  
- af_unix: Remove put_pid()/put_cred() in copy_peercred(). (Kuniyuki Iwashima)  
- irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1 (Pali Rohar)  
- smack: unix sockets: fix accept()ed socket label (Konstantin Andreev)  
- ALSA: hda: Add input value sanity checks to HDMI channel map controls (Takashi Iwai)  
- mptcp: pm: send ACK on an active subflow (Matthieu Baerts (NGI0))  
- mptcp: pr_debug: add missing
 at the end (Matthieu Baerts (NGI0))  
- mptcp: pm: skip connecting to already established sf (Matthieu Baerts (NGI0))  
- mptcp: pm: do not remove already closed subflows (Matthieu Baerts (NGI0))  
- mptcp: pm: ADD_ADDR 0 is not a new address (Matthieu Baerts (NGI0))  
- mptcp: close subflow when receiving TCP+FIN (Matthieu Baerts (NGI0))  
- mptcp: avoid duplicated SUB_CLOSED events (Matthieu Baerts (NGI0))  
- mptcp: pm: avoid possible UaF when selecting endp (Matthieu Baerts (NGI0))  
- mptcp: constify a bunch of of helpers (Paolo Abeni)  
- mptcp: pm: fullmesh: select the right ID later (Matthieu Baerts (NGI0))  
- mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR (Matthieu Baerts (NGI0))  
- mptcp: pm: only decrement add_addr_accepted for MPJ req (Matthieu Baerts (NGI0))  
- mptcp: pm: re-using ID of unused flushed subflows (Matthieu Baerts (NGI0))  
- nilfs2: fix state management in error path of log writing function (Ryusuke Konishi) [Orabug: 37159764] {CVE-2024-47669}
- nilfs2: fix missing cleanup on rollforward recovery error (Ryusuke Konishi) [Orabug: 37074683] {CVE-2024-46781}
- sched: sch_cake: fix bulk flow accounting logic for host fairness (Toke Hoiland-Jorgensen) [Orabug: 37116442] {CVE-2024-46828}
- ila: call nf_unregister_net_hooks() sooner (Eric Dumazet) [Orabug: 37074688] {CVE-2024-46782}
- tracing: Avoid possible softlockup in tracing_iter_reset() (Zheng Yejian)  
- can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open (Simon Arlott) [Orabug: 37074711] {CVE-2024-46791}
- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API (Satya Priya Kakitapalli)  
- clk: qcom: clk-alpha-pll: Fix the pll post div mask (Satya Priya Kakitapalli)  
- fuse: use unsigned type for getxattr/listxattr size truncation (Jann Horn)  
- fuse: update stats for pages in dropped aux writeback list (Joanne Koong)  
- mmc: cqhci: Fix checking of CQHCI_HALT state (Seunghwan Baek)  
- mmc: sdhci-of-aspeed: fix module autoloading (Liao Chen)  
- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K (Sam Protsenko)  
- Bluetooth: MGMT: Ignore keys being loaded with invalid type (Luiz Augusto von Dentz)  
- Revert 'Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE' (Luiz Augusto von Dentz)  
- nvme-pci: Add sleep quirk for Samsung 990 Evo (Georg Gottleuber)  
- rtmutex: Drop rt_mutex::wait_lock before scheduling (Roland Xu) [Orabug: 37116445] {CVE-2024-46829}
- irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init() (Ma Ke)  
- ata: libata: Fix memory leak for error path in ata_host_alloc() (Zheng Qixing)  
- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx (Maximilien Perreault)  
- ALSA: hda/realtek: add patch for internal mic in Lenovo V145 (Terry Cheong)  
- ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices (Christoffer Sandberg)  
- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing (Ravi Bangoria)  
- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE (Maxim Levitsky)  
- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (robelin) [Orabug: 37074721] {CVE-2024-46798}
- sch/netem: fix use after free in netem_dequeue (Stephen Hemminger) [Orabug: 37074725] {CVE-2024-46800}
- i2c: Use IS_REACHABLE() for substituting empty ACPI functions (Richard Fitzgerald)  
- ext4: handle redirtying in ext4_bio_write_page() (Jan Kara)  
- udf: Limit file size to 4TB (Jan Kara)  
- ext4: reject casefold inode flag without casefold feature (Eric Biggers)  
- rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow (Nikita Kiryushin) [Orabug: 36753533] {CVE-2024-38577}
- virtio_net: Fix napi_skb_cache_put warning (Breno Leitao) [Orabug: 36964473] {CVE-2024-43835}
- drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr (Bob Zhou) [Orabug: 36993065] {CVE-2024-43905}
- media: uvcvideo: Enforce alignment of frame and interval (Ricardo Ribalda)  
- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null (Alex Hung) [Orabug: 37073031] {CVE-2024-46714}
- block: remove the blk_flush_integrity call in blk_integrity_unregister (Christoph Hellwig)  
- wifi: cfg80211: make hash table duplicates more survivable (Johannes Berg)  
- drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ (Marek Vasut) [Orabug: 37116336] {CVE-2024-46810}
- drm/meson: plane: Add error handling (Haoran Liu)  
- smack: tcp: ipv4, fix incorrect labeling (Casey Schaufler)  
- usb: typec: ucsi: Fix null pointer dereference in trace (Abhishek Pandit-Subedi) [Orabug: 37073064] {CVE-2024-46719}
- usbip: Don't submit special requests twice (Simon Holesch)  
- rcu/nocb: Remove buggy bypass lock contention mitigation (Frederic Weisbecker)  
- ionic: fix potential irq name truncation (Shannon Nelson)  
- RDMA/efa: Properly handle unexpected AQ completions (Michael Margolin)  
- hwspinlock: Introduce hwspin_lock_bust() (Richard Maina)  
- PCI: al: Check IORESOURCE_BUS existence during probe (Aleksandr Mishin)  
- cpufreq: scmi: Avoid overflow of target_freq in fast switch (Jagadeesh Kona)  
- wifi: iwlwifi: remove fw_running op (Shahar S Matityahu)  
- drm/amdgpu: update type of buf size to u32 for eeprom functions (Tao Zhou)  
- drm/amd/pm: check negtive return for table entries (Jesse Zhang)  
- drm/amdgpu: the warning dereferencing obj for nbio_v7_4 (Jesse Zhang) [Orabug: 37116393] {CVE-2024-46819}
- drm/amd/pm: check specific index for aldebaran (Jesse Zhang)  
- drm/amdgpu: fix the waring dereferencing hive (Jesse Zhang) [Orabug: 37116300] {CVE-2024-46805}
- drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs (Ma Jun)  
- apparmor: fix possible NULL pointer dereference (Leesoo Ahn) [Orabug: 37073077] {CVE-2024-46721}
- drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device (Michael Chen)  
- drm/amdgpu: fix mc_data out-of-bounds read warning (Tim Huang) [Orabug: 37073082] {CVE-2024-46722}
- drm/amdgpu: fix ucode out-of-bounds read warning (Tim Huang) [Orabug: 37073087] {CVE-2024-46723}
- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number (Ma Jun) [Orabug: 37073093] {CVE-2024-46724}
- drm/amdgpu: Fix out-of-bounds write warning (Ma Jun) [Orabug: 37073098] {CVE-2024-46725}
- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response (Ma Jun)  
- drm/amdgpu/pm: Fix uninitialized variable warning for smu10 (Ma Jun)  
- drm/amd/amdgpu: Check tbo resource pointer (Asad Kamal) [Orabug: 37116315] {CVE-2024-46807}
- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_create (Hersen Wu)  
- drm/amd/display: Check msg_id before processing transcation (Alex Hung) [Orabug: 37116360] {CVE-2024-46814}
- drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[] (Alex Hung) [Orabug: 37116365] {CVE-2024-46815}
- drm/amd/display: Add array index check for hdcp ddc access (Hersen Wu) [Orabug: 37116295] {CVE-2024-46804}
- drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6 (Hersen Wu) [Orabug: 37116375] {CVE-2024-46817}
- drm/amd/display: Check gpio_id before used as array index (Alex Hung) [Orabug: 37116384] {CVE-2024-46818}
- drm/amdgpu: avoid reading vf2pf info size from FB (Zhigang Luo)  
- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr (Tim Huang)  
- drm/amdgpu: fix uninitialized scalar variable warning (Tim Huang)  
- drm/amd/pm: fix the Out-of-bounds read warning (Jesse Zhang) [Orabug: 37073129] {CVE-2024-46731}
- drm/amd/pm: fix warning using uninitialized value of max_vid_step (Jesse Zhang)  
- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr (Tim Huang)  
- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc (Ma Jun)  
- drm/amdgpu: fix overflowed array index read warning (Tim Huang)  
- drm/amd/display: Assign linear_pitch_alignment even for VM (Alvin Lee) [Orabug: 37073135] {CVE-2024-46732}
- drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr (Ma Jun)  
- net: usb: qmi_wwan: add MeiG Smart SRM825L (ZHANG Yuntian)  
- dma-debug: avoid deadlock between dma debug vs printk and netconsole (Rik van Riel)  
- i2c: Fix conditional for substituting empty ACPI functions (Richard Fitzgerald)  
- ALSA: hda/conexant: Mute speakers at suspend / shutdown (Takashi Iwai)  
- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (Takashi Iwai)  
- drm: panel-orientation-quirks: Add quirk for OrangePi Neo (Philip Mueller)  
- LTS version: v5.15.166 (Vijayendra Suman)  
- apparmor: fix policy_unpack_test on big endian systems (Guenter Roeck)  
- scsi: aacraid: Fix double-free on probe failure (Ben Hutchings) [Orabug: 37070699] {CVE-2024-46673}
- igc: Fix qbv tx latency by setting gtxoffset (Faizal Rahim)  
- igc: Fix reset adapter logics when tx mode change (Faizal Rahim)  
- phy: zynqmp: Enable reference clock correctly (Sean Anderson)  
- usb: cdnsp: fix for Link TRB with TC (Pawel Laszczak)  
- usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function (Pawel Laszczak)  
- usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes() (Zijun Hu)  
- usb: dwc3: st: add missing depopulate in probe error path (Krzysztof Kozlowski)  
- usb: dwc3: st: fix probed platform device ref count on probe error path (Krzysztof Kozlowski) [Orabug: 37070704] {CVE-2024-46674}
- usb: dwc3: core: Prevent USB core invalid event buffer address access (Selvarasu Ganesan) [Orabug: 37070709] {CVE-2024-46675}
- usb: dwc3: omap: add missing depopulate in probe error path (Krzysztof Kozlowski)  
- USB: serial: option: add MeiG Smart SRM825L (ZHANG Yuntian)  
- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller (Ian Ray)  
- soc: qcom: cmd-db: Map shared memory as WC, not WB (Volodymyr Babchuk)  
- nfc: pn533: Add poll mod list filling check (Aleksandr Mishin) [Orabug: 37070716] {CVE-2024-46676}
- net: busy-poll: use ktime_get_ns() instead of local_clock() (Eric Dumazet)  
- gtp: fix a potential NULL pointer dereference (Cong Wang) [Orabug: 37070721] {CVE-2024-46677}
- ethtool: check device is present when getting link settings (Jamie Bainbridge) [Orabug: 37070727] {CVE-2024-46679}
- dmaengine: dw: Add memory bus width verification (Serge Semin)  
- dmaengine: dw: Add peripheral bus width verification (Serge Semin)  
- phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume (Piyush Mehta)  
- phy: xilinx: phy-zynqmp: dynamic clock support for power-save (Piyush Mehta)  
- phy: xilinx: add runtime PM support (Piyush Mehta)  
- PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro (Paul Cercueil)  
- PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros (Paul Cercueil)  
- PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro (Paul Cercueil)  
- soundwire: stream: fix programming slave ports for non-continous port maps (Krzysztof Kozlowski)  
- cgroup/cpuset: Prevent UAF in proc_cpuset_show() (Chen Ridong) [Orabug: 36964509] {CVE-2024-43853}
- ata: libata-core: Fix null pointer dereference on error (Niklas Cassel) [Orabug: 36897456] {CVE-2024-41098}
- drm/amdkfd: don't allow mapping the MMIO HDP page with large pages (Alex Deucher) [Orabug: 36867630] {CVE-2024-41011}
- Revert 'MIPS: Loongson64: reset: Prioritise firmware service' (Greg Kroah-Hartman)  
- mptcp: sched: check both backup in retrans (Matthieu Baerts (NGI0))  
- net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (Haiyang Zhang)  
- wifi: mwifiex: duplicate static structs used in driver instances (Sascha Hauer)  
- pinctrl: single: fix potential NULL dereference in pcs_get_function() (Ma Ke) [Orabug: 37070743] {CVE-2024-46685}
- pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins (Huang-Huang Bao)  
- btrfs: run delayed iputs when flushing delalloc (Josef Bacik)  
- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (Jesse Zhang) [Orabug: 36898008] {CVE-2024-42228}
(Alexander Lobakin)  
- Input: MT - limit max slots (Tetsuo Handa) [Orabug: 37029136] {CVE-2024-45008}
- Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO (Lee, Chun-Yi) [Orabug: 35358656] {CVE-2023-31083}
- mm/numa: no task_numa_fault() call if PTE is changed (Zi Yan)  
- mm/numa: no task_numa_fault() call if PMD is changed (Zi Yan)  
- ALSA: timer: Relax start tick time check for slave timer elements (Takashi Iwai)  
- hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt() (Javier Carrasco)  
- Revert 'drm/amd/display: Validate hw_points_num before using it' (Alex Hung)  
- mmc: dw_mmc: allow biu and ciu clocks to defer (Ben Whitten)  
- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 (Marc Zyngier) [Orabug: 37070792] {CVE-2024-46707}
- cxgb4: add forgotten u64 ivlan cast before shift (Nikolay Kuratov)  
- HID: microsoft: Add rumble support to latest xbox controllers (Siarhei Vishniakou)  
- HID: wacom: Defer calculation of resolution until resolution_code is known (Jason Gerecke)  
- MIPS: Loongson64: Set timer mode in cpu-probe (Jiaxun Yang)  
- scsi: core: Fix the return value of scsi_logical_block_count() (Chaotian Jing)  
- Bluetooth: MGMT: Add error handling to pair_device() (Griffin Kroah-Hartman) [Orabug: 36992975] {CVE-2024-43884}
- mmc: mmc_test: Fix NULL dereference on allocation failure (Dan Carpenter) [Orabug: 37070690] {CVE-2024-45028}
- drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails (Dmitry Baryshkov) [Orabug: 37029059] {CVE-2024-44982}
- drm/msm/dp: reset the link phy params before link training (Abhinav Kumar)  
- drm/msm/dpu: don't play tricks with debug macros (Dmitry Baryshkov)  
- net: xilinx: axienet: Fix dangling multicast addresses (Sean Anderson)  
- net: xilinx: axienet: Always disable promiscuous mode (Sean Anderson)  
- netfilter: flowtable: validate vlan header (Pablo Neira Ayuso) [Orabug: 37029063] {CVE-2024-44983}
- ipv6: prevent possible UAF in ip6_xmit() (Eric Dumazet) [Orabug: 37029066] {CVE-2024-44985}
- ipv6: fix possible UAF in ip6_finish_output2() (Eric Dumazet) [Orabug: 37029068] {CVE-2024-44986}
- ipv6: prevent UAF in ip6_send_skb() (Eric Dumazet) [Orabug: 37029075] {CVE-2024-44987}
- netem: fix return value if duplicate enqueue fails (Stephen Hemminger) [Orabug: 37070659] {CVE-2024-45016}
- net: dsa: mv88e6xxx: Fix out-of-bound access (Joseph Huang) [Orabug: 37029081] {CVE-2024-44988}
- net: dsa: mv88e6xxx: replace ATU violation prints with trace points (Vladimir Oltean)  
- net: dsa: mv88e6xxx: read FID when handling ATU violations (Hans J. Schultz)  
- dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp() (Dan Carpenter)  
- ice: fix ICE_LAST_OFFSET formula (Maciej Fijalkowski)  
- bonding: fix xfrm state handling when clearing active slave (Nikolay Aleksandrov)  
- bonding: fix xfrm real_dev null pointer dereference (Nikolay Aleksandrov) [Orabug: 37029084] {CVE-2024-44989}
- bonding: fix null pointer deref in bond_ipsec_offload_ok (Nikolay Aleksandrov) [Orabug: 37029087] {CVE-2024-44990}
- bonding: fix bond_ipsec_offload_ok return type (Nikolay Aleksandrov)  
- ip6_tunnel: Fix broken GRO (Thomas Bogendoerfer)  
- netfilter: nft_counter: Synchronize nft_counter_reset() against reader. (Sebastian Andrzej Siewior)  
- netfilter: nft_counter: Disable BH in nft_counter_offload_stats(). (Sebastian Andrzej Siewior)  
- kcm: Serialise kcm_sendmsg() for the same socket. (Kuniyuki Iwashima) [Orabug: 37013760] {CVE-2024-44946}
- tc-testing: don't access non-existent variable on exception (Simon Horman)  
- Bluetooth: SMP: Fix assumption of Central always being Initiator (Luiz Augusto von Dentz)  
- Bluetooth: hci_core: Fix LE quote calculation (Luiz Augusto von Dentz)  
- platform/surface: aggregator: Fix warning when controller is destroyed in probe (Maximilian Luz)  
- net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings (Long Li)  
- dm suspend: return -ERESTARTSYS instead of -EINTR (Mikulas Patocka)  
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c) (Aurelien Jarno)  
- nfsd: make svc_stat per-network namespace instead of global (Josef Bacik)  
- nfsd: remove nfsd_stats, make th_cnt a global counter (Josef Bacik)  
- nfsd: make all of the nfsd stats per-network namespace (Josef Bacik)  
- nfsd: expose /proc/net/sunrpc/nfsd in net namespaces (Josef Bacik)  
- nfsd: rename NFSD_NET_* to NFSD_STATS_* (Josef Bacik)  
- sunrpc: use the struct net as the svc proc private (Josef Bacik)  
- sunrpc: remove -&gt;pg_stats from svc_program (Josef Bacik)  
- sunrpc: pass in the sv_stats struct through svc_create_pooled (Josef Bacik)  
- nfsd: stop setting -&gt;pg_stats for unused stats (Josef Bacik)  
- sunrpc: don't change -&gt;sv_stats if it doesn't exist (Josef Bacik)  
- NFSD: Fix frame size warning in svc_export_parse() (Chuck Lever)  
- NFSD: Rewrite synopsis of nfsd_percpu_counters_init() (Chuck Lever)  
- NFSD: Refactor the duplicate reply cache shrinker (Chuck Lever)  
- NFSD: Replace nfsd_prune_bucket() (Chuck Lever)  
- NFSD: Rename nfsd_reply_cache_alloc() (Chuck Lever)  
- NFSD: Refactor nfsd_reply_cache_free_locked() (Chuck Lever)  
- nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net (Jeff Layton)  
- nfsd: move reply cache initialization into nfsd startup (Jeff Layton)  
- block: use 'unsigned long' for blk_validate_block_size(). (Tetsuo Handa)  
- gtp: pull network headers in gtp_dev_xmit() (Eric Dumazet) [Orabug: 37029110] {CVE-2024-44999}
- hrtimer: Prevent queuing of hrtimer without a function callback (Phil Chang)  
- nvmet-rdma: fix possible bad dereference when freeing rsps (Sagi Grimberg)  
- ext4: set the type of max_zeroout to unsigned int to avoid overflow (Baokun Li)  
- irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc (Guanrui Huang)  
- usb: dwc3: core: Skip setting event buffers for host only controllers (Krishna Kurapati)  
- platform/x86: lg-laptop: fix %s null argument warning (Gergo Koteles)  
- clocksource: Make watchdog and suspend-timing multiplication overflow safe (Adrian Hunter)  
- s390/iucv: fix receive buffer virtual vs physical address confusion (Alexander Gordeev)  
- openrisc: Call setup_memory() earlier in the init sequence (Oreoluwa Babatunde)  
- NFS: avoid infinite loop in pnfs_update_layout. (NeilBrown)  
- nvmet-tcp: do not continue for invalid icreq (Hannes Reinecke)  
- net: hns3: add checking for vf id of mailbox (Jian Shen)  
- Bluetooth: bnep: Fix out-of-bound access (Luiz Augusto von Dentz)  
- usb: gadget: fsl: Increase size of name buffer for endpoints (Uwe Kleine-Konig)  
- f2fs: fix to do sanity check in update_sit_entry (Zhiguo Niu)  
- btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent() (David Sterba)  
- btrfs: change BUG_ON to assertion in tree_move_down() (David Sterba)  
- btrfs: send: handle unexpected data in header buffer in begin_cmd() (David Sterba)  
- btrfs: handle invalid root reference found in may_destroy_subvol() (David Sterba)  
- btrfs: change BUG_ON to assertion when checking for delayed_node root (David Sterba)  
- powerpc/boot: Only free if realloc() succeeds (Michael Ellerman)  
- powerpc/boot: Handle allocation failure in simple_realloc() (Li zeming)  
- parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367 (Helge Deller)  
- memory: stm32-fmc2-ebi: check regmap_read return value (Christophe Kerello)  
- x86: Increase brk randomness entropy for 64-bit systems (Kees Cook)  
- md: clean up invalid BUG_ON in md_ioctl (Li Nan)  
- netlink: hold nlk-&gt;cb_mutex longer in __netlink_dump_start() (Eric Dumazet)  
- clocksource/drivers/arm_global_timer: Guard against division by zero (Martin Blumenstingl)  
- virtiofs: forbid newlines in tags (Stefan Hajnoczi)  
- drm/lima: set gp bus_stop bit before hard reset (Erico Nunes)  
- net/sun3_82586: Avoid reading past buffer in debug output (Kees Cook)  
- media: drivers/media/dvb-core: copy user arrays safely (Philipp Stanner)  
- fs: binfmt_elf_efpic: don't use missing interpreter's properties (Max Filippov)  
- media: pci: cx23885: check cx23885_vdev_init() return (Hans Verkuil)  
- quota: Remove BUG_ON from dqget() (Jan Kara)  
- fuse: fix UAF in rcu pathwalks (Al Viro)  
- afs: fix __afs_break_callback() / afs_drop_open_mmap() race (Al Viro)  
- ext4: do not trim the group with corrupted block bitmap (Baokun Li)  
- nvmet-trace: avoid dereferencing pointer too early (Daniel Wagner)  
- powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu (Kunwu Chan)  
- memory: tegra: Skip SID programming if SID registers aren't set (Ashish Mhetre)  
- arm64: Fix KASAN random tag seed initialization (Samuel Holland)  
- hwmon: (ltc2992) Avoid division by zero (Antoniu Miclaus)  
- IB/hfi1: Fix potential deadlock on &amp;irq_src_lock and &amp;dd-&gt;uctxt_lock (Chengfeng Ye)  
- wifi: iwlwifi: fw: Fix debugfs command sending (Mukesh Sisodiya)  
- wifi: iwlwifi: abort scan when rfkill on but device enabled (Miri Korenblit)  
- gfs2: setattr_chown: Add missing initialization (Andreas Gruenbacher)  
- scsi: spi: Fix sshdr use (Mike Christie)  
- media: qcom: venus: fix incorrect return value (Hans Verkuil)  
- binfmt_misc: cleanup on filesystem umount (Christian Brauner)  
- staging: ks7010: disable bh on tx_dev_lock (Chengfeng Ye)  
- drm/amd/display: Validate hw_points_num before using it (Alex Hung)  
- staging: iio: resolver: ad2s1210: fix use before initialization (David Lechner)  
- media: radio-isa: use dev_name to fill in bus_info (Hans Verkuil)  
- i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer (Jarkko Nikula)  
- i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out (Jarkko Nikula)  
- s390/smp,mcck: fix early IPI handling (Heiko Carstens)  
- RDMA/rtrs: Fix the problem of variable not initialized fully (Zhu Yanjun)  
- i2c: riic: avoid potential division by zero (Wolfram Sang)  
- wifi: cw1200: Avoid processing an invalid TIM IE (Jeff Johnson)  
- wifi: mac80211: fix BA session teardown race (Johannes Berg)  
- wifi: cfg80211: check wiphy mutex is held for wdev mutex (Johannes Berg)  
- ssb: Fix division by zero issue in ssb_calc_clock_rate (Rand Deeb)  
- ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7 (Parsa Poorshikhian)  
- net: hns3: fix a deadlock problem when config TC during resetting (Jie Wang) [Orabug: 37029097] {CVE-2024-44995}
- net: hns3: fix wrong use of semaphore up (Jie Wang)  
- netfilter: nf_queue: drop packets with cloned unconfirmed conntracks (Florian Westphal)  
- netfilter: flowtable: initialise extack before use (Donald Hunter) [Orabug: 37070666] {CVE-2024-45018}
- netfilter: allow ipv6 fragments to arrive on different devices (Tom Hughes)  
- mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size (Eugene Syromiatnikov)  
- mlxbf_gige: disable RX filters until RX path initialized (David Thompson)  
- net: dsa: vsc73xx: check busy flag in MDIO operations (Pawel Dembicki)  
- net: dsa: vsc73xx: use read_poll_timeout instead delay loop (Pawel Dembicki)  
- net: dsa: vsc73xx: pass value in phy_write operation (Pawel Dembicki)  
- net: axienet: Fix register defines comment description (Radhey Shyam Pandey)  
- atm: idt77252: prevent use after free in dequeue_rx() (Dan Carpenter) [Orabug: 37029103] {CVE-2024-44998}
- net/mlx5e: Correctly report errors for ethtool rx flows (Cosmin Ratiu)  
- igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer (Faizal Rahim)  
- igc: remove I226 Qbv BaseTime restriction (Muhammad Husaini Zulkifli)  
- igc: Correct the launchtime offset (Muhammad Husaini Zulkifli)  
- s390/uv: Panic for set and remove shared access UVC errors (Claudio Imbrenda)  
- drm/amdgpu/jpeg2: properly set atomics vmid field (Alex Deucher)  
- memcg_write_event_control(): fix a user-triggerable oops (Al Viro) [Orabug: 37070671] {CVE-2024-45021}
- drm/amdgpu: Actually check flags for all context ops. (Bas Nieuwenhuizen)  
- btrfs: tree-checker: add dev extent item checks (Qu Wenruo)  
- selinux: fix potential counting error in avc_add_xperms_decision() (Zhen Lei)  
- fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE (Al Viro) [Orabug: 37070679] {CVE-2024-45025}
- bitmap: introduce generic optimized bitmap_size() (Alexander Lobakin)  
- btrfs: rename bitmap_set_bits() -&gt; btrfs_bitmap_set_bits() (Alexander Lobakin)  
- s390/cio: rename bitmap_size() -&gt; idset_bitmap_size() (Alexander Lobakin)  
- fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64() (Alexander Lobakin)  
- vfs: Don't evict inode under the inode lru traversing context (Zhihao Cheng) [Orabug: 37029118] {CVE-2024-45003}
- dm persistent data: fix memory allocation failure (Mikulas Patocka)  
- dm resume: don't return EINVAL when signalled (Khazhismel Kumykov)  
- arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE (Haibo Xu)  
- s390/dasd: fix error recovery leading to data corruption on ESE devices (Stefan Haberland) [Orabug: 37070686] {CVE-2024-45026}
- thunderbolt: Mark XDomain as unplugged when router is removed (Mika Westerberg) [Orabug: 37070774] {CVE-2024-46702}
- xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (Mathias Nyman) [Orabug: 37029124] {CVE-2024-45006}
- ALSA: usb-audio: Support Yamaha P-125 quirk entry (Juan Jose Arboleda)  
- ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET (Lianqin Hu)  
- char: xillybus: Check USB endpoints when probing device (Eli Billauer) [Orabug: 37070649] {CVE-2024-45011}
- char: xillybus: Refine workqueue handling (Eli Billauer)  
- char: xillybus: Don't destroy workqueue from work item running on it (Eli Billauer) [Orabug: 37029128] {CVE-2024-45007}
- fuse: Initialize beyond-EOF page contents before setting uptodate (Jann Horn) [Orabug: 37017950] {CVE-2024-44947}
- LTS version: v5.15.165 (Vijayendra Suman)  
- Revert 'ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error' (Niklas Cassel)  
- media: Revert 'media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()' (Sean Young)  
- ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode (Michael Walle)  
- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (Eric Dumazet) [Orabug: 36897690] {CVE-2024-42114}
- binfmt_flat: Fix corruption when not offsetting data start (Kees Cook) [Orabug: 37029015] {CVE-2024-44966}
- usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. (Chris Wulff)  
- nvme/pci: Add APST quirk for Lenovo N60z laptop (WangYuli)  
- exec: Fix ToCToU between perm check and set-uid/gid usage (Kees Cook) [Orabug: 36984016] {CVE-2024-43882}
- arm64: cpufeature: Fix the visibility of compat hwcaps (Amit Daniel Kachhap)  
- arm64: dts: qcom: msm8996: correct #clock-cells for QMP PHY nodes (Dmitry Baryshkov)  
- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt. (Mahesh Salgaonkar) [Orabug: 36897773] {CVE-2024-42126}
- drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (Andi Shyti) [Orabug: 36953968] {CVE-2024-42259}
- mptcp: fully established after ADD_ADDR echo on MPJ (Matthieu Baerts (NGI0))  
- wifi: mac80211: check basic rates validity (Johannes Berg)  
- PCI: dwc: Restore MSI Receiver mask during resume (Jisheng Zhang)  
- net: stmmac: Enable mac_managed_pm phylink config (Shenwei Wang)  
- netfilter: nf_tables: prefer nft_chain_validate (Florian Westphal) [Orabug: 36896845] {CVE-2024-41042}
- netfilter: nf_tables: allow clone callbacks to sleep (Florian Westphal)  
- netfilter: nf_tables: bail out if stateful expression provides no .clone (Pablo Neira Ayuso)  
- netfilter: nf_tables: set element extended ACK reporting support (Pablo Neira Ayuso)  
- tls: fix race between tx work scheduling and socket close (Jakub Kicinski) [Orabug: 36529710] {CVE-2024-26585}
- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (Lukas Wunner) [Orabug: 36964228] {CVE-2024-42302}
- btrfs: fix double inode unlock for direct IO sync writes (Filipe Manana) [Orabug: 37195039] {CVE-2024-43885}
- xfs: fix log recovery buffer allocation for the legacy h_size fixup (Christoph Hellwig) [Orabug: 36809257] {CVE-2024-39472}
- btrfs: fix corruption after buffer fault in during direct IO append write (Filipe Manana)  
- selftests: mptcp: join: check backup support in signal endp (Matthieu Baerts (NGI0))  
- selftests: mptcp: join: validate backup in MPJ (Matthieu Baerts (NGI0))  
- mptcp: pm: fix backup support in signal endpoints (Matthieu Baerts (NGI0))  
- mptcp: export local_address (Geliang Tang)  
- mptcp: pm: only set request_bkup flag when sending MP_PRIO (Matthieu Baerts (NGI0))  
- mptcp: fix bad RCVPRUNED mib accounting (Paolo Abeni)  
- mptcp: mib: count MPJ with backup flag (Matthieu Baerts (NGI0))  
- mptcp: fix NL PM announced address accounting (Paolo Abeni)  
- mptcp: distinguish rcv vs sent backup flag in requests (Matthieu Baerts (NGI0))  
- mptcp: sched: check both directions for backup (Matthieu Baerts (NGI0))  
- drm/mgag200: Set DDC timeout in milliseconds (Thomas Zimmermann)  
- drm/bridge: analogix_dp: properly handle zero sized AUX transactions (Lucas Stach)  
- sched/smt: Fix unbalance sched_smt_present dec/inc (Yang Yingliang) [Orabug: 37028981] {CVE-2024-44958}
- sched/smt: Introduce sched_smt_present_inc/dec() helper (Yang Yingliang)  
- x86/mtrr: Check if fixed MTRRs exist before saving them (Andi Kleen) [Orabug: 37028935] {CVE-2024-44948}
- padata: Fix possible divide-by-0 panic in padata_mt_helper() (Waiman Long) [Orabug: 36992992] {CVE-2024-43889}
- tracing: Fix overflow in get_free_elt() (Tze-nan Wu) [Orabug: 36992997] {CVE-2024-43890}
- power: supply: axp288_charger: Round constant_charge_voltage writes down (Hans de Goede)  
- power: supply: axp288_charger: Fix constant_charge_voltage writes (Hans de Goede)  
- genirq/irqdesc: Honor caller provided affinity in alloc_desc() (Shay Drory)  
- irqchip/xilinx: Fix shift out of bounds (Radhey Shyam Pandey)  
- kcov: properly check for softirq context (Andrey Konovalov)  
- serial: core: check uartclk for zero to avoid divide by zero (George Kennedy) [Orabug: 36993008] {CVE-2024-43893}
- timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex() (Thomas Gleixner)  
- ntp: Safeguard against time_constant overflow (Justin Stitt)  
- irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t' (Arseniy Krasnov)  
- irqchip/meson-gpio: support more than 8 channels gpio irq (Qianggui Song)  
- clocksource: Fix brown-bag boolean thinko in cs_watchdog_read() (Paul E. McKenney)  
- clocksource: Scale the watchdog read retries automatically (Feng Tang)  
- torture: Enable clocksource watchdog with 'tsc=watchdog' (Paul E. McKenney)  
- clocksource: Reduce the default clocksource_watchdog() retries to 2 (Waiman Long)  
- ntp: Clamp maxerror and esterror to operating range (Justin Stitt)  
- vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler (Jason Wang)  
- tick/broadcast: Move per CPU pointer access into the atomic section (Thomas Gleixner) [Orabug: 37195086] {CVE-2024-44968}
- scsi: ufs: core: Fix hba-&gt;last_dme_cmd_tstamp timestamp updating logic (Vamshi Gajjela)  
- scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal)  
- usb: gadget: u_serial: Set start_delayed during suspend (Prashanth K)  
- usb: gadget: core: Check for unset descriptor (Chris Wulff) [Orabug: 37028987] {CVE-2024-44960}
- USB: serial: debug: do not echo input by default (Marek Marczykowski-Gorecki)  
- usb: vhci-hcd: Do not drop references before new references are gained (Oliver Neukum) [Orabug: 36992970] {CVE-2024-43883}
- ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (Takashi Iwai)  
- ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (Steven 'Steve' Kendall)  
- ALSA: line6: Fix racy access to midibuf (Takashi Iwai) [Orabug: 37028956] {CVE-2024-44954}
- drm/client: fix null pointer dereference in drm_client_modeset_probe (Ma Ke) [Orabug: 36993013] {CVE-2024-43894}
- ALSA: usb-audio: Re-add ScratchAmp quirk entries (Takashi Iwai)  
- spi: spi-fsl-lpspi: Fix scldiv calculation (Stefan Wahren)  
- kprobes: Fix to check symbol prefixes correctly (Masami Hiramatsu (Google))  
- bpf: kprobe: remove unused declaring of bpf_kprobe_override (Menglong Dong)  
- i2c: smbus: Send alert notifications to all devices if source not found (Guenter Roeck)  
- spi: spidev: Add missing spi_device_id for bh2228fv (Geert Uytterhoeven)  
- ASoC: codecs: wsa881x: Correct Soundwire ports mask (Krzysztof Kozlowski)  
- ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (Krzysztof Kozlowski)  
- i2c: smbus: Improve handling of stuck alerts (Guenter Roeck)  
- arm64: cputype: Add Cortex-A725 definitions (Mark Rutland)  
- arm64: cputype: Add Cortex-X1C definitions (Mark Rutland)  
- arm64: cputype: Add Cortex-X925 definitions (Mark Rutland)  
- arm64: cputype: Add Cortex-A720 definitions (Mark Rutland)  
- arm64: cputype: Add Cortex-X3 definitions (Mark Rutland)  
- arm64: cputype: Add Neoverse-V3 definitions (Mark Rutland)  
- arm64: cputype: Add Cortex-X4 definitions (Mark Rutland)  
- arm64: barrier: Restore spec_bar() macro (Mark Rutland)  
- arm64: Add Neoverse-V2 part (Besar Wicaksono)  
- arm64: cpufeature: Force HWCAP to be based on the sysreg visible to user-space (James Morse)  
- ext4: fix wrong unit use in ext4_mb_find_by_goal (Kemeng Shi)  
- sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime (Zheng Zucheng)  
- scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal)  
- profiling: remove profile=sleep support (Tetsuo Handa)  
- SUNRPC: Fix a race to wake a sync task (Benjamin Coddington)  
- s390/sclp: Prevent release of buffer in I/O (Peter Oberparleiter) [Orabug: 37029019] {CVE-2024-44969}
- jbd2: avoid memleak in jbd2_journal_write_metadata_buffer (Kemeng Shi)  
- ext4: fix uninitialized variable in ext4_inlinedir_to_tree (Xiaxi Shen)  
- media: uvcvideo: Fix the bandwdith quirk on USB 3.x (Michal Pecio)  
- media: uvcvideo: Ignore empty TS packets (Ricardo Ribalda)  
- drm/amd/display: Add null checker before passing variables (Alex Hung) [Orabug: 36993047] {CVE-2024-43902}
- drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules (Ma Jun) [Orabug: 36993077] {CVE-2024-43907}
- drm/amdgpu: Fix the null pointer dereference to ras_manager (Ma Jun) [Orabug: 36993083] {CVE-2024-43908}
- drm/amdgpu/pm: Fix the null pointer dereference for smu7 (Ma Jun) [Orabug: 36993089] {CVE-2024-43909}
- btrfs: fix bitmap leak when loading free space cache on duplicate entry (Filipe Manana)  
- wifi: nl80211: don't give key data to userspace (Johannes Berg)  
- udf: prevent integer overflow in udf_bitmap_free_blocks() (Roman Smirnov)  
- PCI: Add Edimax Vendor ID to pci_ids.h (FUJITA Tomonori)  
- selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT (Yonghong Song)  
- ACPI: SBS: manage alarm sysfs attribute through psy core (Thomas Weissschuh)  
- ACPI: battery: create alarm sysfs attribute atomically (Thomas Weissschuh)  
- clocksource/drivers/sh_cmt: Address race condition for clock events (Niklas Soderlund)  
- md/raid5: avoid BUG_ON() while continue reshape after reassembling (Yu Kuai) [Orabug: 36993126] {CVE-2024-43914}
- md: do not delete safemode_timer in mddev_suspend (Li Nan)  
- rcutorture: Fix rcu_torture_fwd_cb_cr() data race (Paul E. McKenney)  
- net: fec: Stop PPS on driver remove (Csokas, Bence)  
- l2tp: fix lockdep splat (James Chapman)  
- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (Joe Hattori) [Orabug: 37029031] {CVE-2024-44971}
- Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (Dmitry Antipov)  
- net: linkwatch: use system_unbound_wq (Eric Dumazet)  
- net: bridge: mcast: wait for previous gc cycles when removing port (Nikolay Aleksandrov) [Orabug: 36993143] {CVE-2024-44934}
- net: usb: qmi_wwan: fix memory leak for not ip packets (Daniele Palmas) [Orabug: 36983958] {CVE-2024-43861}
- sctp: Fix null-ptr-deref in reuseport_add_sock(). (Kuniyuki Iwashima) [Orabug: 36993146] {CVE-2024-44935}
- sctp: move hlist_node and hashent out of sctp_ep_common (Xin Long)  
- x86/mm: Fix pti_clone_entry_text() for i386 (Peter Zijlstra)  
- x86/mm: Fix pti_clone_pgtable() alignment assumption (Peter Zijlstra) [Orabug: 37029011] {CVE-2024-44965}
- irqchip/mbigen: Fix mbigen node address layout (Yipeng Zou)  
- netfilter: ipset: Add list flush to cancel_gc (Alexander Maltsev)  
- mptcp: fix duplicate data handling (Paolo Abeni)  
- r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY (Heiner Kallweit)  
- net: usb: sr9700: fix uninitialized variable use in sr_mdio_read (Ma Ke)  
- drm/vmwgfx: Fix a deadlock in dma buf fence polling (Zack Rusin) [Orabug: 36983964] {CVE-2024-43863}
- Revert 'ALSA: firewire-lib: operate for period elapse event in process context' (Edmund Raile)  
- Revert 'ALSA: firewire-lib: obsolete workqueue for period update' (Edmund Raile)  
- ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G (Mavroudis Chatzilazaridis)  
- ALSA: usb-audio: Correct surround channels in UAC1 channel map (Takashi Iwai)  
- protect the fetch of -&gt;fd[fd] in do_dup2() from mispredictions (Al Viro) [Orabug: 36963807] {CVE-2024-42265}
- HID: wacom: Modify pen IDs (Tatsunosuke Tobita)  
- platform/chrome: cros_ec_proto: Lock device when updating MKBP version (Patryk Duda)  
- power: supply: bq24190_charger: replace deprecated strncpy with strscpy (Justin Stitt)  
- riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() (Zhe Qiao) [Orabug: 36963814] {CVE-2024-42267}
- ipv6: fix ndisc_is_useropt() handling for PIO (Maciej Zenczykowski)  
- net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys (Shahar Shitrit)  
- net: mvpp2: Don't re-use loop iterator (Dan Carpenter)  
- net/iucv: fix use after free in iucv_sock_close() (Alexandra Winter) [Orabug: 36964005] {CVE-2024-42271}
- rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink(). (Kuniyuki Iwashima)  
- rtnetlink: enable alt_ifname for setlink/newlink (Florent Fourcot)  
- ALSA: hda: conexant: Fix headset auto detect fail in the polling mode (songxiebing)  
- drm/vmwgfx: Fix overlay when using Screen Targets (Ian Forbes)  
- drm/nouveau: prime: fix refcount underflow (Danilo Krummrich) [Orabug: 36983978] {CVE-2024-43867}
- MIPS: dts: loongson: Fix ls2k1000-rtc interrupt (Jiaxun Yang)  
- MIPS: dts: loongson: Fix liointc IRQ polarity (Jiaxun Yang)  
- MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7a (Jiaxun Yang)  
- MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000 (Binbin Zhou)  
- remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init (Aleksandr Mishin)  
- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (Wayne Lin)  
- irqchip/imx-irqsteer: Handle runtime power management correctly (Shenwei Wang) [Orabug: 36964084] {CVE-2024-42290}
- irqchip/imx-irqsteer: Add runtime PM support (Lucas Stach)  
- irqchip/imx-irqsteer: Constify irq_chip struct (Lucas Stach)  
- irqdomain: Fixed unbalanced fwnode get and put (Herve Codina)  
- leds: triggers: Flush pending brightness before activating trigger (Thomas Weissschuh)  
- leds: trigger: Call synchronize_rcu() before calling trig-&gt;activate() (Hans de Goede)  
- leds: trigger: Store brightness set by led_trigger_event() (Heiner Kallweit)  
- leds: trigger: Remove unused function led_trigger_rename_static() (Heiner Kallweit)  
- leds: trigger: use RCU to protect the led_cdevs list (Johannes Berg)  
- drivers: soc: xilinx: check return status of get_api_version() (Jay Buddhabhatti)  
- soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver (Michael Tretter)  
- ext4: check the extent status again before inserting delalloc block (Zhang Yi)  
- ext4: factor out a common helper to query extent map (Zhang Yi)  
- ext4: convert to exclusive lock while inserting delalloc extents (Zhang Yi)  
- ext4: refactor ext4_da_map_blocks() (Zhang Yi)  
- ext4: make ext4_es_insert_extent() return void (Baokun Li)  
- sysctl: always initialize i_uid/i_gid (Thomas Weissschuh) [Orabug: 36964269] {CVE-2024-42312}
- arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB (Krishna Kurapati)  
- arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB (Krishna Kurapati)  
- arm64: dts: qcom: msm8998: switch USB QMP PHY to new style of bindings (Dmitry Baryshkov)  
- arm64: dts: qcom: msm8998: drop USB PHY clock index (Johan Hovold)  
- arm64: dts: qcom: msm8996: Move '#clock-cells' to QMP PHY child node (Shawn Guo)  
- powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC (Esben Haabendal)  
- fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT (Seth Forshee (DigitalOcean))  
- nvme-pci: add missing condition check for existence of mapped data (Leon Romanovsky) [Orabug: 36964021] {CVE-2024-42276}
- nvme: separate command prep and issue (Jens Axboe)  
- nvme: split command copy into a helper (Jens Axboe)  
- iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en (Artem Chernyshev) [Orabug: 36964025] {CVE-2024-42277}
- ceph: fix incorrect kmalloc size of pagevec mempool (ethanwu)  
- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (Pierre-Louis Bossart)  
- spi: spidev: add correct compatible for Rohm BH2228FV (Conor Dooley)  
- spi: spidev: order compatibles alphabetically (Krzysztof Kozlowski)  
- spidev: Add Silicon Labs EM3581 device compatible (Vincent Tremblay)  
- spi: spidev: Replace OF specific code by device property API (Andy Shevchenko)  
- spi: spidev: Replace ACPI specific code by device_get_match_data() (Andy Shevchenko)  
- spi: spidev: Make probe to fail early if a spidev compatible is used (Javier Martinez Canillas)  
- lirc: rc_dev_get_from_fd(): fix file leak (Al Viro)  
- powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap() (Al Viro)  
- apparmor: Fix null pointer deref when receiving skb during sock creation (Xiao Liang)  
- mISDN: Fix a use after free in hfcmulti_tx() (Dan Carpenter) [Orabug: 36964031] {CVE-2024-42280}
- bpf: Fix a segment issue when downgrading gso_size (Fred Li) [Orabug: 36964037] {CVE-2024-42281}
- net: nexthop: Initialize all fields in dumped nexthops (Petr Machata) [Orabug: 36964043] {CVE-2024-42283}
- net: stmmac: Correct byte order of perfect_match (Simon Horman)  
- tipc: Return non-zero value from tipc_udp_addr2str() on error (Shigeru Yoshida) [Orabug: 36964046] {CVE-2024-42284}
- netfilter: nft_set_pipapo_avx2: disable softinterrupts (Florian Westphal)  
- net: bonding: correctly annotate RCU in bond_should_notify_peers() (Johannes Berg)  
- ipv4: Fix incorrect source address in Record Route option (Ido Schimmel)  
- MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later (Gregory CLEMENT)  
- bpf, events: Use prog to emit ksymbol event for main program (Hou Tao)  
- dma: fix call order in dmam_free_coherent (Lance Richardson) [Orabug: 36964522] {CVE-2024-43856}
- libbpf: Fix no-args func prototype BTF dumping syntax (Andrii Nakryiko)  
- um: time-travel: fix signal blocking race/hang (Johannes Berg)  
- um: time-travel: fix time-travel-start option (Johannes Berg)  
- phy: cadence-torrent: Check return value on register read (Ma Ke)  
- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (Vignesh Raghavendra)  
- jfs: Fix array-index-out-of-bounds in diFree (Jeongjun Park) [Orabug: 36964529] {CVE-2024-43858}
- kdb: address -Wformat-security warnings (Arnd Bergmann)  
- kernel: rerun task_work while freezing in get_signal() (Pavel Begunkov)  
- io_uring/io-wq: limit retrying worker initialisation (Pavel Begunkov)  
- nilfs2: handle inconsistent state in nilfs_btnode_create_block() (Ryusuke Konishi) [Orabug: 36964202] {CVE-2024-42295}
- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591 (WangYuli)  
- Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables (Hilda Wu)  
- rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings (Ilya Dryomov)  
- rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait (Ilya Dryomov)  
- drm/panfrost: Mark simple_ondemand governor as softdep (Dragan Simic)  
- MIPS: Loongson64: Test register availability before use (Jiaxun Yang)  
- MIPS: Loongson64: reset: Prioritise firmware service (Jiaxun Yang)  
- MIPS: Loongson64: Remove memory node for builtin-dtb (Jiaxun Yang)  
- MIPS: Loongson64: env: Hook up Loongsson-2K (Jiaxun Yang)  
- MIPS: dts: loongson: Fix GMAC phy node (Jiaxun Yang)  
- MIPS: ip30: ip30-console: Add missing include (Jiaxun Yang)  
- remoteproc: imx_rproc: Skip over memory region when node value is NULL (Aleksandr Mishin) [Orabug: 36964536] {CVE-2024-43860}
- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (Gwenael Treuveur)  
- rbd: don't assume rbd_is_lock_owner() for exclusive mappings (Ilya Dryomov)  
- selftests/sigaltstack: Fix ppc64 GCC build (Michael Ellerman)  
- RDMA/iwcm: Fix a use-after-free related to destroying CM IDs (Bart Van Assche) [Orabug: 36964053] {CVE-2024-42285}
- platform: mips: cpu_hwmon: Disable driver on unsupported hardware (Jiaxun Yang)  
- watchdog/perf: properly initialize the turbo mode timestamp and rearm counter (Thomas Gleixner)  
- rtc: isl1208: Fix return value of nvmem callbacks (Joy Chakraborty)  
- drm/i915/dp: Reset intel_dp-&gt;link_trained before retraining the link (Imre Deak)  
- drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell (Alex Deucher)  
- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (Nitin Gote)  
- perf/x86/intel/pt: Fix a topa_entry base address calculation (Adrian Hunter)  
- perf/x86/intel/pt: Fix topa_entry base length (Marco Cavenati)  
- perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR (Kan Liang)  
- perf: Fix event leak upon exit (Frederic Weisbecker) [Orabug: 36983986] {CVE-2024-43870}
- rtc: cmos: Fix return value of nvmem callbacks (Joy Chakraborty)  
- mm/numa_balancing: teach mpol_to_str about the balancing mode (Tvrtko Ursulin)  
- devres: Fix memory leakage caused by driver API devm_free_percpu() (Zijun Hu) [Orabug: 36983990] {CVE-2024-43871}
- devres: Fix devm_krealloc() wasting memory (Zijun Hu)  
- gve: Fix an edge case for TSO skb validity check (Bailey Forrest)  
- kobject_uevent: Fix OOB access within zap_modalias_env() (Zijun Hu) [Orabug: 37203371] {CVE-2024-42292}
- kbuild: Fix '-S -c' in x86 stack protector scripts (Nathan Chancellor)  
- decompress_bunzip2: fix rare decompression failure (Ross Lagerwall)  
- ubi: eba: properly rollback inside self_check_eba (Fedor Pchelkin)  
- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (Bastien Curutchet)  
- fs/ntfs3: Update log-&gt;page_{mask,bits} if log-&gt;page_size changed (Huacai Chen) [Orabug: 36964218] {CVE-2024-42299}
- dev/parport: fix the array out-of-bounds risk (tuhaowen) [Orabug: 36964222] {CVE-2024-42301}
- binder: fix hang of unregistered readers (Carlos Llamas)  
- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (Manivannan Sadhasivam)  
- PCI: dw-rockchip: Fix initial PERST# GPIO value (Niklas Cassel)  
- PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN (Wei Liu)  
- hwrng: amd - Convert PCIBIOS_* return codes to errnos (Ilpo Jarvinen)  
- tools/memory-model: Fix bug in lock.cat (Alan Stern)  
- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (wangdicheng)  
- ALSA: usb-audio: Move HD Webcam quirk to the right place (Takashi Iwai)  
- ALSA: usb-audio: Fix microphone sound on HD webcam. (wangdicheng)  
- KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked() (Sean Christopherson)  
- media: uvcvideo: Fix integer overflow calculating timestamp (Ricardo Ribalda)  
- jbd2: make jbd2_journal_get_max_txn_bufs() internal (Jan Kara)  
- leds: ss4200: Convert PCIBIOS_* return codes to errnos (Ilpo Jarvinen)  
- wifi: mwifiex: Fix interface type change (Rafael Beims)  
- selftests/landlock: Add cred_transfer test (Mickael Salaun)  
- io_uring: tighten task exit cancellations (Pavel Begunkov)  
- ext4: make sure the first directory block is not a hole (Baokun Li) [Orabug: 36964231] {CVE-2024-42304}
- ext4: check dot and dotdot of dx_root before making dir indexed (Baokun Li) [Orabug: 36964236] {CVE-2024-42305}
- m68k: amiga: Turn off Warp1260 interrupts during boot (Paolo Pisati)  
- udf: Avoid using corrupted block bitmap buffer (Jan Kara) [Orabug: 36964241] {CVE-2024-42306}
- task_work: Introduce task_work_cancel() again (Frederic Weisbecker)  
- task_work: s/task_work_cancel()/task_work_cancel_func()/ (Frederic Weisbecker)  
- apparmor: use kvfree_sensitive to free data-&gt;data (Fedor Pchelkin)  
- sched/fair: Use all little CPUs for CPU-bound workloads (Pierre Gondois)  
- drm/amd/display: Check for NULL pointer (Sung Joon Kim) [Orabug: 36964246] {CVE-2024-42308}
- drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes (Ma Ke) [Orabug: 36964252] {CVE-2024-42309}
- drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes (Ma Ke) [Orabug: 36964258] {CVE-2024-42310}
- ext2: Verify bitmap and itable block numbers before using them (Jan Kara)  
- hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() (Chao Yu) [Orabug: 36964264] {CVE-2024-42311}
- ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error (Igor Pylypiv)  
- media: venus: fix use after free in vdec_close (Dikshita Agarwal) [Orabug: 36964274] {CVE-2024-42313}
- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (Joe Hattori)  
- fuse: verify {g,u}id mount options correctly (Eric Sandeen)  
- sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks (Tejun Heo)  
- ipv6: take care of scope when choosing the src addr (Nicolas Dichtel)  
- af_packet: Handle outgoing VLAN packets without hardware offloading (Chengen Du)  
- net: netconsole: Disable target before netpoll cleanup (Breno Leitao)  
- tick/broadcast: Make takeover of broadcast hrtimer reliable (Yu Liao)  
- dt-bindings: thermal: correct thermal zone node name limit (Krzysztof Kozlowski)  
- mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer (Tetsuo Handa)  
- mm/hugetlb: fix possible recursive locking detected warning (Miaohe Lin)  
- landlock: Don't lose track of restrictions on cred_transfer (Jann Horn) [Orabug: 36964283] {CVE-2024-42318}
- fs/ntfs3: Missed error return (Konstantin Komarov)  
- rtc: interface: Add RTC offset to alarm after fix-up (Csokas, Bence)  
- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (Ryusuke Konishi)  
- fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP (David Hildenbrand)  
- fs/ntfs3: Fix field-spanning write in INDEX_HDR (Konstantin Komarov)  
- fs/ntfs3: Replace inode_trylock with inode_lock (Konstantin Komarov)  
- pinctrl: freescale: mxs: Fix refcount of child (Peng Fan)  
- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (Yang Yingliang)  
- pinctrl: ti: ti-iodelay: Drop if block with always false condition (Uwe Kleine-Konig)  
- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (Yang Yingliang)  
- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (Yang Yingliang)  
- pinctrl: rockchip: update rk3308 iomux routes (Dmitry Yashin)  
- fs/ntfs3: Fix getting file type (Konstantin Komarov)  
- fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting (Konstantin Komarov)  
- fs/ntfs3: Fix transform resident to nonresident for compressed files (Konstantin Komarov)  
- fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT (Konstantin Komarov)  
- fs/ntfs3: Use ALIGN kernel macro (Konstantin Komarov)  
- net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports (Martin Willi)  
- net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports (Martin Willi)  
- netfilter: nf_set_pipapo: fix initial map fill (Florian Westphal)  
- netfilter: nft_set_pipapo: constify lookup fn args where possible (Florian Westphal)  
- netfilter: ctnetlink: use helper function to calculate expect ID (Pablo Neira Ayuso) [Orabug: 37013754] {CVE-2024-44944}
- bnxt_re: Fix imm_data endianness (Jack Wang)  
- RDMA/hns: Fix insufficient extend DB for VFs. (Chengchang Tang)  
- RDMA/hns: Fix undifined behavior caused by invalid max_sge (Chengchang Tang)  
- RDMA/hns: Fix missing pagesize and alignment check in FRMR (Chengchang Tang)  
- macintosh/therm_windtunnel: fix module unload. (Nick Bowler)  
- powerpc/xmon: Fix disassembly CPU feature checks (Michael Ellerman)  
- net: missing check virtio (Denis Arefev) [Orabug: 36964424] {CVE-2024-43817}
- vhost/vsock: always initialize seqpacket_allow (Michael S. Tsirkin) [Orabug: 36983999] {CVE-2024-43873}
- PCI: endpoint: Clean up error handling in vpci_scan_bus() (Dan Carpenter) [Orabug: 36984004] {CVE-2024-43875}
- Input: elan_i2c - do not leave interrupt disabled on suspend failure (Dmitry Torokhov)  
- RDMA/device: Return error earlier if port in not valid (Leon Romanovsky)  
- mtd: make mtd_test.c a separate module (Arnd Bergmann)  
- ASoC: max98088: Check for clk_prepare_enable() error (Chen Ni)  
- RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs (Honggang LI)  
- RDMA/mlx4: Fix truncated output warning in alias_GUID.c (Leon Romanovsky)  
- RDMA/mlx4: Fix truncated output warning in mad.c (Leon Romanovsky)  
- Input: qt1050 - handle CHIP_ID reading error (Andrei Lalaev)  
- RDMA/cache: Release GID table even if leak is detected (Leon Romanovsky)  
- RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE (Chiara Meiohas)  
- coresight: Fix ref leak when of_coresight_parse_endpoint() fails (James Clark)  
- clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock (Taniya Das)  
- clk: qcom: branch: Add helper functions for setting retain bits (Konrad Dybcio)  
- PCI: Fix resource double counting on remove &amp; rescan (Ilpo Jarvinen)  
- SUNRPC: Fixup gss_status tracepoint error output (Benjamin Coddington)  
- sparc64: Fix incorrect function signature and add prototype for prom_cif_init (Andreas Larsson)  
- ext4: avoid writing unitialized memory to disk in EA inodes (Jan Kara)  
- ext4: don't track ranges in fast_commit if inode has inlined data (Luis Henriques (SUSE))  
- ext4: return early for non-eligible fast_commit track events (Ritesh Harjani)  
- NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server (Olga Kornievskaia)  
- SUNRPC: avoid soft lockup when transmitting UDP to reachable server. (NeilBrown)  
- xprtrdma: Fix rpcrdma_reqs_reset() (Chuck Lever)  
- mfd: omap-usb-tll: Use struct_size to allocate tll (Javier Carrasco)  
- mfd: rsmu: Split core code into separate module (Arnd Bergmann)  
- perf intel-pt: Fix exclude_guest setting (Adrian Hunter)  
- perf intel-pt: Fix aux_watermark calculation for 64-bit size (Adrian Hunter)  
- media: venus: flush all buffers in output plane streamoff (Dikshita Agarwal)  
- ext4: fix infinite loop when replaying fast_commit (Luis Henriques (SUSE))  
- Revert 'leds: led-core: Fix refcount leak in of_led_get()' (Luca Ceresoli)  
- drm/qxl: Add check for drm_cvt_mode (Chen Ni) [Orabug: 36964455] {CVE-2024-43829}
- drm/etnaviv: fix DMA direction handling for cached RW buffers (Lucas Stach)  
- perf report: Fix condition in sort__sym_cmp() (Namhyung Kim)  
- leds: trigger: Unregister sysfs attributes before calling deactivate() (Hans de Goede) [Orabug: 36964458] {CVE-2024-43830}
- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (Hsiao Chien Sung)  
- drm/mediatek: Add missing plane settings when async update (Hsiao Chien Sung)  
- media: renesas: vsp1: Store RPF partition configuration per RPF instance (Laurent Pinchart)  
- media: renesas: vsp1: Fix _irqsave and _irq mix (Laurent Pinchart)  
- media: uvcvideo: Override default flags (Daniel Schaefer)  
- saa7134: Unchecked i2c_transfer function result fixed (Aleksandr Burakov)  
- media: i2c: Fix imx412 exposure control (Bryan O'Donoghue)  
- media: imon: Fix race getting ictx-&gt;lock (Ricardo Ribalda)  
- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (Zheng Yejian)  
- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare() (Douglas Anderson)  
- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators (Douglas Anderson)  
- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (Friedrich Vock)  
- drm/amd/pm: Fix aldebaran pcie speed reporting (Lijo Lazar)  
- xdp: fix invalid wait context of page_pool_destroy() (Taehee Yoo) [Orabug: 36964469] {CVE-2024-43834}
- selftests: forwarding: devlink_lib: Wait for udev events after reloading (Amit Cohen)  
- bpf: Eliminate remaining 'make W=1' warnings in kernel/bpf/btf.o (Alan Maguire)  
- bna: adjust 'name' buf size of bna_tcb and bna_ccb structures (Alexey Kodanev) [Orabug: 36964479] {CVE-2024-43839}
- bpf: annotate BTF show functions with __printf (Alan Maguire)  
- selftests/bpf: Close fd in error path in drop_on_reuseport (Geliang Tang)  
- locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers (John Stultz)  
- wifi: virt_wifi: don't use strlen() in const context (Johannes Berg)  
- gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey (Gaosheng Cui)  
- wifi: virt_wifi: avoid reporting connection success with wrong SSID (En-Wei Wu) [Orabug: 36964486] {CVE-2024-43841}
- perf: Fix default aux_watermark calculation (Adrian Hunter)  
- perf: Prevent passing zero nr_pages to rb_alloc_aux() (Adrian Hunter)  
- perf: Fix perf_aux_size() for greater-than 32-bit size (Adrian Hunter)  
- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculation (Adrian Hunter)  
- netfilter: nf_tables: rise cap on SELinux secmark context (Pablo Neira Ayuso)  
- libbpf: Checking the btf_type kind when fixing variable offsets (Donglin Peng)  
- net: fec: Fix FEC_ECR_EN1588 being cleared on link-down (Csokas, Bence)  
- net: fec: Refactor: #define magic constants (Csokas Bence)  
- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (Baochen Qiang) [Orabug: 36984009] {CVE-2024-43879}
- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (Baochen Qiang)  
- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (Baochen Qiang)  
- mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors (Ido Schimmel)  
- mlxsw: spectrum_acl_erp: Fix object nesting warning (Ido Schimmel) [Orabug: 36984012] {CVE-2024-43880}
- lib: objagg: Fix general protection fault (Ido Schimmel) [Orabug: 36964494] {CVE-2024-43846}
- selftests/bpf: Check length of recv in test_sockmap (Geliang Tang)  
- net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined (Guangguan Wang)  
- tcp: fix races in tcp_v[46]_err() (Eric Dumazet)  
- tcp: fix race in tcp_write_err() (Eric Dumazet)  
- tcp: add tcp_done_with_error() helper (Eric Dumazet)  
- tcp: annotate lockless access to sk-&gt;sk_err (Eric Dumazet)  
- tcp: annotate lockless accesses to sk-&gt;sk_err_soft (Eric Dumazet)  
- net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP (Hagar Hemdan)  
- selftests/bpf: Fix prog numbers in test_sockmap (Geliang Tang)  
- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (Samasth Norway Ananda)  
- firmware: turris-mox-rwtm: Initialize completion before mailbox (Marek Behun)  
- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (Marek Behun)  
- firmware: turris-mox-rwtm: Do not complete if there are no waiters (Marek Behun)  
- vmlinux.lds.h: catch .bss..L* sections into BSS') (Christophe Leroy)  
- ARM: spitz: fix GPIO assignment for backlight (Dmitry Torokhov)  
- ARM: pxa: spitz: use gpio descriptors for audio (Arnd Bergmann)  
- m68k: cmpxchg: Fix return value for default case in __arch_xchg() (Thorsten Blum)  
- x86/xen: Convert comma to semicolon (Chen Ni)  
- m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messages (Eero Tamminen)  
- arm64: dts: amlogic: gx: correct hdmi clocks (Jerome Brunet)  
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add ports node for anx7625 (Chen-Yu Tsai)  
- arm64: dts: mediatek: mt7622: fix 'emmc' pinctrl mux (Rafal Milecki)  
- arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property (Chen-Yu Tsai)  
- ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity (Michael Walle)  
- ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects (Michael Walle)  
- ARM: dts: imx6qdl-kontron-samx6i: fix board reset (Michael Walle)  
- ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset (Michael Walle)  
- ARM: dts: imx6qdl-kontron-samx6i: move phy reset into phy-node (Marco Felsch)  
- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (Jonas Karlman)  
- soc: qcom: pdr: fix parsing of domains lists (Dmitry Baryshkov)  
- soc: qcom: pdr: protect locator_addr with the main mutex (Dmitry Baryshkov) [Orabug: 36964502] {CVE-2024-43849}
- memory: fsl_ifc: Make FSL_IFC config visible and selectable (Esben Haabendal)  
- arm64: dts: qcom: msm8996: specify UFS core_clk frequencies (Dmitry Baryshkov)  
- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by rpmh_rsc_send_data() callers (Stephen Boyd)  
- arm64: dts: qcom: sm8250: add power-domain to UFS PHY (Dmitry Baryshkov)  
- arm64: dts: qcom: sm8250: switch UFS QMP PHY to new style of bindings (Dmitry Baryshkov)  
- arm64: dts: qcom: sdm845: add power-domain to UFS PHY (Dmitry Baryshkov)  
- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (Guenter Roeck)  
- hwmon: (max6697) Fix underflow when writing limit attributes (Guenter Roeck)  
- drm/meson: fix canvas release in bind function (Yao Zi)  
- pwm: stm32: Always do lazy disabling (Uwe Kleine-Konig)  
- hwmon: (adt7475) Fix default duty on fan is disabled (Wayne Tung)  
- x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnos (Ilpo Jarvinen)  
- x86/pci/xen: Fix PCIBIOS_* return code handling (Ilpo Jarvinen)  
- x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling (Ilpo Jarvinen)  
- x86/of: Return consistent error type from x86_of_pci_irq_enable() (Ilpo Jarvinen)  
- hfsplus: fix to avoid false alarm of circular locking (Chao Yu)  
- block: initialize integrity buffer to zero before writing it to media (Christoph Hellwig) [Orabug: 36964514] {CVE-2024-43854}
- block: cleanup bio_integrity_prep (Jinyoung Choi)  
- block: refactor to use helper (Nitesh Shetty)  
- platform/chrome: cros_ec_debugfs: fix wrong EC message version (Tzung-Bi Shih)  
- f2fs: fix to don't dirty inode for readonly filesystem (Chao Yu) [Orabug: 36964212] {CVE-2024-42297}
- f2fs: fix return value of f2fs_convert_inline_inode() (Chao Yu) [Orabug: 36964207] {CVE-2024-42296}
- LTS version: v5.15.164 (Vijayendra Suman)  
- tap: add missing verification for short frame (Si-Wei Liu)   [Orabug: 36879156] {CVE-2024-41090}
- tun: add missing verification for short frame (Dongli Zhang)   [Orabug: 36879156] {CVE-2024-41091}
- wifi: rt2x00: use explicitly signed or unsigned types (Jason A. Donenfeld)  
- filelock: Fix fcntl/close race recovery compat path (Jann Horn) [Orabug: 36874755] {CVE-2024-41012} {CVE-2024-41020}
- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused (Shengjiu Wang)  
- arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB (Krishna Kurapati)  
- arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB (Krishna Kurapati)  
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (Seunghun Han)  
- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (Edson Juliano Drosdeck)  
- fs/ntfs3: Validate ff offset (lei lu) [Orabug: 36891672] {CVE-2024-41019}
- jfs: don't walk off the end of ealist (lei lu) [Orabug: 36891666] {CVE-2024-41017}
- ocfs2: add bounds checking to ocfs2_check_dir_entry() (lei lu) [Orabug: 36891654] {CVE-2024-41015}
- Add gitignore file for samples/fanotify/ subdirectory (Linus Torvalds)  
- docs: Fix formatting of literal sections in fanotify docs (Gabriel Krisman Bertazi)  
- samples: Make fs-monitor depend on libc and headers (Gabriel Krisman Bertazi)  
- samples: Add fs error monitoring example (Gabriel Krisman Bertazi)  
- wifi: mac80211: disable softirqs for queued frame handling (Johannes Berg)  
- mm/damon/core: merge regions aggressively when max_nr_regions is unmet (SeongJae Park)  
- minmax: relax check to allow comparison between unsigned arguments and signed constants (David Laight)  
- minmax: allow comparisons of 'int' against 'unsigned char/short' (David Laight)  
- minmax: allow min()/max()/clamp() if the arguments have the same signedness. (David Laight)  
- minmax: fix header inclusions (Andy Shevchenko)  
- minmax: clamp more efficiently by avoiding extra comparison (Jason A. Donenfeld)  
- minmax: sanity check constant bounds when clamping (Jason A. Donenfeld)  
- tracing: Define the is_signed_type() macro once (Bart Van Assche)  
- spi: mux: set ctlr-&gt;bits_per_word_mask (David Lechner)  
- hfsplus: fix uninit-value in copy_name (Edward Adam Davis) [Orabug: 36896968] {CVE-2024-41059}
- selftests/vDSO: fix clang build errors and warnings (John Hubbard)  
- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices (Uwe Kleine-Konig)  
- riscv: stacktrace: fix usage of ftrace_graph_ret_addr() (Puranjay Mohan)  
- fs: better handle deep ancestor chains in is_subdir() (Christian Brauner)  
- drm/radeon: check bo_va-&gt;bo is non-NULL before using it (Pierre-Eric Pelloux-Prayer) [Orabug: 36896974] {CVE-2024-41060}
- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (Tetsuo Handa) [Orabug: 36896993] {CVE-2024-41063}
- scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed (Xingui Yang)  
- powerpc/eeh: avoid possible crash when edev-&gt;pdev changes (Ganesh Goudar) [Orabug: 36897001] {CVE-2024-41064}
- powerpc/pseries: Whitelist dtl slub object for copying to userspace (Anjali K) [Orabug: 36897008] {CVE-2024-41065}
- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (Yunshui Jiang)  
- net: usb: qmi_wwan: add Telit FN912 compositions (Daniele Palmas)  
- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (Shengjiu Wang)  
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (Aivaz Latypov)  
- btrfs: qgroup: fix quota root leak after quota disable failure (Filipe Manana) [Orabug: 36897343] {CVE-2024-41078}
- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (Armin Wolf)  
- platform/x86: lg-laptop: Change ACPI device id (Armin Wolf)  
- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (Armin Wolf)  
- platform/x86: wireless-hotkey: Add support for LG Airplane Button (Armin Wolf)  
- s390/sclp: Fix sclp_init() cleanup on failure (Heiko Carstens) [Orabug: 36897031] {CVE-2024-41068}
- can: kvaser_usb: fix return value for hif_usb_send_regout (Chen Ni)  
- ASoC: ti: omap-hdmi: Fix too long driver name (Primoz Fiser)  
- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (Jai Luthra)  
- ALSA: dmaengine: Synchronize dma channel after drop() (Jai Luthra)  
- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (Thomas GENTY)  
- Input: i8042 - add Ayaneo Kun to i8042 quirk table (Tobias Jakobi)  
- Input: elantech - fix touchpad state on resume for Lenovo N24 (Jonathan Denose)  
- mips: fix compat_sys_lseek syscall (Arnd Bergmann)  
- ALSA: hda/realtek: Add more codec ID to no shutup pins list (Kailang Yang)  
- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (Alexey Makhalov)  
- KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() (Michael Ellerman) [Orabug: 36897047] {CVE-2024-41070}
- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (Dmitry Antipov) [Orabug: 36897311] {CVE-2024-41072}
- nvme: avoid double free special payload (Chunguang Xu) [Orabug: 36897316] {CVE-2024-41073}
- mei: demote client disconnect warning on suspend to debug (Alexander Usyskin)  
- fs/file: fix the check in find_next_fd() (Yuntao Wang)  
- kconfig: remove wrong expr_trans_bool() (Masahiro Yamada)  
- kconfig: gconf: give a proper initial state to the Save button (Masahiro Yamada)  
- null_blk: fix validation of block size (Andreas Hindborg) [Orabug: 36897338] {CVE-2024-41077}
- arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process (Wei Li)  
- ila: block BH in ila_output() (Eric Dumazet) [Orabug: 36897359] {CVE-2024-41081}
- net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input() (Eric Dumazet)  
- Input: silead - Always support 10 fingers (Hans de Goede)  
- selftests/openat2: Fix build warnings on ppc64 (Michael Ellerman)  
- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (Dmitry Antipov)  
- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (Ayala Beker)  
- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (Yedidya Benshimol)  
- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (Yedidya Benshimol)  
- wifi: mac80211: handle tasklet frames before stopping (Johannes Berg)  
- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (Nicolas Escande)  
- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (Dhananjay Ugwekar)  
- ACPI: EC: Avoid returning AE_OK on errors in address space handler (Armin Wolf)  
- ACPI: EC: Abort address space access upon error (Armin Wolf)  
- scsi: qedf: Set qed_slowpath_params to zero before use (Saurav Kashyap)  
- scsi: qedf: Wait for stag work during unload (Saurav Kashyap)  
- scsi: qedf: Don't process stag work during unload and recovery (Saurav Kashyap)  
- scsi: core: alua: I/O errors for ALUA state transitions (Martin Wilck)  
- scsi: core: Fix a use-after-free (Bart Van Assche)  
- bpf: Fix overrunning reservations in ringbuf (Daniel Borkmann) [Orabug: 36850238] {CVE-2024-41009}
- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (Kuan-Wei Chiu)  
- ARM: 9324/1: fix get_user() broken with veneer (Masahiro Yamada)  
- filelock: Remove locks reliably when fcntl/close race is detected (Jann Horn) [Orabug: 36874755] {CVE-2024-41012} {CVE-2024-41020}
- gcc-plugins: Rename last_stmt() for GCC 14+ (Kees Cook)

[5.15.0-302.163.3]
- uek-rpm: T93: Enable CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER (Thomas Tai)  [Orabug: 37174880] 
- mm: avoid leaving partial pfn mappings around in error case (Linus Torvalds)  [Orabug: 37174198]  {CVE-2024-47674}
- rds/ib: Count memory consumed by rds_page_frag (Hans Westgaard Ry)  [Orabug: 37162157] 
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME properly in embedded kernels (Dave Kleikamp)  [Orabug: 37160327] 
- fs/dcache: allow fractional values in fs.negative-dentry-limit (Gautham Ananthakrishna)  [Orabug: 37156522] 
- Revert 'Documentation/admin-guide/acpi: Move information out of shell script comments' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Move partition_create_desc() work to a helper' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic: Collect GIC_IRQ_TYPE definitions into one place' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / irq: Allow a compile-time arg0 for acpi_register_gsi()'s fwspec' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic, gic-v3: Translate fwspec for DT and ACPI systems in the same way' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Provide a helper to walk processor containers' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to build a cpumask from a cpu_node' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Print DT partitions in the same way as APCI' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Build PPI partitions on ACPI systems' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: select and translate the partition domain' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / irq: Add acpi_register_partitioned_percpu_gsi()' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Find PPTT cache level by ID' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to fill a cpumask from a processor container' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to fill a cpumask from a cache_id' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'drivers: base: cacheinfo: Check per_cpu_cacheinfo() is allocated' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'drivers: base: cacheinfo: Add helper to find the cache size from cpu+level' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Allow for &gt;32-bit cache 'id'' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Set cache 'id' based on DT data' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Expose the code to generate a cache-id from a device_node' (Dave Kleikamp)  [Orabug: 37144820] 
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Kim Phillips)  [Orabug: 37126702] 
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Kim Phillips)  [Orabug: 37126702] 
- x86/cpu, kvm: Add the Null Selector Clears Base feature (Kim Phillips)  [Orabug: 37126702] 
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Kim Phillips)  [Orabug: 37126702] 
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Kim Phillips)  [Orabug: 37126702] 
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Kim Phillips)  [Orabug: 37126702] 
- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Jim Mattson)  [Orabug: 37126702] 
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (Paolo Bonzini)  [Orabug: 37126702] 
- KVM: x86: skip host CPUID call for hypervisor leaves (Paolo Bonzini)  [Orabug: 37126702] 
- KVM: x86: add support for CPUID leaf 0x80000021 (Paolo Bonzini)  [Orabug: 37126702] 
- amd_hsmp: Update PwrEfficiencyModeSelection message (Suma Hegde)  [Orabug: 37123833] 
- amd_hsmp: Add support for new error codes returned from firmware (Suma Hegde)  [Orabug: 37123833] 
- amd_hsmp: Add new HSMP messages of protocol version 7 (Suma Hegde)  [Orabug: 37123833] 
- IB/mlx5: Fix mlx5_ib_get_vector_irqn() after dynamic IRQ allocation change (Gerd Rausch)  [Orabug: 37069671] 
- arm64: kdump: increase crashkernel reservation size for crashkernel=auto (Brian Maly)  [Orabug: 36949800] 
- rds: Support rds-pings with payload (Hakon Bugge)  [Orabug: 36847470] 
- mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() (Miaohe Lin)  [Orabug: 36683092]  {CVE-2024-36028}
- mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled (Miaohe Lin)  [Orabug: 36597930]  {CVE-2024-26987}

[5.15.0-302.163.2]
- uek: kabi: Introduce APIs to hide/fake inclusion of headers (Saeed Mirzamohammadi)  [Orabug: 37144803] 
- uek-rpm: Enable config for Mediatek mt7915E wireless driver (Saeed Mirzamohammadi)  [Orabug: 37123534] 
- uek-rpm: Update the x86 kABI files for new symbol (Yifei Liu)  [Orabug: 37108651] 
- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (Sean Christopherson)  [Orabug: 36809298]  {CVE-2024-39483}
- net: bridge: xmit: make sure we have at least eth header len bytes (Nikolay Aleksandrov)  [Orabug: 36753371]  {CVE-2024-38538}
- net: add pskb_may_pull_reason() helper (Eric Dumazet)  [Orabug: 36753371]  {CVE-2024-38538}

[5.15.0-302.163.1]
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (Haoran Zhang)  [Orabug: 37035557] {CVE-2024-49863}
- kpcimgr: Add dynamic memory region allocation feature (Joe Dobosenski)  [Orabug: 36983477]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12815.html" type="self" title="ELSA-2024-12815" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-31083.html" id="CVE-2023-31083" type="cve" title="CVE-2023-31083" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52450.html" id="CVE-2023-52450" type="cve" title="CVE-2023-52450" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26585.html" id="CVE-2024-26585" type="cve" title="CVE-2024-26585" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26987.html" id="CVE-2024-26987" type="cve" title="CVE-2024-26987" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36028.html" id="CVE-2024-36028" type="cve" title="CVE-2024-36028" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38538.html" id="CVE-2024-38538" type="cve" title="CVE-2024-38538" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38577.html" id="CVE-2024-38577" type="cve" title="CVE-2024-38577" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39472.html" id="CVE-2024-39472" type="cve" title="CVE-2024-39472" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39483.html" id="CVE-2024-39483" type="cve" title="CVE-2024-39483" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41009.html" id="CVE-2024-41009" type="cve" title="CVE-2024-41009" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41011.html" id="CVE-2024-41011" type="cve" title="CVE-2024-41011" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41012.html" id="CVE-2024-41012" type="cve" title="CVE-2024-41012" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41015.html" id="CVE-2024-41015" type="cve" title="CVE-2024-41015" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41017.html" id="CVE-2024-41017" type="cve" title="CVE-2024-41017" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41019.html" id="CVE-2024-41019" type="cve" title="CVE-2024-41019" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41020.html" id="CVE-2024-41020" type="cve" title="CVE-2024-41020" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41042.html" id="CVE-2024-41042" type="cve" title="CVE-2024-41042" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41059.html" id="CVE-2024-41059" type="cve" title="CVE-2024-41059" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41060.html" id="CVE-2024-41060" type="cve" title="CVE-2024-41060" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41063.html" id="CVE-2024-41063" type="cve" title="CVE-2024-41063" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41064.html" id="CVE-2024-41064" type="cve" title="CVE-2024-41064" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41065.html" id="CVE-2024-41065" type="cve" title="CVE-2024-41065" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41068.html" id="CVE-2024-41068" type="cve" title="CVE-2024-41068" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41070.html" id="CVE-2024-41070" type="cve" title="CVE-2024-41070" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41072.html" id="CVE-2024-41072" type="cve" title="CVE-2024-41072" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41073.html" id="CVE-2024-41073" type="cve" title="CVE-2024-41073" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41077.html" id="CVE-2024-41077" type="cve" title="CVE-2024-41077" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41078.html" id="CVE-2024-41078" type="cve" title="CVE-2024-41078" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41081.html" id="CVE-2024-41081" type="cve" title="CVE-2024-41081" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41090.html" id="CVE-2024-41090" type="cve" title="CVE-2024-41090" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41091.html" id="CVE-2024-41091" type="cve" title="CVE-2024-41091" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41098.html" id="CVE-2024-41098" type="cve" title="CVE-2024-41098" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42114.html" id="CVE-2024-42114" type="cve" title="CVE-2024-42114" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42126.html" id="CVE-2024-42126" type="cve" title="CVE-2024-42126" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42228.html" id="CVE-2024-42228" type="cve" title="CVE-2024-42228" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42259.html" id="CVE-2024-42259" type="cve" title="CVE-2024-42259" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42265.html" id="CVE-2024-42265" type="cve" title="CVE-2024-42265" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42267.html" id="CVE-2024-42267" type="cve" title="CVE-2024-42267" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42271.html" id="CVE-2024-42271" type="cve" title="CVE-2024-42271" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42276.html" id="CVE-2024-42276" type="cve" title="CVE-2024-42276" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42277.html" id="CVE-2024-42277" type="cve" title="CVE-2024-42277" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42280.html" id="CVE-2024-42280" type="cve" title="CVE-2024-42280" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42281.html" id="CVE-2024-42281" type="cve" title="CVE-2024-42281" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42283.html" id="CVE-2024-42283" type="cve" title="CVE-2024-42283" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42284.html" id="CVE-2024-42284" type="cve" title="CVE-2024-42284" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42285.html" id="CVE-2024-42285" type="cve" title="CVE-2024-42285" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42290.html" id="CVE-2024-42290" type="cve" title="CVE-2024-42290" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42291.html" id="CVE-2024-42291" type="cve" title="CVE-2024-42291" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42292.html" id="CVE-2024-42292" type="cve" title="CVE-2024-42292" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42295.html" id="CVE-2024-42295" type="cve" title="CVE-2024-42295" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42296.html" id="CVE-2024-42296" type="cve" title="CVE-2024-42296" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42297.html" id="CVE-2024-42297" type="cve" title="CVE-2024-42297" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42299.html" id="CVE-2024-42299" type="cve" title="CVE-2024-42299" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42301.html" id="CVE-2024-42301" type="cve" title="CVE-2024-42301" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42302.html" id="CVE-2024-42302" type="cve" title="CVE-2024-42302" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42304.html" id="CVE-2024-42304" type="cve" title="CVE-2024-42304" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42305.html" id="CVE-2024-42305" type="cve" title="CVE-2024-42305" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42306.html" id="CVE-2024-42306" type="cve" title="CVE-2024-42306" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42308.html" id="CVE-2024-42308" type="cve" title="CVE-2024-42308" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42309.html" id="CVE-2024-42309" type="cve" title="CVE-2024-42309" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42310.html" id="CVE-2024-42310" type="cve" title="CVE-2024-42310" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42311.html" id="CVE-2024-42311" type="cve" title="CVE-2024-42311" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42312.html" id="CVE-2024-42312" type="cve" title="CVE-2024-42312" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42313.html" id="CVE-2024-42313" type="cve" title="CVE-2024-42313" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42318.html" id="CVE-2024-42318" type="cve" title="CVE-2024-42318" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43817.html" id="CVE-2024-43817" type="cve" title="CVE-2024-43817" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43821.html" id="CVE-2024-43821" type="cve" title="CVE-2024-43821" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43829.html" id="CVE-2024-43829" type="cve" title="CVE-2024-43829" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43830.html" id="CVE-2024-43830" type="cve" title="CVE-2024-43830" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43834.html" id="CVE-2024-43834" type="cve" title="CVE-2024-43834" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43835.html" id="CVE-2024-43835" type="cve" title="CVE-2024-43835" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43839.html" id="CVE-2024-43839" type="cve" title="CVE-2024-43839" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43841.html" id="CVE-2024-43841" type="cve" title="CVE-2024-43841" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43846.html" id="CVE-2024-43846" type="cve" title="CVE-2024-43846" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43849.html" id="CVE-2024-43849" type="cve" title="CVE-2024-43849" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43853.html" id="CVE-2024-43853" type="cve" title="CVE-2024-43853" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43854.html" id="CVE-2024-43854" type="cve" title="CVE-2024-43854" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43856.html" id="CVE-2024-43856" type="cve" title="CVE-2024-43856" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43858.html" id="CVE-2024-43858" type="cve" title="CVE-2024-43858" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43860.html" id="CVE-2024-43860" type="cve" title="CVE-2024-43860" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43861.html" id="CVE-2024-43861" type="cve" title="CVE-2024-43861" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43863.html" id="CVE-2024-43863" type="cve" title="CVE-2024-43863" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43867.html" id="CVE-2024-43867" type="cve" title="CVE-2024-43867" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43870.html" id="CVE-2024-43870" type="cve" title="CVE-2024-43870" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43871.html" id="CVE-2024-43871" type="cve" title="CVE-2024-43871" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43873.html" id="CVE-2024-43873" type="cve" title="CVE-2024-43873" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43875.html" id="CVE-2024-43875" type="cve" title="CVE-2024-43875" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43879.html" id="CVE-2024-43879" type="cve" title="CVE-2024-43879" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43880.html" id="CVE-2024-43880" type="cve" title="CVE-2024-43880" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43882.html" id="CVE-2024-43882" type="cve" title="CVE-2024-43882" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43883.html" id="CVE-2024-43883" type="cve" title="CVE-2024-43883" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43884.html" id="CVE-2024-43884" type="cve" title="CVE-2024-43884" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43885.html" id="CVE-2024-43885" type="cve" title="CVE-2024-43885" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43889.html" id="CVE-2024-43889" type="cve" title="CVE-2024-43889" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43890.html" id="CVE-2024-43890" type="cve" title="CVE-2024-43890" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43892.html" id="CVE-2024-43892" type="cve" title="CVE-2024-43892" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43893.html" id="CVE-2024-43893" type="cve" title="CVE-2024-43893" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43894.html" id="CVE-2024-43894" type="cve" title="CVE-2024-43894" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43897.html" id="CVE-2024-43897" type="cve" title="CVE-2024-43897" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43902.html" id="CVE-2024-43902" type="cve" title="CVE-2024-43902" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43905.html" id="CVE-2024-43905" type="cve" title="CVE-2024-43905" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43907.html" id="CVE-2024-43907" type="cve" title="CVE-2024-43907" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43908.html" id="CVE-2024-43908" type="cve" title="CVE-2024-43908" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43909.html" id="CVE-2024-43909" type="cve" title="CVE-2024-43909" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43914.html" id="CVE-2024-43914" type="cve" title="CVE-2024-43914" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44934.html" id="CVE-2024-44934" type="cve" title="CVE-2024-44934" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44935.html" id="CVE-2024-44935" type="cve" title="CVE-2024-44935" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44944.html" id="CVE-2024-44944" type="cve" title="CVE-2024-44944" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44946.html" id="CVE-2024-44946" type="cve" title="CVE-2024-44946" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44947.html" id="CVE-2024-44947" type="cve" title="CVE-2024-44947" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44948.html" id="CVE-2024-44948" type="cve" title="CVE-2024-44948" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44954.html" id="CVE-2024-44954" type="cve" title="CVE-2024-44954" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44958.html" id="CVE-2024-44958" type="cve" title="CVE-2024-44958" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44960.html" id="CVE-2024-44960" type="cve" title="CVE-2024-44960" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44965.html" id="CVE-2024-44965" type="cve" title="CVE-2024-44965" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44966.html" id="CVE-2024-44966" type="cve" title="CVE-2024-44966" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44968.html" id="CVE-2024-44968" type="cve" title="CVE-2024-44968" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44969.html" id="CVE-2024-44969" type="cve" title="CVE-2024-44969" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44971.html" id="CVE-2024-44971" type="cve" title="CVE-2024-44971" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44982.html" id="CVE-2024-44982" type="cve" title="CVE-2024-44982" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44983.html" id="CVE-2024-44983" type="cve" title="CVE-2024-44983" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44985.html" id="CVE-2024-44985" type="cve" title="CVE-2024-44985" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44986.html" id="CVE-2024-44986" type="cve" title="CVE-2024-44986" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44987.html" id="CVE-2024-44987" type="cve" title="CVE-2024-44987" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44988.html" id="CVE-2024-44988" type="cve" title="CVE-2024-44988" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44989.html" id="CVE-2024-44989" type="cve" title="CVE-2024-44989" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44990.html" id="CVE-2024-44990" type="cve" title="CVE-2024-44990" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44995.html" id="CVE-2024-44995" type="cve" title="CVE-2024-44995" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44998.html" id="CVE-2024-44998" type="cve" title="CVE-2024-44998" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44999.html" id="CVE-2024-44999" type="cve" title="CVE-2024-44999" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45003.html" id="CVE-2024-45003" type="cve" title="CVE-2024-45003" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45006.html" id="CVE-2024-45006" type="cve" title="CVE-2024-45006" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45007.html" id="CVE-2024-45007" type="cve" title="CVE-2024-45007" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45008.html" id="CVE-2024-45008" type="cve" title="CVE-2024-45008" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45011.html" id="CVE-2024-45011" type="cve" title="CVE-2024-45011" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45016.html" id="CVE-2024-45016" type="cve" title="CVE-2024-45016" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45018.html" id="CVE-2024-45018" type="cve" title="CVE-2024-45018" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45021.html" id="CVE-2024-45021" type="cve" title="CVE-2024-45021" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45025.html" id="CVE-2024-45025" type="cve" title="CVE-2024-45025" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45026.html" id="CVE-2024-45026" type="cve" title="CVE-2024-45026" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45028.html" id="CVE-2024-45028" type="cve" title="CVE-2024-45028" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46673.html" id="CVE-2024-46673" type="cve" title="CVE-2024-46673" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46674.html" id="CVE-2024-46674" type="cve" title="CVE-2024-46674" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46675.html" id="CVE-2024-46675" type="cve" title="CVE-2024-46675" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46676.html" id="CVE-2024-46676" type="cve" title="CVE-2024-46676" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46677.html" id="CVE-2024-46677" type="cve" title="CVE-2024-46677" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46679.html" id="CVE-2024-46679" type="cve" title="CVE-2024-46679" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46685.html" id="CVE-2024-46685" type="cve" title="CVE-2024-46685" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46702.html" id="CVE-2024-46702" type="cve" title="CVE-2024-46702" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46707.html" id="CVE-2024-46707" type="cve" title="CVE-2024-46707" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46713.html" id="CVE-2024-46713" type="cve" title="CVE-2024-46713" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46714.html" id="CVE-2024-46714" type="cve" title="CVE-2024-46714" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46719.html" id="CVE-2024-46719" type="cve" title="CVE-2024-46719" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46721.html" id="CVE-2024-46721" type="cve" title="CVE-2024-46721" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46722.html" id="CVE-2024-46722" type="cve" title="CVE-2024-46722" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46723.html" id="CVE-2024-46723" type="cve" title="CVE-2024-46723" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46724.html" id="CVE-2024-46724" type="cve" title="CVE-2024-46724" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46725.html" id="CVE-2024-46725" type="cve" title="CVE-2024-46725" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46731.html" id="CVE-2024-46731" type="cve" title="CVE-2024-46731" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46732.html" id="CVE-2024-46732" type="cve" title="CVE-2024-46732" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46734.html" id="CVE-2024-46734" type="cve" title="CVE-2024-46734" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46737.html" id="CVE-2024-46737" type="cve" title="CVE-2024-46737" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46739.html" id="CVE-2024-46739" type="cve" title="CVE-2024-46739" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46740.html" id="CVE-2024-46740" type="cve" title="CVE-2024-46740" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46743.html" id="CVE-2024-46743" type="cve" title="CVE-2024-46743" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46744.html" id="CVE-2024-46744" type="cve" title="CVE-2024-46744" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46745.html" id="CVE-2024-46745" type="cve" title="CVE-2024-46745" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46746.html" id="CVE-2024-46746" type="cve" title="CVE-2024-46746" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46747.html" id="CVE-2024-46747" type="cve" title="CVE-2024-46747" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46750.html" id="CVE-2024-46750" type="cve" title="CVE-2024-46750" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46752.html" id="CVE-2024-46752" type="cve" title="CVE-2024-46752" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46755.html" id="CVE-2024-46755" type="cve" title="CVE-2024-46755" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46756.html" id="CVE-2024-46756" type="cve" title="CVE-2024-46756" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46757.html" id="CVE-2024-46757" type="cve" title="CVE-2024-46757" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46758.html" id="CVE-2024-46758" type="cve" title="CVE-2024-46758" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46759.html" id="CVE-2024-46759" type="cve" title="CVE-2024-46759" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46761.html" id="CVE-2024-46761" type="cve" title="CVE-2024-46761" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46763.html" id="CVE-2024-46763" type="cve" title="CVE-2024-46763" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46771.html" id="CVE-2024-46771" type="cve" title="CVE-2024-46771" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46777.html" id="CVE-2024-46777" type="cve" title="CVE-2024-46777" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46780.html" id="CVE-2024-46780" type="cve" title="CVE-2024-46780" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46781.html" id="CVE-2024-46781" type="cve" title="CVE-2024-46781" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46782.html" id="CVE-2024-46782" type="cve" title="CVE-2024-46782" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46783.html" id="CVE-2024-46783" type="cve" title="CVE-2024-46783" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46791.html" id="CVE-2024-46791" type="cve" title="CVE-2024-46791" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46795.html" id="CVE-2024-46795" type="cve" title="CVE-2024-46795" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46798.html" id="CVE-2024-46798" type="cve" title="CVE-2024-46798" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46800.html" id="CVE-2024-46800" type="cve" title="CVE-2024-46800" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46804.html" id="CVE-2024-46804" type="cve" title="CVE-2024-46804" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46805.html" id="CVE-2024-46805" type="cve" title="CVE-2024-46805" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46807.html" id="CVE-2024-46807" type="cve" title="CVE-2024-46807" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46810.html" id="CVE-2024-46810" type="cve" title="CVE-2024-46810" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46814.html" id="CVE-2024-46814" type="cve" title="CVE-2024-46814" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46815.html" id="CVE-2024-46815" type="cve" title="CVE-2024-46815" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46817.html" id="CVE-2024-46817" type="cve" title="CVE-2024-46817" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46818.html" id="CVE-2024-46818" type="cve" title="CVE-2024-46818" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46819.html" id="CVE-2024-46819" type="cve" title="CVE-2024-46819" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46822.html" id="CVE-2024-46822" type="cve" title="CVE-2024-46822" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46828.html" id="CVE-2024-46828" type="cve" title="CVE-2024-46828" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46829.html" id="CVE-2024-46829" type="cve" title="CVE-2024-46829" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46832.html" id="CVE-2024-46832" type="cve" title="CVE-2024-46832" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46839.html" id="CVE-2024-46839" type="cve" title="CVE-2024-46839" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46840.html" id="CVE-2024-46840" type="cve" title="CVE-2024-46840" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46844.html" id="CVE-2024-46844" type="cve" title="CVE-2024-46844" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47663.html" id="CVE-2024-47663" type="cve" title="CVE-2024-47663" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47665.html" id="CVE-2024-47665" type="cve" title="CVE-2024-47665" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47667.html" id="CVE-2024-47667" type="cve" title="CVE-2024-47667" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47668.html" id="CVE-2024-47668" type="cve" title="CVE-2024-47668" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47669.html" id="CVE-2024-47669" type="cve" title="CVE-2024-47669" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47674.html" id="CVE-2024-47674" type="cve" title="CVE-2024-47674" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49863.html" id="CVE-2024-49863" type="cve" title="CVE-2024-49863" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b23d2864a69d4299fc206cc3c866d3b63856d219c6770dc63be57f93ee0e4659</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d9aace605988a76956a04953843b59d300a26adb20614e4d32db5808e03d70e6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4fc8c2bbfe630ce7a36b2acbcfd17302346bf07b12ee680aa7313b7dcdc39b9c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-302.167.6.el8uek.src.rpm</filename>
          <sum type="sha256">17858221cafa3cf2a4495aeaa1a12e370c0df6635105a68f1122c6715bce14fa</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">39e5bb82f2c9ed07989aca66aebaebbab115ba38b5b8c248b5d88a95bfc7a4e2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ccf8a9df3cb38768a3dc6445030122d09ef241db510a6513b09d0ede388f9281</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a73d14727e3f093ef7340c5f5afe902347de9e344d0dcb56eea683b3f8f9c0e5</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0db28a0c27296893193299eabc65536caf0f60395a19d6cd17477c07184f8d31</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2b5b5bf0189c3979a4faf8d6c958383e74ad703ca9fe79c4a9b837d839021049</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bbda25160cdc756cfe00172836102995f4ac240ae333a2966027236cf8b41948</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-302.167.6.el8uek.noarch.rpm</filename>
          <sum type="sha256">f970ab905b8bd4aa4f691e9b986b40a077362f8d605af8a89ae654d09fe56286</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fa969948377aeeda899c4241b22ce1b0b7446dbdce3a36a7f729b30ee2868a83</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">792ca55d272ee41442e5e3c49af65114151e269f4753cea0cf4b60a0e1c664f7</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e4511be9236d5b67ed8cc76f0020d711417bdd0d6e50294c36ef60c475142906</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="302.167.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-302.167.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6c1f1e34e5781adbf0836efb947bd53189f0ec01687c105f3f2018788b517712</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50113</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-15 00:00:00"/>
    <updated date="2026-02-15 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-317.197.5.1]
- Revert 'net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn' (Vijayendra Suman)  [Orabug: 38961010] 
- Revert 'net/rds: expand kref coverage to rds_notifier-&gt;n_conn' (Sharath Srinivasan)  [Orabug: 38961010]

[5.15.0-317.197.5]
- KVM: x86: conditionally clear masterclock request for uek=exadata (Dongli Zhang)  [Orabug: 38801641]
- Partial backport of 'KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()' (Dongli Zhang)  [Orabug: 38801641]
- uek-rpm: pensando: Move crashkernel to cnic-image-builder (Henry Willard)  [Orabug: 38851137]
- ext4: drop dio overwrite only flag and associated warning (Brian Foster)  [Orabug: 38381010]
- ext4: fix racy may inline data check in dio write (Brian Foster)  [Orabug: 38381010]
- ext4: allow concurrent unaligned dio overwrites (Brian Foster)  [Orabug: 38381010]
- ext4: dio take shared inode lock when overwriting preallocated blocks (Zhang Yi)  [Orabug: 38381010]
- net: mana: Reduce waiting time if HWC not responding (Haiyang Zhang)  [Orabug: 38172423]
- uek-rpm: hnic: add unique hnic signing certs (Tom Saeger)  [Orabug: 38894488]
- drivers/soc/pensando/sbus: Secure mode support. (Hiren Mehta)  [Orabug: 38894106]
- drivers/soc/pensando/pen_secure: Report register address on access errors (Maciej S. Szmigiero)  [Orabug: 38894106]
- drivers/edac/elba_edac: Secure mode support (Hiren Mehta)  [Orabug: 38894106]
- drivers/soc/pensando/bsm: Add secure-mode support. (Hiren Mehta)  [Orabug: 38894106]
- drivers/soc/pensando/rstcause: Add secure mode support. (Hiren Mehta)  [Orabug: 38894106]
- drivers/soc/pensando/penfw: New SMC support for secure-mode. (Hiren Mehta)  [Orabug: 38894106]
- drivers/soc/pensando/sbus: Secure mode support (Hiren Mehta)  [Orabug: 38894106]
- sunrpc: fix client side handling of tls alerts (Olga Kornievskaia)  [Orabug: 38334981]  {CVE-2025-38571}
- sunrpc: fix handling of server side tls alerts (Olga Kornievskaia)  [Orabug: 38334968]  {CVE-2025-38566}
- xfrm: delete x-&gt;tunnel as we delete x (Sabrina Dubroca)  [Orabug: 38730492]  {CVE-2025-40215}

[5.15.0-317.197.4]
- gpio: mlxbf3: use platform_get_irq_optional() (David Thompson) [Orabug: 38755419]
- platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1 (Alok Tiwari) [Orabug: 38755419]
- pinctrl: mlxbf3: Fix return value check for devm_platform_ioremap_resource (Chen Ni) [Orabug: 38755419]
- net/mlx5e: Query FW for buffer ownership (Alexei Lazar) [Orabug: 38755419]
- net/mlx5: Add IFC bits and enums for buf_ownership (Oren Sidi) [Orabug: 38755419]
- net/mlx5: Update mlx5_ifc to support FEC for 200G per lane link modes (Jianbo Liu) [Orabug: 38755419]
- net/mlx5e: Support FEC settings for 100G/lane modes (Cosmin Ratiu) [Orabug: 38755419]
- net/mlx5e: Extract checking of FEC support for a link mode (Cosmin Ratiu) [Orabug: 38755419]
- tcp: Set pingpong threshold via sysctl (Haiyang Zhang) [Orabug: 38853979]
- arm64: hnic: config: Add NBD driver (Patrick Colp) [Orabug: 38858773]
- arm64: pensando: Fix spec file for HNIC (Rob Gardner) [Orabug: 38858773]
- Enable additional drivers needed to support MIPS64 SmartNic (Vijay Kumar) [Orabug: 38846771]
- MIPS: Fix build error for mips ARCH_ATOMIC (Vijay Kumar) [Orabug: 38846771]
- Added atomic addition,subtraction functions. (Anagha K J) [Orabug: 38846771]
- Allocate the required IV size referenced by the cypher handle in init_state (Anagha K J) [Orabug: 38846771]
- Setting up numa system and memory initializations (Anagha K J) [Orabug: 38846771]
- Implemented clocksource provider driven by node-0 FPA_CLK_COUNT (Anagha K J) [Orabug: 38846771]
- Processor cache information made available to userspace (Anagha K J) [Orabug: 38846771]
- MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow (Thomas Bogendoerfer) [Orabug: 38851582]
- usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE (Gopi Krishna Menon)
- ext4: clear i_state_flags when alloc inode (Haibo Chen)
- ext4: align max orphan file size with e2fsprogs limit (Baokun Li)
- PM: runtime: Do not clear needs_force_resume with enabled runtime PM (Rafael J. Wysocki)
- net: enetc: fix build warning when PAGE_SIZE is greater than 128K (Wei Fang)
- net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop (Xiang Mei) [Orabug: 38783137] {CVE-2025-68325}
- block: fix comment for op_is_zone_mgmt() to include RESET_ALL (Shechenglong)
- fuse: fix readahead reclaim deadlock (Joanne Koong) [Orabug: 38847946] {CVE-2025-68821}
- i40e: validate ring_len parameter against hardware-specific values (Gregory Herrero)
- fs/ntfs3: fix mount failure for sparse runs in run_unpack() (Konstantin Komarov)
- ntfs3: init run lock for extend inode (Edward Adam Davis)

[5.15.0-317.197.3]
- kpcimgr: Enable loading firmware via kernel infrastructure (Joseph Dobosenski) [Orabug: 38546110]
- Move hnic crashkernel to cnic-image-builder (Henry Willard) [Orabug: 38546110]
- Bump supported capmem range count from 64 to 256 (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/pensando: Fix partial of_iomap() leak on error (#505) (Brad Larson) [Orabug: 38546110]
- pensando: Allow sparse allowed ranges in cap_mem (Maciej S. Szmigiero) [Orabug: 38546110]
- soc/pensando/cap-pcie: Handle zero-ed out MS_CFG_WDT_IDX/WDT_IDX (Joao Martins) [Orabug: 38546110]
- pensando: Enable penfw driver for smartnic (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/gic-v3-its: remove WARN_ON gic_reserve_range (Tom Saeger) [Orabug: 38546110]
- hnic: Disable CONFIG_OVERLAY_FS_INDEX (Patrick Colp) [Orabug: 38546110]
- pensando: missing diffs from AMD (Jan Setje-Eilers) [Orabug: 38546110]
- hnic: config: Build FUSE into the kernel (not as a module) (Patrick Colp) [Orabug: 38546110]
- hnic: config: Add DM_VERITY support (Patrick Colp) [Orabug: 38546110]
- hnic config: Add LOCKDOWN_LSM support (Patrick Colp) [Orabug: 38546110]
- Subject: uek-rpm: Build hostnic kernel for Pensando (Dave Kleikamp) [Orabug: 38546110]
- pensando: kpcimgr: support pcie port bifurcation (Darshan Prajapati) [Orabug: 38546110]
- Add changes for penfw and sbus.c for secureboot (Rahshekh) [Orabug: 38546110]
- arm64: GIC ITS MSI encapsulator address configured from device tree (Brad Larson) [Orabug: 38546110]
- perf/arm-cmn: Enable AMD Pensando Salina SoC CMN PMU driver (Brad Larson) [Orabug: 38546110]
- reset: salinasr: Add AMD Pensando Salina SoC reset (Brad Larson) [Orabug: 38546110]
- spi: dw-mmio: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- EDAC/elba: Support AMD Pensando Giglio SoC (Brad Larson) [Orabug: 38546110]
- arm64: defconfig: Add AMD Pensando Salina SoC defconfig (Brad Larson) [Orabug: 38546110]
- soc/pensando: Support AMD Pensando Salina SoC (Brad Larson) [Orabug: 38546110]
- arm64: dts: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- mmc: sdhci-cadence: Support AMD Salina SoC (Brad Larson) [Orabug: 38546110]
- PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() (Breno Leitao) [Orabug: 38597010] {CVE-2025-40034}
- mm/hugetlb: disable huge_pmd_unshare TLB sync by default on Exadata (Joe Jin) [Orabug: 38829889]
- vhost: Account for worker thread under owner's nproc (Mike Christie) [Orabug: 38770748]
- vhost: revert CAP_SYS restrictions on worker ioctls (Mike Christie) [Orabug: 38770748]
- RDMA/cm: Base cm_id destruction timeout on CMA values (Hakon Bugge) [Orabug: 38753654]
- mlx5: Fix default values in create CQ (Akiva Goldberger) [Orabug: 38420735,38773370] {CVE-2025-68209}
- uek-rpm: Allow disabling kabichk at command line (Yifei Liu) [Orabug: 38744825]

[5.15.0-317.197.2]
- x86/its: Build fails with CONFIG_MITIGATION_ITS=n (Alexandre Chartre) [Orabug: 38756952]
- net/sched: adjust device watchdog timer to detect stopped queue at right time (Praveen Kumar Kannoju) [Orabug: 38341919]
- KVM: arm64: Add minimal handling for the ARMv8.7 PMU (Marc Zyngier) [Orabug: 38784458]
- scsi: megaraid_sas: Fix invalid node index (Chen Yu) [Orabug: 38175026] {CVE-2025-38239}
- Revert 'iommu/amd: Skip enabling command/event buffers for kdump' (Dongli Zhang) [Orabug: 38790823]
- mm: list_lru: avoid using NULL list_lru_one. (Imran Khan) [Orabug: 38619860]
- mm: list_lru: fix UAF for memory cgroup (Muchun Song) [Orabug: 38619860]
- net/rds: improve conn destroy printk message (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: expand kref coverage to rds_notifier-&gt;n_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: rds_sendmsg must use rs_conn only when not being destroyed (Sharath Srinivasan) [Orabug: 38728743]
- net/mlx5e: Set default burst period for TX and RX reporters (Shahar Shitrit) [Orabug: 38512377]
- devlink: Make health reporter burst period configurable (Shahar Shitrit) [Orabug: 38512377]
- devlink: Introduce burst period for health reporter (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move health reporter recovery abort logic to a separate function (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move graceful period parameter to reporter ops (Shahar Shitrit) [Orabug: 38512377]
- devlink: introduce devlink_nl_put_u64() (Przemek Kitszel) [Orabug: 38512377]
- net/mlx5: remove fw reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- net/mlx5: remove fw_fatal reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- devlink: Hold devlink lock on health reporter dump get (Moshe Shemesh) [Orabug: 38512377]
- Revert 'net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery' (Qing Huang) [Orabug: 38512377]
- NVIDIA: SAUCE: iommu/arm-smmu-v3: Allow default substream bypass with a pasid support (Nicolin Chen) [Orabug: 38463999]
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Yishai Hadas) [Orabug: 37766291,38463999] {CVE-2025-21888}
- uek-rpm: replace CONFIG_IOMMU_SVA_LIB with CONFIG_IOMMU_SVA (Junxiao Bi) [Orabug: 38463999]
- iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA (Fenghua Yu) [Orabug: 38463999]

[5.15.0-317.197.1]
- LTS version: v5.15.197 (Vijayendra Suman)
- libbpf: Fix invalid return address register in s390 (Daniel T. Lee)
- libbpf, riscv: Use a0 for RC register (Yixun Lan)
- libbpf: Fix riscv register names (Ilya Leoshkevich)
- selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 (Andrii Nakryiko)
- scsi: pm80xx: Set phy-&gt;enable_completion only when we (Igor Pylypiv) [Orabug: 37159744] {CVE-2024-47666}
- Bluetooth: Add more enc key size check (Alex Lu)
- usb: renesas_usbhs: Fix synchronous external abort on unbind (Claudiu Beznea) [Orabug: 38792571] {CVE-2025-68327}
- usb: renesas_usbhs: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- smb: client: fix memory leak in cifs_construct_tcon() (Paulo Alcantara) [Orabug: 38773704] {CVE-2025-68295}
- mptcp: Fix proto fallback detection with BPF (Jiayuan Chen) [Orabug: 38773435] {CVE-2025-68227}
- mptcp: avoid unneeded subflow-level drops (Paolo Abeni)
- selftests: mptcp: join: rm: set backup flag (Matthieu Baerts)
- staging: rtl8712: Remove driver using deprecated API wext (Philipp Hortmann)
- libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (Ziming Zhang) [Orabug: 38773649] {CVE-2025-68284}
- libceph: fix potential use-after-free in have_mon_and_osd_map() (Ilya Dryomov) [Orabug: 38773655] {CVE-2025-68285}
- drm/amd/display: Check NULL before accessing (Alex Hung) [Orabug: 38773664] {CVE-2025-68286}
- drm: sti: fix device leaks at component probe (Johan Hovold)
- USB: serial: option: add support for Rolling RW101R-GL (Vanillan Wang)
- USB: serial: ftdi_sio: add support for u-blox EVK-M101 (Oleksandr Suvorov)
- xhci: dbgtty: Fix data corruption when transmitting data form DbC to host (Mathias Nyman)
- usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (Manish Nagar) [Orabug: 38773671] {CVE-2025-68287}
- usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer (Owen Gu) [Orabug: 38792593] {CVE-2025-68331}
- usb: storage: sddr55: Reject out-of-bound new_pba (Tianchu Chen) [Orabug: 38762730] {CVE-2025-40345}
- usb: storage: Fix memory leak in USB bulk transport (Desnes Nunes) [Orabug: 38773677] {CVE-2018-1000204,CVE-2025-68288}
- usb: gadget: f_eem: Fix memory leak in eem_unwrap (Kuen-Han Tsai) [Orabug: 38773687] {CVE-2025-68289}
- usb: cdns3: Fix double resource release in cdns3_pci_probe (Miaoqian Lin)
- serial: amba-pl011: prefer dma_mapping_error() over explicit address checking (Miaoqian Lin)
- firmware: stratix10-svc: fix bug in saving controller data (Khairul Anuar Romli)
- slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves (Miaoqian Lin)
- thunderbolt: Add support for Intel Wildcat Lake (Alan Borzeszkowski)
- drivers/usb/dwc3: fix PCI parent check (Jamie Iles)
- dm-verity: fix unreliable memory allocation (Mikulas Patocka)
- can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling (Marc Kleine-Budde)
- can: sja1000: fix max irq loop handling (Thomas Muhlbacher)
- atm/fore200e: Fix possible data race in fore200e_open() (Gui-Dong Han)
- iio: accel: bmc150: Fix irq assumption regression (Linus Walleij) [Orabug: 38792587] {CVE-2025-68330}
- iio:common:ssp_sensors: Fix an error handling path ssp_probe() (Christophe Jaillet)
- iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields (Francesco Lavra)
- Revert 'perf/x86: Always store regs-&gt;ip in perf_callchain_kernel()' (Jiri Olsa)
- spi: bcm63xx: fix premature CS deassertion on RX-only transactions (Hang Zhou)
- mailbox: mailbox-test: Fix debugfs_create_dir error checking (Xu Wang)
- net: atlantic: fix fragment overflow handling in RX path (Jiefeng Zhang) [Orabug: 38773729] {CVE-2025-68301}
- net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing traffic (Vladimir Oltean)
- net: dsa: sja1105: simplify static configuration reload (Russell King)
- net: dsa: sja1105: Convert to mdiobus_c45_read (Andrew Lunn)
- net: sxgbe: fix potential NULL dereference in sxgbe_rx() (Alexey Kodanev)
- net/mlx5e: Fix validation logic in rate limiting (Danielle Costantino)
- net: aquantia: Add missing descriptor cache invalidation on ATL2 (Kai-Heng Feng)
- platform/x86: intel: punit_ipc: fix memory corruption (Dan Carpenter)
- Bluetooth: SMP: Fix not generating mackey and ltk when repairing (Luiz Augusto von Dentz)
- can: kvaser_usb: leaf: Fix potential infinite loop in command parsers (Seungjin Bae) [Orabug: 38773760] {CVE-2025-68308}
- Revert 'block: don't add or resize partition on the disk with GENHD_FL_NO_PART' (Gulam Mohamed) [Orabug: 38652797]
- Revert 'block: Move checking GENHD_FL_NO_PART to bdev_add_partition()' (Gulam Mohamed) [Orabug: 38652797]
- mptcp: do not fallback when OoO is present (Paolo Abeni)
- mptcp: fix a race in mptcp_pm_del_add_timer() (Eric Dumazet) [Orabug: 38730656] {CVE-2025-40257}
- mptcp: fix premature close in case of fallback (Paolo Abeni)
- mptcp: fix ack generation for fallback msk (Paolo Abeni)
- dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups (Krzysztof Kozlowski)
- Input: pegasus-notetaker - fix potential out-of-bounds access (Seungjin Bae)
- Input: remove third argument of usb_maxpacket() (Vincent Mailhol)
- usb: deprecate the third argument of usb_maxpacket() (Vincent Mailhol)
- mptcp: Disallow MPTCP subflows from sockmap (Jiayuan Chen)
- selftests: mptcp: connect: fix fallback note due to OoO (Matthieu Baerts)
- pmdomain: samsung: plug potential memleak during probe (Andre Draszik)
- pmdomain: arm: scmi: Fix genpd leak on provider registration failure (Sudeep Holla)
- pmdomain: imx: Fix reference count leak in imx_gpc_remove (Miaoqian Lin)
- net: netpoll: fix incorrect refcount handling causing incorrect cleanup (Breno Leitao) [Orabug: 38773509] {CVE-2025-68245}
- mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4 (Shawn Lin)
- net: qede: Initialize qede_ll_ops with designated initializer (Nathan Chancellor)
- btrfs: fix crash on racing fsync and size-extending write into prealloc (Omar Sandoval) [Orabug: 36774582] {CVE-2024-37354}
- btrfs: add helper to truncate inode items when logging inode (Filipe Manana)
- Makefile.compiler: replace cc-ifversion with compiler-specific macros (Nick Desaulniers)
- tracing/tools: Fix incorrcet short option in usage text for --threads (Zhang Chujun)
- net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error (Nishanth Menon)
- ALSA: usb-audio: fix uac2 clock source at terminal parser (Rene Rebe)
- mm/secretmem: fix use-after-free race in fault handler (Lance Yang) [Orabug: 38737039] {CVE-2025-40272}
- mm/mm_init: fix hash table order logging in alloc_large_system_hash() (Isaac J. Manjarres)
- kconfig/nconf: Initialize the default locale at startup (Jakub Horky)
- kconfig/mconf: Initialize the default locale at startup (Jakub Horky)
- net: tls: Cancel RX async resync request on rcd_delta overflow (Shahar Shitrit)
- selftests: net: use BASH for bareudp testing (Po-Hsu Lin)
- scsi: core: Fix a regression triggered by scsi_host_busy() (Bart Van Assche) [Orabug: 38773426]
- vsock: Ignore signal/timeout on connect() if already established (Michal Luczaj) [Orabug: 38730611,38786193,38788594] {CVE-2025-40248}
- net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() (Pavel Zhigulin) [Orabug: 38730629] {CVE-2025-40252}
- kernel.h: Move ARRAY_SIZE() to a separate header (Alejandro Colomar)
- platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos (Xu Wang)
- s390/ctcm: Fix double-kfree (Aleksei Nikiforov)
- net: openvswitch: remove never-working support for setting nsh fields (Ilya Maximets) [Orabug: 38730648] {CVE-2025-40254}
- net: dsa: hellcreek: fix missing error handling in LED registration (Pavel Zhigulin)
- mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats() (Zilin Guan)
- drm/tegra: dc: Fix reference leak in tegra_dc_couple() (Ma Ke)
- mptcp: fix race condition in mptcp_schedule_work() (Eric Dumazet) [Orabug: 38730659] {CVE-2025-40258}
- MIPS: Malta: Fix !EVA SOC-it PCI MMIO (Maciej W. Rozycki)
- scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show() (Hamza Mahfooz) [Orabug: 38773440] {CVE-2025-68229}
- scsi: sg: Do not sleep in atomic context (Bart Van Assche) [Orabug: 38730663] {CVE-2025-40259}
- nvme: nvme-fc: Ensure -&gt;ioerr_work is cancelled in nvme_fc_delete_ctrl() (Ewan D. Milne) [Orabug: 38730673] {CVE-2025-40261}
- Input: imx_sc_key - fix memory corruption on unload (Dan Carpenter)
- Input: cros_ec_keyb - fix an invalid memory access (Tzung-Bi Shih) [Orabug: 38730680] {CVE-2025-40263}
- be2net: pass wrb_params in case of OS2BMC (Andrey Vatoropin) [Orabug: 38730689] {CVE-2025-40264}
- exfat: check return value of sb_min_blocksize in exfat_read_boot_sector (Yongpeng Yang)
- mtd: rawnand: cadence: fix DMA device NULL pointer dereference (Niravkumar L Rabara)
- net/sched: act_connmark: handle errno on tcf_idr_check_alloc (Pedro Tammela)
- isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() (Abdun Nihaal) [Orabug: 38798907] {CVE-2025-68734}
- EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection (Niravkumar L Rabara)
- EDAC/altera: Handle OCRAM ECC enable after warm reset (Niravkumar L Rabara)
- spi: Try to get ACPI GPIO IRQ earlier (Hans de Goede)
- ALSA: usb-audio: Fix missing unlock at error path of maxpacksize check (Takashi Iwai)
- ALSA: usb-audio: Fix potential overflow of PCM transfer buffer (Takashi Iwai) [Orabug: 38737023] {CVE-2025-40269}
- fs/proc: fix uaf in proc_readdir_de() (Wei Yang) [Orabug: 38737033,38786194,38788587] {CVE-2025-40271}
- ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe (Chuang Wang) [Orabug: 38773495] {CVE-2025-68241}
- strparser: Fix signed/unsigned mismatch bug (Nate Karstens)
- gcov: add support for GCC 15 (Peter Oberparleiter)
- NFSD: free copynotify stateid in nfs4_free_ol_stateid() (Olga Kornievskaia) [Orabug: 38737042] {CVE-2025-40273}
- HID: hid-ntrig: Prevent memory leak in ntrig_report_version() (Masami Ichikawa)
- mtd: onenand: Pass correct pointer to IRQ handler (Dan Carpenter)
- lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN (Eric Biggers)
- mm/ksm: fix flag-dropping behavior in ksm_madvise (Jakub Acs) [Orabug: 38592026] {CVE-2025-40040}
- bpf: Add bpf_prog_run_data_pointers() (Eric Dumazet) [Orabug: 38773327] {CVE-2025-68200}
- ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd (Haein Lee) [Orabug: 38737051] {CVE-2025-40275}
- NFSv4: Fix an incorrect parameter when calling nfs4_call_sync() (Trond Myklebust)
- drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE (Ian Forbes) [Orabug: 38737060] {CVE-2025-40277}
- ASoC: cs4271: Fix regulator leak on probe failure (Xu Wang)
- regulator: fixed: fix GPIO descriptor leak on register failure (Xu Wang)
- acpi,srat: Fix incorrect device handle check for Generic Initiator (Shuai Xue)
- Bluetooth: L2CAP: export l2cap_chan_hold for modules (Pauli Virtanen)
- hsr: Fix supervision frame sending on HSRv0 (Felix Maurer)
- net_sched: limit try_bulk_dequeue_skb() batches (Eric Dumazet)
- net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps (Gal Pressman)
- net/mlx5e: Fix maxrate wraparound in threshold between units (Gal Pressman)
- net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak (Ranganath V N)
- net: sched: act_connmark: initialize struct tc_ife to fix kernel leak (Ranganath V N) [Orabug: 38737072] {CVE-2025-40279}
- net_sched: act_connmark: use RCU in tcf_connmark_dump() (Eric Dumazet)
- net/sched: act_connmark: transition to percpu stats and rcu (Pedro Tammela)
- net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search (Zhengchao Shao)
- net: sched: act: move global static variable net_id to tc_action_ops (Zhengchao Shao)
- wifi: mac80211: skip rate verification for not captured PSDUs (Benjamin Berg)
- net: mdio: fix resource leak in mdiobus_register_device() (Csaba Buday)
- tipc: Fix use-after-free in tipc_mon_reinit_self(). (Kuniyuki Iwashima) [Orabug: 38737082,38786195,38788585] {CVE-2025-40280}
- net/smc: fix mismatch between CLC header and proposal (D. Wythe)
- sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto (Eric Dumazet) [Orabug: 38737090] {CVE-2025-40281}
- Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions (Pauli Virtanen)
- Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion (Pauli Virtanen)
- Bluetooth: 6lowpan: reset link-local header on ipv6 recv path (Pauli Virtanen)
- Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF (Raphael Pinsonneault-Thibeault) [Orabug: 38737103] {CVE-2025-40283}
- net: fec: correct rx_bytes statistic for the case SHIFT16 is set (Wei Fang)
- ASoC: max98090/91: fixed max98091 ALSA widget powering up/down (Sharique Mohammad)
- NFS: check if suid/sgid was cleared after a write as needed (Scott Mayhew)
- HID: quirks: avoid Cooler Master MM712 dongle wakeup bug (Tristan Lobb)
- NFS4: Fix state renewals missing after boot (Joshua Watt)
- RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors (Danil Skrebenkov)
- compiler_types: Move unused static inline functions warning to W=2 (Peter Zijlstra)
- drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD (Janusz Krzysztofik) [Orabug: 38773506] {CVE-2025-68244}
- selftests: netdevsim: set test timeout to 10 minutes (Jakub Kicinski)
- extcon: adc-jack: Cleanup wakeup source only if it was enabled (Krzysztof Kozlowski)
- lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC (Nathan Chancellor)
- rtc: rx8025: fix incorrect register reference (Yuta Hayama)
- tracing: Fix memory leaks in create_field_var() (Zilin Guan)
- bnxt_en: Fix a possible memory leak in bnxt_ptp_init (Kalesh Ap)
- net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup (Qendrim Maxhuni) [Orabug: 38773282] {CVE-2025-68192}
- sctp: Hold sock lock while iterating over address list (Stefan Wiehler)
- sctp: Prevent TOCTOU out-of-bounds write (Stefan Wiehler) [Orabug: 38747446] {CVE-2025-40331}
- sctp: Hold RCU read lock while iterating over address list (Stefan Wiehler)
- net: dsa: b53: stop reading ARL entries if search is done (Jonas Gorski)
- net: dsa: b53: fix enabling ip multicast (Jonas Gorski)
- net: dsa: b53: fix resetting speed and pause on forced link (Jonas Gorski)
- net: vlan: sync VLAN features with lower device (Hangbin Liu)
- selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh (Wang Liang)
- netdevsim: add Makefile for selftests (David Wei)
- selftests/net: use destination options instead of hop-by-hop (Anubhav Singh)
- selftests/net: fix GRO coalesce test and add ext header coalesce tests (Richard Gobert)
- selftests/net: fix out-of-order delivery of FIN in gro:tcp test (Anubhav Singh)
- net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx (Jonas Gorski)
- riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro (Josephine Pfeiffer)
- Revert 'wifi: ath10k: avoid unnecessary wait for service ready message' (Baochen Qiang)
- ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm boot again (Kailang Yang)
- ceph: add checking of wait_for_completion_killable() return value (Viacheslav Dubeyko)
- ASoC: meson: aiu-encoder-i2s: fix bit clock polarity (Valerio Setti)
- fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds (Albin Babu Varghese) [Orabug: 38737181] {CVE-2025-40304}
- ACPI: property: Return present device nodes only on fwnode interface (Sakari Ailus)
- 9p: sysfs_init: don't hardcode error to ENOMEM (Randall P. Embry)
- cpufreq: tegra186: Initialize all cores to max frequencies (Aaron Kling)
- 9p: fix /sys/fs/9p/caches overwriting itself (Randall P. Embry)
- clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled (Matthias Schiffer)
- clk: at91: clk-master: Add check for divide by 3 (Ryan Wanner)
- ARM: at91: pm: save and restore ACR during PLL disable/enable (Nicolas Ferre)
- rtc: pcf2127: clear minute/second interrupt (Josua Mayer)
- um: Fix help message for ssl-non-raw (Tiwei Bie)
- fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink (Yikang Yue)
- btrfs: mark dirty extent range for out of bound prealloc extents (Austinchang)
- RDMA/hns: Fix wrong WQE data when QP wraps around (Junxian Huang)
- RDMA/irdma: Set irdma_cq cq_num field during CQ create (Jacob Moroni)
- RDMA/irdma: Remove unused struct irdma_cq fields (Jacob Moroni)
- RDMA/irdma: Fix SD index calculation (Jacob Moroni)
- ACPICA: Update dsmethod.c to get rid of unused variable warning (Saket Dumbre)
- orangefs: fix xattr related buffer overflow... (Mike Marshall)
- page_pool: Clamp pool size to max 16K pages (Dragos Tatulea)
- exfat: limit log print for IO error (Chi Zhiling)
- ALSA: usb-audio: add mono main switch to Presonus S1824c (Roy Vegard Ovesen)
- Bluetooth: bcsp: receive data only if registered (Ivan Pravdin) [Orabug: 38737212] {CVE-2025-40308}
- Bluetooth: SCO: Fix UAF on sco_conn_free (Luiz Augusto von Dentz) [Orabug: 38737223] {CVE-2025-40309}
- net: macb: avoid dealing with endianness in macb_set_hwaddr() (Theo Lebrun)
- fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock (Chuguangqing) [Orabug: 38773127] {CVE-2025-40361}
- scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill() (Alok Tiwari)
- nfs4_setup_readdir(): insufficient locking for -&gt;d_parent-&gt;d_inode dereferencing (Al Viro) [Orabug: 38773244] {CVE-2025-68185}
- NFSv4.1: fix mount hang after CREATE_SESSION failure (Anthony Iliopoulos)
- NFSv4: handle ERR_GRACE on delegation recalls (Olga Kornievskaia)
- remoteproc: qcom: q6v5: Avoid handling handover twice (Stephan Gerhold)
- sparc/module: Add R_SPARC_UA64 relocation handling (Koakuma)
- PCI: cadence: Check for the existence of cdns_pcie::ops before using it (Chen Wang)
- r8169: set EEE speed down ratio to 1 (Chunhao Lin)
- net: intel: fm10k: Fix parameter idx set but not used (Brahmajit Das)
- wifi: ath10k: Fix connection after GTK rekeying (Loic Poulain)
- iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot() (Seyediman Seyedarab)
- net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X (Robert Marko)
- jfs: fix uninitialized waitqueue in transaction manager (Shaurya Rane)
- jfs: Verify inode mode when loading from disk (Tetsuo Handa)
- ipv6: np-&gt;rxpmtu race annotation (Eric Dumazet)
- usb: xhci: plat: Facilitate using autosuspend for xhci plat devices (Krishna Kurapati)
- usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs (Forest Crossman)
- allow finish_no_open(file, ERR_PTR(-E...)) (Al Viro)
- scsi: lpfc: Define size of debugfs entry for xri rebalancing (Justin Tee)
- scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup (Justin Tee)
- scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET (Justin Tee)
- selftests/Makefile: include  in clean target to clean net/lib dependency (Nai-Chen Cheng)
- page_pool: always add GFP_NOWARN for ATOMIC allocations (Jakub Kicinski) [Orabug: 38773835] {CVE-2025-68321}
- drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl (Tvrtko Ursulin)
- net/cls_cgroup: Fix task_get_classid() during qdisc run (Yafang Shao)
- udp_tunnel: use netdev_warn() instead of netdev_WARN() (Alok Tiwari) [Orabug: 38773275] {CVE-2025-68191}
- selftests: Replace sleep with slowwait (David Ahern)
- eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP (Daniel Palmer)
- selftests: Disable dad for ipv6 in fcnal-test.sh (David Ahern)
- x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT (Li Rongqing)
- netfilter: nf_reject: don't reply to icmp error messages (Florian Westphal)
- selftests: traceroute: Use require_command() (Ido Schimmel)
- media: redrat3: use int type to store negative error codes (Rong Qianfeng)
- net: sh_eth: Disable WoL if system can not suspend (Niklas Soderlund)
- phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0 (Michael Riesch)
- phy: cadence: cdns-dphy: Enable lower resolutions in dphy (Harikrishna Shenoy)
- ntfs3: pretend  records as regular files (Tetsuo Handa)
- net: phy: marvell: Fix 88e1510 downshift counter errata (Rohan G Thomas)
- drm/msm: make sure to not queue up recovery more than once (Antonino Maniscalco)
- usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget (Chen Yufeng)
- usb: gadget: f_hid: Fix zero length packet transfer (William Wu)
- iommu/amd: Skip enabling command/event buffers for kdump (Ashish Kalra)
- net: call cond_resched() less often in __release_sock() (Eric Dumazet)
- net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms (Juraj Sarinay)
- ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled (Yue Haibing)
- drm/msm/dsi/phy_7nm: Fix missing initial VCO rate (Krzysztof Kozlowski)
- drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL (Krzysztof Kozlowski)
- dmaengine: dw-edma: Set status for callback_result (Devendra K Verma)
- dmaengine: mv_xor: match alloc_wc and free_wc (Rosen Penev)
- dmaengine: sh: setup_xref error handling (Thomas Andreatta)
- ptp: Limit time setting of PTP clocks (Miroslav Lichvar)
- scsi: pm8001: Use int instead of u32 to store error codes (Rong Qianfeng)
- mips: lantiq: xway: sysctrl: rename stp clock (Aleksander Jan Bajkowski)
- mips: lantiq: danube: add missing device_type in pci node (Aleksander Jan Bajkowski)
- mips: lantiq: danube: add missing properties to cpu node (Aleksander Jan Bajkowski)
- media: fix uninitialized symbol warnings (Chelsy Ratnawat)
- drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption (Amber Lin)
- extcon: adc-jack: Fix wakeup source leaks on device unbind (Krzysztof Kozlowski)
- scsi: pm80xx: Fix race condition caused by static variables (Francisco Gutierrez)
- scsi: mpi3mr: Fix controller init failure on fault during queue creation (Chandrakanth Patil)
- ALSA: usb-audio: Add validation of UAC2/UAC3 effect units (Takashi Iwai)
- PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call (Sungho Kim)
- net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV. (Kuniyuki Iwashima)
- net: When removing nexthops, don't call synchronize_net if it is not necessary (Christoph Paasch)
- char: misc: Does not request module for miscdevice with dynamic minor (Zijun Hu)
- usb: gadget: f_ncm: Fix MAC assignment NCM ethernet (Raub Camaioni)
- iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register (Rodrigo Gobbi)
- drm/bridge: display-connector: don't set OP_DETECT for DisplayPorts (Dmitry Baryshkov)
- media: imon: make send_packet() more robust (Tetsuo Handa) [Orabug: 38773297] {CVE-2025-68194}
- net: ipv6: fix field-spanning memcpy warning in AH output (Charalampos Mitrodimas) [Orabug: 38773140] {CVE-2025-40363}
- bridge: Redirect to backup port when port is administratively down (Ido Schimmel)
- powerpc/eeh: Use result of error_detected() in uevent (Niklas Schnelle)
- thunderbolt: Use is_pciehp instead of is_hotplug_bridge (Lukas Wunner)
- net: stmmac: Check stmmac_hw_setup() in stmmac_resume() (Tiezhu Yang)
- x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall (Kirill A. Shutemov)
- drm/tidss: Set crtc modesetting parameters with adjusted mode (Jayesh Choudhary)
- drm/tidss: Use the crtc_* timings when programming the HW (Tomi Valkeinen)
- media: pci: ivtv: Don't create fake v4l2_fh (Laurent Pinchart)
- drm/amdkfd: return -ENOTTY for unsupported IOCTLs (Geoffrey Mcrae)
- selftests/net: Ensure assert() triggers in psock_tpacket.c (Wake Liu)
- selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8 (Wake Liu)
- PCI: Disable MSI on RDC PCI to PCIe bridges (Marcos Del Sol Vives)
- drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf() (Seyediman Seyedarab)
- drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff (Sathishkumar S)
- drm/amd/pm: Use cached metrics data on arcturus (Lijo Lazar)
- drm/amd/pm: Use cached metrics data on aldebaran (Lijo Lazar)
- mfd: da9063: Split chip variant reading in two bus transactions (Jens Kehne)
- mfd: madera: Work around false-positive -Wininitialized warning (Arnd Bergmann)
- mfd: stmpe-i2c: Add missing MODULE_LICENSE (Alexander Stein)
- mfd: stmpe: Remove IRQ domain upon removal (Alexander Stein)
- tools/power x86_energy_perf_policy: Prefer driver HWP limits (Len Brown)
- tools/power x86_energy_perf_policy: Enhance HWP enable (Len Brown)
- tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage (Kaushlendra Kumar)
- tools/cpupower: Fix incorrect size in cpuidle_state_disable() (Kaushlendra Kumar)
- hwmon: (dell-smm) Add support for Dell OptiPlex 7040 (Armin Wolf)
- uprobe: Do not emulate/sstep original instruction when ip is changed (Jiri Olsa)
- clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel (Daniel Lezcano)
- cpuidle: Fail cpuidle device registration if there is one already (Rafael J. Wysocki)
- tools/cpupower: fix error return value in cpupower_write_sysfs() (Kaushlendra Kumar)
- video: backlight: lp855x_bl: Set correct EPROM start for LP8556 (Svyatoslav Ryhel)
- nvme-fc: use lock accessing port_state and rport state (Daniel Wagner) [Orabug: 38747531] {CVE-2025-40342}
- nvmet-fc: avoid scheduling association deletion twice (Daniel Wagner) [Orabug: 38747538] {CVE-2025-40343}
- tee: allow a driver to allocate a tee_device without a pool (Amirreza Zarrabi)
- ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method() (Hans de Goede)
- mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card (Sarthak Garg)
- power: supply: sbs-charger: Support multiple devices (Fabien Proriol)
- hwmon: (sbtsi_temp) AMD CPU extended temperature range support (Chuande Chen)
- ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[] (Hans de Goede)
- ACPI: PRM: Skip handlers with NULL handler_address or NULL VA (Shang Song)
- irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment (Christian Bruel)
- arc: Fix __fls() const-foldability via __builtin_clzl() (Kees Cook)
- cpufreq/longhaul: handle NULL policy in longhaul_exit (Dennis Beier)
- selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2 (Ricardo B. Marliere)
- ACPI: video: force native for Lenovo 82K8 (Mario Limonciello)
- memstick: Add timeout to prevent indefinite waiting (Jiayi Li)
- mmc: host: renesas_sdhi: Fix the actual clock (Biju Das)
- pinctrl: single: fix bias pull up/down handling in pin_config_set (Chi Zhang)
- bpf: Don't use %pK through printk (Thomas Weissschuh)
- soc: ti: pruss: don't use %pK through printk (Thomas Weissschuh)
- spi: loopback-test: Don't use %pK through printk (Thomas Weissschuh)
- soc: qcom: smem: Fix endian-unaware access of num_entries (Jens Reidel)
- soc: aspeed: socinfo: Add AST27xx silicon IDs (Ryan Chen)
- block: make REQ_OP_ZONE_OPEN a write operation (Damien Le Moal)
- drm/sysfb: Do not dereference NULL pointer in plane reset (Thomas Zimmermann) [Orabug: 38773123] {CVE-2025-40360}
- drm/sched: Fix race in drm_sched_entity_select_rq() (Philipp Stanner)
- usb: gadget: f_fs: Fix epfile null pointer access after ep enable. (Owen Gu)
- Revert 'docs/process/howto: Replace C89 with C11' (Matthieu Baerts)
- arch: back to -std=gnu89 in &lt; v5.18 (Matthieu Baerts)
- x86/boot: Compile boot code with -std=gnu11 too (Alexey Dobriyan)
- xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event (Mathias Nyman)
- xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. (Mathias Nyman)
- xhci: dbc: Improve performance by removing delay in transfer event polling. (Mathias Nyman)
- xhci: dbc: Allow users to modify DbC poll interval via sysfs (Uday M Bhat)
- xhci: dbc: poll at different rate depending on data transfer activity (Mathias Nyman)
- xhci: dbc: Provide sysfs option to configure dbc descriptors (Mathias Nyman)
- x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID (Babu Moger)
- net: phy: dp83867: Disable EEE support as not implemented (Emanuele Ghidoli)
- can: gs_usb: increase max interface to U8_MAX (Celeste Liu)
- net: ravb: Enforce descriptor type ordering (Lad Prabhakar)
- ravb: Exclude gPTP feature support for RZ/G2L (Biju Das)
- dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp (Xu Yang)
- serial: 8250_dw: handle reset control deassert error (Artem Shimko)
- serial: 8250_dw: Use devm_add_action_or_reset() (Andy Shevchenko)
- block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL (Damien Le Moal)
- drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland (John Smith)
- drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji (John Smith)
- drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table() (Yang Wang)
- net: hns3: return error code when function fails (Jijie Shao)
- drm/etnaviv: fix flush sequence logic (Tomeu Vizoso)
- usbnet: Prevents free active kevent (Lizhi Xu) [Orabug: 38773783] {CVE-2025-68312}
- libbpf: Fix powerpc's stack register definition in bpf_tracing.h (Andrii Nakryiko)
- libbpf: Normalize PT_REGS_xxx() macro definitions (Andrii Nakryiko)
- riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h (Bjorn Topel)
- bpf: Do not audit capability check in do_jit() (Ondrej Mosnacek)
- bpf: Sync pending IRQ work before freeing ring buffer (Noorain Eqbal) [Orabug: 38737284] {CVE-2025-40319}
- ALSA: usb-audio: fix control pipe direction (Roy Vegard Ovesen)
- drm/msm/a6xx: Fix GMU firmware parser (Akhil P Oommen)
- wifi: ath10k: Fix memory leak on unsupported WMI command (Loic Poulain)
- ASoC: qdsp6: q6asm: do not sleep while atomic (Srinivas Kandagatla)
- mptcp: restore window probe (Paolo Abeni)
- fbdev: valkyriefb: Fix reference count leak in valkyriefb_init (Miaoqian Lin)
- fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS (Florian Fuchs)
- wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode (Gokul Sivakumar) [Orabug: 38737291] {CVE-2025-40321}
- fbdev: bitblit: bound-check glyph index in bit_putcs* (Junjie Cao) [Orabug: 38737300] {CVE-2025-40322}
- ACPI: video: Fix use-after-free in acpi_video_switch_brightness() (Yuhao Jiang) [Orabug: 38687004] {CVE-2025-40211}
- fbdev: atyfb: Check if pll_ops-&gt;init_pll failed (Daniel Palmer)
- net: usb: asix_devices: Check return value of usbnet_get_endpoints (Miaoqian Lin)
- NFSD: Fix crash in nfsd4_read_release() (Chuck Lever) [Orabug: 38737315] {CVE-2025-40324}
- btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot() (Filipe Manana)
- btrfs: always drop log root tree reference in btrfs_replay_log() (Filipe Manana)
- btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io() (Thorsten Blum)
- x86/bugs: Fix reporting of LFENCE retpoline (David Kaplan)
- net/sched: sch_qfq: Fix null-deref in agg_dequeue (Xiang Mei) [Orabug: 38597084] {CVE-2025-40083}

[5.15.0-316.196.4]
- vhost_scsi: Sync up cmd completion locking with upstream (Mike Christie) [Orabug: 38545946]
- vhost_scsi: add support for worker ioctls (Mike Christie) [Orabug: 38545946]
- vhost: Limit access to vhost worker ioctls (Mike Christie) [Orabug: 38545946]
- vhost: allow userspace to create workers (Mike Christie) [Orabug: 38545946]
- vhost: replace single worker pointer with xarray (Mike Christie) [Orabug: 38545946]
- vhost: add helper to parse userspace vring state/file (Mike Christie) [Orabug: 38545946]
- vhost: remove vhost_work_queue (Mike Christie) [Orabug: 38545946]
- vhost_scsi: flush IO vqs then send TMF rsp (Mike Christie) [Orabug: 38545946]
- vhost_scsi: convert to vhost_vq_work_queue (Mike Christie) [Orabug: 38545946]
- vhost_scsi: make SCSI cmd completion per vq (Mike Christie) [Orabug: 38545946]
- vhost_sock: convert to vhost_vq_work_queue (Mike Christie) [Orabug: 38545946]
- vhost: convert poll work to be vq based (Mike Christie) [Orabug: 38545946]
- vhost: take worker or vq for flushing (Mike Christie) [Orabug: 38545946]
- vhost: take worker or vq instead of dev for queueing (Mike Christie) [Orabug: 38545946]
- vhost, vhost_net: add helper to check if vq has work (Mike Christie) [Orabug: 38545946]
- vhost: add vhost_worker pointer to vhost_virtqueue (Mike Christie) [Orabug: 38545946]
- vhost: dynamically allocate vhost_worker (Mike Christie) [Orabug: 38545946]
- vhost: create worker at end of vhost_dev_set_owner (Mike Christie) [Orabug: 38545946]
- vhost-scsi: Fix crash during LUN unmapping (Mike Christie) [Orabug: 38545946]
- vhost: move worker thread fields to new struct (Mike Christie) [Orabug: 38545946]
- vhost: Fix livepatch timeouts in vhost_worker() (Josh Poimboeuf) [Orabug: 38545946]
- vhost: rename vhost_work_dev_flush (Mike Christie) [Orabug: 38545946]
- vhost-test: drop flush after vhost_dev_cleanup (Mike Christie) [Orabug: 38545946]
- vhost/test: fix memory leak of vhost virtqueues (Xianting Tian) [Orabug: 38545946]
- vhost-scsi: drop flush after vhost_dev_cleanup (Mike Christie) [Orabug: 38545946]
- vhost_vsock: simplify vhost_vsock_flush() (Andrey Ryabinin) [Orabug: 38545946]
- vhost_test: remove vhost_test_flush_vq() (Andrey Ryabinin) [Orabug: 38545946]
- vhost_net: get rid of vhost_net_flush_vq() and extra flush calls (Andrey Ryabinin) [Orabug: 38545946]
- vhost: flush dev once during vhost_dev_stop (Mike Christie) [Orabug: 38545946]
- vhost: get rid of vhost_poll_flush() wrapper (Andrey Ryabinin) [Orabug: 38545946]
- net/mlx5e: Add a miss level for ipsec crypto offload (Lama Kayal) [Orabug: 38600056]
- net/mlx5e: Add new prio for promiscuous mode (Jianbo Liu) [Orabug: 38600056]
- mm/hugetlb: add option to allows disabling CVE-2025-38085 mitigation (Joe Jin) [Orabug: 38728358] {CVE-2025-38085}
- uek-rpm: Replace check-kabi tool with kabi (Yifei Liu) [Orabug: 38673381]
- uek-rpm: Introduce check function for uek-rpm/tools/kabi (Yifei Liu) [Orabug: 38673381]
- rtc: expose RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni) [Orabug: 38708842]
- Reapply 'cpuidle: menu: Avoid discarding useful information' (Harshvardhan Jha) [Orabug: 38710346]
- netfilter: nf_tables: reject duplicate device on updates (Pablo Neira Ayuso) [Orabug: 38389767,38744086] {CVE-2025-38678}
- HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155 (Zhang Heng)
- mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR (Matthieu Baerts)
- USB: storage: Remove subclass and protocol overrides from Novatek quirk (Alan Stern)
- most: usb: fix double free on late probe failure (Johan Hovold)
- uio_hv_generic: Set event for all channels on the device (Long Li)
- regmap: slimbus: fix bus_context pointer in regmap init calls (Alexey Klimov)
- usb: typec: ucsi: psy: Set max current to zero when disconnected (Jameson Thies)
- ata: libata-scsi: Fix system suspend for a security locked drive (Niklas Cassel)
- MIPS: mm: Prevent a TLB shutdown on initial uniquification (Maciej W. Rozycki)

[5.15.0-316.196.3]
- rds: Add smp_rmb before reading c_destroy_in_prog (Hakon Bugge) [Orabug: 38352484]
- Revert 'block: don't add or resize partition on the disk with GENHD_FL_NO_PART' (Gulam Mohamed) [Orabug: 38652797]
- Revert 'block: Move checking GENHD_FL_NO_PART to bdev_add_partition()' (Gulam Mohamed) [Orabug: 38652797]

[5.15.0-316.196.2]
- net/mlx5: Clean up only new IRQ glue on request_irq() failure (Pradyumn Rahar) [Orabug: 37961220,38730620] {CVE-2025-40250}

[5.15.0-316.196.1]
- uek-rpm: kabi: Remove the kabi protection for debug kernels (Yifei Liu) [Orabug: 38609547]
- bnxt_en: Fix memory corruption when FW resources change during ifdown (Sreekanth Reddy) [Orabug: 38440240] {CVE-2025-39810}
- selftests/proc: add PROCMAP_QUERY ioctl tests (Andrii Nakryiko) [Orabug: 38410775]
- tools: sync uapi/linux/fs.h header into tools subdir (Andrii Nakryiko) [Orabug: 38410775]
- docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: add build ID fetching to PROCMAP_QUERY API (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: implement efficient VMA querying API for /proc/&lt;pid&gt;/maps (Andrii Nakryiko) [Orabug: 38410775]
- fs/procfs: extract logic for getting VMA name constituents (Andrii Nakryiko) [Orabug: 38410775]
- fs: create helper file_user_path() for user displayed mapped file path (Amir Goldstein) [Orabug: 38410775]
- mm: factor out VMA stack and heap checks (Kefeng Wang) [Orabug: 38410775]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50113.html" type="self" title="ELSA-2026-50113" />
      <reference href="https://linux.oracle.com/cve/CVE-2018-1000204.html" id="CVE-2018-1000204" type="cve" title="CVE-2018-1000204" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-37354.html" id="CVE-2024-37354" type="cve" title="CVE-2024-37354" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47666.html" id="CVE-2024-47666" type="cve" title="CVE-2024-47666" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-21888.html" id="CVE-2025-21888" type="cve" title="CVE-2025-21888" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38239.html" id="CVE-2025-38239" type="cve" title="CVE-2025-38239" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38566.html" id="CVE-2025-38566" type="cve" title="CVE-2025-38566" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38571.html" id="CVE-2025-38571" type="cve" title="CVE-2025-38571" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40034.html" id="CVE-2025-40034" type="cve" title="CVE-2025-40034" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40040.html" id="CVE-2025-40040" type="cve" title="CVE-2025-40040" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40083.html" id="CVE-2025-40083" type="cve" title="CVE-2025-40083" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40211.html" id="CVE-2025-40211" type="cve" title="CVE-2025-40211" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40215.html" id="CVE-2025-40215" type="cve" title="CVE-2025-40215" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40248.html" id="CVE-2025-40248" type="cve" title="CVE-2025-40248" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40252.html" id="CVE-2025-40252" type="cve" title="CVE-2025-40252" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40254.html" id="CVE-2025-40254" type="cve" title="CVE-2025-40254" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40257.html" id="CVE-2025-40257" type="cve" title="CVE-2025-40257" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40258.html" id="CVE-2025-40258" type="cve" title="CVE-2025-40258" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40259.html" id="CVE-2025-40259" type="cve" title="CVE-2025-40259" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40261.html" id="CVE-2025-40261" type="cve" title="CVE-2025-40261" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40263.html" id="CVE-2025-40263" type="cve" title="CVE-2025-40263" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40264.html" id="CVE-2025-40264" type="cve" title="CVE-2025-40264" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40269.html" id="CVE-2025-40269" type="cve" title="CVE-2025-40269" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40271.html" id="CVE-2025-40271" type="cve" title="CVE-2025-40271" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40272.html" id="CVE-2025-40272" type="cve" title="CVE-2025-40272" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40273.html" id="CVE-2025-40273" type="cve" title="CVE-2025-40273" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40275.html" id="CVE-2025-40275" type="cve" title="CVE-2025-40275" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40277.html" id="CVE-2025-40277" type="cve" title="CVE-2025-40277" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40279.html" id="CVE-2025-40279" type="cve" title="CVE-2025-40279" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40280.html" id="CVE-2025-40280" type="cve" title="CVE-2025-40280" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40281.html" id="CVE-2025-40281" type="cve" title="CVE-2025-40281" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40283.html" id="CVE-2025-40283" type="cve" title="CVE-2025-40283" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40304.html" id="CVE-2025-40304" type="cve" title="CVE-2025-40304" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40308.html" id="CVE-2025-40308" type="cve" title="CVE-2025-40308" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40309.html" id="CVE-2025-40309" type="cve" title="CVE-2025-40309" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40319.html" id="CVE-2025-40319" type="cve" title="CVE-2025-40319" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40321.html" id="CVE-2025-40321" type="cve" title="CVE-2025-40321" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40322.html" id="CVE-2025-40322" type="cve" title="CVE-2025-40322" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40324.html" id="CVE-2025-40324" type="cve" title="CVE-2025-40324" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40331.html" id="CVE-2025-40331" type="cve" title="CVE-2025-40331" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40342.html" id="CVE-2025-40342" type="cve" title="CVE-2025-40342" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40343.html" id="CVE-2025-40343" type="cve" title="CVE-2025-40343" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40345.html" id="CVE-2025-40345" type="cve" title="CVE-2025-40345" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40360.html" id="CVE-2025-40360" type="cve" title="CVE-2025-40360" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40361.html" id="CVE-2025-40361" type="cve" title="CVE-2025-40361" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40363.html" id="CVE-2025-40363" type="cve" title="CVE-2025-40363" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68185.html" id="CVE-2025-68185" type="cve" title="CVE-2025-68185" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68191.html" id="CVE-2025-68191" type="cve" title="CVE-2025-68191" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68192.html" id="CVE-2025-68192" type="cve" title="CVE-2025-68192" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68194.html" id="CVE-2025-68194" type="cve" title="CVE-2025-68194" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68200.html" id="CVE-2025-68200" type="cve" title="CVE-2025-68200" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68209.html" id="CVE-2025-68209" type="cve" title="CVE-2025-68209" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68224.html" id="CVE-2025-68224" type="cve" title="CVE-2025-68224" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68227.html" id="CVE-2025-68227" type="cve" title="CVE-2025-68227" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68229.html" id="CVE-2025-68229" type="cve" title="CVE-2025-68229" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68241.html" id="CVE-2025-68241" type="cve" title="CVE-2025-68241" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68244.html" id="CVE-2025-68244" type="cve" title="CVE-2025-68244" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68245.html" id="CVE-2025-68245" type="cve" title="CVE-2025-68245" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68284.html" id="CVE-2025-68284" type="cve" title="CVE-2025-68284" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68285.html" id="CVE-2025-68285" type="cve" title="CVE-2025-68285" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68286.html" id="CVE-2025-68286" type="cve" title="CVE-2025-68286" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68287.html" id="CVE-2025-68287" type="cve" title="CVE-2025-68287" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68288.html" id="CVE-2025-68288" type="cve" title="CVE-2025-68288" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68289.html" id="CVE-2025-68289" type="cve" title="CVE-2025-68289" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68295.html" id="CVE-2025-68295" type="cve" title="CVE-2025-68295" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68301.html" id="CVE-2025-68301" type="cve" title="CVE-2025-68301" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68308.html" id="CVE-2025-68308" type="cve" title="CVE-2025-68308" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68312.html" id="CVE-2025-68312" type="cve" title="CVE-2025-68312" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68321.html" id="CVE-2025-68321" type="cve" title="CVE-2025-68321" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68325.html" id="CVE-2025-68325" type="cve" title="CVE-2025-68325" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68327.html" id="CVE-2025-68327" type="cve" title="CVE-2025-68327" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68330.html" id="CVE-2025-68330" type="cve" title="CVE-2025-68330" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68331.html" id="CVE-2025-68331" type="cve" title="CVE-2025-68331" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68734.html" id="CVE-2025-68734" type="cve" title="CVE-2025-68734" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68821.html" id="CVE-2025-68821" type="cve" title="CVE-2025-68821" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cdf1ba97c9b8e779881049fac6b7524ed06b11204e2eb1baabb7b418949d6bf5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7daa51c0ae102906e835bb05c6fcd277999d5c4358b13d56be96a8e90f66d1d4</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5cd3f858d0cbf7d0704c630464efc7f19d82ec21a50a7ad78006d6e3aa106f3e</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9f1ff5e4f23cd9598efbd895f5c14174ff1fe7cb08548d62427906eb3835bbb7</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2f5cd42c7e882993c13eead3688427e613623ddaf7b770b9292cf7fa5c255c34</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8f43396f98cb7e6c69cd0735788491e26e3991bf24a6bd64a4f24383a62022b0</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">83fb3368706858103cd96c5d2f09a34ddf966200a4b5993c80724618576d7da9</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-317.197.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">5c0e0e40e9615b08073cd9487edcedb72dfd611116c1fdabc32327e17b740649</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-317.197.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">0c80b8fd3de788419c00963d0db20e68a6974071856c17ec63cc64efd649ae3d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">503e59932c1416b629ac7b4e18297395f625b5e301ec934859bdef1a823f1497</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a23495a91c68a21452be81cc12d03f913cd7a103b648c65ec9bd1f37d6a36687</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9861d134aea9cc2a4e0afdcdc09edddfad5b4d28ade601b126ffcc339e9d186c</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">286146b20431a45d79a5369fc699772d06481324b76eb2fa96135e77a805173b</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d9aef6e3502c532e785cf2d195a4a810cc524f9d2020621abe6bbbd07a698771</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="317.197.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-317.197.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a597355c7cc201792e15ea55856935d449702566dfcab918b962191ba169420f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9532</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.0-1.10]
- Add support for assocaitive arrays.
- Add support for allcoa() and bcopy(). (Nick Alcock)
- Add support for inet_ntoa(), progenyof(), getmajor(), getminor(),
  mutex_owned(), mutex_owner(), mutex_type_adaptive(), mutex_type_spin(),
  rw_read_held(), rw_write_held(), and rw_iswriter(). (Eugene Loh)
- Improved fault handling. (Nick Alcock, Kris Van Hees)
- Various disassembler improvements, esp. annotations.
- Strings are no longer stored using a length prefix.
- The trace() action now supports arrays, structs, and unions.
- Various testsuite fixes and improvements. [Orabug: 34112342]
- Various code improvements. [Orabug: 34112342]

[2.0.0-1.9.1]
- Add support for UEK7. [Orabug: 33806867]

[2.0.0-1.9]
- Add support for strtok(). (Eugene Loh)
- Implement TLS (thread-local storage) variables.
- Add support for basename(), dirname(). (Eugene Loh)
- Generic hash table improvements and consistent use of htabs. (Nick Alcock)
- CTF improvements in view of better kernel support. (Nick Alcock)
- Add support for ftruncate(). (Eugene Loh)
- Add support for rand(). (Eugene Loh)
- Fix string constant handling for strings longer than strsize.
- Optimization of substr(), strjoin(), and storing strings in the trace buffer.
- Various string handling fixes and improvements. (Eugene Loh, Kris Van Hees)
  [Orabug: 33651682]
- Various testsuite fixes and improvements. [Orabug: 33651682]
- Various code improvements. [Orabug: 33651682]

[2.0.0-1.8]
- Support running dtrace under valgrind. (Nick Alcock) [Orabug: 32760574]
- Implementation of speculative tracing. (Nick Alcock)
- Add support for string comparison. (Eugene Loh)
- Add support for strchr(), strrchr(), index(), rindex(), strstr(), lltostr().
  (Eugene Loh)
- Add support for symbols in compressed kernel modules. (Nick Alcock)
- Add support for htonl, htonll, htons, ntohl, ntohll, ntohs. (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 33474154]
- Various code improvements. [Orabug: 33474154]

[2.0.0-1.7]
- Implement argument retrieval for SDT probes.
- Introduce 'bpflog' runtime option to request BPF verifier log.
- Implementation improvements for memry copy operations.
- Fix type alignment handling for enums.
- Fix ERROR-in-BEGIN probe handling.
- Transition from variable-length string size to 2-byte string size.
- Fix size of string data in the trace output buffer.
- Fix data size for value copy.
- Add support for strjoin() subroutine.
- Add support for substr() subroutine.

[2.0.0-1.6]
- Consolidated development of newly ported features. [Orabug: 33037106]
- Implement built-in variables: probeprov, probemod, probefunc, probename.
- Implement built-in variables: caller, stackdepth, ucaller, ustackdepth,
  errno, walltimestamp.  (Eugene Loh)
- Implement actions: stack(), ustack(). (Eugene Loh)
- Implement subroutine: strlen().
- Implement option: -Z (partial). (Eugene Loh)
- Added support for string constants and string values.
- Added support for strings to trace().
- Fixed storage size determination for global and local variables.
- Improved storage layout for global and local variables.
- Mark aggregation actions as non-data recording actions.  (Eugene Loh)
- Load string constant table into the 'strtab' BPF map.
- Load probe description data into the 'probes' BPF map.
- Consolidate all string hash functions into a single hash function.
- Implement variable length integer support.
- Store the length of each string as a variable length integer inline with its
  character stream.
- Improve memcpy() internal BPF function.
- Testsuite improvements.  (Eugene Loh)

[2.0.0-1.5.1]
- Memory corruption fix in pid probe discovery.

[2.0.0-1.5]
- Implement the ERROR probe. [Orabug: 32749498]
- Add checks in BPF programs for division by zero and NULL pointer dereference.
  [Orabug: 32749498]
- Implement the pid provider for userspace function boundary tracing.
  [Orabug: 32749504]
- Implement the -w option to explicitly allow destructive actions.
  [Orabug: 31632678]
- Add support in translators for more than two kernel variants.  (Nick Alcock)
  [Orabug: 32748968]
- Switch from condition variable to eventfd for process death notifications.
  [Orabug: 32125018]
- Implement normalize() and denormalize() actions.
- Reworking of kernel tracepoint based providers.  [Orabug: 32125018]
- Reworking of global and local variable storage to allow for values sizes
  beyond 8 bytes. (Eugene Loh) [Orabug: 32125018]
- Implement -xbpflogsize option. (Eugene Loh) [Orabug: 32125018]
- Improvements to -xdisasm support. (Eugene Loh) [Orabug: 32125018]
- Fix bitfield operations. (Eugene Loh) [Orabug: 32125018]
- Sample scripts for building DTrace on Ubuntu. (David McLean)
- Coding style updates. (Eugene Loh)
- Testsuite updates.

[2.0.0-1.4]
- Implement aggregation support code for both producer and consumer.
  [Orabug: 32254734]
- Implement aggregation functions: count(), lquantize().
- Implement aggregation functions: avg(), llquantize(), quantize().
  (Eugene Loh)
- Implement aggregation functions: max(), min(), stddev(), sum().
  (David McLean)
- Implement the printa() action.
- Rework BPF code generation to use emit*() macros.
- Fix bitwise negation. (Eugene Loh) [Orabug: 32125018]
- Fix reporting when all quantize() data is in the last bin. (Eugene Loh)
  [Orabug: 32148161]
- Load pre-compiled BPF functions even if they do not have relocations.
  (Eugene Loh)
- Testsuite updates.
- Fix END probe execution when consumer stops the producer.
- Force use of bash as shell.

[2.0.0-1.3]
- Implement the freopen() action. (Eugene Loh)
- Implement the system() action. (Eugene Loh)
- Implement the id built-in variable. (David McLean)
- Implement the ppid built-in variable. (Eugene Loh)
- Improve annotations in the disassembler.
- Implement proper BEGIN and END probe semantics.
- Correct exit() action semantics.
- Correct signed divide and modulo operations. (Eugene Loh)
- Correct code generation for post-decrement expressions. (Eugene Loh)
- Various compilation fixes.
- Better support for different distributions and compiler versions.

[2.0.0-1.2]
- Ensure a minimum locked-memory limit for BPF.
- int8_t is now always signed, even on platforms where char is unsigned.

[2.0.0-1.1]
- Implement profile-n and tick-n probes. (Eugene Loh)
- Implement the printf() action.
- Implement the raise() action.
- Support probe specifications with wildcards.
- Support multiple clauses for each probe.
- Support built-in variables: arg0 through arg9 (for probes that provide
  arguments), curcpu curthread, epid, gid, pid, tid, uid, and timestamp.
- Various memory management fixes.
- Register leak fixes.

[2.0.0-1.0]
- Implement BEGIN and END probes. (Eugene Loh) [Orabug: 31220513]
- Implement a probe cleanup mechanism for providers.
  (Eugene Loh) [Orabug: 31220519]
- Implement the exit() action. [Orabug: 31220520]
- Implement the flowindent option. [Orabug: 31220522]
- Implement the -xdisasm=n option. [Orabug: 31220524]
- Implement linking of precompiled BPF functions. [Orabug: 31220525]
- Fix memory leaks and minor uninitialized-data bugs. [Orabug: 31220517]
- Fix load-before-store BPF verifier errors for local variables.
  [Orabug: 31220527]
- Fix post-increment code generation. [Orabug: 31220528]
- Fix register clobbering and implement register spilling. [Orabug: 31187562]
- Add error and drop tag verification for tests. [Orabug: 31220521]
- Various code cleanup and errata release preparation. [Orabug; 31220516]
- Ensure that bpf_dlib.o is installed.
- Fix the creation of FBT return probes.

[2.0.0-0.8]
- Sync with latest development code.
- Implement perf event output buffer management and processing.
- Introduce dt_calloc() to use in all array allocations.
- Provide support for building against libdtrace-ctf and libctf, with
  preference given to libctf (if available).
- Implement association of BPF programs with probe events.

[2.0.0-0.7]
- Update spec file for build requirements.
- Sync with latest development code.
- Ensure that pre-release banner does not interfere with test result
  comparison.

[2.0.0-0.6]
- Update spec file for build requirements.

[2.0.0-0.5]
- Support building on aarch64.

[2.0.0-0.4]
- Support building on systems with older kernels and/or glibc.

[2.0.0-0.3]
- Change the kernel build version to 5.4.0-1948.2.

[2.0.0-0.2]
- Change the kernel build version to 5.2.8-1933.

[2.0.0-0.1]
- DTrace implementation based on BPF (initial portions).

[1.1.0-0.1]
- Add more DTRACE_PROBE definitions to sdt.h, for SystemTap
  compatibility, and test them (Tomas Jedlicka) [Orabug: 27721525]
- Fix disassembler coredump (Tomas Jedlicka) [Orabug: 28054399]
- Fix process-termination-related crash and deadlock bugs
 (Nick Alcock, Tomas Jedlicka) [Orabug: 27961105, 28133496]
- Fix deadlock on creation of new threads in -c/-p processes
  [Orabug: 28210986]
- Properly handle breakpoints tripped while DTrace is exiting
  [Orabug: 28473826]
- Do not crash on self-grabs and on races with dtrace termination
  [Orabug: 28361373]
- New ctfpath option, allowing explicit specification of ctf archives
  to use for the running kernel (Tomas Jedlicka) [Orabug: 28178265]
- Fix memory leaks and minor uninitialized-data bugs [Orabug: 28247636]
- Add test for SDT argument retrieval from stack, in UEK4QU7
  (Kris Van Hees) [Orabug: 25949088]
- Remove preallocation from the buffering testsuite (Tomas Jedlicka)
  [Orabug: 27998779]
- Speed up aggmod tests (Eugene Loh) [Orabug: 28007146, 28119700]
- Include the smoketests in make check [Orabug: 28128338]
- Test fixes (boost timeouts, kernel 4.17 compatibility,
  unskip a forgotten test).
- Improve testsuite temporary file creation (Eugene Loh)
  [Orabug: 28142056]
- Clean up compiler warnings (Eugene Loh) [Orabug: 27934422, 27998779]

[1.0.2-1]
- Testsuite fixes [Orabug: 27995907]

[1.0.1-1]
- ARM64 USDT and pid probe support (Kris Van Hees) [Orabug: 27847969]
- Fix -c option on ARM64 (Kris Van Hees) [Orabug: 27847946]
- Disable pid provider tests on UEK4.
- Testsuite fixes [Orabug: 27921244, 27919918]

[1.0.0-10]
- Enabled tst.default.d in smoketests.

[1.0.0-9]
- Updated translators to match new kernel redesign of per-task and
  per-process data. [Orabug: 27731759]
- Enhanced build system to support multiple kernels [Orabug: 27731756]
- Added pid provider support (Kris Van Hees) [Orabug: 27609459]
- Adjusted the interpretation of /proc/kallmodsyms for aarch64
  (Eugene Loh) [Orabug: 27214992]

[1.0.0-8]
- Change dtrace_proc_*() public interfaces to take a struct dtrace_proc,
  avoiding lifecycle issues that can cause access to freed memory when
  victims are exec()ing rapidly [Orabug: 27501199]
- Bump library soname to libdtrace.so.1 [Orabug: 27501199]
- Improve handling of symbol name-&gt;address and address-&gt;name lookup
  (Eugene Loh) [Orabug: 27214992]
- Check array bounds at compile time [Orabug: 27382268]
- Fix dtrace -S not printing actions other than the first (Tomas Jedlicka)
  [Orabug: 27565023]
- Drop expensive, unnecessary bad page state checking from testsuite
  [Orabug: 27577555]
- Handle interruptions in the testsuite runner better [Orabug: 27577593]
- Consider erratically failing tests in some directories to be passes
- Test fixes [Orabug: 27583002, 27651838]

[1.0.0-7]
- Internal development release.
- Several latent porting bugs fixed (Kris Van Hees)
- Make tests used in smoke testsuite rely on sdt less
  (Kris Van Hees)

[1.0.0-6]
- Internal development release.
- ARM64 support [Orabug: 27438960, 27438993, 27438977]
- Include correct procfs.h (Tomas Jedlicka) [Orabug: 27266725]

[1.0.0-5]
- Internal development release.
- Bring back translators for 4.14.

[1.0.0-4]
- Internal development release.
- Eliminate new symbol at address 0 on KPTI-enabled kernels
  [Orabug: 27364377]
- Boost some test timeouts

[1.0.0-3]
- Internal development release.
- New tests and test fixes (Kris Van Hees, Nicolas Droux)
  [Orabug: 27194352, 27282243]

[1.0.0-2]
- Internal development release.
- Fix rare assertion failures at exit [Orabug: 26848964]

[1.0.0-1]
- Release for smoketesters, not GA
- Fix mod() normalization: add test for it (Tomas Jedlicka, Eugene Loh)
  [Orabug: 26826564]
- Fix faulty logic in dtrace_modsym_update() adding symbols to wrong modules
  (Tomas Jedlicka, Eugene Loh) [Orabug: 26848467]
- ip provider ipv6_tclass and ipv6_flow are not set correctly (Nicolas Droux)
  [Orabug: 27193049]
- Translator changes for kernels 4.12 -- 4.14 (Nicolas Droux,
  Tomas Jedlicka, Nick Alcock)
- Add tagging capability to the testsuite (Vincent Lim, Eugene Loh)
  [Orabug: 26992620]
- Fix kills of hanging dtraces in the testsuite (Eugene Loh, Nick Alcock)
  [Orabug: 27051149]
- New tests for the lockstat provider and fixes to jstack and 3-arg
  tracemem tests (Eugene Loh, Alan Maguire) [Orabug: 26149894, 27015838]

[0.6.2-3]
- Apply correct version of lockstat patch [Orabug: 26149894]

[0.6.2-2]
- Add lockstat provider [Orabug: 26149894] (Alan Maguire)
- Add missing obsolete of dtrace-modules-provider-headers (Tomas Jedlicka)
  [Orabug: 26883486]
- Add missing testsuite NFS dependency (Tomas Jedlicka) [Orabug: 26860985]

[0.6.2-1]
- Internal development release.
- Fix segfault at shutdown time if grabbed processes die at
  precisely the wrong time [Orabug: 26528776]
- New llquantize() aggregation, providing log/linear results
  (Eugene Loh) [Orabug: 26675201]
- New optional third arg for tracemem(): dynamically-variable size
  limit (Eugene Loh) [Orabug: 26675604]
- Fix wrong wrong-number-of-args error messages [Orabug: 26402731]
  (Eugene Loh)
- Fix module address range merging (Eugene Loh) [Orabug: 25767469]
- Allow referencing of structure and union members named with
  the same name as D keywords, e.g. 'self' [Orabug: 26518086]
- Changes for the move of UAPI headers into dtrace-utils-devel.
  (Tomas Jedlicka, Nick Alcock).
- Support CTF in /lib/modules/4.14.35-2047.513.2.2.el7uek.x86_64/kernel/vmlinux.ctfa
  archive [Orabug: 25815372]
- Testsuite fixes and new tests for inet_*() and lquantize
  (Eugene Loh, Alan Maguire, Nick Alcock)

[0.6.1-3]
- Relicense all of userspace, including the testsuite, to UPL.
- Merge NEWS from the modules into NEWS for userspace: there is
  only one NEWS now.
- Test fixes (Tomas Jedlicka, Nick Alcock) [Orabug: 26522961]
- make check-quick support, skipping long-running tests

[0.6.1-2]
- Internal development release
- Fix name of lowest bucket in dtrace_print_lquantize() (Eugene Loh)
  [Orabug: 26261502]
- Fix wrong depth in dtrace_print_ustack() leading to garbage output</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9532.html" type="self" title="ELBA-2022-9532" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">b9ccc8c768e39d71032655bbb87c2fd40b01837a7ef0200664147953ce279b8d</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">1480f61738793e610d44070e999ef2d7476413f94a91cb252ccebec802596b0e</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.10.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.10.el8.src.rpm</filename>
          <sum type="sha256">8aeb42ea26e5d5c358335577f5a9a61dfac83e24b149bab6af8d2bde05f05af4</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.10.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.10.el8.x86_64.rpm</filename>
          <sum type="sha256">281c39bfe35fb158231c998a08b43a1951cb77cf7feadb13a66f4849feb2e740</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-25757</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-11-10 00:00:00"/>
    <updated date="2025-11-10 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-314.193.5.3]
- Revert 'cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry' (Samasth Norway Ananda)  [Orabug: 38633525]

[5.15.0-314.193.5.2]
- i40e: add validation for ring_len param (Lukasz Czapnik)  [Orabug: 38607608]  {CVE-2025-39973}
- i40e: increase max descriptors for XL710 (Justin Bronder)  [Orabug: 38607608]
- uek-rpm: Enable CONFIG_COMPAT_32BIT_TIME for x86 container kernel (Boris Ostrovsky)  [Orabug: 38607625]

[5.15.0-314.193.5.1]
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx (Eric Biggers)  [Orabug: 38575804]
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg (Herbert Xu)  [Orabug: 38575804]  {CVE-2025-39964}

[5.15.0-314.193.5]
- Revert 'net/mlx5e: Update and set Xon/Xoff upon MTU set' (Jakub Kicinski) [Orabug: 38545203]
- uek-rpm/config-aarch64: Enable configs for Grace platform support (Vijay Kumar) [Orabug: 38526393]
- uek-rpm: mips: Enable CONFIG_TRANSPARENT_HUGEPAGE (Henry Willard) [Orabug: 38526762]
- crypto: ccp - Add support for PCI device 0x17D8 (John Allen) [Orabug: 38332429]
- x86/CPU/AMD: Add X86_FEATURE_ZEN6 (Yazen Ghannam) [Orabug: 38332429]
- x86/cpufeatures: Free up unused feature bits (Sohil Mehta) [Orabug: 38332429]
- x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common() (Borislav Petkov) [Orabug: 38332429]
- x86/CPU/AMD: Call the spectral chicken in the Zen2 init function (Borislav Petkov) [Orabug: 38332429]
- x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function (Borislav Petkov) [Orabug: 38332429]
- x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init function (Borislav Petkov) [Orabug: 38332429]
- x86/CPU/AMD: Carve out the erratum 1386 fix (Borislav Petkov) [Orabug: 38332429]
- x86/CPU/AMD: Add X86_FEATURE_ZEN5 (Borislav Petkov) [Orabug: 38332429]
- rds: Free all frags when rds_ib_recv_cache_put() fails (Hans Westgaard Ry) [Orabug: 38492233]
- cpufreq: CPPC: Fix unused-function warning (Pierre Gondois) [Orabug: 38471683]
- PM: EM: Add .get_cost() callback (Lukasz Luba) [Orabug: 38471683]
- PM: EM: add macro to set .active_power() callback conditionally (Lukasz Luba) [Orabug: 38471683]
- cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (Beata Michalska) [Orabug: 38471683]
- cpufreq: update to sysfs_emit() for safer buffer handling (Perry Yuan) [Orabug: 38471683]
- cpufreq: Optimize cpufreq_show_cpus() (Viresh Kumar) [Orabug: 38471683]
- PCI: Use downstream bridges for distributing resources (Kai-Heng Feng) [Orabug: 38471683]
- PCI: Distribute available resources for root buses, too (Mika Westerberg) [Orabug: 38471683]
- PCI: Move pci_assign_unassigned_root_bus_resources() (Mika Westerberg) [Orabug: 38471683]
- cppc_cpufreq: Remove HiSilicon CPPC workaround (Jie Zhan) [Orabug: 38471683]
- cpufreq: remove useless INIT_LIST_HEAD() (Han Wang) [Orabug: 38471683]
- cpufreq/cppc: Don't compare desired_perf in target() (Riwen Lu) [Orabug: 38471683]
- cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}() (Vincent Guittot) [Orabug: 38471683]
- cpufreq: CPPC: Register EM based on efficiency class information (Pierre Gondois) [Orabug: 38471683]
- cpufreq: CPPC: Enable fast_switch (Pierre Gondois) [Orabug: 38471683]
- i2c: tegra: check msg length in SMBUS block read (Akhil R) [Orabug: 38254038,38471683] {CVE-2025-38425}
- PCI/ACS: Fix 'pci=config_acs=' parameter (Tushar Dave) [Orabug: 38471683]
- RDMA/mlx5: Add support to multi-plane device and port (Mark Zhang) [Orabug: 38471683]
- net/mlx5: mlx5_ifc update for multi-plane support (Mark Zhang) [Orabug: 38471683]
- RDMA/core: Create 'issm*' device nodes only when SMI is supported (Mark Zhang) [Orabug: 38471683]
- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (Michael Guralnik) [Orabug: 38471683]
- RDMA/mlx5: Fix counter update on MR cache mkey creation (Michael Guralnik) [Orabug: 38471683]
- RDMA/mlx5: Enable ATS when allocating kernel MRs (Maher Sanalla) [Orabug: 38471683]
- ACPI: PRM: Remove unnecessary strict handler address checks (Aubrey Li) [Orabug: 38471683]
- ACPI/HMAT: Move HMAT messages to pr_debug() (Dan Williams) [Orabug: 38471683]
- ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefix (Liu Shixin) [Orabug: 38471683]
- perf: arm_cspmu: nvidia: monitor all ports by default (Besar Wicaksono) [Orabug: 38471683]
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Besar Wicaksono) [Orabug: 38471683]
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Besar Wicaksono) [Orabug: 38471683]
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Besar Wicaksono) [Orabug: 38471683]
- device-dax: correct pgoff align in dax_set_mapping() (Kun(Llfl)) [Orabug: 37206403] {CVE-2024-50022}
- vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (Yishai Hadas) [Orabug: 37434467] {CVE-2024-56742}
- sched/fair: add opt-in knob to use runnable_avg in wakeup fast path (Daniel Jordan) [Orabug: 38404517]
- RDMA/mlx5: Fix vport loopback forcing for MPV device (Patrisious Haddad) [Orabug: 38225626]

[5.15.0-314.193.4]
- af_unix: Don't leave consecutive consumed OOB skbs. (Kuniyuki Iwashima) [Orabug: 38528187] {CVE-2025-38236}
- Revert 'net/mlx5e: Update and set Xon/Xoff upon port speed set' (Tariq Toukan)
- NFSv4: Don't clear capabilities that won't be reset (Trond Myklebust)
- soc: qcom: mdt_loader: Deal with zero e_shentsize (Bjorn Andersson)
- cpufreq: Initialize cpufreq-based invariance before subsys (Christian Loehle)
- tracing: Do not add length to print format in synthetic events (Steven Rostedt)
- flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read (Tigran Mkrtchyan)
- drm/amdgpu: fix a memory leak in fence cleanup when unloading (Alex Deucher)
- rtnetlink: Fix L3 stats disable handling in rtnl_offload_xstats_fill() (Vijayendra Suman) [Orabug: 38511910]
- Revert 'md/raid10: fix missing discard IO accounting' (Richard Li) [Orabug: 38483693]
- uek: kabi: Update check-kabi to support namespace checks (Saeed Mirzamohammadi) [Orabug: 38459104]

[5.15.0-314.193.3]
- LTS version: v5.15.193 (Vijayendra Suman)
- LTS version: v5.15.192 (Vijayendra Suman)
- dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status() (Qiu-Ji Chen)
- spi: tegra114: Use value to check for invalid delays (Aaron Kling)
- clk: qcom: gdsc: Set retain_ff before moving to HW CTRL (Taniya Das)
- perf bpf-event: Fix use-after-free in synthesis (Ian Rogers)
- drm/bridge: ti-sn65dsi86: fix REFCLK setting (Michael Walle)
- spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abort (Larisa Grigore)
- spi: spi-fsl-lpspi: Set correct chip-select polarity bit (Larisa Grigore)
- spi: spi-fsl-lpspi: Fix transmissions when using CONT (Larisa Grigore)
- pcmcia: Add error handling for add_interval() in do_validate_mem() (Xu Wang)
- ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model (Takashi Iwai)
- mm/slub: avoid accessing metadata when pointer is invalid in object_err() (Li Qiong) [Orabug: 38494760] {CVE-2025-39902}
- randstruct: gcc-plugin: Fix attribute addition (Kees Cook)
- randstruct: gcc-plugin: Remove bogus void member (Kees Cook)
- arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (Gabor Juhos)
- vmxnet3: update MTU after device quiesce (Ronak Doshi)
- net: dsa: microchip: linearize skb for tail-tagging switches (Jakob Unterwurzacher)
- net: dsa: microchip: update tag_ksz masks for KSZ9477 family (Pieter Van Trappen)
- dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status() (Qiu-Ji Chen)
- dma-buf: insert memory barrier before updating num_fences (Hyejeong Choi) [Orabug: 38152833] {CVE-2025-38095}
- gpio: pca953x: fix IRQ storm on system wake up (Emanuele Ghidoli)
- iio: light: opt3001: fix deadlock due to concurrent flag access (Luca Ceresoli) [Orabug: 37977027] {CVE-2025-37968}
- iio: chemical: pms7003: use aligned_s64 for timestamp (David Lechner)
- spi: tegra114: Don't fail set_cs_timing when delays are zero (Aaron Kling)
- spi: tegra114: Remove unnecessary NULL-pointer checks (Alexander Danilenko)
- KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer (Sean Christopherson) [Orabug: 38494247]
- cpufreq/sched: Explicitly synchronize limits_changed flag handling (Rafael J. Wysocki)
- mm/khugepaged: fix -&gt;anon_vma race (Jann Horn)
- e1000e: fix heap overflow in e1000_set_eeprom (Vitaly Lifshits) [Orabug: 38494739] {CVE-2025-39898}
- batman-adv: fix OOB read/write in network-coding decode (Stanislav Fort)
- scsi: lpfc: Fix buffer free/clear order in deferred receive path (John Evans) [Orabug: 38456753] {CVE-2025-39841}
- drm/amdgpu: drop hw access in non-DC audio fini (Alex Deucher)
- wifi: mwifiex: Initialize the chan_stats array to zero (Rong Qianfeng) [Orabug: 38494722] {CVE-2025-39891}
- mm: move page table sync declarations to linux/pgtable.h (Harry Yoo) [Orabug: 38456763] {CVE-2025-39844}
- x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() (Harry Yoo) [Orabug: 38456766] {CVE-2025-39845}
- pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() (Ma Ke)
- ALSA: usb-audio: Add mute TLV for playback volumes on some devices (Cryolitia Pukngae)
- phy: mscc: Stop taking ts_lock for tx_queue and use its own lock (Horatiu Vultur)
- net: phy: mscc: Fix memory leak when using one step timestamping (Horatiu Vultur) [Orabug: 38153076] {CVE-2025-38148}
- ptp: Add generic PTP is_sync() function (Kurt Kanzenbach)
- ppp: fix memory leak in pad_compress_skb (Qingfang Deng) [Orabug: 38456780] {CVE-2025-39847}
- net: atm: fix memory leak in atm_register_sysfs when device_register fail (Wang Liang)
- ax25: properly unshare skbs in ax25_kiss_rcv() (Eric Dumazet)
- ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() (Dan Carpenter)
- net: thunder_bgx: decrement cleanup index before use (Rosen Penev)
- net: thunder_bgx: add a missing of_node_put (Rosen Penev)
- wifi: libertas: cap SSID len in lbs_associate() (Dan Carpenter)
- wifi: cw1200: cap SSID length in cw1200_do_join() (Dan Carpenter)
- net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets (Felix Fietkau)
- i40e: Fix potential invalid access when MAC list is empty (Zhen Ni) [Orabug: 38456813] {CVE-2025-39853}
- icmp: fix icmp_ndo_send address translation for reply direction (Fabian Blase)
- mISDN: Fix memory leak in dsp_hwec_enable() (Miaoqian Lin)
- xirc2ps_cs: fix register access when enabling FullDuplex (Alok Tiwari)
- Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() (Kuniyuki Iwashima) [Orabug: 38456833] {CVE-2025-39860}
- netfilter: conntrack: helper: Replace -EEXIST by -EBUSY (Phil Sutter)
- netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm (Wang Liang) [Orabug: 38494730] {CVE-2025-39894}
- wifi: cfg80211: fix use-after-free in cmp_bss() (Dmitry Antipov) [Orabug: 38456858] {CVE-2025-39864}
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-pro (Peter Robinson)
- tee: fix NULL pointer dereference in tee_shm_put (Pei Xiao) [Orabug: 38456865] {CVE-2025-39865}
- fs: writeback: fix use-after-free in __mark_inode_dirty() (Jiufei Xue) [Orabug: 38456870,38528183] {CVE-2025-39866}
- drm/amd/display: Don't warn when missing DCE encoder caps (Timur Kristof)
- bpf: Fix oob access in cgroup local storage (Daniel Borkmann) [Orabug: 38324117] {CVE-2025-38502}
- bpf: Move bpf map owner out of common struct (Daniel Borkmann)
- bpf: Move cgroup iterator helpers to bpf.h (Daniel Borkmann)
- bpf: Add cookie object to bpf maps (Daniel Borkmann)
- LTS version: v5.15.191 (Vijayendra Suman)
- xfs: do not propagate ENODATA disk errors into xattr code (Eric Sandeen) [Orabug: 38440385] {CVE-2025-39835}
- Revert 'drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS' (Imre Deak)
- HID: mcp2221: Handle reads greater than 60 bytes (Hamish Martin)
- HID: mcp2221: Don't set bus speed on every transfer (Hamish Martin)
- drm/nouveau/disp: Always accept linear modifier (James Jones)
- net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new compositions (Fabio Porcedda)
- dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted (Shanker Donthineni)
- Revert 'drm/amdgpu: fix incorrect vm flags to map bo' (Alex Deucher) [Orabug: 38343660]
- HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version() (Minjong Kim) [Orabug: 38440227] {CVE-2025-39808}
- HID: wacom: Add a new Art Pen 2 (Ping Cheng)
- HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (Qasim Ijaz) [Orabug: 38440223] {CVE-2025-39806}
- HID: asus: fix UAF via HID_CLAIMED_INPUT validation (Qasim Ijaz) [Orabug: 38440309] {CVE-2025-39824}
- efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (Li Nan) [Orabug: 38440276] {CVE-2025-39817}
- sctp: initialize more fields in sctp_v6_from_sk() (Eric Dumazet) [Orabug: 38440249] {CVE-2025-39812}
- net: stmmac: xgmac: Do not enable RX FIFO Overflow interrupts (Rohan G Thomas)
- net/mlx5e: Set local Xoff after FW update (Alexei Lazar)
- net/mlx5e: Update and set Xon/Xoff upon port speed set (Alexei Lazar)
- net/mlx5e: Update and set Xon/Xoff upon MTU set (Alexei Lazar)
- phy: mscc: Fix when PTP clock is register and unregister (Horatiu Vultur)
- net: dlink: fix multicast stats being counted incorrectly (Moon Yeounsu)
- atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control(). (Kuniyuki Iwashima) [Orabug: 38440345] {CVE-2025-39828}
- Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced (Luiz Augusto von Dentz)
- powerpc/kvm: Fix ifdef to remove build warning (Madhavan Srinivasan)
- net: ipv4: fix regression in local-broadcast routes (Oscar Maes) [Orabug: 38343660]
- vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put() (Nikolay Kuratov)
- NFS: Fix a race when updating an existing write (Trond Myklebust) [Orabug: 38401609] {CVE-2025-39697}
- nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests (Christoph Hellwig)
- ASoC: codecs: tx-macro: correct tx_macro_component_drv name (Alexey Klimov)
- scsi: core: sysfs: Correct sysfs attributes access rights (Damien Le Moal)
- ftrace: Fix potential warning in trace_printk_seq during ftrace_dump (Tengda Wu) [Orabug: 38440258] {CVE-2025-39813}
- pinctrl: STMFX: add missing HAS_IOMEM dependency (Randy Dunlap)
- LTS version: v5.15.190 (Vijayendra Suman)
- alloc_fdtable(): change calling conventions. (Al Viro)
- wifi: mac80211: check basic rates validity in sta_link_apply_parameters (Mikhail Lobanov)
- netfilter: nf_reject: don't leak dst refcount for loopback packets (Florian Westphal) [Orabug: 38401481] {CVE-2025-38732}
- s390/hypfs: Enable limited access during lockdown (Peter Oberparleiter)
- s390/hypfs: Avoid unnecessary ioctl registration in debugfs (Peter Oberparleiter)
- ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation (Takashi Iwai)
- bonding: update LACP activity flag after setting lacp_active (Hangbin Liu)
- net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate (William Liu)
- net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit (William Liu) [Orabug: 38423456] {CVE-2025-39766}
- ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc (Jason Xing)
- net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization (Yuichiro Tsuji) [Orabug: 38516727] {CVE-2025-38736}
- phy: mscc: Fix timestamping for vsc8584 (Horatiu Vultur)
- net: phy: Use netif_rx(). (Sebastian Andrzej Siewior)
- ppp: fix race conditions in ppp_fill_forward_path (Qingfang Deng) [Orabug: 38401500] {CVE-2025-39673}
- ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add (Heminhong)
- drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() (Chenyuan Yang)
- ALSA: usb-audio: Fix size validation in convert_chmap_v3() (Dan Carpenter) [Orabug: 38343660]
- drm/hisilicon/hibmc: fix the hibmc loaded failed bug (Baihan Li) [Orabug: 38423473] {CVE-2025-39772}
- mlxsw: spectrum: Forward packets with an IPv4 link-local source IP (Ido Schimmel)
- iommu/amd: Avoid stack buffer overflow from kernel cmdline (Kees Cook) [Orabug: 38360925] {CVE-2025-38676}
- scsi: qla4xxx: Prevent a potential error pointer dereference (Dan Carpenter) [Orabug: 38401513] {CVE-2025-39676}
- net: bridge: fix soft lockup in br_multicast_query_expired() (Wang Liang) [Orabug: 38423478] {CVE-2025-39773}
- RDMA/bnxt_re: Fix to initialize the PBL array (Anantha Prabhu)
- cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key (Waiman Long)
- mm/page_alloc: detect allocation forbidden by cpuset and bail out early (Feng Tang)
- x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper (Tianxiang Peng) [Orabug: 38401541] {CVE-2025-39681}
- iio: light: as73211: Ensure buffer holes are zeroed (Jonathan Cameron)
- tracing: Limit access to parser-&gt;buffer when trace_get_user failed (Pu Lehui) [Orabug: 38401546] {CVE-2025-39683}
- tracing: Remove unneeded goto out logic (Steven Rostedt)
- iio: imu: inv_icm42600: change invalid data error to -EBUSY (Jean-Baptiste Maneyrol)
- usb: xhci: Fix slot_id resource race conflict (Weitao Wang)
- selftests: mptcp: pm: check flush doesn't reset limits (Matthieu Baerts)
- pwm: mediatek: Fix duty and period setting (Uwe Kleine-Konig)
- pwm: mediatek: Handle hardware enable and clock enable separately (Uwe Kleine-Konig)
- pwm: mediatek: Implement .apply() callback (Uwe Kleine-Konig)
- scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems (Ranjan Kumar)
- scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers (Ranjan Kumar)
- scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE (Andre Draszik)
- iio: adc: ad_sigma_delta: change to buffer predisable (David Lechner)
- soc: qcom: mdt_loader: Ensure we don't read past the ELF header (Bjorn Andersson) [Orabug: 38423523] {CVE-2025-39787}
- wifi: ath11k: fix dest ring-buffer corruption when ring is full (Johan Hovold)
- asm-generic: Add memory barrier dma_mb() (Kefeng Wang)
- locking/barriers, kcsan: Support generic instrumentation (Marco Elver)
- media: venus: protect against spurious interrupts during probe (Jorge Ramirez-Ortiz)
- media: venus: Add support for SSR trigger using fault injection (Dikshita Agarwal)
- media: qcom: camss: cleanup media device allocated resource on error path (Sasha Levin)
- media: camss: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- f2fs: fix to avoid out-of-boundary access in dnode page (Chao Yu)
- drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS (Imre Deak)
- mptcp: disable add_addr retransmission when timeout is 0 (Geliang Tang)
- drm/amd/display: Don't overclock DCE 6 by 15% (Timur Kristof)
- usb: dwc3: Remove WARN_ON for device endpoint command timeouts (Selvarasu Ganesan) [Orabug: 38435009] {CVE-2025-39801}
- usb: dwc3: Ignore late xferNotReady event to prevent halt timeout (Kuen-Han Tsai)
- USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi dongles (Zenm Chen)
- usb: storage: realtek_cr: Use correct byte order for bcs-&gt;Residue (Thorsten Blum)
- USB: storage: Add unusual-devs entry for Novatek NTK96550-based camera (Mael Guerin)
- usb: renesas-xhci: Fix External ROM access timeouts (Marek Vasut)
- usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE test (Xu Yang)
- comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl() (Ian Abbott)
- comedi: pcl726: Prevent invalid irq number (Edward Adam Davis)
- comedi: Make insn_rw_emulate_bits() do insn-&gt;n samples (Ian Abbott)
- usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash Drive (Miao Li)
- most: core: Drop device reference after usage in get_channel() (Miaoqian Lin)
- iio: proximity: isl29501: fix buffered read on big-endian systems (David Lechner)
- iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe() (Salah Triki)
- ftrace: Also allocate and copy hash for reading of filter files (Steven Rostedt) [Orabug: 38401580] {CVE-2025-39689}
- fpga: zynq_fpga: Fix the wrong usage of dma_map_sgtable() (Xu Yilun)
- use uniform permission checks for all mount propagation changes (Al Viro)
- fs/buffer: fix use-after-free when call bh_read() helper (Ye Bin) [Orabug: 38401586] {CVE-2025-39691}
- drm/amd/display: Fill display clock and vblank time in dce110_fill_display_configs (Timur Kristof)
- drm/amd/display: Find first CRTC and its line time in dce110_fill_display_configs (Timur Kristof)
- drm/amd/display: Fix DP audio DTO1 clock source on DCE 6. (Timur Kristof)
- drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3 (Timur Kristof)
- drm/amd/display: Avoid a NULL pointer dereference (Mario Limonciello) [Orabug: 38401596] {CVE-2025-39693}
- ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6 and EliteBook 830 G6 (Evgeniy Harchenko)
- mm/debug_vm_pgtable: clear page table entries at destroy_args() (Herton Ronaldo Krzesinski)
- mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() for consistency (Victor Shih)
- memstick: Fix deadlock by moving removing flag earlier (Jiayi Li)
- scsi: ufs: ufs-pci: Fix default runtime and system PM levels (Adrian Hunter)
- scsi: ufs: ufs-pci: Fix hibernate state transition for Intel MTL-like host controllers (Archana Patni)
- mptcp: do not queue data on closed subflows (Paolo Abeni)
- mptcp: drop unused sk in mptcp_push_release (Geliang Tang)
- selftests: mptcp: Initialize variables to quiet gcc 12 warnings (Mat Martineau)
- mptcp: introduce MAPPING_BAD_CSUM (Paolo Abeni)
- mptcp: fix error mibs accounting (Paolo Abeni)
- selftests: mptcp: add missing join check (Matthieu Baerts)
- selftests: mptcp: connect: also cover checksum (Matthieu Baerts)
- selftests: mptcp: connect: also cover alt modes (Matthieu Baerts)
- selftests: mptcp: make sendfile selftest work (Florian Westphal)
- ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value (Li Zhong)
- PCI: vmd: Assign VMD IRQ domain before enumeration (Nirmal Patel)
- sch_htb: make htb_deactivate() idempotent (Cong Wang) [Orabug: 38516621] {CVE-2025-37953}
- codel: remove sch-&gt;q.qlen check before qdisc_tree_reduce_backlog() (Cong Wang) [Orabug: 37908491] {CVE-2025-37798}
- sch_drr: make drr_qlen_notify() idempotent (Cong Wang)
- btrfs: populate otime when logging an inode item (Qu Wenruo)
- KVM: VMX: Flush shadow VMCS on emergency reboot (Chao Gao)
- net/sched: ets: use old 'nbands' while purging unused classes (Davide Caratti) [Orabug: 38394836] {CVE-2025-38684}
- net_sched: sch_ets: implement lockless ets_dump() (Eric Dumazet)
- net/sched: sch_ets: properly init all active DRR list handles (Davide Caratti) [Orabug: 35290200]
- platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister() (Tzung-Bi Shih)
- platform/chrome: cros_ec: remove unneeded label and if-condition (Tzung-Bi Shih)
- platform/chrome: cros_ec: Use per-device lockdep key (Chen-Yu Tsai)
- platform/chrome: cros_ec: Make cros_ec_unregister() return void (Uwe Kleine-Konig)
- usb: dwc3: imx8mp: fix device leak at unbind (Johan Hovold)
- bus: mhi: host: Detect events pointing to unexpected TREs (Youssef Samir) [Orabug: 38423539] {CVE-2025-39790}
- ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig (Damien Le Moal)
- usb: musb: omap2430: fix device leak at unbind (Johan Hovold)
- usb: musb: omap2430: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() (Anshuman Khandual)
- NFS: Fix the setting of capabilities when automounting a new filesystem (Trond Myklebust) [Orabug: 38429210] {CVE-2025-39798}
- NFS: Create an nfs4_server_set_init_caps() function (Anna Schumaker)
- net: enetc: fix device and OF node leak at probe (Johan Hovold)
- block: Make REQ_OP_ZONE_FINISH a write operation (Damien Le Moal)
- PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports (Lukas Wunner)
- usb: typec: fusb302: cache PD RX state (Sebastian Reichel)
- hv_netvsc: Fix panic during namespace deletion with VF (Haiyang Zhang) [Orabug: 38394830] {CVE-2025-38683}
- smb: server: Fix extension string in ksmbd_extract_shortname() (Thorsten Blum)
- ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx() (Geoffrey D. Bennett)
- x86/fpu: Delay instruction pointer fixup until after warning (Dave Hansen)
- usb: hub: Don't try to recover devices lost during warm reset. (Mathias Nyman)
- usb: hub: avoid warm port reset during USB3 disconnect (Mathias Nyman)
- x86/mce/amd: Add default names for MCA banks and blocks (Yazen Ghannam)
- iio: hid-sensor-prox: Fix incorrect OFFSET calculation (Zhang Lixu)
- iio: hid-sensor-prox: Restore lost scale assignments (Zhang Lixu)
- f2fs: fix to do sanity check on ino and xnid (Chao Yu)
- arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() (Ada Couprie Diaz) [Orabug: 38351990] {CVE-2025-38670}
- drm/sched: Remove optimization that causes hang when killing dependent jobs (Lin Cao)
- ice: Fix a null pointer dereference in ice_copy_and_init_pkg() (Haoxiang Li) [Orabug: 38351929] {CVE-2025-38664}
- selftests/memfd: add test for mapping write-sealed memfd read-only (Lorenzo Stoakes)
- mm: reinstate ability to map write-sealed memfd mappings read-only (Lorenzo Stoakes)
- mm: update memfd seal write check to include F_SEAL_WRITE (Lorenzo Stoakes)
- mm: drop the assumption that VM_SHARED always implies writable (Lorenzo Stoakes)
- sch_qfq: make qfq_qlen_notify() idempotent (Cong Wang)
- sch_hfsc: make hfsc_qlen_notify() idempotent (Cong Wang) [Orabug: 38158395] {CVE-2025-38177}
- sch_htb: make htb_qlen_notify() idempotent (Cong Wang) [Orabug: 37976859] {CVE-2025-37932}
- mptcp: pm: kernel: flush: do not reset ADD_ADDR limit (Matthieu Baerts)
- mptcp: drop skb if MPTCP skb extension allocation fails (Christoph Paasch)
- ipv6: sr: Fix MAC comparison to be constant-time (Eric Biggers)
- net, hsr: reject HSR frame if skb can't hold tag (Jakub Acs) [Orabug: 38401632] {CVE-2025-39703}
- drm/amd/display: Don't overwrite dce60_clk_mgr (Timur Kristof)
- drm/amd: Restore cached power limit during resume (Mario Limonciello)
- media: venus: venc: Clamp param smaller than 1fps and bigger than 240 (Ricardo Ribalda)
- media: venus: vdec: Clamp param smaller than 1fps and bigger than 240. (Ricardo Ribalda)
- media: venus: hfi: explicitly release IRQ during teardown (Jorge Ramirez-Ortiz)
- media: venus: Add a check for packet size after reading from shared memory (Vedang Nagar)
- media: ov2659: Fix memory leaks in ov2659_probe() (Zhang Shurong)
- media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() (Gui-Dong Han) [Orabug: 38401676] {CVE-2025-39713}
- media: usbtv: Lock resolution while streaming (Ludwig Disterhof) [Orabug: 38401683] {CVE-2025-39714}
- media: v4l2-ctrls: Don't reset handler's error in v4l2_ctrl_handler_free() (Sakari Ailus)
- media: imx: fix a potential memory leak in imx_media_csc_scaler_device_init() (Haoxiang Li)
- media: hi556: correct the test pattern configuration (Bingbu Cao)
- media: gspca: Add bounds checking to firmware parser (Dan Carpenter)
- soc/tegra: pmc: Ensure power-domains are in a known state (Jonathan Hunter)
- jbd2: prevent softlockup in jbd2_log_do_checkpoint() (Baokun Li) [Orabug: 38423508] {CVE-2025-39782}
- PCI: endpoint: Fix configfs group removal on driver teardown (Damien Le Moal)
- PCI: endpoint: Fix configfs group list head handling (Damien Le Moal)
- mtd: rawnand: fsmc: Add missing check after DMA map (Thomas Fourier)
- mtd: spinand: propagate spinand_wait() errors from spinand_write_page() (Gabor Juhos)
- hwmon: (gsc-hwmon) fix fan pwm setpoint show functions (Tim Harvey)
- pwm: imx-tpm: Reset counter if CMOD is 0 (Laurentiu Mihalcea)
- wifi: ath11k: fix source ring-buffer corruption (Johan Hovold)
- wifi: brcmsmac: Remove const from tbl_ptr parameter in wlc_lcnphy_common_read_table() (Nathan Chancellor)
- zynq_fpga: use sgtable-based scatterlist wrappers (Marek Szyprowski)
- ata: libata-scsi: Fix ata_to_sense_error() status handling (Damien Le Moal)
- scsi: mpi3mr: Fix race between config read submit and interrupt completion (Ranjan Kumar)
- ext4: fix hole length calculation overflow in non-extent inodes (Zhang Yi)
- ext4: use kmalloc_array() for array space allocation (Liao Yuanhong)
- ext4: don't try to clear the orphan_present feature block device is r/o (Theodore Ts'O)
- ext4: fix reserved gdt blocks handling in fsmap (Ojaswin Mujoo)
- ext4: fix fsmap end of range reporting with bigalloc (Ojaswin Mujoo)
- ext4: check fast symlink for ea_inode correctly (Andreas Dilger)
- lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswap (Eric Biggers)
- vt: defkeymap: Map keycodes above 127 to K_HOLE (Myrrh Periwinkle)
- vt: keyboard: Don't process Unicode characters in K_OFF mode (Myrrh Periwinkle)
- bus: mhi: host: Fix endianness of BHI vector table (Alexander Wilhelm)
- usb: dwc3: meson-g12a: fix device leaks at unbind (Johan Hovold)
- usb: gadget: udc: renesas_usb3: fix device leak at unbind (Johan Hovold)
- usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init() (Nathan Chancellor)
- m68k: Fix lost column on framebuffer debug console (Finn Thain)
- cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table() (Dan Carpenter)
- serial: 8250: fix panic due to PSLVERR (Yunhui Cui) [Orabug: 38401728] {CVE-2025-39724}
- HID: magicmouse: avoid setting up battery timer when not needed (Aditya Garg)
- media: uvcvideo: Do not mark valid metadata as invalid (Ricardo Ribalda)
- media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() (Youngjun Lee) [Orabug: 38394815] {CVE-2025-38680}
- mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock (Breno Leitao)
- mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() (Waiman Long)
- parisc: Makefile: fix a typo in palo.conf (Randy Dunlap)
- fbdev: Fix vmalloc out-of-bounds write in fast_imageblit (Sravan Kumar Gundu) [Orabug: 38394843] {CVE-2025-38685}
- btrfs: do not allow relocation of partially dropped subvolumes (Qu Wenruo) [Orabug: 38423271] {CVE-2025-39738}
- btrfs: fix log tree replay failure due to file with 0 links and extents (Filipe Manana)
- cdc-acm: fix race between initial clearing halt and open (Oliver Neukum)
- thunderbolt: Fix copy+paste error in match_service_id() (Eric Biggers)
- comedi: fix race between polling and detaching (Ian Abbott)
- usb: typec: ucsi: Update power_supply on power role change (Myrrh Periwinkle)
- misc: rtsx: usb: Ensure mmc child device is active when card is present (Ricky Wu)
- usb: core: config: Prevent OOB read in SS endpoint companion parsing (Xinyu Liu) [Orabug: 38423420] {CVE-2025-39760}
- ext4: fix largest free orders lists corruption on mb_optimize_scan switch (Baokun Li)
- drm/amdgpu: fix incorrect vm flags to map bo (Jack Xiao)
- ASoC: fsl_sai: replace regmap_write with regmap_update_bits (Shengjiu Wang)
- ASoC: soc-dai.h: merge DAI call back functions into ops (Kuninori Morimoto)
- ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe() (Kuninori Morimoto)
- scsi: lpfc: Remove redundant assignment to avoid memory leak (Jiasheng Jiang)
- rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe (Meagan Lloyd)
- pNFS: Fix uninited ptr deref in block/scsi layout (Sergey Bashirov) [Orabug: 38394865] {CVE-2025-38691}
- pNFS: Handle RPC size limit for layoutcommits (Sergey Bashirov)
- pNFS: Fix disk addr range check in block/scsi layout (Sergey Bashirov)
- pNFS: Fix stripe mapping in block/scsi layout (Sergey Bashirov)
- block: avoid possible overflow for chunk_sectors check in blk_stack_limits() (John Garry) [Orabug: 38429192] {CVE-2025-39795}
- net: phy: smsc: add proper reset flags for LAN8710A (Csaba Buday)
- ipmi: Fix strcpy source and destination the same (Corey Minyard)
- kconfig: lxdialog: fix 'space' to (de)select options (Yann E. MORIN)
- kconfig: gconf: fix potential memory leak in renderer_edited() (Masahiro Yamada)
- kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() (Masahiro Yamada)
- ipmi: Use dev_warn_ratelimited() for incorrect message warnings (Breno Leitao)
- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Garry)
- scsi: target: core: Generate correct identifiers for PR OUT transport IDs (Maurizio Lombardi)
- scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans (Ranjan Kumar)
- kconfig: nconf: Ensure null termination where strncpy is used (Shankari Anand)
- kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c (Suchit Karunakaran)
- i2c: Force DLL0945 touchpad i2c freq to 100khz (Fangzhong Zhou)
- dm-mpath: don't print the 'loaded' message if registering fails (Mikulas Patocka)
- i3c: don't fail if GETHDRCAP is unsupported (Wolfram Sang)
- rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 (Meagan Lloyd)
- i3c: add missing include to internal header (Wolfram Sang)
- md: dm-zoned-target: Initialize return variable r to avoid uninitialized use (Purva Yeshi)
- crypto: octeontx2 - add timeout for load_fvc completion poll (Bharat Bhushan)
- media: uvcvideo: Fix bandwidth issue for Alcor camera (Chenchangcheng)
- media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar (Alex Guo) [Orabug: 38394879] {CVE-2025-38693}
- media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() (Alex Guo) [Orabug: 38394886] {CVE-2025-38694}
- media: usb: hdpvr: disable zero-length read messages (Wolfram Sang)
- media: tc358743: Increase FIFO trigger level to 374 (Dave Stevenson)
- media: tc358743: Return an appropriate colorspace from tc358743_set_fmt (Dave Stevenson)
- media: tc358743: Check I2C succeeded during probe (Dave Stevenson)
- pinctrl: stm32: Manage irq affinity settings (Cheick Traore)
- scsi: mpt3sas: Correctly handle ATA device errors (Damien Le Moal)
- scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure (Justin Tee) [Orabug: 38394893] {CVE-2025-38695}
- RDMA/core: reduce stack using in nldev_stat_get_doit() (Arnd Bergmann)
- RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() (Yury Norov) [Orabug: 38423285] {CVE-2025-39742}
- leds: leds-lp50xx: Handle reg to get correct multi_index (Johan Adolfsson)
- media: v4l2-common: Reduce warnings about missing V4L2_CID_LINK_FREQ control (Niklas Soderlund)
- MIPS: Don't crash in stack_top() for tasks without ABI or vDSO (Thomas Weissschuh)
- jfs: upper bound check of tree index in dbAllocAG (Arnaud Lecomte)
- jfs: Regular file corruption check (Edward Adam Davis)
- jfs: truncate good inode pages when hard link is 0 (Lizhi Xu)
- scsi: bfa: Double-free fix (Jackysliu) [Orabug: 38394923] {CVE-2025-38699}
- watchdog: iTCO_wdt: Report error if timeout configuration fails (Ziyan Fu)
- MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free} (Shiji Yang)
- watchdog: dw_wdt: Fix default timeout (Sebastian Reichel)
- fs/orangefs: use snprintf() instead of sprintf() (Amir Mohammad Jahangirzad)
- scsi: libiscsi: Initialize iscsi_conn-&gt;dd_data only if memory is allocated (Showrya M N) [Orabug: 38394930] {CVE-2025-38700}
- ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr (Theodore Ts'O) [Orabug: 38394936] {CVE-2025-38701}
- crypto: hisilicon/hpre - fix dma unmap sequence (Zhiqi Song)
- cifs: Fix calling CIFSFindFirst() for root path without msearch (Pali Rohar)
- watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race condition (Aaron Plattner)
- vhost: fail early when __vhost_add_used() fails (Jason Wang)
- net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325 (Alvaro Fernandez Rojas)
- drm/ttm: Respect the shrinker core free target (Tvrtko Ursulin)
- uapi: in6: restore visibility of most IPv6 socket options (Jakub Kicinski)
- drm/ttm: Should to return the evict error (Emily Deng)
- net: ncsi: Fix buffer overflow in fetching version id (Hari Kalavakunta)
- wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_init_one_rxdesc() (Thomas Fourier)
- net: dsa: b53: prevent SWITCH_CTRL access on BCM5325 (Alvaro Fernandez Rojas)
- net: dsa: b53: prevent DIS_LEARNING access on BCM5325 (Alvaro Fernandez Rojas)
- net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325 (Alvaro Fernandez Rojas)
- net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 (Alvaro Fernandez Rojas)
- gve: Return error for unknown admin queue command (Alok Tiwari)
- net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs (Gal Pressman)
- drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual (Mario Limonciello)
- dpaa_eth: don't use fixed_phy_change_carrier (Heiner Kallweit)
- wifi: iwlegacy: Check rate_idx range after addition (Stanislaw Gruszka)
- netmem: fix skb_frag_address_safe with unreadable skbs (Mina Almasry)
- wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_rx_interrupt(). (Thomas Fourier)
- drm/amd/display: Fix 'failed to blank crtc!' (Wen Chen)
- wifi: iwlwifi: fw: Fix possible memory leak in iwl_fw_dbg_collect (Anjaneyulu)
- wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd() (Rand Deeb)
- drm/amd/display: Separate set_gsl from set_gsl_source_select (Ilya Bakoulin)
- net: fec: allow disable coalescing (Jonas Rebmann)
- net: atlantic: add set_power to fw_ops for atl2 to fix wol (Eric Work)
- net: thunderbolt: Fix the parameter passing of tb_xdomain_enable_paths()/tb_xdomain_disable_paths() (Jianrong Zhang)
- drm/msm: use trylock for debugfs (Rob Clark)
- ipv6: mcast: Check inet6_dev-&gt;dead under idev-&gt;mc_lock in __ipv6_dev_mc_inc(). (Kuniyuki Iwashima)
- (powerpc/512) Fix possible dma_unmap_single() on uninitialized pointer (Thomas Fourier)
- wifi: mac80211: don't complete management TX on SAE commit (Johannes Berg)
- s390/stp: Remove udelay from stp_sync_clock() (Sven Schnelle)
- wifi: iwlwifi: mvm: fix scan request validation (Avraham Stern)
- sched/deadline: Fix accounting after global limits change (Juri Lelli)
- net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() (Alok Tiwari)
- net: ipv4: fix incorrect MTU in broadcast routes (Oscar Maes)
- wifi: cfg80211: Fix interface type validation (Ilan Peer)
- net: mctp: Prevent duplicate binds (Matt Johnston)
- rcu: Protect -&gt;defer_qs_iw_pending from data race (Paul E. McKenney) [Orabug: 38423340] {CVE-2025-39749}
- arm64: Mark kernel as tainted on SAE and SError panic (Breno Leitao)
- net/mlx5e: Properly access RCU protected qdisc_sleeping variable (Leon Romanovsky)
- net: ag71xx: Add missing check after DMA map (Thomas Fourier)
- et131x: Add missing check after DMA map (Thomas Fourier)
- be2net: Use correct byte order and format string for TCP seq and ack_seq (Alok Tiwari)
- s390/time: Use monotonic clock in get_cycles() (Sven Schnelle)
- wifi: cfg80211: reject HTC bit for management frames (Johannes Berg)
- ktest.pl: Prevent recursion of default variable options (Steven Rostedt)
- xen/netfront: Fix TX response spurious interrupts (Anthoine Bourgeois)
- ASoC: codecs: rt5640: Retry DEVICE_ID verification (Xinxin Wan)
- iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement (Jonathan Santos)
- ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros (Cristian Ciocaltea)
- ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop (Christophe Leroy)
- ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (Lucy Thrun)
- platform/chrome: cros_ec_typec: Defer probe on missing EC parent (Tomasz Michalec)
- platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches (Kees Cook)
- pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() (Gautham R. Shenoy)
- usb: core: usb_submit_urb: downgrade type check (Oliver Neukum)
- usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't present (Tomasz Michalec)
- ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() (Peter Ujfalusi) [Orabug: 38394977] {CVE-2025-38706}
- ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4 (Alok Tiwari)
- ASoC: hdac_hdmi: Rate limit logging on connection and disconnection (Mark Brown)
- x86/bugs: Avoid warning when overriding return thunk (Pawan Gupta)
- mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode() (Ulf Hansson)
- reset: brcmstb: Enable reset drivers for ARCH_BCM2835 (Peter Robinson)
- pps: clients: gpio: fix interrupt handling order in remove path (Eliav Farber)
- ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path (Breno Leitao)
- mmc: sdhci-msm: Ensure SD card power isn't ON when card removed (Sarthak Garg)
- ACPI: processor: fix acpi_object initialization (Sebastian Ott)
- PM: sleep: console: Fix the black screen issue (Tuhaowen)
- thermal: sysfs: Return ENODATA instead of EAGAIN for reads (Hsin-Te Yuan)
- PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit() (Rafael J. Wysocki)
- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Zhu Qiyu)
- selftests: tracing: Use mutex_unlock for testing glob filter (Masami Hiramatsu)
- ARM: tegra: Use I/O memcpy to write to IRAM (Aaron Kling)
- gpio: tps65912: check the return value of regmap_update_bits() (Bartosz Golaszewski)
- tools/nolibc: define time_t in terms of __kernel_old_time_t (Thomas Weissschuh)
- thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown when required (David Collins)
- ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed (Kuninori Morimoto)
- EDAC/synopsys: Clear the ECC counters on init (Shubhrajyoti Datta)
- PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store() (Lifeng Zheng)
- ARM: rockchip: fix kernel hang during smp initialization (Alexander Kochetkov)
- cpufreq: Exit governor when failed to start old governor (Lifeng Zheng)
- gpio: wcd934x: check the return value of regmap_update_bits() (Bartosz Golaszewski)
- usb: xhci: Avoid showing errors during surprise removal (Mario Limonciello)
- usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command (Jay Chen)
- usb: xhci: Avoid showing warnings for dying controller (Mario Limonciello)
- usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and Default (Benson Leung)
- selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t (Cynthia Huang)
- cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag (Prashant Malani)
- usb: xhci: print xhci-&gt;xhc_state when queue_command failed (Su Hui)
- securityfs: don't pin dentries twice, once is enough... (Al Viro)
- ext2: Handle fiemap on empty files to prevent EINVAL (Wei Gao)
- fs/ntfs3: correctly create symlink for relative path (Rong Zhang)
- fs/ntfs3: Add sanity check for file name (Lizhi Xu)
- ata: libata-sata: Disallow changing LPM state if not supported (Damien Le Moal)
- better lockdep annotations for simple_recursive_removal() (Al Viro)
- hfs: fix not erasing deleted b-tree node issue (Viacheslav Dubeyko)
- drbd: add missing kref_get in handle_write_conflicts (Sarah Newman) [Orabug: 38394994] {CVE-2025-38708}
- udf: Verify partition map count (Jan Kara)
- smb/server: avoid deadlock when linking with ReplaceIfExists (Neil Brown)
- arm64: Handle KCOV __init vs inline mismatches (Kees Cook)
- hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file() (Tetsuo Handa)
- hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() (Viacheslav Dubeyko)
- hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() (Viacheslav Dubeyko)
- hfs: fix slab-out-of-bounds in hfs_bnode_read() (Viacheslav Dubeyko)
- ptp: prevent possible ABBA deadlock in ptp_clock_freerun() (Jeongjun Park)
- intel_idle: Allow loading ACPI tables for any family (Len Brown)
- sctp: linearize cloned gso packets in sctp_rcv (Xin Long) [Orabug: 38395058] {CVE-2025-38718}
- netfilter: ctnetlink: fix refcount leak on table dump (Florian Westphal) [Orabug: 38395066] {CVE-2025-38721}
- udp: also consider secpath when evaluating ipsec use for checksumming (Sabrina Dubroca)
- ACPI: processor: perflib: Move problematic pr-&gt;performance check (Rafael J. Wysocki)
- ACPI: processor: perflib: Fix initial _PPC limit application (Jiayi Li)
- Documentation: ACPI: Fix parent device references (Andy Shevchenko)
- eventpoll: Fix semi-unbounded recursion (Jann Horn) [Orabug: 38335161] {CVE-2025-38614}
- fs: Prevent file descriptor table allocations exceeding INT_MAX (Sasha Levin) [Orabug: 38423396] {CVE-2025-39756}
- sunvdc: Balance device refcount in vdc_port_mpgroup_check (Ma Ke)
- NFSD: detect mismatch of file handle and delegation stateid in OPEN op (Dai Ngo)
- nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() (Jeff Layton) [Orabug: 38395080] {CVE-2025-38724}
- net: usb: asix_devices: add phy_mask for ax88772 mdio bus (Xu Yang) [Orabug: 38395088] {CVE-2025-38725}
- net: dpaa: fix device leak when querying time stamp info (Johan Hovold)
- net: gianfar: fix device leak when querying time stamp info (Johan Hovold)
- gpio: virtio: Fix config space reading. (Harald Mommer)
- ALSA: usb-audio: Validate UAC3 cluster segment descriptors (Takashi Iwai) [Orabug: 38423406] {CVE-2025-39757}
- ALSA: usb-audio: Validate UAC3 power domain descriptors, too (Takashi Iwai) [Orabug: 38395100] {CVE-2025-38729}
- io_uring: don't use int for ABI (Pavel Begunkov)
- usb: gadget : fix use-after-free in composite_dev_cleanup() (Taoxue) [Orabug: 38334897] {CVE-2025-38555}
- mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery (Andy Shevchenko)
- MIPS: mm: tlb-r4k: Uniquify TLB entries on init (Jiaxun Yang)
- ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe() (Thorsten Blum)
- net: usbnet: Fix the wrong netif_carrier_on() call (Ammar Faizi)
- net: usbnet: Avoid potential RCU stall on LINK_CHANGE event (John Ernberg)
- USB: serial: option: add Foxconn T99W709 (Slark Xiao)
- net/packet: fix a race in packet_set_ring() and packet_notifier() (Quang Le) [Orabug: 38351763] {CVE-2025-38617}
- selftests/perf_events: Add a mmap() correctness test (Lorenzo Stoakes)
- perf/core: Prevent VMA split of buffer mappings (Thomas Gleixner) [Orabug: 38334947] {CVE-2025-38563}
- perf/core: Exit early on perf_mmap() fail (Thomas Gleixner) [Orabug: 38334957] {CVE-2025-38565}
- perf/core: Don't leak AUX buffer refcount on allocation failure (Thomas Gleixner)
- pptp: fix pptp_xmit() error path (Eric Dumazet)
- smb: client: let recv_done() cleanup before notifying the callers. (Stefan Metzmacher)
- smb: server: let recv_done() avoid touching data_transfer after cleanup/move (Stefan Metzmacher)
- smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconnect_rdma_connection (Stefan Metzmacher)
- smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already (Stefan Metzmacher)
- smb: server: remove separate empty_recvmsg_queue (Stefan Metzmacher)
- ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out() (Takashi Iwai)
- net: drop UFO packets in udp_rcv_segment() (Wang Liang) [Orabug: 38351785] {CVE-2025-38622}
- ipv6: reject malicious packets in ipv6_gso_segment() (Eric Dumazet) [Orabug: 38334987] {CVE-2025-38572}
- net/mlx5: Correctly set gso_segs when LRO is used (Christoph Paasch)
- pptp: ensure minimal skb length in pptp_xmit() (Eric Dumazet) [Orabug: 38335003] {CVE-2025-38574}
- phy: mscc: Fix parsing of unicast frames (Horatiu Vultur)
- netpoll: prevent hanging NAPI when netcons gets enabled (Jakub Kicinski)
- NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY (Benjamin Coddington)
- XArray: Add calls to might_alloc() (Matthew Wilcox)
- NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (Trond Myklebust) [Orabug: 38401744] {CVE-2025-39730}
- pNFS/flexfiles: don't attempt pnfs on fatal DS errors (Tigran Mkrtchyan)
- PCI: pnv_php: Fix surprise plug detection and recovery (Timothy Pearson)
- powerpc/eeh: Make EEH driver device hotplug safe (Timothy Pearson)
- powerpc/eeh: Rely on dev-&gt;link_active_reporting (Maciej W. Rozycki)
- powerpc/eeh: Export eeh_unfreeze_pe() (Timothy Pearson)
- PCI: pnv_php: Work around switches with broken presence detection (Timothy Pearson)
- PCI: pnv_php: Clean up allocated IRQs on unplug (Timothy Pearson)
- kconfig: qconf: fix ConfigList::updateListAllforAll() (Masahiro Yamada)
- scsi: ufs: core: Use link recovery when h8 exit fails during runtime resume (Seunghui Lee)
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl)
- f2fs: fix to avoid out-of-boundary access in devs.path (Chao Yu)
- f2fs: fix to avoid panic in f2fs_evict_inode (Chao Yu)
- f2fs: fix to avoid UAF in f2fs_sync_inode_meta() (Chao Yu)
- f2fs: doc: fix wrong quota mount option description (Chao Yu)
- f2fs: fix KMSAN uninit-value in extent_info usage (Abinash Singh)
- rtc: rv3028: fix incorrect maximum clock rate handling (Brian Masney)
- rtc: pcf8563: fix incorrect maximum clock rate handling (Brian Masney)
- rtc: pcf85063: fix incorrect maximum clock rate handling (Brian Masney)
- rtc: hym8563: fix incorrect maximum clock rate handling (Brian Masney)
- rtc: ds1307: fix incorrect maximum clock rate handling (Brian Masney)
- ucount: fix atomic_long_inc_below() argument type (Uros Bizjak)
- module: Restore the moduleparam prefix length check (Petr Pavlu)
- apparmor: ensure WB_HISTORY_SIZE value is a power of 2 (Ryan Lee)
- bpf: Check flow_dissector ctx accesses are aligned (Paul Chaignon)
- mtd: rawnand: atmel: set pmecc data setup time (Balamanikandan Gunasundar)
- mtd: rawnand: rockchip: Add missing check after DMA map (Thomas Fourier)
- mtd: rawnand: atmel: Fix dma_mapping_error() address (Thomas Fourier)
- jfs: fix metapage reference count leak in dbAllocCtl (Zheng Yu)
- fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref (Chenyuan Yang)
- crypto: qat - fix seq_file position update in adf_ring_next() (Giovanni Cabiddu)
- sh: Do not use hyphen in exported variable name (Ben Hutchings)
- dmaengine: nbpfaxi: Add missing check after DMA map (Thomas Fourier)
- dmaengine: mv_xor: Fix missing check after DMA map and missing unmap (Thomas Fourier)
- fs/orangefs: Allow 2 more characters in do_c_string() (Dan Carpenter)
- PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attribute (Manivannan Sadhasivam)
- soundwire: stream: restore params when prepare ports fail (Bard Liao)
- crypto: img-hash - Fix dma_unmap_sg() nents value (Thomas Fourier)
- crypto: keembay - Fix dma_unmap_sg() nents value (Thomas Fourier)
- hwrng: mtk - handle devm_pm_runtime_enable errors (Ovidiu Panait)
- watchdog: ziirave_wdt: check record length in ziirave_firm_verify() (Dan Carpenter)
- scsi: isci: Fix dma_unmap_sg() nents value (Thomas Fourier)
- scsi: mvsas: Fix dma_unmap_sg() nents value (Thomas Fourier)
- scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value (Thomas Fourier)
- clk: sunxi-ng: v3s: Fix de clock definition (Paul Kocialkowski)
- perf tests bp_account: Fix leaked file descriptor (Leo Yan)
- kernel: trace: preemptirq_delay_test: use offstack cpu mask (Arnd Bergmann)
- RDMA/hns: Fix -Wframe-larger-than issue (Junxian Huang)
- crypto: ccp - Fix crash when rebind ccp device for ccp.ko (Mengbiao Xiong)
- crypto: inside-secure - Fix dma_unmap_sg() nents value (Thomas Fourier)
- perf sched: Fix memory leaks for evsel-&gt;priv in timehist (Namhyung Kim)
- clk: clk-axi-clkgen: fix fpfd_max frequency for zynq (Nuno Sa)
- pinctrl: sunxi: Fix memory leak on krealloc failure (Yuan Chen)
- PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() fails (Jerome Brunet)
- power: supply: max14577: Handle NULL pdata when CONFIG_OF is not set (Charles Han)
- power: supply: cpcap-charger: Fix null check for power_supply_get_by_name (Charles Han)
- clk: xilinx: vcu: unregister pll_post only if registered correctly (Rohit Visavalia)
- media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check (James Cowgill)
- clk: davinci: Add NULL check in davinci_lpsc_clk_register() (Henry Martin)
- mtd: fix possible integer overflow in erase_xfer() (Ivan Stepchenko)
- crypto: marvell/cesa - Fix engine load inaccuracy (Herbert Xu)
- PCI: rockchip-host: Fix 'Unexpected Completion' log message (Hans Zhang)
- vrf: Drop existing dst reference in vrf_ip6_input_dst (Stanislav Fomichev)
- selftests: rtnetlink.sh: remove esp4_offload after test (Xiumei Mu)
- netfilter: xt_nfacct: don't assume acct name is null-terminated (Florian Westphal) [Orabug: 38351853] {CVE-2025-38639}
- can: kvaser_usb: Assign netdev.dev_port based on device channel index (Jimmy Assarsson)
- can: kvaser_pciefd: Store device channel index (Jimmy Assarsson)
- wifi: brcmfmac: fix P2P discovery failure in P2P peer due to missing P2P IE (Gokul Sivakumar)
- Reapply 'wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()' (Remi Pommarel)
- wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key() (Remi Pommarel)
- wifi: mac80211: Don't call fq_flow_idx() for management frames (Alexander Wetzel)
- mwl8k: Add missing check after DMA map (Thomas Fourier)
- wifi: rtl8xxxu: Fix RX skb size for aggregation disabled (Martin Kaistra)
- xen/gntdev: remove struct gntdev_copy_batch from stack (Juergen Gross)
- net_sched: act_ctinfo: use atomic64_t for three counters (Eric Dumazet)
- net/sched: Restrict conditions for adding duplicating netems to qdisc tree (William Liu) [Orabug: 38331465] {CVE-2025-38553}
- um: rtc: Avoid shadowing err in uml_rtc_start() (Tiwei Bie)
- arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX (Johan Korsnes)
- drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and value (Fedor Pchelkin)
- m68k: Don't unregister boot console needlessly (Finn Thain)
- net/mlx5: Check device memory pointer before usage (Stav Aviram) [Orabug: 38351877] {CVE-2025-38645}
- tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range (Xin Guo)
- wifi: ath11k: clear initialized flag for deinit-ed srng lists (Sergey Senozhatsky) [Orabug: 38335105] {CVE-2025-38601}
- iwlwifi: Add missing check for alloc_ordered_workqueue (Jiasheng Jiang) [Orabug: 38335109] {CVE-2025-38602}
- wifi: iwlwifi: Fix memory leak in iwl_mvm_init() (Xiu Jianfeng)
- wifi: rtl818x: Kill URBs before clearing tx status queue (Daniil Dulov) [Orabug: 38335118] {CVE-2025-38604}
- caif: reduce stack size, again (Arnd Bergmann)
- bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure (Yuan Chen)
- bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls (Jiayuan Chen) [Orabug: 38335130] {CVE-2025-38608}
- bpf, sockmap: Fix psock incorrectly pointing to sk (Jiayuan Chen)
- drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed (Andy Yan)
- selftests/tracing: Fix false failure of subsystem event test (Steven Rostedt)
- staging: nvec: Fix incorrect null termination of battery manufacturer (Alok Tiwari)
- samples: mei: Fix building on musl libc (Brahmajit Das)
- cpufreq: Init policy-&gt;rwsem before it may be possibly used (Lifeng Zheng)
- cpufreq: Initialize cpufreq-based frequency-invariance later (Lifeng Zheng)
- cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive mode (Rafael J. Wysocki)
- PM / devfreq: Check governor before using governor-&gt;name (Lifeng Zheng) [Orabug: 38335134] {CVE-2025-38609}
- arm64: dts: imx8mn-beacon: Fix HS400 USDHC clock speed (Adam Ford)
- arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed (Adam Ford)
- ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface (Annette Kobou)
- arm: dts: ti: omap: Fixup pinheader typo (Albin Tornqvist)
- usb: early: xhci-dbc: Fix early_ioremap leak (Lucas De Marchi)
- Revert 'vmci: Prevent the dispatching of uninitialized payloads' (Greg Kroah-Hartman)
- pps: fix poll support (Denis Osterland-Heim)
- vmci: Prevent the dispatching of uninitialized payloads (Lizhi Xu)
- staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc() (Abdun Nihaal)
- usb: misc: apple-mfi-fastcharge: Make power supply names unique (Charalampos Mitrodimas)
- ARM: dts: vfxxx: Correctly use two tuples for timer address (Krzysztof Kozlowski)
- selftests: Fix errno checking in syscall_user_dispatch test (Dmitry Vyukov)
- Revert 'fs/ntfs3: Replace inode_trylock with inode_lock' (Konstantin Komarov)
- hfsplus: remove mutex_lock check in hfsplus_free_extents (Yangtao Li)
- fs_context: fix parameter name in infofc() macro (Rubenkelevra)
- ASoC: Intel: fix SND_SOC_SOF dependencies (Arnd Bergmann)
- ethernet: intel: fix building with large NR_CPUS (Arnd Bergmann)
- usb: phy: mxs: disconnect line when USB charger is attached (Xu Yang)
- usb: chipidea: add USB PHY event (Xu Yang)
- ALSA: hda: Add missing NVIDIA HDA codec IDs (Daniel Dadap)
- comedi: comedi_test: Fix possible deletion of uninitialized timers (Ian Abbott)
- jfs: reject on-disk inodes of an unsupported type (Dmitry Antipov)
- usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach (Rd Babiera)
- usb: typec: tcpm: allow switching to mode accessory to mux properly (Michael Grzeschik)
- usb: typec: tcpm: allow to use sink in accessory mode (Michael Grzeschik)
- mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n (Harry Yoo)
- nilfs2: reject invalid file types when reading inodes (Ryusuke Konishi)
- gve: Fix stuck TX queue for DQ queue format (Praveen Kaligineedi)
- e1000e: ignore uninitialized checksum word on tgp (Jacek Kowalski)
- e1000e: disregard NVM checksum on tgp when valid checksum bit is not set (Jacek Kowalski)
- dpaa2-switch: Fix device reference count leak in MAC endpoint handling (Ma Ke)
- dpaa2-eth: Fix device reference count leak in MAC endpoint handling (Ma Ke)
- ALSA: hda/realtek - Add mute LED support for HP Pavilion 15-eg0xxx (Dawid Rezler)
- bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint() (Ma Ke)
- i2c: virtio: Avoid hang by using interruptible completion wait (Viresh Kumar)
- i2c: qup: jump out of the loop in case of timeout (Yang Xiwen) [Orabug: 38351993] {CVE-2025-38671}
- platform/x86: ideapad-laptop: Fix kbd backlight not remembered among boots (Rongrong)
- net: hns3: fixed vf get max channels bug (Jian Shen)
- net: hns3: disable interrupt when ptp init failed (Yonglong Liu)
- net: hns3: fix concurrent setting vlan filter issue (Jian Shen)
- net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_class (Xiang Mei)
- net: appletalk: Fix use-after-free in AARP proxy probe (Kito Xu)
- i40e: report VF tx_dropped with tx_errors instead of tx_discards (Dennis Chen)
- i40e: Add rx_missed_errors for buffer exhaustion (Yajun Deng)
- regmap: fix potential memory leak of regmap_bus (Abdun Nihaal)
- interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 node (Xilin Wu)
- RDMA/core: Rate limit GID cache warning messages (Maor Gottlieb)
- regulator: core: fix NULL dereference on unbind due to stale coupling data (Alessandro Carminati) [Orabug: 38351977] {CVE-2025-38668}
- Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT (Fabrice Gasnier) [Orabug: 38180692] {CVE-2025-38335}
- platform/x86: think-lmi: Fix kobject cleanup (Kurt Borja)
- powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed (Zhang Rui)
- mm/vmalloc: leave lazy MMU mode on PTE mapping error (Alexander Gordeev)
- ASoC: fsl_sai: Force a software reset when starting in consumer mode (Arun Raghavan)
- usb: dwc3: qcom: Don't leave BCR asserted (Krishna Kurapati)
- usb: musb: fix gadget state on disconnect (Drew Hamilton)
- usb: musb: Add and use inline functions musb_{get,set}_state (Paul Cercueil)
- usb: hub: Fix flushing of delayed work used for post resume purposes (Mathias Nyman)
- usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm (Mathias Nyman)
- usb: hub: fix detection of high tier USB3 devices behind suspended hubs (Mathias Nyman)
- net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree (William Liu) [Orabug: 38254213] {CVE-2025-38468}
- net: bridge: Do not offload IGMP/MLD messages (Joseph Huang)
- net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime (Dong Chenchen) [Orabug: 38254224] {CVE-2025-38470}
- Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU (Luiz Augusto von Dentz)
- ipv6: mcast: Delay put pmc-&gt;idev in mld_del_delrec() (Yue Haibing) [Orabug: 38324326] {CVE-2025-38550}
- net/mlx5: Correctly set gso_size when LRO is used (Christoph Paasch)
- Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout (Luiz Augusto von Dentz)
- Bluetooth: SMP: If an unallowed command is received consider it a failure (Luiz Augusto von Dentz)
- Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() (Kuniyuki Iwashima) [Orabug: 38254240] {CVE-2025-38473}
- usb: net: sierra: check for no status endpoint (Oliver Neukum) [Orabug: 38254248] {CVE-2025-38474}
- hwmon: (corsair-cpro) Validate the size of the received input buffer (Marius Zachmann)
- selftests: net: increase inter-packet timeout in udpgro.sh (Paolo Abeni)
- selftests: udpgro: report error when receive failed (Hangbin Liu)
- nvme: fix misaccounting of nvme-mpath inflight I/O (Yu Kuai)
- smb: client: fix use-after-free in cifs_oplock_break (Wang Zhaolong)
- pinctrl: mediatek: moore: check if pin_desc is valid before use (Sam Shih)
- rpl: Fix use-after-free in rpl_do_srh_inline(). (Kuniyuki Iwashima)
- net/sched: sch_qfq: Fix race condition on qfq_aggregate (Xiang Mei) [Orabug: 38254265] {CVE-2025-38477}
- net: emaclite: Fix missing pointer increment in aligned_read() (Alok Tiwari)
- bpf: Reject %p% format string in bprintf-like helpers (Paul Chaignon) [Orabug: 38324226] {CVE-2025-38528}
- comedi: Fix initialization of data for instructions that write to subdevice (Ian Abbott)
- comedi: Fix use of uninitialized data in insn_rw_emulate_bits() (Ian Abbott)
- comedi: Fix some signed shift left operations (Ian Abbott)
- comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large (Ian Abbott)
- comedi: das6402: Fix bit shift out of bounds (Ian Abbott)
- comedi: das16m1: Fix bit shift out of bounds (Ian Abbott)
- comedi: aio_iiro_16: Fix bit shift out of bounds (Ian Abbott)
- comedi: pcl812: Fix bit shift out of bounds (Ian Abbott)
- iio: adc: stm32-adc: Fix race in installing chained IRQ handler (Chen Ni)
- iio: adc: max1363: Reorder mode_list[] entries (Fabio Estevam)
- iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[] (Fabio Estevam)
- soc: aspeed: lpc-snoop: Don't disable channels that aren't enabled (Andrew Jeffery)
- soc: aspeed: lpc-snoop: Cleanup resources in stack-order (Andrew Jeffery)
- pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_gov (Maulik Shah)
- mmc: sdhci_am654: Workaround for Errata i2312 (Judith Mendez)
- mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo models (Edson Juliano Drosdeck)
- mmc: bcm2835: Fix dma_unmap_sg() nents value (Thomas Fourier)
- memstick: core: Zero initialize id_reg in h_memstick_read_dev_id() (Nathan Chancellor)
- isofs: Verify inode mode when loading from disk (Jan Kara)
- dmaengine: nbpfaxi: Fix memory corruption in probe() (Dan Carpenter)
- af_packet: fix soft lockup issue caused by tpacket_snd() (Yun Lu)
- af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd() (Yun Lu)
- phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept() (Nathan Chancellor)
- tracing: Add down_write(trace_event_sem) when adding trace event (Steven Rostedt) [Orabug: 38324269] {CVE-2025-38539}
- HID: core: ensure __hid_request reserves the report ID as the first byte (Benjamin Tissoires)
- pch_uart: Fix dma_sync_sg_for_device() nents value (Thomas Fourier)
- thunderbolt: Fix bit masking in tb_dp_port_set_hops() (Alok Tiwari)
- i2c: stm32: fix the device used for the DMA map (Clement Le Goffic)
- usb: gadget: configfs: Fix OOB read on empty string write (Xinyu Liu) [Orabug: 38254357] {CVE-2025-38497}
- USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI (Ryan Mann)
- USB: serial: option: add Foxconn T99W640 (Slark Xiao)
- USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition (Fabio Porcedda)
- phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode (Wayne Chang) [Orabug: 38324257] {CVE-2025-38535}

[5.15.0-314.189.2]
- uek-rpm: Bluefield 3: Enable CONFIG_KEXEC_{FILE,SIG,IMAGE_VERIFY_SIG} and CONFIG_EDAC_GHES (Thomas Tai) [Orabug: 38474014]
- uek-rpm: Enable the FWCTL PDS in UEK7 (Joao Martins) [Orabug: 38467344]
- pds_core: init viftype default in declaration (Shannon Nelson) [Orabug: 38467344]
- pds_core: smaller adminq poll starting interval (Shannon Nelson) [Orabug: 38467344]
- pds_core: Allocate pdsc_viftype_defaults copy with ARRAY_SIZE() (Kees Cook) [Orabug: 38467344]
- pds_core: remove write-after-free of client_id (Shannon Nelson) [Orabug: 37976798,38467344] {CVE-2025-37916}
- pds_core: make wait_context part of q_info (Shannon Nelson) [Orabug: 37937540,38467344] {CVE-2025-37886}
- pds_core: Remove unnecessary check in pds_client_adminq_cmd() (Brett Creeley) [Orabug: 38467344]
- pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result (Brett Creeley) [Orabug: 37937543,38467344] {CVE-2025-37887}
- pds_core: Prevent possible adminq overflow/stuck condition (Brett Creeley) [Orabug: 37977106,38467344] {CVE-2025-37987}
- pds_core: fix memory leak in pdsc_debugfs_add_qcq() (Abdun Nihaal) [Orabug: 38467344]
- pds_fwctl: Fix type and endian complaints (Shannon Nelson) [Orabug: 38467344]
- pds_fwctl: add rpc and query support (Brett Creeley) [Orabug: 38467344]
- pds_fwctl: initial driver framework (Shannon Nelson) [Orabug: 38467344]
- pds_core: add new fwctl auxiliary_device (Shannon Nelson) [Orabug: 38467344]
- pds_core: specify auxiliary_device to be created (Shannon Nelson) [Orabug: 38467344]
- pds_core: make pdsc_auxbus_dev_del() void (Shannon Nelson) [Orabug: 38467344]
- pds_core: limit loop over fw name list (Shannon Nelson) [Orabug: 38467344]
- pds_core: Remove redundant null pointer checks (Li Zetao) [Orabug: 38467344]
- pds_core: Fix pdsc_check_pci_health function to use work thread (Brett Creeley) [Orabug: 38467344,38498854] {CVE-2024-35968}
- pds_core: use pci_reset_function for health reset (Shannon Nelson) [Orabug: 38467344]
- pds_core: delete VF dev on reset (Shannon Nelson) [Orabug: 38467344]
- pds_core: add simple AER handler (Shannon Nelson) [Orabug: 38467344]
- pds_core: no health-thread in VF path (Shannon Nelson) [Orabug: 38467344]
- pds_core: Clean up init/uninit flows to be more readable (Brett Creeley) [Orabug: 38467344]
- pds_core: Fix up some minor issues (Brett Creeley) [Orabug: 38467344]
- pds_core: Unmask adminq interrupt in work thread (Brett Creeley) [Orabug: 38467344]
- pds_core: Don't assign interrupt index/bound_intr to notifyq (Brett Creeley) [Orabug: 38467344]
- pds_core: Rework teardown/setup flow to be more common (Brett Creeley) [Orabug: 38467344]
- pds_core: Clear BARs on reset (Brett Creeley) [Orabug: 38467344]
- pds_core: Use struct pdsc for the pdsc_adminq_isr private data (Brett Creeley) [Orabug: 38467344]
- pds_core: Cancel AQ work on teardown (Brett Creeley) [Orabug: 38467344]
- pds_core: Prevent health thread from running during reset/remove (Brett Creeley) [Orabug: 38467344]
- pds_core: fix up some format-truncation complaints (Shannon Nelson) [Orabug: 38467344]
- net: pds_core: Fix possible double free in error handling path (Yongzhi Liu) [Orabug: 36530186] {CVE-2024-26652}
- x86/its: ITS impacts performance even when mitigation is disabled (Alexandre Chartre) [Orabug: 38346576]

[5.15.0-314.189.1]
- net/mlx5: HWS, fix bad parameter in CQ creation (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, fix missing ip_version handling in definer (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5e: Use custom tunnel header for vxlan gbp (Vlad Dogaru) [Orabug: 38253291]
- net/mlx5: HWS, Rightsize bwc matcher priority (Vlad Dogaru) [Orabug: 38253291]
- net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS: Properly set bwc queue locks lock classes (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layout (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: HWS, don't destroy more bwc queue locks than allocated (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: HWS, fixed double free in error flow of definer layout (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, removed wrong access to a number of rules variable (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, changed E2BIG error to a negative return code (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, fixed double-free in error flow of creating SQ (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: Fix wrong reserved field in hca_cap_2 in mlx5_ifc (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq() (Dan Carpenter) [Orabug: 38253291]
- net/mlx5e: Support RX xfrm state selector's UPSPEC for packet offload (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Add pass flow group for IPSec RX status table (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Add num_reserved_entries param for ipsec_ft_create() (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Skip IPSec RX policy check for crypto offload (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Move IPSec policy check after decryption (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Change the destination of IPSec RX SA miss rule (Jianbo Liu) [Orabug: 38253291]
- net/mlx5e: Add helper function to update IPSec default destination (Jianbo Liu) [Orabug: 38253291]
- net/mlx5: fs, add counter object to flow destination (Moshe Shemesh) [Orabug: 38253291]
- net/mlx5: DR, moved all the SWS code into a separate directory (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, use lock classes for bwc locks (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Remove mlx5_fc_create_ex (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Don't maintain a counter count (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Drop unneeded cacheline alignment (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Replace IDR+lists with xarray (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Use kvmalloc for bulk query buffer (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: hw counters: Make fc_stats &amp; fc_pool private (Cosmin Ratiu) [Orabug: 38253291]
- net/mlx5: fs, separate action and destination into distinct struct (Mark Bloch) [Orabug: 38253291]
- net/mlx5: fs, remove unused member (Mark Bloch) [Orabug: 38253291]
- net/mlx5: fs, move hardware fte deletion function reset (Mark Bloch) [Orabug: 38253291]
- net/mlx5: fs, make get_root_namespace API function (Moshe Shemesh) [Orabug: 38253291]
- net/mlx5: HWS, fixed error flow return values of some functions (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, updated API functions comments to kernel doc (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added API and enabled HWS support (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added send engine and context handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added debug dump and internal headers (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added backward-compatible API handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added memory management handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added vport handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added modify header pattern and args handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added FW commands handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added matchers functionality (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added definers handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added rules handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added tables handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: HWS, added actions handling (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: Added missing definitions in preparation for HW Steering (Yevgeny Kliteynik) [Orabug: 38253291]
- net/mlx5: Added missing mlx5_ifc definition for HW Steering (Yevgeny Kliteynik) [Orabug: 38253291]
- net/rds: Enforce sibling ToS lanes are not UP when auto reaping a conn (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: replace rds_conn_addr_list with reentrant code (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: Auto-reap dropped conn via sysctl net.rds.conn_reap_after_drop_secs (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: Enable tracing for rds_conn_reap() (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: Disallow user conn reap via sysctl net.rds.conn_user_reap_enable (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: Add sockopt member all_tos to reset/reap all conns for src-dst (Sharath Srinivasan) [Orabug: 38343380]
- net/rds: Reap rds_rdma connections via sockopt RDS_CONN_REAP (Sharath Srinivasan) [Orabug: 38343380]
- mm, numa: fix bad pmd by atomically checking is_swap_pmd() in change_prot_numa() (Harry Yoo) [Orabug: 38410500]
- scsi: target: Export fabric driver direct submit settings (Mike Christie) [Orabug: 38443422]
- scsi: target: core: Unexport target_queue_submission() (Mike Christie) [Orabug: 38443422]
- scsi: target: Allow userspace to request direct submissions (Mike Christie) [Orabug: 38443422]
- scsi: target: core: Kill transport_handle_cdb_direct() (Mike Christie) [Orabug: 38443422]
- scsi: target: core: Move buffer clearing hack (Mike Christie) [Orabug: 38443422]
- scsi: target: core: Move core_alua_check_nonop_delay() call (Mike Christie) [Orabug: 38443422]
- scsi: target: Have drivers report if they support direct submissions (Mike Christie) [Orabug: 38443422]
- scsi: target: iscs: Make write_pending_must_be_called a bit field (Mike Christie) [Orabug: 38443422]
- KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active (Maciej S. Szmigiero) [Orabug: 38458436]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-25757.html" type="self" title="ELSA-2025-25757" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26652.html" id="CVE-2024-26652" type="cve" title="CVE-2024-26652" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35968.html" id="CVE-2024-35968" type="cve" title="CVE-2024-35968" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50022.html" id="CVE-2024-50022" type="cve" title="CVE-2024-50022" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56742.html" id="CVE-2024-56742" type="cve" title="CVE-2024-56742" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37798.html" id="CVE-2025-37798" type="cve" title="CVE-2025-37798" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37886.html" id="CVE-2025-37886" type="cve" title="CVE-2025-37886" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37887.html" id="CVE-2025-37887" type="cve" title="CVE-2025-37887" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37916.html" id="CVE-2025-37916" type="cve" title="CVE-2025-37916" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37932.html" id="CVE-2025-37932" type="cve" title="CVE-2025-37932" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37953.html" id="CVE-2025-37953" type="cve" title="CVE-2025-37953" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37968.html" id="CVE-2025-37968" type="cve" title="CVE-2025-37968" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37987.html" id="CVE-2025-37987" type="cve" title="CVE-2025-37987" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38095.html" id="CVE-2025-38095" type="cve" title="CVE-2025-38095" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38148.html" id="CVE-2025-38148" type="cve" title="CVE-2025-38148" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38177.html" id="CVE-2025-38177" type="cve" title="CVE-2025-38177" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38236.html" id="CVE-2025-38236" type="cve" title="CVE-2025-38236" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38335.html" id="CVE-2025-38335" type="cve" title="CVE-2025-38335" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38425.html" id="CVE-2025-38425" type="cve" title="CVE-2025-38425" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38468.html" id="CVE-2025-38468" type="cve" title="CVE-2025-38468" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38470.html" id="CVE-2025-38470" type="cve" title="CVE-2025-38470" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38473.html" id="CVE-2025-38473" type="cve" title="CVE-2025-38473" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38474.html" id="CVE-2025-38474" type="cve" title="CVE-2025-38474" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38477.html" id="CVE-2025-38477" type="cve" title="CVE-2025-38477" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38497.html" id="CVE-2025-38497" type="cve" title="CVE-2025-38497" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38502.html" id="CVE-2025-38502" type="cve" title="CVE-2025-38502" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38528.html" id="CVE-2025-38528" type="cve" title="CVE-2025-38528" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38535.html" id="CVE-2025-38535" type="cve" title="CVE-2025-38535" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38539.html" id="CVE-2025-38539" type="cve" title="CVE-2025-38539" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38550.html" id="CVE-2025-38550" type="cve" title="CVE-2025-38550" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38553.html" id="CVE-2025-38553" type="cve" title="CVE-2025-38553" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38555.html" id="CVE-2025-38555" type="cve" title="CVE-2025-38555" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38563.html" id="CVE-2025-38563" type="cve" title="CVE-2025-38563" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38565.html" id="CVE-2025-38565" type="cve" title="CVE-2025-38565" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38572.html" id="CVE-2025-38572" type="cve" title="CVE-2025-38572" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38574.html" id="CVE-2025-38574" type="cve" title="CVE-2025-38574" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38601.html" id="CVE-2025-38601" type="cve" title="CVE-2025-38601" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38602.html" id="CVE-2025-38602" type="cve" title="CVE-2025-38602" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38604.html" id="CVE-2025-38604" type="cve" title="CVE-2025-38604" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38608.html" id="CVE-2025-38608" type="cve" title="CVE-2025-38608" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38609.html" id="CVE-2025-38609" type="cve" title="CVE-2025-38609" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38614.html" id="CVE-2025-38614" type="cve" title="CVE-2025-38614" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38617.html" id="CVE-2025-38617" type="cve" title="CVE-2025-38617" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38622.html" id="CVE-2025-38622" type="cve" title="CVE-2025-38622" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38639.html" id="CVE-2025-38639" type="cve" title="CVE-2025-38639" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38645.html" id="CVE-2025-38645" type="cve" title="CVE-2025-38645" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38664.html" id="CVE-2025-38664" type="cve" title="CVE-2025-38664" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38668.html" id="CVE-2025-38668" type="cve" title="CVE-2025-38668" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38670.html" id="CVE-2025-38670" type="cve" title="CVE-2025-38670" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38671.html" id="CVE-2025-38671" type="cve" title="CVE-2025-38671" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38676.html" id="CVE-2025-38676" type="cve" title="CVE-2025-38676" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38680.html" id="CVE-2025-38680" type="cve" title="CVE-2025-38680" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38683.html" id="CVE-2025-38683" type="cve" title="CVE-2025-38683" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38684.html" id="CVE-2025-38684" type="cve" title="CVE-2025-38684" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38685.html" id="CVE-2025-38685" type="cve" title="CVE-2025-38685" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38691.html" id="CVE-2025-38691" type="cve" title="CVE-2025-38691" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38693.html" id="CVE-2025-38693" type="cve" title="CVE-2025-38693" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38694.html" id="CVE-2025-38694" type="cve" title="CVE-2025-38694" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38695.html" id="CVE-2025-38695" type="cve" title="CVE-2025-38695" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38699.html" id="CVE-2025-38699" type="cve" title="CVE-2025-38699" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38700.html" id="CVE-2025-38700" type="cve" title="CVE-2025-38700" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38701.html" id="CVE-2025-38701" type="cve" title="CVE-2025-38701" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38706.html" id="CVE-2025-38706" type="cve" title="CVE-2025-38706" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38708.html" id="CVE-2025-38708" type="cve" title="CVE-2025-38708" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38718.html" id="CVE-2025-38718" type="cve" title="CVE-2025-38718" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38721.html" id="CVE-2025-38721" type="cve" title="CVE-2025-38721" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38724.html" id="CVE-2025-38724" type="cve" title="CVE-2025-38724" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38725.html" id="CVE-2025-38725" type="cve" title="CVE-2025-38725" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38729.html" id="CVE-2025-38729" type="cve" title="CVE-2025-38729" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38732.html" id="CVE-2025-38732" type="cve" title="CVE-2025-38732" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38736.html" id="CVE-2025-38736" type="cve" title="CVE-2025-38736" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39673.html" id="CVE-2025-39673" type="cve" title="CVE-2025-39673" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39676.html" id="CVE-2025-39676" type="cve" title="CVE-2025-39676" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39681.html" id="CVE-2025-39681" type="cve" title="CVE-2025-39681" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39683.html" id="CVE-2025-39683" type="cve" title="CVE-2025-39683" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39689.html" id="CVE-2025-39689" type="cve" title="CVE-2025-39689" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39691.html" id="CVE-2025-39691" type="cve" title="CVE-2025-39691" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39693.html" id="CVE-2025-39693" type="cve" title="CVE-2025-39693" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39697.html" id="CVE-2025-39697" type="cve" title="CVE-2025-39697" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39703.html" id="CVE-2025-39703" type="cve" title="CVE-2025-39703" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39713.html" id="CVE-2025-39713" type="cve" title="CVE-2025-39713" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39714.html" id="CVE-2025-39714" type="cve" title="CVE-2025-39714" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39724.html" id="CVE-2025-39724" type="cve" title="CVE-2025-39724" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39730.html" id="CVE-2025-39730" type="cve" title="CVE-2025-39730" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39738.html" id="CVE-2025-39738" type="cve" title="CVE-2025-39738" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39742.html" id="CVE-2025-39742" type="cve" title="CVE-2025-39742" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39749.html" id="CVE-2025-39749" type="cve" title="CVE-2025-39749" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39756.html" id="CVE-2025-39756" type="cve" title="CVE-2025-39756" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39757.html" id="CVE-2025-39757" type="cve" title="CVE-2025-39757" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39760.html" id="CVE-2025-39760" type="cve" title="CVE-2025-39760" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39766.html" id="CVE-2025-39766" type="cve" title="CVE-2025-39766" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39772.html" id="CVE-2025-39772" type="cve" title="CVE-2025-39772" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39773.html" id="CVE-2025-39773" type="cve" title="CVE-2025-39773" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39782.html" id="CVE-2025-39782" type="cve" title="CVE-2025-39782" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39787.html" id="CVE-2025-39787" type="cve" title="CVE-2025-39787" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39790.html" id="CVE-2025-39790" type="cve" title="CVE-2025-39790" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39795.html" id="CVE-2025-39795" type="cve" title="CVE-2025-39795" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39798.html" id="CVE-2025-39798" type="cve" title="CVE-2025-39798" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39801.html" id="CVE-2025-39801" type="cve" title="CVE-2025-39801" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39806.html" id="CVE-2025-39806" type="cve" title="CVE-2025-39806" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39808.html" id="CVE-2025-39808" type="cve" title="CVE-2025-39808" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39812.html" id="CVE-2025-39812" type="cve" title="CVE-2025-39812" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39813.html" id="CVE-2025-39813" type="cve" title="CVE-2025-39813" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39817.html" id="CVE-2025-39817" type="cve" title="CVE-2025-39817" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39824.html" id="CVE-2025-39824" type="cve" title="CVE-2025-39824" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39828.html" id="CVE-2025-39828" type="cve" title="CVE-2025-39828" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39835.html" id="CVE-2025-39835" type="cve" title="CVE-2025-39835" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39841.html" id="CVE-2025-39841" type="cve" title="CVE-2025-39841" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39844.html" id="CVE-2025-39844" type="cve" title="CVE-2025-39844" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39845.html" id="CVE-2025-39845" type="cve" title="CVE-2025-39845" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39847.html" id="CVE-2025-39847" type="cve" title="CVE-2025-39847" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39853.html" id="CVE-2025-39853" type="cve" title="CVE-2025-39853" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39860.html" id="CVE-2025-39860" type="cve" title="CVE-2025-39860" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39864.html" id="CVE-2025-39864" type="cve" title="CVE-2025-39864" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39865.html" id="CVE-2025-39865" type="cve" title="CVE-2025-39865" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39866.html" id="CVE-2025-39866" type="cve" title="CVE-2025-39866" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39891.html" id="CVE-2025-39891" type="cve" title="CVE-2025-39891" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39894.html" id="CVE-2025-39894" type="cve" title="CVE-2025-39894" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39898.html" id="CVE-2025-39898" type="cve" title="CVE-2025-39898" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39902.html" id="CVE-2025-39902" type="cve" title="CVE-2025-39902" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39964.html" id="CVE-2025-39964" type="cve" title="CVE-2025-39964" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39973.html" id="CVE-2025-39973" type="cve" title="CVE-2025-39973" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">77c92fda7eb795f9793d5c0ccb12f96ce7f3fae6ae4e7026b49b1a87f4a47093</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-314.193.5.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">626640ac91c8460e8b899de7aafb2d317cbbabf922ac9c0149242221b04bd0e4</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">504ff56a18e884b9ad5bc160e9b647ccc758d8e1ab855f539062dacfe3b1e8c4</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">57953829e6718c59d2545f402043e906589e952cad91361abb9685d1ce48629d</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">746eee9e23f2976a92ebab650037f6e176c7d363e6827d545fce294961e49231</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e929c6da78b7beef458e265d2c51c221041b525400cd6196135cb548bf9d8b7b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-314.193.5.3.el8uek.src.rpm</filename>
          <sum type="sha256">14f8b3de75c731b9d966f7ba947d79af707fe3f2ba8932839c56f65ea98dd2ac</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">075fc90b78ad8b4d70fe48b8bafe9753cd914c9ea2fa489cd094f12dc2a531db</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a87da8de88ec1ddc5c053eb484d96f36f4916b6a01d47cdd4cc08281bddbcde7</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e7467f3004d8af0e4a72c730cd4306e47c69fba693e5ad80f48dde098488bb73</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3a95c53a45771cc7c29513b4e5c37a74bfef7a8bb8581a3685d6d525b9991ce4</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">23127a3dbd3a68790f94ac8a7d64a3723e6afa666b6226c393969814c8c3c8e5</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e9bd9bd7e0ae3c0c27255935614e5f5c09c61c491f854f65cf19184905a5d21d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">34c3c0435ab6f08592e8301e9597870e018c4ced173b806d22f378ddbfd94bb5</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="314.193.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-314.193.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8af87fda9c90a6b593d7b1fcf97aa2c3fc0e739a468a624b543cf1a35b0719e3</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12582</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-08-12 00:00:00"/>
    <updated date="2024-08-12 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-209.161.7]
- loop: Fix a race between loop detach and loop open (Gulam Mohamed)  [Orabug: 36865975]

[5.15.0-209.161.6]
- net/mlx5e: drop shorter ethernet frames (Manjunath Patil)  [Orabug: 36879156]  {CVE-2024-41090} {CVE-2024-41091}
- x86/bhi: Do not enable unnecessary BHI mitigation in OCI and Exadata VMs (Alexandre Chartre)  [Orabug: 36672479] 
- KVM: SVM: fix build error when CONFIG_HYPERV is unset (Simran Singh)  [Orabug: 36508934] 
- x86/bhi: Avoid warning in #DB handler due to BHI mitigation (Alexandre Chartre)  
- Revert 'mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again' (Jan Kara)  
- mm: prevent derefencing NULL ptr in pfn_section_valid() (Waiman Long)

[5.15.0-209.161.5]
- rds/ib: decrement ib_rx_total_incs after releasing associated cache (Arumugam Kolappan)  [Orabug: 36760266]

[5.15.0-209.161.4]
- rds/rdma: Send info to userspace, even if connnection is down. (Juan Garcia)  [Orabug: 36529561] 
- KVM: x86: Advertise AVX-NE-CONVERT CPUID to user space (Jiaxi Chen)  [Orabug: 36810714] 
- KVM: x86: Advertise AVX-VNNI-INT8 CPUID to user space (Jiaxi Chen)  [Orabug: 36810714] 
- x86: KVM: Advertise AVX-IFMA CPUID to user space (Jiaxi Chen)  [Orabug: 36810714] 
- x86: KVM: Advertise AMX-FP16 CPUID to user space (Chang S. Bae)  [Orabug: 36810714] 
- x86: KVM: Advertise CMPccXADD CPUID to user space (Jiaxi Chen)  [Orabug: 36810714] 
- x86/cpufeatures: Put the AMX macros in the word 18 block (Jim Mattson)  [Orabug: 36810714] 
- intel_idle: add Sierra Forest SoC support (Artem Bityutskiy)  [Orabug: 36810714] 
- intel_idle: add Grand Ridge SoC support (Artem Bityutskiy)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Support Sierra Forest and Grand Ridge (Kan Liang)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Support IIO free-running counters on GNR (Kan Liang)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Support Granite Rapids (Kan Liang)  [Orabug: 36810714] 
- perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets array (Kan Liang)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPR (Kan Liang)  [Orabug: 36810714] 
- Documentation/x86: Document resctrl's new sparse_masks (Fenghua Yu)  [Orabug: 36810714] 
- x86/resctrl: Add sparse_masks file in info (Fenghua Yu)  [Orabug: 36810714] 
- x86/resctrl: Enable non-contiguous CBMs in Intel CAT (Maciej Wieczor-Retman)  [Orabug: 36810714] 
- x86/resctrl: Rename arch_has_sparse_bitmaps (Maciej Wieczor-Retman)  [Orabug: 36810714] 
- x86/cpu: Fix Crestmont uarch (Peter Zijlstra)  [Orabug: 36810714] 
- x86/cpu: Fix Gracemont uarch (Peter Zijlstra)  [Orabug: 36810714] 
- powercap: RAPL: fix invalid initialization for pl4_supported field (Sumeet Pawnikar)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Add events for Intel SPR IMC PMU (Stephane Eranian)  [Orabug: 36810714] 
- EDAC/i10nm: Add Intel Sierra Forest server support (Qiuxu Zhuo)  [Orabug: 36810714] 
- perf/x86/msr: Add Granite Rapids (Kan Liang)  [Orabug: 36810714] 
- platform/x86: ISST: Add support for MSR 0x54 (Srinivas Pandruvada)  [Orabug: 36810714] 
- powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC (Sumeet Pawnikar)  [Orabug: 36810714] 
- EDAC/i10nm: Add Intel Granite Rapids server support (Qiuxu Zhuo)  [Orabug: 36810714] 
- EDAC/i10nm: Make more configurations CPU model specific (Qiuxu Zhuo)  [Orabug: 36810714] 
- powercap: intel_rapl: add support for Meteor Lake (Zhang Rui)  [Orabug: 36810714] 
- perf/x86/msr: Add Meteor Lake support (Kan Liang)  [Orabug: 36810714] 
- perf/x86: Add Meteor Lake support (Kan Liang)  [Orabug: 36810714] 
- perf: Add PMU_FORMAT_ATTR_SHOW (Kan Liang)  [Orabug: 36810714] 
- platform/x86: intel/pmc: Replace all the reg_map with init functions (Gayatri Kammela)  [Orabug: 36810714] 
- thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-S (Zhang Rui)  [Orabug: 36810714] 
- x86/intel_epb: Set Alder Lake N and Raptor Lake P normal EPB (Srinivas Pandruvada)  [Orabug: 36810714] 
- perf/x86/msr: Add new Raptor Lake S support (Kan Liang)  [Orabug: 36810714] 
- perf/x86: Add new Raptor Lake S support (Kan Liang)  [Orabug: 36810714] 
- x86/resctrl: Remove arch_has_empty_bitmaps (Babu Moger)  [Orabug: 36810714] 
- intel_idle: Add AlderLake-N support (Zhang Rui)  [Orabug: 36810714] 
- platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver (Gayatri Kammela)  [Orabug: 36810714] 
- tools/power turbostat: Add support for RPL-S (Zhang Rui)  [Orabug: 36810714] 
- perf/x86/intel: Fix unchecked MSR access error for Alder Lake N (Kan Liang)  [Orabug: 36810714] 
- powercap: intel_rapl: Add support for RAPTORLAKE_S (Zhang Rui)  [Orabug: 36810714] 
- thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-P (Sumeet Pawnikar)  [Orabug: 36810714] 
- powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-P (Sumeet Pawnikar)  [Orabug: 36810714] 
- EDAC/i10nm: Print an extra register set of retry_rd_err_log (Qiuxu Zhuo)  [Orabug: 36810714] 
- EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBM (Qiuxu Zhuo)  [Orabug: 36810714] 
- EDAC/skx_common: Add ChipSelect ADXL component (Qiuxu Zhuo)  [Orabug: 36810714] 
- perf/x86/intel: Fix PEBS data source encoding for ADL (Kan Liang)  [Orabug: 36810714] 
- perf/x86/intel: Fix PEBS memory access info encoding for ADL (Kan Liang)  [Orabug: 36810714] 
- platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver (Gayatri Kammela)  [Orabug: 36810714] 
- platform/x86/intel: pmc: Support Intel Raptorlake P (George D Sworo)  [Orabug: 36810714] 
- tools/power turbostat: Support RAPTORLAKE P (George D Sworo)  [Orabug: 36810714] 
- powercap: intel_rapl: Add support for RAPTORLAKE_P (George D Sworo)  [Orabug: 36810714] 
- tools/power turbostat: add support for ALDERLAKE_N (Zhang Rui)  [Orabug: 36810714] 
- powercap: intel_rapl: add support for ALDERLAKE_N (Zhang Rui)  [Orabug: 36810714] 
- powercap: RAPL: Add Power Limit4 support for RaptorLake (Sumeet Pawnikar)  [Orabug: 36810714] 
- thermal: intel_tcc_cooling: Add TCC cooling support for RaptorLake (Sumeet Pawnikar)  [Orabug: 36810714] 
- perf/x86/uncore: Add new Alder Lake and Raptor Lake support (Kan Liang)  [Orabug: 36810714] 
- perf/x86/uncore: Clean up uncore_pci_ids[] (Kan Liang)  [Orabug: 36810714] 
- perf/x86/msr: Add new Alder Lake and Raptor Lake support (Kan Liang)  [Orabug: 36810714] 
- perf/x86: Add new Alder Lake and Raptor Lake support (Kan Liang)  [Orabug: 36810714] 
- powercap: intel_rapl: add support for RaptorLake (Zhang Rui)  [Orabug: 36810714] 
- tools/power turbostat: Introduce support for RaptorLake (Zhang Rui)  [Orabug: 36810714] 
- perf/x86/uncore: Add Raptor Lake uncore support (Kan Liang)  [Orabug: 36810714] 
- perf/x86/msr: Add Raptor Lake CPU support (Kan Liang)  [Orabug: 36810714] 
- perf/x86: Add Intel Raptor Lake support (Kan Liang)  [Orabug: 36810714] 
- perf/x86/intel/uncore: Add IMC uncore support for ADL (Kan Liang)  [Orabug: 36810714] 
- x86: intel_epb: Allow model specific normal EPB value (Srinivas Pandruvada)  [Orabug: 36810714] 
- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (Marek Szyprowski)  
- netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type (Jozsef Kadlecsik)  
- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (Yunseong Kim)  
- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (Luiz Augusto von Dentz)  
- vxlan: Fix regression when dropping packets due to invalid src addresses (Daniel Borkmann)

[5.15.0-209.161.3]
- pci: add hotplug patch support for SOLIDIGM Aura10 AIC 0x025e:0x0b60 (Alan Adamson)  [Orabug: 36771374] 
- iommufd/iova_bitmap: Remove iterator logic (Joao Martins)  [Orabug: 36785489] 
- iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set() (Joao Martins)  [Orabug: 36785489] 
- iommufd/iova_bitmap: Consolidate iova_bitmap_set exit conditionals (Joao Martins)  [Orabug: 36785489] 
- iommufd/iova_bitmap: Move initial pinning to iova_bitmap_for_each() (Joao Martins)  [Orabug: 36785489] 
- iommufd/iova_bitmap: Cache mapped length in iova_bitmap_map struct (Joao Martins)  [Orabug: 36785489] 
- iommufd/iova_bitmap: Check iova_bitmap_done() after set ahead (Joao Martins)  [Orabug: 36785489]

[5.15.0-209.161.2]
- LTS version: v5.15.161 (Vijayendra Suman)  
- scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version &gt; 5 (Neil Armstrong)  
- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS (Anna Schumaker)  
- nfs: fix undefined behavior in nfs_block_bits() (Sergey Shtylyov)  
- EDAC/igen6: Convert PCIBIOS_* return codes to errnos (Ilpo Jarvinen)  
- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (Frank Li)  
- s390/cpacf: Make use of invalid opcode produce a link error (Harald Freudenberger)  
- s390/cpacf: Split and rework cpacf query functions (Harald Freudenberger)  
- s390/ap: Fix crash in AP internal function modify_bitmap() (Harald Freudenberger)  
- ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (Baokun Li)  
- ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow (Baokun Li)  
- sparc: move struct termio to asm/termios.h (Mike Gilbert)  
- net: fix __dst_negative_advice() race (Eric Dumazet)  
- kdb: Use format-specifiers rather than memset() for padding in kdb_read() (Daniel Thompson)  
- kdb: Merge identical case statements in kdb_read() (Daniel Thompson)  
- kdb: Fix console handling when editing and tab-completing commands (Daniel Thompson)  
- kdb: Use format-strings rather than '- kdb: Fix buffer overflow during tab-complete (Daniel Thompson)  
- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (Judith Mendez)  
- sparc64: Fix number of online CPUs (Sam Ravnborg)  
- intel_th: pci: Add Meteor Lake-S CPU support (Alexander Shishkin)  
- net/9p: fix uninit-value in p9_client_rpc() (Nikita Zhandarovich)  
- net/ipv6: Fix route deleting failure when metric equals 0 (xu xin)  
- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (Herbert Xu)  
- crypto: ecrdsa - Fix module auto-load on add_key (Vitaly Chikunov)  
- crypto: ecdsa - Fix module auto-load on add-key (Stefan Berger)  
- KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode (Marc Zyngier)  
- KVM: arm64: Fix AArch32 register narrowing on userspace write (Marc Zyngier)  
- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (Li Ma)  
- fbdev: savage: Handle err return when savagefb_check_var failed (Cai Xinchen)  
- mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A (Hans de Goede)  
- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working (Hans de Goede)  
- mmc: sdhci-acpi: Sort DMI quirks alphabetically (Hans de Goede)  
- mmc: core: Add mmc_gpiod_set_cd_config() function (Hans de Goede)  
- media: v4l2-core: hold videodev_lock until dev reg, finishes (Hans Verkuil)  
- media: mxl5xx: Move xpt structures off stack (Nathan Chancellor)  
- media: mc: mark the media devnode as registered from the, start (Hans Verkuil)  
- arm64: dts: hi3798cv200: fix the size of GICR (Yang Xiwen)  
- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path (Bitterblue Smith)  
- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE (Bitterblue Smith)  
- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (Bitterblue Smith)  
- arm64: dts: qcom: qcs404: fix bluetooth device address (Johan Hovold)  
- arm64: tegra: Correct Tegra132 I2C alias (Krzysztof Kozlowski)  
- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (Christoffer Sandberg)  
- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (Maulik Shah)  
- thermal/drivers/qcom/lmh: Check for SCM availability at probe (Konrad Dybcio)  
- ata: pata_legacy: make legacy_exit() work again (Sergey Shtylyov)  
- drm/amdgpu: add error handle to avoid out-of-bounds (Bob Zhou)  
- media: lgdt3306a: Add a check against null-pointer-def (Zheyu Ma)  
- f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode() (Chao Yu)  
- sunrpc: exclude from freezer when waiting for requests: (NeilBrown)  
- scripts/gdb: fix SB_* constants parsing (Florian Fainelli)  
- net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT (Vladimir Oltean)  
- net: dsa: sja1105: always enable the INCL_SRCPT option (Vladimir Oltean)  
- mptcp: fix full TCP keep-alive support (Matthieu Baerts (NGI0))  
- nilfs2: fix use-after-free of timer for log writer thread (Ryusuke Konishi)  
- afs: Don't cross .backup mountpoint from backup volume (Marc Dionne)  
- io_uring: fail NOP if non-zero op flags is passed in (Ming Lei)  
- mmc: core: Do not force a retune before RPMB switch (Jorge Ramirez-Ortiz)  
- drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (Shradha Gupta)  
- drm: Check output polling initialized before disabling (Shradha Gupta)  
- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (Chuck Lever)  
- media: cec: core: add adap_nb_transmit_canceled() callback (Hans Verkuil)  
- net: ena: Fix DMA syncing in XDP path when SWIOTLB is on (David Arinzon)  
- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (Gerd Hoffmann)  
- ALSA: timer: Set lower bound of start tick time (Takashi Iwai)  
- hwmon: (shtc1) Fix property misspelling (Guenter Roeck)  
- ipvlan: Dont Use skb-&gt;sk in ipvlan_process_v{4,6}_outbound (Yue Haibing)  
- net: ena: Fix redundant device NUMA node override (Shay Agroskin)  
- net: ena: Reduce lines with longer column width boundary (David Arinzon)  
- net: ena: Add dynamic recycling mechanism for rx buffers (David Arinzon)  
- net: ena: Do not waste napi skb cache (Hyeonggon Yoo)  
- net: ena: Extract recurring driver reset code into a function (Arthur Kiyanovski)  
- net: ena: Add capabilities field with support for ENI stats capability (Arthur Kiyanovski)  
- spi: stm32: Don't warn about spurious interrupts (Uwe Kleine-Konig)  
- kconfig: fix comparison to constant symbols, 'm', 'n' (Masahiro Yamada)  
- netfilter: tproxy: bail out if IP has been disabled on the device (Florian Westphal)  
- netfilter: nft_payload: skbuff vlan metadata mangle support (Pablo Neira Ayuso)  
- netfilter: nft_payload: rebuild vlan header on h_proto access (Florian Westphal)  
- netfilter: nft_payload: rebuild vlan header when needed (Pablo Neira Ayuso)  
- netfilter: nft_payload: move struct nft_payload_set definition where it belongs (Pablo Neira Ayuso)  
- net:fec: Add fec_enet_deinit() (Xiaolei Wang)  
- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (Parthiban Veerasooran)  
- enic: Validate length of nl attributes in enic_set_vf_port (Roded Zats)  
- bpf: Fix potential integer overflow in resolve_btfids (Friedrich Vock)  
- dma-buf/sw-sync: don't enable IRQ from sync_print_obj() (Tetsuo Handa)  
- net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion (Carolina Jubran)  
- net/mlx5e: Fix IPsec tunnel mode offload feature check (Rahul Rameshbabu)  
- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (Mathieu Othacehe)  
- nvmet: fix ns enable/disable possible hang (Sagi Grimberg)  
- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (Fedor Pchelkin)  
- dma-mapping: benchmark: fix node id validation (Fedor Pchelkin)  
- spi: Don't mark message DMA mapped when no transfer in it is (Andy Shevchenko)  
- netfilter: nft_payload: restore vlan q-in-q match support (Pablo Neira Ayuso)  
- netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() (Eric Dumazet)  
- ice: Interpret .set_channels() input differently (Larysa Zaremba)  
- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (Ryosuke Yasuoka)  
- nfc: nci: Fix kcov check in nci_rx_work() (Tetsuo Handa)  
- tls: fix missing memory barrier in tls_init (Dae R. Jeong)  
- net: fec: avoid lock evasion when reading pps_enable (Wei Fang)  
- riscv: stacktrace: fixed walk_stackframe() (Matthew Bystrin)  
- riscv: stacktrace: Make walk_stackframe cross pt_regs frame (Guo Ren)  
- virtio: delete vq in vp_find_vqs_msix() when request_irq() fails (Jiri Pirko)  
- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (Jiangfeng Xiao)  
- openvswitch: Set the skbuff pkt_type for proper pmtud support. (Aaron Conole)  
- tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). (Kuniyuki Iwashima)  
- ipv6: sr: fix memleak in seg6_hmac_init_algo (Hangbin Liu)  
- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (Dan Aloni)  
- sunrpc: fix NFSACL RPC retry on soft mount (Dan Aloni)  
- NFSv4: Fixup smatch warning for ambiguous return (Benjamin Coddington)  
- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (Shenghao Ding)  
- nfc: nci: Fix uninit-value in nci_rx_work (Ryosuke Yasuoka)  
- ipv6: sr: fix missing sk_buff release in seg6_input_core (Andrea Mayer)  
- net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled (Florian Fainelli)  
- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (Masahiro Yamada)  
- regulator: bd71828: Don't overwrite runtime voltages (Matti Vaittinen)  
- ASoC: mediatek: mt8192: fix register configuration for tdm (Hsin-Te Yuan)  
- null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() (Zhu Yanjun)  
- media: cec: core: avoid confusing 'transmit timed out' message (Hans Verkuil)  
- media: cec: core: avoid recursive cec_claim_log_addrs (Hans Verkuil)  
- media: cec-adap.c: drop activate_cnt, use state info instead (Hans Verkuil)  
- media: cec: use call_op and check for !unregistered (Hans Verkuil)  
- media: cec: correctly pass on reply results (Hans Verkuil)  
- media: cec: abort if the current transmit was canceled (Hans Verkuil)  
- media: cec: call enable_adap on s_log_addrs (Hans Verkuil)  
- media: cec: cec-api: add locking in cec_release() (Hans Verkuil)  
- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh (Hans Verkuil)  
- um: Fix the -Wmissing-prototypes warning for __switch_mm (Tiwei Bie)  
- powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp (Shrikanth Hegde)  
- media: flexcop-usb: fix sanity check of bNumEndpoints (Dongliang Mu)  
- media: flexcop-usb: clean up endpoint sanity checks (Johan Hovold)  
- Input: cyapa - add missing input core locking to suspend/resume functions (Marek Szyprowski)  
- media: stk1160: fix bounds checking in stk1160_copy_video() (Dan Carpenter)  
- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (Michael Walle)  
- fs/ntfs3: Use variable length array instead of fixed size (Konstantin Komarov)  
- fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow (Konstantin Komarov)  
- um: vector: fix bpfflash parameter evaluation (Johannes Berg)  
- um: Add winch to winch_handlers before registering winch IRQ (Roberto Sassu)  
- um: Fix return value in ubd_init() (Duoming Zhou)  
- drm/msm/dpu: Always flush the slave INTF on the CTL (Marijn Suijten)  
- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (Marijn Suijten)  
- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (Fenglin Wu)  
- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (Judith Mendez)  
- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (Judith Mendez)  
- mmc: sdhci_am654: Add OTAP/ITAP delay enable (Judith Mendez)  
- mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel (Vignesh Raghavendra)  
- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (Judith Mendez)  
- mmc: sdhci_am654: Add tuning algorithm for delay chain (Judith Mendez)  
- Input: ioc3kbd - add device table (Karel Balej)  
- Input: ioc3kbd - convert to platform remove callback returning void (Uwe Kleine-Konig)  
- Input: ims-pcu - fix printf string overflow (Arnd Bergmann)  
- s390/boot: Remove alt_stfle_fac_list from decompressor (Sven Schnelle)  
- s390/ipl: Fix incorrect initialization of nvme dump block (Alexander Egorenkov)  
- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (Alexander Egorenkov)  
- s390/vdso: Use standard stack frame layout (Heiko Carstens)  
- s390/vdso: Generate unwind information for C modules (Jens Remus)  
- s390/vdso64: filter out munaligned-symbols flag for vdso (Sumanth Korikkar)  
- s390/vdso: filter out mno-pic-data-is-text-relative cflag (Sumanth Korikkar)  
- libsubcmd: Fix parse-options memory leak (Ian Rogers)  
- serial: sh-sci: protect invalidating RXDMA on shutdown (Wolfram Sang)  
- f2fs: compress: don't allow unaligned truncation on released compress inode (Chao Yu)  
- f2fs: fix to release node block count in error path of f2fs_new_node_page() (Chao Yu)  
- f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock (Chao Yu)  
- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (Kuppuswamy Sathyanarayanan)  
- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (Kuppuswamy Sathyanarayanan)  
- extcon: max8997: select IRQ_DOMAIN instead of depending on it (Randy Dunlap)  
- ppdev: Add an error check in register_device (Huai-Yuan Liu)  
- ppdev: Remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)  
- stm class: Fix a double free in stm_register_device() (Dan Carpenter)  
- usb: gadget: u_audio: Clear uac pointer when freed. (Chris Wulff)  
- watchdog: bd9576: Drop 'always-running' property (Matti Vaittinen)  
- watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get() (Dmitry Torokhov)  
- dt-bindings: pinctrl: mediatek: mt7622: fix array properties (Rafal Milecki)  
- microblaze: Remove early printk call from cpuinfo-static.c (Michal Simek)  
- microblaze: Remove gcc flag for non existing early_printk.c file (Michal Simek)  
- fpga: region: add owner module and take its refcount (Marco Pagani)  
- fpga: region: Use standard dev_release for class driver (Russ Weight)  
- coresight: etm4x: Fix access to resource selector registers (Suzuki K Poulose)  
- coresight: etm4x: Safe access for TRCQCLTR (Suzuki K Poulose)  
- coresight: etm4x: Cleanup TRCIDR0 register accesses (James Clark)  
- coresight: no-op refactor to make INSTP0 check more idiomatic (James Clark)  
- coresight: etm4x: Do not save/restore Data trace control registers (Suzuki K Poulose)  
- coresight: etm4x: Do not hardcode IOMEM access for register restore (Suzuki K Poulose)  
- iio: pressure: dps310: support negative temperature values (Thomas Haemmerle)  
- coresight: etm4x: Fix unbalanced pm_runtime_enable() (Anshuman Khandual)  
- f2fs: fix to check pinfile flag in f2fs_move_file_range() (Chao Yu)  
- f2fs: fix to relocate check condition in f2fs_fallocate() (Chao Yu)  
- f2fs: fix typos in comments (Jinyoung CHOI)  
- f2fs: do not allow partial truncation on pinned file (Jaegeuk Kim)  
- f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file() (Chao Yu)  
- f2fs: convert to use sbi directly (Yangtao Li)  
- f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks() (Chao Yu)  
- dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties (Geert Uytterhoeven)  
- dt-bindings: PCI: rcar-pci-host: Add optional regulators (Wolfram Sang)  
- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (Hugo Villeneuve)  
- PCI: tegra194: Fix probe path for Endpoint mode (Vidya Sagar)  
- greybus: arche-ctrl: move device table to its right location (Arnd Bergmann)  
- serial: max3100: Fix bitwise types (Andy Shevchenko)  
- serial: max3100: Update uart_driver_registered on driver removal (Andy Shevchenko)  
- serial: max3100: Lock port-&gt;lock when calling uart_handle_cts_change() (Andy Shevchenko)  
- firmware: dmi-id: add a release callback function (Arnd Bergmann)  
- dmaengine: idma64: Add check for dma_set_max_seg_size (Chen Ni)  
- soundwire: cadence: fix invalid PDI offset (Pierre-Louis Bossart)  
- f2fs: fix to wait on page writeback in __clone_blkaddrs() (Chao Yu)  
- f2fs: Delete f2fs_copy_page() and replace with memcpy_page() (Fabio M. De Francesco)  
- greybus: lights: check return of get_channel_from_mode (Rui Miguel Silva)  
- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (Cheng Yu)  
- sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level (Vitalii Bursov)  
- af_packet: do not call packet_read_pending() from tpacket_destruct_skb() (Eric Dumazet)  
- netrom: fix possible dead-lock in nr_rt_ioctl() (Eric Dumazet)  
- net: qrtr: ns: Fix module refcnt (Chris Lew)  
- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (Nikolay Aleksandrov)  
- RDMA/IPoIB: Fix format truncation compilation errors (Leon Romanovsky)  
- selftests/kcmp: remove unused open mode (Edward Liaw)  
- selftests/kcmp: Make the test output consistent and clear (Gautam Menghani)  
- SUNRPC: Fix gss_free_in_token_pages() (Chuck Lever)  
- ext4: fix potential unnitialized variable (Dan Carpenter)  
- ext4: remove unused parameter from ext4_mb_new_blocks_simple() (Kemeng Shi)  
- ext4: try all groups in ext4_mb_new_blocks_simple (Kemeng Shi)  
- ext4: fix unit mismatch in ext4_mb_new_blocks_simple (Kemeng Shi)  
- ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple (Kemeng Shi)  
- sunrpc: removed redundant procp check (Aleksandr Aprelkov)  
- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (David Hildenbrand)  
- virt: acrn: stop using follow_pfn (Christoph Hellwig)  
- virt: acrn: Prefer array_size and struct_size over open coded arithmetic (Len Baker)  
- ext4: avoid excessive credit estimate in ext4_tmpfile() (Jan Kara)  
- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (Adrian Hunter)  
- clk: qcom: mmcc-msm8998: fix venus clock issue (Marc Gonzalez)  
- RDMA/hns: Modify the print level of CQE error (Chengchang Tang)  
- RDMA/hns: Use complete parentheses in macros (Chengchang Tang)  
- RDMA/hns: Fix GMV table pagesize (Chengchang Tang)  
- RDMA/hns: Fix deadlock on SRQ async events. (Chengchang Tang)  
- RDMA/hns: Fix return value in hns_roce_map_mr_sg (Zhengchao Shao)  
- RDMA/mlx5: Adding remote atomic access flag to updatable flags (Or Har-Toov)  
- drm/mipi-dsi: use correct return type for the DSC functions (Dmitry Baryshkov)  
- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (Marek Vasut)  
- drm/bridge: tc358775: Don't log an error when DSI host can't be found (Nicolas F. R. A. Prado)  
- drm/bridge: lt9611: Don't log an error when DSI host can't be found (Nicolas F. R. A. Prado)  
- drm/bridge: lt8912b: Don't log an error when DSI host can't be found (Nicolas F. R. A. Prado)  
- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (Steven Rostedt)  
- drm: vc4: Fix possible null pointer dereference (Aleksandr Mishin)  
- drm/arm/malidp: fix a possible null pointer dereference (Huai-Yuan Liu)  
- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (Zhipeng Lu)  
- fbdev: sh7760fb: allow modular build (Randy Dunlap)  
- media: dt-bindings: ovti,ov2680: Fix the power supply names (Fabio Estevam)  
- media: ipu3-cio2: Request IRQ earlier (Sakari Ailus)  
- media: ipu3-cio2: Use temporary storage for struct device pointer (Andy Shevchenko)  
- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (Aleksandr Mishin)  
- media: radio-shark2: Avoid led_names truncations (Ricardo Ribalda)  
- media: ngene: Add dvb_ca_en50221_init return value check (Aleksandr Burakov)  
- fbdev: sisfb: hide unused variables (Arnd Bergmann)  
- powerpc/fsl-soc: hide unused const variable (Arnd Bergmann)  
- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (Justin Green)  
- drm/meson: vclk: fix calculation of 59.94 fractional rates (Christian Hewitt)  
- ASoC: kirkwood: Fix potential NULL dereference (Aleksandr Mishin)  
- fbdev: shmobile: fix snprintf truncation (Arnd Bergmann)  
- mtd: rawnand: hynix: fixed typo (Maxim Korotkov)  
- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (Aapo Vienamo)  
- ASoC: Intel: Disable route checks for Skylake boards (Cezary Rojewski)  
- drm/amd/display: Fix potential index out of bounds in color transformation function (Srinivasan Shanmugam)  
- dev_printk: Add and use dev_no_printk() (Geert Uytterhoeven)  
- printk: Let no_printk() use _printk() (Geert Uytterhoeven)  
- mptcp: SO_KEEPALIVE: fix getsockopt support (Matthieu Baerts (NGI0))  
- s390/bpf: Emit a barrier for BPF_FETCH instructions (Ilya Leoshkevich)  
- net/mlx5: Discard command completions in internal error (Akiva Goldberger)  
- ipv6: sr: fix invalid unregister error path (Hangbin Liu)  
- ipv6: sr: add missing seg6_local_exit (Hangbin Liu)  
- net: openvswitch: fix overwriting ct original tuple for ICMPv6 (Ilya Maximets)  
- net: usb: smsc95xx: stop lying about skb-&gt;truesize (Eric Dumazet)  
- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg (Breno Leitao)  
- net: ethernet: cortina: Locking fixes (Linus Walleij)  
- eth: sungem: remove .ndo_poll_controller to avoid deadlocks (Jakub Kicinski)  
- net: ipv6: fix wrong start position when receive hop-by-hop fragment (gaoxingwang)  
- m68k: mac: Fix reboot hang on Mac IIci (Finn Thain)  
- m68k: Fix spinlock race in kernel thread creation (Michael Schmitz)  
- net: usb: sr9700: stop lying about skb-&gt;truesize (Eric Dumazet)  
- usb: aqc111: stop lying about skb-&gt;truesize (Eric Dumazet)  
- wifi: mwl8k: initialize cmd-&gt;addr[] properly (Dan Carpenter)  
- scsi: qla2xxx: Fix debugfs output for fw_resource_count (Himanshu Madhani)  
- scsi: qedf: Ensure the copied buf is NUL terminated (Bui Quang Minh)  
- scsi: bfa: Ensure the copied buf is NUL terminated (Bui Quang Minh)  
- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (Chen Ni)  
- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (John Hubbard)  
- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (John Hubbard)  
- Revert 'sh: Handle calling csum_partial with misaligned data' (Guenter Roeck)  
- sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe() (Geert Uytterhoeven)  
- wifi: ar5523: enable proper endpoint verification (Nikita Zhandarovich)  
- wifi: carl9170: add a proper sanity check for endpoints (Nikita Zhandarovich)  
- macintosh/via-macii: Fix 'BUG: sleeping function called from invalid context' (Finn Thain)  
- net: give more chances to rcu in netdev_wait_allrefs_any() (Eric Dumazet)  
- pwm: sti: Simplify probe function using devm functions (Uwe Kleine-Konig)  
- pwm: sti: Prepare removing pwm_chip from driver data (Uwe Kleine-Konig)  
- pwm: sti: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- tcp: avoid premature drops in tcp_add_backlog() (Eric Dumazet)  
- net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches (Matthias Schiffer)  
- net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers (Matthias Schiffer)  
- wifi: ath10k: populate board data for WCN3990 (Dmitry Baryshkov)  
- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (Su Hui)  
- thermal/drivers/tsens: Fix null pointer dereference (Aleksandr Mishin)  
- x86/purgatory: Switch to the position-independent small code model (Ard Biesheuvel)  
- scsi: hpsa: Fix allocation size for Scsi_Host private data (Yuri Karpov)  
- scsi: libsas: Fix the failure of adding phy with zero-address to port (Xingui Yang)  
- cppc_cpufreq: Fix possible null pointer dereference (Aleksandr Mishin)  
- udp: Avoid call to compute_score on multiple sites (Gabriel Krisman Bertazi)  
- net: remove duplicate reuseport_lookup functions (Lorenz Bauer)  
- net: export inet_lookup_reuseport and inet6_lookup_reuseport (Lorenz Bauer)  
- cpufreq: exit() callback is optional (Viresh Kumar)  
- cpufreq: Rearrange locking in cpufreq_remove_dev() (Rafael J. Wysocki)  
- cpufreq: Split cpufreq_offline() (Rafael J. Wysocki)  
- cpufreq: Reorganize checks in cpufreq_offline() (Rafael J. Wysocki)  
- selftests/bpf: Fix umount cgroup2 error in test_sockmap (Geliang Tang)  
- gfs2: Fix 'ignore unlock failures after withdraw' (Andreas Gruenbacher)  
- gfs2: Don't forget to complete delayed withdraw (Andreas Gruenbacher)  
- ACPI: disable -Wstringop-truncation (Arnd Bergmann)  
- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (Zenghui Yu)  
- irqchip/alpine-msi: Fix off-by-one in allocation error path (Zenghui Yu)  
- scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL (Andrew Halaney)  
- scsi: ufs: core: Perform read back after disabling interrupts (Andrew Halaney)  
- scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV (Andrew Halaney)  
- scsi: ufs: qcom: Perform read back after writing CGC enable (Andrew Halaney)  
- scsi: ufs: qcom: Perform read back after writing unipro mode (Andrew Halaney)  
- scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5 (Abel Vesa)  
- scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0 (Manivannan Sadhasivam)  
- scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US (Andrew Halaney)  
- scsi: ufs: qcom: Perform read back after writing reset bit (Andrew Halaney)  
- bpf: Pack struct bpf_fib_lookup (Anton Protopopov)  
- qed: avoid truncating work queue length (Arnd Bergmann)  
- sched/fair: Add EAS checks before updating root_domain::overutilized (Shrikanth Hegde)  
- wifi: ath10k: poll service ready message before failing (Baochen Qiang)  
- md: fix resync softlockup when bitmap size is less than array size (Yu Kuai)  
- null_blk: Fix missing mutex_destroy() at module removal (Zhu Yanjun)  
- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (Chun-Kuang Hu)  
- jffs2: prevent xattr node from overflowing the eraseblock (Ilya Denisyev)  
- s390/cio: fix tracepoint subchannel type field (Peter Oberparleiter)  
- crypto: x86/sha512-avx2 - add missing vzeroupper (Eric Biggers)  
- crypto: x86/sha256-avx2 - add missing vzeroupper (Eric Biggers)  
- crypto: x86/nh-avx2 - add missing vzeroupper (Eric Biggers)  
- crypto: ccp - drop platform ifdef checks (Arnd Bergmann)  
- parisc: add missing export of __cmpxchg_u8() (Al Viro)  
- nilfs2: fix out-of-range warning (Arnd Bergmann)  
- ecryptfs: Fix buffer size for tag 66 packet (Brian Kubisiak)  
- firmware: raspberrypi: Use correct device for DMA mappings (Laurent Pinchart)  
- mm/slub, kunit: Use inverted data to corrupt kmem cache (Guenter Roeck)  
- crypto: bcm - Fix pointer arithmetic (Aleksandr Mishin)  
- openpromfs: finish conversion to the new mount API (Eric Sandeen)  
- epoll: be better about file lifetimes (Linus Torvalds)  
- nvme: find numa distance only if controller has valid numa id (Nilay Shroff)  
- x86/mm: Remove broken vsyscall emulation code from the page fault code (Linus Torvalds)  
- drm/amdkfd: Flush the process wq before creating a kfd_process (Lancelot SIX)  
- ASoC: da7219-aad: fix usage of device_get_named_child_node() (Pierre-Louis Bossart)  
- softirq: Fix suspicious RCU usage in __do_softirq() (Zqiang)  
- ASoC: rt715-sdca: volume step modification (Jack Yu)  
- ASoC: rt715: add vendor clear control register (Jack Yu)  
- regulator: vqmmc-ipq4019: fix module autoloading (Krzysztof Kozlowski)  
- ASoC: dt-bindings: rt5645: add cbj sleeve gpio property (Derek Fang)  
- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (Derek Fang)  
- regulator: irq_helpers: duplicate IRQ name (Matti Vaittinen)  
- selftests: sud_test: return correct emulated syscall value on RISC-V (Clement Leger)  
- drm/amd/display: Set color_mgmt_changed to true on unsuspend (Joshua Ashton)  
- net: usb: qmi_wwan: add Telit FN920C04 compositions (Daniele Palmas)  
- dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node (Rob Herring)  
- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (Igor Artemiev)  
- ALSA: Fix deadlocks with kctl removals at disconnection (Takashi Iwai)  
- ALSA: core: Fix NULL module pointer assignment at card init (Takashi Iwai)  
- fs/ntfs3: Break dir enumeration if directory contents error (Konstantin Komarov)  
- fs/ntfs3: Fix case when index is reused during tree transformation (Konstantin Komarov)  
- fs/ntfs3: Taking DOS names into account during link counting (Konstantin Komarov)  
- fs/ntfs3: Remove max link count info display during driver init (Konstantin Komarov)  
- nilfs2: fix potential hang in nilfs_detach_log_writer() (Ryusuke Konishi)  
- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (Ryusuke Konishi)  
- net: smc91x: Fix m68k kernel compilation for ColdFire CPU (Thorsten Blum)  
- tools/latency-collector: Fix -Wformat-security compile warns (Shuah Khan)  
- ring-buffer: Fix a race between readers and resize checks (Petr Pavlu)  
- r8169: Fix possible ring buffer corruption on fragmented Tx packets. (Ken Milmore)  
- Revert 'r8169: don't try to disable interrupts if NAPI is, scheduled already' (Heiner Kallweit)  
- serial: 8250_bcm7271: use default_mux_rate if possible (Doug Berger)  
- speakup: Fix sizeof() vs ARRAY_SIZE() bug (Dan Carpenter)  
- tty: n_gsm: fix missing receive state reset after mode switch (Daniel Starke)  
- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (Daniel Starke)  
- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (Daniel J Blueman)  
- LTS version: v5.15.160 (Vijayendra Suman)  
- docs: kernel_include.py: Cope with docutils 0.21 (Akira Yokosawa)  
- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (Thomas Weissschuh)  
- KEYS: trusted: Do not use WARN when encode fails (Jarkko Sakkinen)  
- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (AngeloGioacchino Del Regno)  
- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (Daniel Thompson)  
- usb: typec: ucsi: displayport: Fix potential deadlock (Heikki Krogerus)  
- binder: fix max_thread type inconsistency (Carlos Llamas)  
- drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() (Srinivasan Shanmugam)  
- KVM: x86: Clear 'has_error_code', not 'error_code', for RM exception injection (Sean Christopherson)  
- netlink: annotate data-races around sk-&gt;sk_err (Eric Dumazet)  
- netlink: annotate lockless accesses to nlk-&gt;max_recvmsg_len (Eric Dumazet)  
- net: tls: handle backlogging of crypto requests (Jakub Kicinski)  
- tls: fix race between async notify and socket close (Jakub Kicinski)  
- net: tls: factor out tls_*crypt_async_wait() (Jakub Kicinski)  
- tls: extract context alloc/initialization out of tls_set_sw_offload (Sabrina Dubroca)  
- tls: rx: simplify async wait (Jakub Kicinski)  
- net: bcmgenet: synchronize UMAC_CMD access (Doug Berger)  
- net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access (Doug Berger)  
- KEYS: trusted: Fix memory leak in tpm2_key_encode() (Jarkko Sakkinen)  
- nfsd: don't allow nfsd threads to be signalled. (NeilBrown)  
- pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin() (Sergey Shtylyov)  
- drm/amd/display: Fix division by zero in setup_dsc_config (Jose Fernandez)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12582.html" type="self" title="ELSA-2024-12582" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41090.html" id="CVE-2024-41090" type="cve" title="CVE-2024-41090" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41091.html" id="CVE-2024-41091" type="cve" title="CVE-2024-41091" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-doc" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-209.161.7.el8uek.noarch.rpm</filename>
          <sum type="sha256">b37f01ebae4f557e4f8d26d298fa6f660639d07f16245f514412d15d5f39462e</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b28d894c64b4be508d12afc705fe7717be0fa9f6246ab6dddfa4f09f029db00</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e7e415b40428b2fb7be841e60373f16856a8f9a618ae9c144d429c699d241163</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a7fbe821ddd9d1a86e6e57a5954b12799f5f97f31de21b39303e84482812b452</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c3edd90f1322be02340fd181d7a933d7cd47e98ad796434a0c78c45f31366653</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d26235745b1c14762c17651ec5a08b0511e3db4283be6674d3884271191f1a5a</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d2bbfbe86d07fe687bfd69c747fa8dc40dce0c94b9e62e235c5ff1945cd38a18</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bb4edb51333fedccc777800c80b7ce08ca1847dcecd79262cb671bd9ca8db463</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-209.161.7.el8uek.src.rpm</filename>
          <sum type="sha256">d036dd25792c26123f99edc2b335abbeb2838e4c0ac621127c09a5f0a8965535</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">50379622a6429590f3a01018a7bf902b600267fb987378ff8404dd8484e04dd5</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">46e662dd4ffa20b90dff392ec29168de84a76fba24c8908983555edf8e191cbf</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2adff89e42759081101b3d049342f4bdd2cc342745abed293ec79e03013f51de</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e3c533ab1ba00fe85969342d76625c3a37a1ab5648830b25847378ef1b50283</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dbf7075fff09830be87a806337fddfa3d5b0d607aafb2dce5296be4d057f6424</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-209.161.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">531f141b1ee1b1118841311a15023d3e8a63300737c2a1ac8f96edea3fa63514</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20609</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-09-22 00:00:00"/>
    <updated date="2025-09-22 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-312.187.5.3]
- HID: core: do not bypass hid_hw_raw_request (Benjamin Tissoires)  [Orabug: 38454666]  {CVE-2025-38494}
- vsock: Do not allow binding to VMADDR_PORT_ANY (Budimir Markovic)  [Orabug: 38454665]  {CVE-2025-38618}
- clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (Al Viro)  [Orabug: 38454664]  {CVE-2025-38499}
- HID: core: ensure the allocated report buffer can contain the reserved report ID (Benjamin Tissoires)  [Orabug: 38454662]  {CVE-2025-38495}
- nvme-tcp: sanitize request list handling (Hannes Reinecke)  [Orabug: 38454661]  {CVE-2025-38264}
- llist: add interface to check if a node is on a list. (NeilBrown)  [Orabug: 38454661]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20609.html" type="self" title="ELSA-2025-20609" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38264.html" id="CVE-2025-38264" type="cve" title="CVE-2025-38264" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38494.html" id="CVE-2025-38494" type="cve" title="CVE-2025-38494" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38495.html" id="CVE-2025-38495" type="cve" title="CVE-2025-38495" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38499.html" id="CVE-2025-38499" type="cve" title="CVE-2025-38499" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38618.html" id="CVE-2025-38618" type="cve" title="CVE-2025-38618" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1e11b40c8c1cfb61b290b6adce316c43e155547c1a2750ad325cd49f1022f47e</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-312.187.5.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">1d87c9b1d7c7fb52799f12dc9ac91982d49887db4a6496d87415e47b5d522da4</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">be03ef5834862a92fcfd53c8773ed9107c211e25194d10bdf2082b0fee649769</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e8c043ee99a2a26b94338dd81c7d21bad332973d037f877ec9c3daff88b449cc</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bcf47740a6cac5614578a0c05d0a121c1c8f42bf89dc45e22e394952a2aed694</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c2caa715ee7d95b84c559937fcb1af2a058c5848b8d353452efe1fd315997788</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ec984cd2b6760b9de27b12716924626e627b6f8073531911e8e299eaf1fa7822</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">44fbcfbe8fe1fb899f4e677fd4ee9d32b55d67a4b4d49fdc94d14948d391fe78</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1447c1af0b0f251de726da31325f38eb8b4312bc70e03e1e8a2857ee89c3ac62</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-312.187.5.3.el8uek.src.rpm</filename>
          <sum type="sha256">2c866213b8c6f0355510535ebcc683d9648314d97f48f947a3c09b1cdb17280c</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">11127eade548c78df277d4aaa80d234fbeb973b88b78fb3282dbdd2e894a606c</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">037b9b19ccc406adcb55eee6dd15339f49d3d1dda006225dd9f02e58d3a1ff34</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">64c07f1ee8be5ad323a9d36d8853de2fdfc6aec99316b0ce6cfecdd33659cb78</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0c20803abcfb6c83c8611a2c296c70c48a3790ae64e1a4aea99af7c5a361a607</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-312.187.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">54eb261b8a5e40dd8d871e4b5539c1bf07241a8c45e24a2b3ffce85b33047d27</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-10014</id>
    <title>dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-24 00:00:00"/>
    <updated date="2022-11-24 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.0-1.11.1]
- Support both libfuse 2 and libfuse 3.

[2.0.0-1.11]
- Add initial support for USDT. (Nick Alcock, Kris Van Hees)
- Add support for aggregation keys. (Eugene Loh, Kris Van Hees)
- Add support for copyin(), copyinto(), and copyinstr().
- Add support for built-in variable args[] and sdt probe arg types.
- Fix arg handling for various probes. (Eugene Loh)
- Add basic support for setopt().
- Add -xlockmem, with useful error message. (Eugene Loh)
- Fix -xverbose, -xcpp, and -xctfpath
- Fix handling of multiple args after --. (Nick Alcock)
- Have the pid provider ignore compiler-generated internal function names.
- Fix various bugs with typecasting and internal integer storage. (Eugene Loh)
- Fix access to scalars in kernel space.
- Fix libproc search of rtld_global due to glibc changes. (Nick Alcock)
  [Orabug: 32856318]
- Truly decouple per-CPU BPF agg maps with a 'map of maps.'
- Unused dual aggregation copies (DT_AGG_NUM_COPIES) have been removed.
  (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 34251899]
- Various code improvements. [Orabug: 34251899]

[2.0.0-1.10]
- Add support for associative arrays.
- Add support for allcoa() and bcopy(). (Nick Alcock)
- Add support for inet_ntoa(), progenyof(), getmajor(), getminor(),
  mutex_owned(), mutex_owner(), mutex_type_adaptive(), mutex_type_spin(),
  rw_read_held(), rw_write_held(), and rw_iswriter(). (Eugene Loh)
- Improved fault handling. (Nick Alcock, Kris Van Hees)
- Various disassembler improvements, esp. annotations.
- Strings are no longer stored using a length prefix.
- The trace() action now supports arrays, structs, and unions.
- Various testsuite fixes and improvements. [Orabug: 34112342]
- Various code improvements. [Orabug: 34112342]

[2.0.0-1.9.1]
- Add support for UEK7. [Orabug: 33806867]

[2.0.0-1.9]
- Add support for strtok(). (Eugene Loh)
- Implement TLS (thread-local storage) variables.
- Add support for basename(), dirname(). (Eugene Loh)
- Generic hash table improvements and consistent use of htabs. (Nick Alcock)
- CTF improvements in view of better kernel support. (Nick Alcock)
- Add support for ftruncate(). (Eugene Loh)
- Add support for rand(). (Eugene Loh)
- Fix string constant handling for strings longer than strsize.
- Optimization of substr(), strjoin(), and storing strings in the trace buffer.
- Various string handling fixes and improvements. (Eugene Loh, Kris Van Hees)
  [Orabug: 33651682]
- Various testsuite fixes and improvements. [Orabug: 33651682]
- Various code improvements. [Orabug: 33651682]

[2.0.0-1.8]
- Support running dtrace under valgrind. (Nick Alcock) [Orabug: 32760574]
- Implementation of speculative tracing. (Nick Alcock)
- Add support for string comparison. (Eugene Loh)
- Add support for strchr(), strrchr(), index(), rindex(), strstr(), lltostr().
  (Eugene Loh)
- Add support for symbols in compressed kernel modules. (Nick Alcock)
- Add support for htonl, htonll, htons, ntohl, ntohll, ntohs. (Eugene Loh)
- Various testsuite fixes and improvements. [Orabug: 33474154]
- Various code improvements. [Orabug: 33474154]

[2.0.0-1.7]
- Implement argument retrieval for SDT probes.
- Introduce 'bpflog' runtime option to request BPF verifier log.
- Implementation improvements for memry copy operations.
- Fix type alignment handling for enums.
- Fix ERROR-in-BEGIN probe handling.
- Transition from variable-length string size to 2-byte string size.
- Fix size of string data in the trace output buffer.
- Fix data size for value copy.
- Add support for strjoin() subroutine.
- Add support for substr() subroutine.

[2.0.0-1.6]
- Consolidated development of newly ported features. [Orabug: 33037106]
- Implement built-in variables: probeprov, probemod, probefunc, probename.
- Implement built-in variables: caller, stackdepth, ucaller, ustackdepth,
  errno, walltimestamp.  (Eugene Loh)
- Implement actions: stack(), ustack(). (Eugene Loh)
- Implement subroutine: strlen().
- Implement option: -Z (partial). (Eugene Loh)
- Added support for string constants and string values.
- Added support for strings to trace().
- Fixed storage size determination for global and local variables.
- Improved storage layout for global and local variables.
- Mark aggregation actions as non-data recording actions.  (Eugene Loh)
- Load string constant table into the 'strtab' BPF map.
- Load probe description data into the 'probes' BPF map.
- Consolidate all string hash functions into a single hash function.
- Implement variable length integer support.
- Store the length of each string as a variable length integer inline with its
  character stream.
- Improve memcpy() internal BPF function.
- Testsuite improvements.  (Eugene Loh)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-10014.html" type="self" title="ELBA-2022-10014" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">8a55b9315fe612135d5815bb3e2db4d2a07bafc28ce60b59cf74c679489f7b94</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">b637eebca3c9089bf12c5758c9aef2ae9199096b02193f3d8189bd841ca09458</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.11.1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.11.1.el8.src.rpm</filename>
          <sum type="sha256">7866db254eeef07cda3a8a2ef769a76879259037bc1ca16e9e0bb11eabafd51d</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.11.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.11.1.el8.x86_64.rpm</filename>
          <sum type="sha256">dd384b739f5862e4106ac262d3aa9166637dff11e26e97002925e24a1058ab28</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-10022</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-26 00:00:00"/>
    <updated date="2022-11-26 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-4.70.5.2]
- Revert 'sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle' (Samasth Norway Ananda)  [Orabug: 34783367]

[5.15.0-4.70.5.1]
- NFSv4: Fixes for nfs4_inode_return_delegation() (Trond Myklebust)  [Orabug: 34751176]

[5.15.0-4.70.5]
- uek: kabi: update kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 34595591] 
- Revert 'scsi: lpfc: SLI path split: Refactor lpfc_iocbq' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: SLI path split: Refactor SCSI paths' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Resolve some cleanup issues following SLI path refactoring' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE' (John Donnelly)  [Orabug: 34678989] 
- RDS/IB Fix allocation warning (Hans Westgaard Ry)  [Orabug: 34684321] 
- fs: remove no_llseek (Jason A. Donenfeld)  [Orabug: 34705082] 
- vfio: do not set FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34705082] 
- dma-buf: remove useless FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34705082] 
- fs: do not compare against -&gt;llseek (Jason A. Donenfeld)  [Orabug: 34705082] 
- fs: clear or set FMODE_LSEEK based on llseek function (Jason A. Donenfeld)  [Orabug: 34705082] 
- hwmon: (opbmc) AST2600 SP reset driver adjustment (Jan Zdarek)  [Orabug: 34710681] 
- hwmon: (opbmc) Driver message prefixes (Jan Zdarek)  [Orabug: 34710681] 
- NFSD: fix use-after-free on source server when doing inter-server copy (Dai Ngo)  [Orabug: 34716070]

[5.15.0-4.70.4]
- xen/ovmapi: Build OVM guest messaging driver (Jonah Palmer)  [Orabug: 34512197] 
- net/rds: Send congestion map updates only via path zero (Anand Khoje)  [Orabug: 34578048] 
- Revert 'RDS/IB: Fix RDS IB SRQ implementation and tune it' (Hans Westgaard Ry)  [Orabug: 34662659] 
- RDMA/cma: Use output interface for net_dev check (Hakon Bugge)  [Orabug: 34694979] 
- crypto: qat - add support for 401xx devices (Giovanni Cabiddu)  [Orabug: 34686738]

[5.15.0-4.70.3]
- Revert 'Makefile: link with -z noexecstack --no-warn-rwx-segments' (Jack Vogel)  
- Revert 'x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments' (Jack Vogel)

[5.15.0-4.70.2]
- LTS version: v5.15.70 (Jack Vogel)  
- ALSA: hda/sigmatel: Fix unused variable warning for beep power change (Takashi Iwai)  
- KVM: SEV: add cache flush to solve SEV cache incoherency issues (Mingwei Zhang)  
- net: Find dst with sk's xfrm policy not ctl_sk (sewookseo)  
- video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write (Hyunwoo Kim)  
- mksysmap: Fix the mismatch of 'L0' symbols in System.map (Youling Tang)  
- drm/panfrost: devfreq: set opp to the recommended one to configure regulator (Clement Peron)  
- MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping() (Alexander Sverdlin)  
- afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked (David Howells)  
- net: usb: qmi_wwan: add Quectel RM520N (jerry.meng)  
- ALSA: hda/tegra: Align BDL entry to 4KB boundary (Mohan Kumar)  
- ALSA: hda/sigmatel: Keep power up while beep is enabled (Takashi Iwai)  
- wifi: mac80211_hwsim: check length for virtio packets (Soenke Huster)  
- rxrpc: Fix calc of resend age (David Howells)  
- rxrpc: Fix local destruction being repeated (David Howells)  
- scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE (Hannes Reinecke)  
- regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe() (Xiaolei Wang)  
- ASoC: nau8824: Fix semaphore unbalance at error paths (Takashi Iwai)  
- arm64: dts: juno: Add missing MHU secure-irq (Jassi Brar)  
- video: fbdev: i740fb: Error out if 'pixclock' equals zero (Zheyu Ma)  
- binder: remove inaccurate mmap_assert_locked() (Carlos Llamas)  
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega (Alex Deucher)  
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega (Alex Deucher)  
- drm/amdgpu: Don't enable LTR if not supported (Lijo Lazar)  
for parisc and xtensa (Ben Hutchings)  
- parisc: Allow CONFIG_64BIT with ARCH=parisc (Helge Deller)  
- cifs: always initialize struct msghdr smb_msg completely (Stefan Metzmacher)  
- cifs: don't send down the destination address to sendmsg for a SOCK_STREAM (Stefan Metzmacher)  
- cifs: revalidate mapping when doing direct writes (Ronnie Sahlberg)  
- of/device: Fix up of_dma_configure_id() stub (Thierry Reding)  
- parisc: ccio-dma: Add missing iounmap in error path in ccio_probe() (Yang Yingliang)  
- block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait (Stefan Roesch)  
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (Stuart Menefy)  
- drm/meson: Correct OSD1 global alpha value (Stuart Menefy)  
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx (Pali Rohar)  
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 (Trond Myklebust)  
- pinctrl: sunxi: Fix name for A100 R_PIO (Michael Wu)  
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH (Joao H. Spies)  
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (Molly Sophia)  
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (Molly Sophia)  
- of: fdt: fix off-by-one error in unflatten_dt_nodes() (Sergey Shtylyov)  
- tty: serial: atmel: Preserve previous USART mode if RS485 disabled (Sergiu Moga)  
- serial: atmel: remove redundant assignment in rs485_config (Lino Sanfilippo)  
- drm/tegra: vic: Fix build warning when CONFIG_PM=n (YueHaibing)  
- LTS version: v5.15.69 (Jack Vogel)  
- Input: goodix - add compatible string for GT1158 (Jarrah Gosbell)  
- RDMA/irdma: Use s/g array in post send only when its valid (Sindhu-Devale)  
- usb: gadget: f_uac2: fix superspeed transfer (Jing Leng)  
- usb: gadget: f_uac2: clean up some inconsistent indenting (Colin Ian King)  
- soc: fsl: select FSL_GUTS driver for DPIO (Mathew McBride)  
- mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() (Jann Horn)  
to IGNORE_UAS (Hu Xiaoying)  
- platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes (Hans de Goede)  
- perf/arm_pmu_platform: fix tests for platform_get_irq() failure (Yu Zhe)  
- net: dsa: hellcreek: Print warning only once (Kurt Kanzenbach)  
- drm/amd/amdgpu: skip ucode loading if ucode_size == 0 (Chengming Gui)  
- nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() (Maurizio Lombardi)  
- Input: iforce - add support for Boeder Force Feedback Wheel (Greg Tulli)  
- ieee802154: cc2520: add rc code in cc2520_tx() (Li Qiong)  
- gpio: mockup: remove gpio debugfs when remove device (Wei Yongjun)  
- tg3: Disable tg3 device on system reboot to avoid triggering AER (Kai-Heng Feng)  
- hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message (Even Xu)  
- HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo (Jason Wang)  
- dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins (Krzysztof Kozlowski)  
- drm/msm/rd: Fix FIFO-full deadlock (Rob Clark)  
- platform/surface: aggregator_registry: Add support for Surface Laptop Go 2 (Maximilian Luz)  
- Input: goodix - add support for GT1158 (Ondrej Jirman)  
- iommu/vt-d: Fix kdump kernels boot failure with scalable mode (Lu Baolu)  
- tracefs: Only clobber mode/uid/gid on remount if asked (Brian Norris)  
- tracing: hold caller_addr to hardirq_{enable,disable}_ip (Yipeng Zou)  
- task_stack, x86/cea: Force-inline stack helpers (Borislav Petkov)  
- x86/mm: Force-inline __phys_addr_nodebug() (Borislav Petkov)  
- lockdep: Fix -Wunused-parameter for _THIS_IP_ (Nick Desaulniers)  
- ARM: dts: at91: sama7g5ek: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: dts: at91: fix low limit for CPU regulator (Claudiu Beznea)  
- ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatible (Marco Felsch)  
- ARM: dts: imx: align SPI NOR node name with dtschema (Krzysztof Kozlowski)  
- ACPI: resource: skip IRQ override on AMD Zen platforms (Chuanhong Guo)  
- NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests (Dave Wysochanski)  
- LTS version: v5.15.68 (Jack Vogel)  
- ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency (Claudiu Beznea)  
- perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) (Arnaldo Carvalho de Melo)  
- drm/bridge: display-connector: implement bus fmts callbacks (Neil Armstrong)  
- arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly (Ionela Voinescu)  
- iommu/vt-d: Correctly calculate sagaw value of IOMMU (Lu Baolu)  
- arm64/bti: Disable in kernel BTI when cross section thunks are broken (Mark Brown)  
- Revert 'arm64: kasan: Revert 'arm64: mte: reset the page tag in page-&gt;flags'' (Sasha Levin)  
- hwmon: (mr75203) enable polling for all VM channels (Eliav Farber)  
- hwmon: (mr75203) fix multi-channel voltage reading (Eliav Farber)  
- hwmon: (mr75203) fix voltage equation for negative source input (Eliav Farber)  
- hwmon: (mr75203) update pvt-&gt;v_num and vm_num to the actual number of used sensors (Eliav Farber)  
- hwmon: (mr75203) fix VM sensor allocation when 'intel,vm-map' not defined (Eliav Farber)  
- s390/boot: fix absolute zero lowcore corruption on boot (Alexander Gordeev)  
- iommu/amd: use full 64-bit value in build_completion_wait() (John Sperbeck)  
- swiotlb: avoid potential left shift overflow (Chao Gao)  
- i40e: Fix ADQ rate limiting for PF (Przemyslaw Patynowski)  
- i40e: Refactor tc mqprio checks (Przemyslaw Patynowski)  
- kbuild: disable header exports for UML in a straightforward way (Masahiro Yamada)  
- MIPS: loongson32: ls1c: Fix hang during startup (Yang Ling)  
- ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion (Nathan Chancellor)  
- ASoC: mchp-spdiftx: remove references to mchp_i2s_caps (Claudiu Beznea)  
- hwmon: (tps23861) fix byte order in resistance register (Alexandru Gagniuc)  
- perf script: Fix Cannot print 'iregs' field for hybrid systems (Zhengjun Xing)  
- sch_sfb: Also store skb len before calling child enqueue (Toke Hoiland-Jorgensen)  
- RDMA/irdma: Report RNR NAK generation in device caps (Sindhu-Devale)  
- RDMA/irdma: Return correct WC error for bind operation failure (Sindhu-Devale)  
- RDMA/irdma: Report the correct max cqes from query device (Sindhu-Devale)  
- nvmet: fix mar and mor off-by-one errors (Dennis Maisenbacher)  
- tcp: fix early ETIMEDOUT after spurious non-SACK RTO (Neal Cardwell)  
- nvme-tcp: fix regression that causes sporadic requests to time out (Sagi Grimberg)  
- nvme-tcp: fix UAF when detecting digest errors (Sagi Grimberg)  
- erofs: fix pcluster use-after-free on UP platforms (Gao Xiang)  
- RDMA/mlx5: Set local port to one when accessing counters (Chris Mi)  
- IB/core: Fix a nested dead lock as part of ODP flow (Yishai Hadas)  
- ipv6: sr: fix out-of-bounds read when setting HMAC data. (David Lebrun)  
- RDMA/siw: Pass a pointer to virt_to_page() (Linus Walleij)  
- xen-netback: only remove 'hotplug-status' when the vif is actually destroyed (Paul Durrant)  
- iavf: Detach device during reset task (Ivan Vecera)  
- i40e: Fix kernel crash during module removal (Ivan Vecera)  
- ice: use bitmap_free instead of devm_kfree (Michal Swiatkowski)  
- tcp: TX zerocopy should not sense pfmemalloc status (Eric Dumazet)  
- net: introduce __skb_fill_page_desc_noacc (Pavel Begunkov)  
- tipc: fix shift wrapping bug in map_get() (Dan Carpenter)  
- sch_sfb: Don't assume the skb is still around after enqueueing to child (Toke Hoiland-Jorgensen)  
- Revert 'net: phy: meson-gxl: improve link-up behavior' (Heiner Kallweit)  
- afs: Use the operation issue time instead of the reply time for callbacks (David Howells)  
- rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2() (David Howells)  
- rxrpc: Fix ICMP/ICMP6 error handling (David Howells)  
- ALSA: usb-audio: Register card again for iface over delayed_register option (Takashi Iwai)  
- ALSA: usb-audio: Inform the delayed registration more properly (Takashi Iwai)  
- RDMA/srp: Set scmnd-&gt;result only when scmnd is not NULL (yangx.jy@fujitsu.com)  
- netfilter: nf_conntrack_irc: Fix forged IP logic (David Leadbeater)  
- netfilter: nf_tables: clean up hook list when offload flags check fails (Pablo Neira Ayuso)  
- netfilter: br_netfilter: Drop dst references before setting. (Harsh Modi)  
- ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the time (Claudiu Beznea)  
- ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the time (Claudiu Beznea)  
- ARM: dts: at91: sama5d2_icp: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refresh (Claudiu Beznea)  
- ARM: at91: pm: fix self-refresh for sama7g5 (Claudiu Beznea)  
- wifi: wilc1000: fix DMA on stack objects (Ajay.Kathat@microchip.com)  
- RDMA/hns: Fix wrong fixed value of qp-&gt;rq.wqe_shift (Wenpeng Liang)  
- RDMA/hns: Fix supported page size (Chengchang Tang)  
- soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs (Liang He)  
- RDMA/cma: Fix arguments order in net device validation (Michael Guralnik)  
- tee: fix compiler warning in tee_shm_register() (Jens Wiklander)  
- regulator: core: Clean up on enable failure (Andrew Halaney)  
- soc: imx: gpcv2: Assert reset before ungating clock (Marek Vasut)  
- ARM: dts: imx6qdl-kontron-samx6i: remove duplicated node (Marco Felsch)  
- RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGL (Jack Wang)  
- RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sg (Jack Wang)  
- ASoC: qcom: sm8250: add missing module owner (Srinivas Kandagatla)  
- cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree (Tejun Heo)  
- NFS: Fix another fsync() issue after a server reboot (Trond Myklebust)  
- NFS: Save some space in the inode (Trond Myklebust)  
- NFS: Further optimisations for 'ls -l' (Trond Myklebust)  
- scsi: lpfc: Add missing destroy_workqueue() in error path (Yang Yingliang)  
- scsi: mpt3sas: Fix use-after-free warning (Sreekanth Reddy)  
- drm/i915: Implement WaEdpLinkRateDataReload (Ville Syrjala)  
- nvmet: fix a use-after-free (Bart Van Assche)  
- drm/amd/display: fix memory leak when using debugfs_lookup() (Greg Kroah-Hartman)  
- sched/debug: fix dentry leak in update_sched_domain_debugfs (Greg Kroah-Hartman)  
- debugfs: add debugfs_lookup_and_remove() (Greg Kroah-Hartman)  
- kprobes: Prohibit probes in gate area (Christian A. Ehrhardt)  
- vfio/type1: Unpin zero pages (Alex Williamson)  
- btrfs: zoned: set pseudo max append zone limit in zone emulation mode (Shin'ichiro Kawasaki)  
- tracing: Fix to check event_mutex is held while accessing trigger list (Masami Hiramatsu (Google))  
- ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface() (Dongxiang Ke)  
- ALSA: usb-audio: Split endpoint setups for hw_params and prepare (Takashi Iwai)  
- ALSA: aloop: Fix random zeros in capture data when using jiffies timer (Pattara Teerapong)  
- ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc() (Tasos Sahanidis)  
- ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC (Takashi Iwai)  
- drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctly (Qu Huang)  
- fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init() (Yang Yingliang)  
- fbdev: fbcon: Destroy mutex on freeing struct fb_info (Shigeru Yoshida)  
- md: Flush workqueue md_rdev_misc_wq in md_alloc() (David Sloan)  
- net/core/skbuff: Check the return value of skb_copy_bits() (lily)  
- cpufreq: check only freq_table in __resolve_freq() (Lukasz Luba)  
- netfilter: conntrack: work around exceeded receive window (Florian Westphal)  
- arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level (Sudeep Holla)  
- parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machines (Helge Deller)  
- parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources() (Li Qiong)  
- Revert 'parisc: Show error if wrong 32/64-bit compiler is being used' (Helge Deller)  
- scsi: ufs: core: Reduce the power mode change timeout (Bart Van Assche)  
- drm/radeon: add a force flush to delay work when radeon (Zhenneng Li)  
- drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup. (Candice Li)  
- drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to psp_hw_fini (YiPeng Chai)  
- drm/gem: Fix GEM handle release errors (Jeffy Chen)  
- scsi: megaraid_sas: Fix double kfree() (Guixin Liu)  
- scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XX (Tony Battersby)  
- Revert 'mm: kmemleak: take a full lowmem check in kmemleak_*_phys()' (Yee Lee)  
- fs: only do a memory barrier for the first set_buffer_uptodate() (Linus Torvalds)  
- wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il4965_rs_fill_link_cmd() (Stanislaw Gruszka)  
- efi: capsule-loader: Fix use-after-free in efi_capsule_write (Hyunwoo Kim)  
- efi: libstub: Disable struct randomization (Ard Biesheuvel)  
- net: wwan: iosm: remove pointless null check (Jakub Kicinski)  
- LTS version: v5.15.67 (Jack Vogel)  
- kbuild: fix up permissions on scripts/pahole-flags.sh (Greg Kroah-Hartman)  
- LTS version: v5.15.66 (Jack Vogel)  
- USB: serial: ch341: fix disabled rx timer on older devices (Johan Hovold)  
- USB: serial: ch341: fix lost character on LCR updates (Johan Hovold)  
- usb: dwc3: disable USB core PHY management (Johan Hovold)  
- usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup (Johan Hovold)  
- usb: dwc3: fix PHY disable sequence (Johan Hovold)  
- kbuild: Add skip_encoding_btf_enum64 option to pahole (Martin Rodriguez Reboredo)  
- kbuild: Unify options for BTF generation for vmlinux and modules (Jiri Olsa)  
- tty: n_gsm: add sanity check for gsm-&gt;receive in gsm_receive_buf() (Mazin Al Haddad)  
- drm/i915: Skip wm/ddb readout for disabled pipes (Ville Syrjala)  
- drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk (Diego Santa Cruz)  
- ALSA: seq: Fix data-race at module auto-loading (Takashi Iwai)  
- ALSA: seq: oss: Fix data-race for max_midi_devs access (Takashi Iwai)  
- ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298 (Kacper Michajlow)  
- net: mac802154: Fix a condition in the receive path (Miquel Raynal)  
- net: Use u64_stats_fetch_begin_irq() for stats fetch. (Sebastian Andrzej Siewior)  
- ip: fix triggering of 'icmp redirect' (Nicolas Dichtel)  
- wifi: mac80211: Fix UAF in ieee80211_scan_rx() (Siddh Raman Pant)  
- wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected (Siddh Raman Pant)  
- driver core: Don't probe devices after bus_type.match() probe deferral (Isaac J. Manjarres)  
- usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS (Krishna Kurapati)  
- usb: xhci-mtk: fix bandwidth release issue (Chunfeng Yun)  
- usb: xhci-mtk: relax TT periodic bandwidth allocation (Chunfeng Yun)  
- USB: core: Prevent nested device-reset calls (Alan Stern)  
- s390: fix nospec table alignments (Josh Poimboeuf)  
- s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages (Gerald Schaefer)  
- usb-storage: Add ignore-residue quirk for NXP PN7462AU (Witold Lipieta)  
- USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020) (Thierry GUIBERT)  
- usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer (Pawel Laszczak)  
- usb: cdns3: fix issue with rearming ISO OUT endpoint (Pawel Laszczak)  
- usb: dwc2: fix wrong order of phy_power_on and phy_init (Heiner Kallweit)  
- usb: typec: tcpm: Return ENOTSUPP for power supply prop writes (Badhri Jagan Sridharan)  
- usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device (Utkarsh Patel)  
- usb: typec: altmodes/displayport: correct pin assignment for UFP receptacles (Pablo Sun)  
- USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode (Slark Xiao)  
- USB: serial: option: add Quectel EM060K modem (Yonglin Tan)  
- USB: serial: option: add support for OPPO R11 diag port (Yan Xinyu)  
- USB: serial: cp210x: add Decagon UCA device id (Johan Hovold)  
- xhci: Add grace period after xHC start to prevent premature runtime suspend. (Mathias Nyman)  
- media: mceusb: Use new usb_control_msg_*() routines (Alan Stern)  
- usb: dwc3: pci: Add support for Intel Raptor Lake (Heikki Krogerus)  
- thunderbolt: Use the actual buffer in tb_async_error() (Mika Westerberg)  
- xen-blkfront: Cache feature_persistent value before advertisement (SeongJae Park)  
- xen-blkfront: Advertise feature-persistent as user requested (SeongJae Park)  
- xen-blkback: Advertise feature-persistent as user requested (SeongJae Park)  
- mm: pagewalk: Fix race between unmap and page walker (Steven Price)  
- xen/grants: prevent integer overflow in gnttab_dma_alloc_pages() (Dan Carpenter)  
- KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES (Jim Mattson)  
- gpio: pca953x: Add mutex_lock for regcache sync in PM (Haibo Chen)  
- hwmon: (gpio-fan) Fix array out of bounds access (Armin Wolf)  
- clk: bcm: rpi: Add missing newline (Stefan Wahren)  
- clk: bcm: rpi: Prevent out-of-bounds access (Stefan Wahren)  
- clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc() (Christophe JAILLET)  
- clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate (Stefan Wahren)  
- Input: rk805-pwrkey - fix module autoloading (Peter Robinson)  
- clk: core: Fix runtime PM sequence in clk_core_unprepare() (Chen-Yu Tsai)  
- Revert 'clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops' (Stephen Boyd)  
- clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops (Chen-Yu Tsai)  
- drm/i915/reg: Fix spelling mistake 'Unsupport' -&gt; 'Unsupported' (Colin Ian King)  
- KVM: VMX: Heed the 'msr' argument in msr_write_intercepted() (Jim Mattson)  
- cifs: fix small mempool leak in SMB2_negotiate() (Enzo Matsumiya)  
- binder: fix alloc-&gt;vma_vm_mm null-ptr dereference (Carlos Llamas)  
- binder: fix UAF of ref-&gt;proc caused by race condition (Carlos Llamas)  
- mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure (Adrian Hunter)  
- mmc: core: Fix UHS-I SD 1.8V workaround branch (Adrian Hunter)  
- USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id (Niek Nooijens)  
- misc: fastrpc: fix memory corruption on open (Johan Hovold)  
- misc: fastrpc: fix memory corruption on probe (Johan Hovold)  
- iio: adc: mcp3911: use correct formula for AD conversion (Marcus Folkesson)  
- iio: ad7292: Prevent regulator double disable (Matti Vaittinen)  
- Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag (Tetsuo Handa)  
- tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete (Sherry Sun)  
- musb: fix USB_MUSB_TUSB6010 dependency (Arnd Bergmann)  
- vt: Clear selection before changing the font (Helge Deller)  
- powerpc: align syscall table for ppc32 (Masahiro Yamada)  
- staging: r8188eu: add firmware dependency (Grzegorz Szymaszek)  
- staging: rtl8712: fix use after free bugs (Dan Carpenter)  
- serial: fsl_lpuart: RS485 RTS polariy is inverse (Shenwei Wang)  
- soundwire: qcom: fix device status array range (Srinivas Kandagatla)  
- net/smc: Remove redundant refcount increase (Yacan Liu)  
- Revert 'sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb' (Jakub Kicinski)  
- tcp: annotate data-race around challenge_timestamp (Eric Dumazet)  
- sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb (Toke Hoiland-Jorgensen)  
- kcm: fix strp_init() order and cleanup (Cong Wang)  
- mlxbf_gige: compute MDIO period based on i1clk (David Thompson)  
- ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler (Duoming Zhou)  
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (Wang Hai)  
- net: sched: tbf: don't call qdisc_put() while holding tree lock (Zhengchao Shao)  
- net: dsa: xrs700x: Use irqsave variant for u64 stats update (Sebastian Andrzej Siewior)  
- openvswitch: fix memory leak at failed datapath creation (Andrey Zhadchenko)  
- net: smsc911x: Stop and start PHY during suspend and resume (Florian Fainelli)  
- net: sparx5: fix handling uneven length packets in manual extraction (Casper Andersson)  
- Revert 'xhci: turn off port power in shutdown' (Mathias Nyman)  
- wifi: cfg80211: debugfs: fix return type in ht40allow_map_read() (Dan Carpenter)  
- ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array (Peter Ujfalusi)  
- ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg (Pierre-Louis Bossart)  
- drm/i915/display: avoid warnings when registering dual panel backlight (Arun R Murthy)  
- drm/i915/backlight: extract backlight code to a separate file (Jani Nikula)  
- ieee802154/adf7242: defer destroy_workqueue call (Lin Ma)  
- bpf, cgroup: Fix kernel BUG in purge_effective_progs (Pu Lehui)  
- bpf: Restrict bpf_sys_bpf to CAP_PERFMON (YiFei Zhu)  
- skmsg: Fix wrong last sg check in sk_msg_recvmsg() (Liu Jian)  
- iio: adc: mcp3911: make use of the sign bit (Marcus Folkesson)  
- platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask (Andy Shevchenko)  
- drm/msm/dsi: Fix number of regulators for SDM660 (Douglas Anderson)  
- drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg (Douglas Anderson)  
- drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4 (Kuogee Hsieh)  
- drm/msm/dsi: fix the inconsistent indenting (sunliming)  
- LTS version: v5.15.65 (Jack Vogel)  
- net: neigh: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net/af_packet: check len when min_header_len equals to 0 (Zhengchao Shao)  
- android: binder: fix lockdep check on clearing vma (Liam Howlett)  
- btrfs: fix space cache corruption and potential double allocations (Omar Sandoval)  
- kprobes: don't call disarm_kprobe() for disabled kprobes (Kuniyuki Iwashima)  
- btrfs: tree-checker: check for overlapping extent items (Josef Bacik)  
- btrfs: fix lockdep splat with reloc root extent buffers (Josef Bacik)  
- btrfs: move lockdep class helpers to locking.c (Josef Bacik)  
- testing: selftests: nft_flowtable.sh: use random netns names (Florian Westphal)  
- netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y (Geert Uytterhoeven)  
- drm/amd/display: avoid doing vm_init multiple time (Charlene Liu)  
- drm/amdgpu: Increase tlb flush timeout for sriov (Dusica Milinkovic)  
- drm/amd/display: Fix pixel clock programming (Ilya Bakoulin)  
- drm/amd/pm: add missing -&gt;fini_microcode interface for Sienna Cichlid (Evan Quan)  
- ksmbd: don't remove dos attribute xattr on O_TRUNC open (Namjae Jeon)  
- s390/hypfs: avoid error message under KVM (Juergen Gross)  
- neigh: fix possible DoS due to net iface start/stop loop (Denis V. Lunev)  
- ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured (Namjae Jeon)  
- drm/amd/display: clear optc underflow before turn off odm clock (Fudong Wang)  
- drm/amd/display: For stereo keep 'FLIP_ANY_FRAME' (Alvin Lee)  
- drm/amd/display: Fix HDMI VSIF V3 incorrect issue (Leo Ma)  
- drm/amd/display: Avoid MPC infinite loop (Josip Pavic)  
- ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path (Biju Das)  
- fs/ntfs3: Fix work with fragmented xattr (Konstantin Komarov)  
- btrfs: fix warning during log replay when bumping inode link count (Filipe Manana)  
- btrfs: add and use helper for unlinking inode during log replay (Filipe Manana)  
- btrfs: remove no longer needed logic for replaying directory deletes (Filipe Manana)  
- btrfs: remove root argument from btrfs_unlink_inode() (Filipe Manana)  
- mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC (Liming Sun)  
- mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx (Sebastian Reichel)  
- mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs (Yifeng Zhao)  
- mmc: mtk-sd: Clear interrupts when cqe off/disable (Wenbin Mei)  
- drm/i915/gt: Skip TLB invalidations once wedged (Chris Wilson)  
- HID: thrustmaster: Add sparco wheel and fix array length (Michael Hubner)  
- HID: asus: ROG NKey: Ignore portion of 0x5a report (Josh Kilmer)  
- HID: AMD_SFH: Add a DMI quirk entry for Chromebooks (Akihiko Odaki)  
- HID: add Lenovo Yoga C630 battery quirk (Steev Klimaszewski)  
- ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5 (Takashi Iwai)  
- mm/rmap: Fix anon_vma-&gt;degree ambiguity leading to double-reuse (Jann Horn)  
- bpf: Don't redirect packets with invalid pkt_len (Zhengchao Shao)  
- ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead (Yang Jihong)  
- fbdev: fb_pm2fb: Avoid potential divide by zero error (Letu Ren)  
- net: fix refcount bug in sk_psock_get (2) (Hawkins Jiawei)  
- HID: hidraw: fix memory leak in hidraw_release() (Karthik Alapati)  
- media: pvrusb2: fix memory leak in pvr_probe (Dongliang Mu)  
- udmabuf: Set the DMA mask for the udmabuf device (v2) (Vivek Kasireddy)  
- HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report (Lee Jones)  
- Revert 'PCI/portdrv: Don't disable AER reporting in get_port_device_capability()' (Greg Kroah-Hartman)  
- Bluetooth: L2CAP: Fix build errors in some archs (Luiz Augusto von Dentz)  
- kbuild: Fix include path in scripts/Makefile.modpost (Jing Leng)  
- io_uring: fix UAF due to missing POLLFREE handling (Pavel Begunkov)  
- io_uring: fix wrong arm_poll error handling (Pavel Begunkov)  
- io_uring: fail links when poll fails (Pavel Begunkov)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-10022.html" type="self" title="ELSA-2022-10022" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1184.html" id="CVE-2022-1184" type="cve" title="CVE-2022-1184" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-4.70.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">8cfe31adcf8b13801445dfd58435612851ac081daceb571f9d8f56b6caf48ad0</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">297042452667892800e524954bec68d220b3f601d4d8f5899df3c90d97bd5baf</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c7ef75f0ec343eff66452e359f9dbf5a10f5a7010f2b8fec0b8c14cfbeb8d7d3</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d0e345c7174ddcc76bb02c94677a53048b01e26c60c1d92cf4f3e0b9977e7cae</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">19b6487e28208e38dcaef5e15832be1ca4cd89e9997a34a30c8b23e4d3073f3f</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-4.70.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">81fdd21f768cfd82b54777211cf38ddc3408c4571d005f32dff019651948cf39</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ef1c111e3f1c54b5f443c5a7adc4745ca384cdb8ebcdab71eb0916327ccc9195</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5fa844d890c6e176eedfe8ade8846fbbd499686129c812bcc3e792ec8f78d319</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ff67eff49476580a453067f5c64bf0436d3521d17f0121ae67e4d23cde2bd5f9</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">05165133d0037b15e8abe0ff19a030360c5d57c5fc96af8bf9c4eafd517aec6d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f1ee258fdb352d58aedbe07c5c26902aeef8636657707b721bc284e13768ebb2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">777c737e9161ffba8869f75f62157a2dfc84fdf4ccfd3552147e7b0ef63589a6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="4.70.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-4.70.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9fcba77b34fbcda6dff3bb684e9b9c15c9b5d79df4df8fd0638419ee1bb0037c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-10023</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-26 00:00:00"/>
    <updated date="2022-11-26 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-4.70.5.2]
- Revert 'sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle' (Samasth Norway Ananda)  [Orabug: 34783367]

[5.15.0-4.70.5.1]
- NFSv4: Fixes for nfs4_inode_return_delegation() (Trond Myklebust)  [Orabug: 34751176]

[5.15.0-4.70.5]
- uek: kabi: update kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 34595591] 
- Revert 'scsi: lpfc: SLI path split: Refactor lpfc_iocbq' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: SLI path split: Refactor SCSI paths' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Resolve some cleanup issues following SLI path refactoring' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input' (John Donnelly)  [Orabug: 34678989] 
- Revert 'scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE' (John Donnelly)  [Orabug: 34678989] 
- RDS/IB Fix allocation warning (Hans Westgaard Ry)  [Orabug: 34684321] 
- fs: remove no_llseek (Jason A. Donenfeld)  [Orabug: 34705082] 
- vfio: do not set FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34705082] 
- dma-buf: remove useless FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34705082] 
- fs: do not compare against -&gt;llseek (Jason A. Donenfeld)  [Orabug: 34705082] 
- fs: clear or set FMODE_LSEEK based on llseek function (Jason A. Donenfeld)  [Orabug: 34705082] 
- hwmon: (opbmc) AST2600 SP reset driver adjustment (Jan Zdarek)  [Orabug: 34710681] 
- hwmon: (opbmc) Driver message prefixes (Jan Zdarek)  [Orabug: 34710681] 
- NFSD: fix use-after-free on source server when doing inter-server copy (Dai Ngo)  [Orabug: 34716070]

[5.15.0-4.70.4]
- xen/ovmapi: Build OVM guest messaging driver (Jonah Palmer)  [Orabug: 34512197] 
- net/rds: Send congestion map updates only via path zero (Anand Khoje)  [Orabug: 34578048] 
- Revert 'RDS/IB: Fix RDS IB SRQ implementation and tune it' (Hans Westgaard Ry)  [Orabug: 34662659] 
- RDMA/cma: Use output interface for net_dev check (Hakon Bugge)  [Orabug: 34694979] 
- crypto: qat - add support for 401xx devices (Giovanni Cabiddu)  [Orabug: 34686738]

[5.15.0-4.70.3]
- Revert 'Makefile: link with -z noexecstack --no-warn-rwx-segments' (Jack Vogel)  
- Revert 'x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments' (Jack Vogel)

[5.15.0-4.70.2]
- LTS version: v5.15.70 (Jack Vogel)  
- ALSA: hda/sigmatel: Fix unused variable warning for beep power change (Takashi Iwai)  
- KVM: SEV: add cache flush to solve SEV cache incoherency issues (Mingwei Zhang)  
- net: Find dst with sk's xfrm policy not ctl_sk (sewookseo)  
- video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write (Hyunwoo Kim)  
- mksysmap: Fix the mismatch of 'L0' symbols in System.map (Youling Tang)  
- drm/panfrost: devfreq: set opp to the recommended one to configure regulator (Clement Peron)  
- MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping() (Alexander Sverdlin)  
- afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked (David Howells)  
- net: usb: qmi_wwan: add Quectel RM520N (jerry.meng)  
- ALSA: hda/tegra: Align BDL entry to 4KB boundary (Mohan Kumar)  
- ALSA: hda/sigmatel: Keep power up while beep is enabled (Takashi Iwai)  
- wifi: mac80211_hwsim: check length for virtio packets (Soenke Huster)  
- rxrpc: Fix calc of resend age (David Howells)  
- rxrpc: Fix local destruction being repeated (David Howells)  
- scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE (Hannes Reinecke)  
- regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe() (Xiaolei Wang)  
- ASoC: nau8824: Fix semaphore unbalance at error paths (Takashi Iwai)  
- arm64: dts: juno: Add missing MHU secure-irq (Jassi Brar)  
- video: fbdev: i740fb: Error out if 'pixclock' equals zero (Zheyu Ma)  
- binder: remove inaccurate mmap_assert_locked() (Carlos Llamas)  
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega (Alex Deucher)  
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega (Alex Deucher)  
- drm/amdgpu: Don't enable LTR if not supported (Lijo Lazar)  
for parisc and xtensa (Ben Hutchings)  
- parisc: Allow CONFIG_64BIT with ARCH=parisc (Helge Deller)  
- cifs: always initialize struct msghdr smb_msg completely (Stefan Metzmacher)  
- cifs: don't send down the destination address to sendmsg for a SOCK_STREAM (Stefan Metzmacher)  
- cifs: revalidate mapping when doing direct writes (Ronnie Sahlberg)  
- of/device: Fix up of_dma_configure_id() stub (Thierry Reding)  
- parisc: ccio-dma: Add missing iounmap in error path in ccio_probe() (Yang Yingliang)  
- block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait (Stefan Roesch)  
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (Stuart Menefy)  
- drm/meson: Correct OSD1 global alpha value (Stuart Menefy)  
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx (Pali Rohar)  
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 (Trond Myklebust)  
- pinctrl: sunxi: Fix name for A100 R_PIO (Michael Wu)  
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH (Joao H. Spies)  
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (Molly Sophia)  
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (Molly Sophia)  
- of: fdt: fix off-by-one error in unflatten_dt_nodes() (Sergey Shtylyov)  
- tty: serial: atmel: Preserve previous USART mode if RS485 disabled (Sergiu Moga)  
- serial: atmel: remove redundant assignment in rs485_config (Lino Sanfilippo)  
- drm/tegra: vic: Fix build warning when CONFIG_PM=n (YueHaibing)  
- LTS version: v5.15.69 (Jack Vogel)  
- Input: goodix - add compatible string for GT1158 (Jarrah Gosbell)  
- RDMA/irdma: Use s/g array in post send only when its valid (Sindhu-Devale)  
- usb: gadget: f_uac2: fix superspeed transfer (Jing Leng)  
- usb: gadget: f_uac2: clean up some inconsistent indenting (Colin Ian King)  
- soc: fsl: select FSL_GUTS driver for DPIO (Mathew McBride)  
- mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() (Jann Horn)  
to IGNORE_UAS (Hu Xiaoying)  
- platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes (Hans de Goede)  
- perf/arm_pmu_platform: fix tests for platform_get_irq() failure (Yu Zhe)  
- net: dsa: hellcreek: Print warning only once (Kurt Kanzenbach)  
- drm/amd/amdgpu: skip ucode loading if ucode_size == 0 (Chengming Gui)  
- nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() (Maurizio Lombardi)  
- Input: iforce - add support for Boeder Force Feedback Wheel (Greg Tulli)  
- ieee802154: cc2520: add rc code in cc2520_tx() (Li Qiong)  
- gpio: mockup: remove gpio debugfs when remove device (Wei Yongjun)  
- tg3: Disable tg3 device on system reboot to avoid triggering AER (Kai-Heng Feng)  
- hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message (Even Xu)  
- HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo (Jason Wang)  
- dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins (Krzysztof Kozlowski)  
- drm/msm/rd: Fix FIFO-full deadlock (Rob Clark)  
- platform/surface: aggregator_registry: Add support for Surface Laptop Go 2 (Maximilian Luz)  
- Input: goodix - add support for GT1158 (Ondrej Jirman)  
- iommu/vt-d: Fix kdump kernels boot failure with scalable mode (Lu Baolu)  
- tracefs: Only clobber mode/uid/gid on remount if asked (Brian Norris)  
- tracing: hold caller_addr to hardirq_{enable,disable}_ip (Yipeng Zou)  
- task_stack, x86/cea: Force-inline stack helpers (Borislav Petkov)  
- x86/mm: Force-inline __phys_addr_nodebug() (Borislav Petkov)  
- lockdep: Fix -Wunused-parameter for _THIS_IP_ (Nick Desaulniers)  
- ARM: dts: at91: sama7g5ek: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: dts: at91: fix low limit for CPU regulator (Claudiu Beznea)  
- ARM: dts: imx6qdl-kontron-samx6i: fix spi-flash compatible (Marco Felsch)  
- ARM: dts: imx: align SPI NOR node name with dtschema (Krzysztof Kozlowski)  
- ACPI: resource: skip IRQ override on AMD Zen platforms (Chuanhong Guo)  
- NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests (Dave Wysochanski)  
- LTS version: v5.15.68 (Jack Vogel)  
- ARM: at91: ddr: remove CONFIG_SOC_SAMA7 dependency (Claudiu Beznea)  
- perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename) (Arnaldo Carvalho de Melo)  
- drm/bridge: display-connector: implement bus fmts callbacks (Neil Armstrong)  
- arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly (Ionela Voinescu)  
- iommu/vt-d: Correctly calculate sagaw value of IOMMU (Lu Baolu)  
- arm64/bti: Disable in kernel BTI when cross section thunks are broken (Mark Brown)  
- Revert 'arm64: kasan: Revert 'arm64: mte: reset the page tag in page-&gt;flags'' (Sasha Levin)  
- hwmon: (mr75203) enable polling for all VM channels (Eliav Farber)  
- hwmon: (mr75203) fix multi-channel voltage reading (Eliav Farber)  
- hwmon: (mr75203) fix voltage equation for negative source input (Eliav Farber)  
- hwmon: (mr75203) update pvt-&gt;v_num and vm_num to the actual number of used sensors (Eliav Farber)  
- hwmon: (mr75203) fix VM sensor allocation when 'intel,vm-map' not defined (Eliav Farber)  
- s390/boot: fix absolute zero lowcore corruption on boot (Alexander Gordeev)  
- iommu/amd: use full 64-bit value in build_completion_wait() (John Sperbeck)  
- swiotlb: avoid potential left shift overflow (Chao Gao)  
- i40e: Fix ADQ rate limiting for PF (Przemyslaw Patynowski)  
- i40e: Refactor tc mqprio checks (Przemyslaw Patynowski)  
- kbuild: disable header exports for UML in a straightforward way (Masahiro Yamada)  
- MIPS: loongson32: ls1c: Fix hang during startup (Yang Ling)  
- ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion (Nathan Chancellor)  
- ASoC: mchp-spdiftx: remove references to mchp_i2s_caps (Claudiu Beznea)  
- hwmon: (tps23861) fix byte order in resistance register (Alexandru Gagniuc)  
- perf script: Fix Cannot print 'iregs' field for hybrid systems (Zhengjun Xing)  
- sch_sfb: Also store skb len before calling child enqueue (Toke Hoiland-Jorgensen)  
- RDMA/irdma: Report RNR NAK generation in device caps (Sindhu-Devale)  
- RDMA/irdma: Return correct WC error for bind operation failure (Sindhu-Devale)  
- RDMA/irdma: Report the correct max cqes from query device (Sindhu-Devale)  
- nvmet: fix mar and mor off-by-one errors (Dennis Maisenbacher)  
- tcp: fix early ETIMEDOUT after spurious non-SACK RTO (Neal Cardwell)  
- nvme-tcp: fix regression that causes sporadic requests to time out (Sagi Grimberg)  
- nvme-tcp: fix UAF when detecting digest errors (Sagi Grimberg)  
- erofs: fix pcluster use-after-free on UP platforms (Gao Xiang)  
- RDMA/mlx5: Set local port to one when accessing counters (Chris Mi)  
- IB/core: Fix a nested dead lock as part of ODP flow (Yishai Hadas)  
- ipv6: sr: fix out-of-bounds read when setting HMAC data. (David Lebrun)  
- RDMA/siw: Pass a pointer to virt_to_page() (Linus Walleij)  
- xen-netback: only remove 'hotplug-status' when the vif is actually destroyed (Paul Durrant)  
- iavf: Detach device during reset task (Ivan Vecera)  
- i40e: Fix kernel crash during module removal (Ivan Vecera)  
- ice: use bitmap_free instead of devm_kfree (Michal Swiatkowski)  
- tcp: TX zerocopy should not sense pfmemalloc status (Eric Dumazet)  
- net: introduce __skb_fill_page_desc_noacc (Pavel Begunkov)  
- tipc: fix shift wrapping bug in map_get() (Dan Carpenter)  
- sch_sfb: Don't assume the skb is still around after enqueueing to child (Toke Hoiland-Jorgensen)  
- Revert 'net: phy: meson-gxl: improve link-up behavior' (Heiner Kallweit)  
- afs: Use the operation issue time instead of the reply time for callbacks (David Howells)  
- rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2() (David Howells)  
- rxrpc: Fix ICMP/ICMP6 error handling (David Howells)  
- ALSA: usb-audio: Register card again for iface over delayed_register option (Takashi Iwai)  
- ALSA: usb-audio: Inform the delayed registration more properly (Takashi Iwai)  
- RDMA/srp: Set scmnd-&gt;result only when scmnd is not NULL (yangx.jy@fujitsu.com)  
- netfilter: nf_conntrack_irc: Fix forged IP logic (David Leadbeater)  
- netfilter: nf_tables: clean up hook list when offload flags check fails (Pablo Neira Ayuso)  
- netfilter: br_netfilter: Drop dst references before setting. (Harsh Modi)  
- ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the time (Claudiu Beznea)  
- ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the time (Claudiu Beznea)  
- ARM: dts: at91: sama5d2_icp: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: dts: at91: sama5d27_wlsom1: specify proper regulator output ranges (Claudiu Beznea)  
- ARM: at91: pm: fix DDR recalibration when resuming from backup and self-refresh (Claudiu Beznea)  
- ARM: at91: pm: fix self-refresh for sama7g5 (Claudiu Beznea)  
- wifi: wilc1000: fix DMA on stack objects (Ajay.Kathat@microchip.com)  
- RDMA/hns: Fix wrong fixed value of qp-&gt;rq.wqe_shift (Wenpeng Liang)  
- RDMA/hns: Fix supported page size (Chengchang Tang)  
- soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs (Liang He)  
- RDMA/cma: Fix arguments order in net device validation (Michael Guralnik)  
- tee: fix compiler warning in tee_shm_register() (Jens Wiklander)  
- regulator: core: Clean up on enable failure (Andrew Halaney)  
- soc: imx: gpcv2: Assert reset before ungating clock (Marek Vasut)  
- ARM: dts: imx6qdl-kontron-samx6i: remove duplicated node (Marco Felsch)  
- RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGL (Jack Wang)  
- RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sg (Jack Wang)  
- ASoC: qcom: sm8250: add missing module owner (Srinivas Kandagatla)  
- cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree (Tejun Heo)  
- NFS: Fix another fsync() issue after a server reboot (Trond Myklebust)  
- NFS: Save some space in the inode (Trond Myklebust)  
- NFS: Further optimisations for 'ls -l' (Trond Myklebust)  
- scsi: lpfc: Add missing destroy_workqueue() in error path (Yang Yingliang)  
- scsi: mpt3sas: Fix use-after-free warning (Sreekanth Reddy)  
- drm/i915: Implement WaEdpLinkRateDataReload (Ville Syrjala)  
- nvmet: fix a use-after-free (Bart Van Assche)  
- drm/amd/display: fix memory leak when using debugfs_lookup() (Greg Kroah-Hartman)  
- sched/debug: fix dentry leak in update_sched_domain_debugfs (Greg Kroah-Hartman)  
- debugfs: add debugfs_lookup_and_remove() (Greg Kroah-Hartman)  
- kprobes: Prohibit probes in gate area (Christian A. Ehrhardt)  
- vfio/type1: Unpin zero pages (Alex Williamson)  
- btrfs: zoned: set pseudo max append zone limit in zone emulation mode (Shin'ichiro Kawasaki)  
- tracing: Fix to check event_mutex is held while accessing trigger list (Masami Hiramatsu (Google))  
- ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface() (Dongxiang Ke)  
- ALSA: usb-audio: Split endpoint setups for hw_params and prepare (Takashi Iwai)  
- ALSA: aloop: Fix random zeros in capture data when using jiffies timer (Pattara Teerapong)  
- ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc() (Tasos Sahanidis)  
- ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC (Takashi Iwai)  
- drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctly (Qu Huang)  
- fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init() (Yang Yingliang)  
- fbdev: fbcon: Destroy mutex on freeing struct fb_info (Shigeru Yoshida)  
- md: Flush workqueue md_rdev_misc_wq in md_alloc() (David Sloan)  
- net/core/skbuff: Check the return value of skb_copy_bits() (lily)  
- cpufreq: check only freq_table in __resolve_freq() (Lukasz Luba)  
- netfilter: conntrack: work around exceeded receive window (Florian Westphal)  
- arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level (Sudeep Holla)  
- parisc: Add runtime check to prevent PA2.0 kernels on PA1.x machines (Helge Deller)  
- parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources() (Li Qiong)  
- Revert 'parisc: Show error if wrong 32/64-bit compiler is being used' (Helge Deller)  
- scsi: ufs: core: Reduce the power mode change timeout (Bart Van Assche)  
- drm/radeon: add a force flush to delay work when radeon (Zhenneng Li)  
- drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup. (Candice Li)  
- drm/amdgpu: Move psp_xgmi_terminate call from amdgpu_xgmi_remove_device to psp_hw_fini (YiPeng Chai)  
- drm/gem: Fix GEM handle release errors (Jeffy Chen)  
- scsi: megaraid_sas: Fix double kfree() (Guixin Liu)  
- scsi: qla2xxx: Disable ATIO interrupt coalesce for quad port ISP27XX (Tony Battersby)  
- Revert 'mm: kmemleak: take a full lowmem check in kmemleak_*_phys()' (Yee Lee)  
- fs: only do a memory barrier for the first set_buffer_uptodate() (Linus Torvalds)  
- wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il4965_rs_fill_link_cmd() (Stanislaw Gruszka)  
- efi: capsule-loader: Fix use-after-free in efi_capsule_write (Hyunwoo Kim)  
- efi: libstub: Disable struct randomization (Ard Biesheuvel)  
- net: wwan: iosm: remove pointless null check (Jakub Kicinski)  
- LTS version: v5.15.67 (Jack Vogel)  
- kbuild: fix up permissions on scripts/pahole-flags.sh (Greg Kroah-Hartman)  
- LTS version: v5.15.66 (Jack Vogel)  
- USB: serial: ch341: fix disabled rx timer on older devices (Johan Hovold)  
- USB: serial: ch341: fix lost character on LCR updates (Johan Hovold)  
- usb: dwc3: disable USB core PHY management (Johan Hovold)  
- usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup (Johan Hovold)  
- usb: dwc3: fix PHY disable sequence (Johan Hovold)  
- kbuild: Add skip_encoding_btf_enum64 option to pahole (Martin Rodriguez Reboredo)  
- kbuild: Unify options for BTF generation for vmlinux and modules (Jiri Olsa)  
- tty: n_gsm: add sanity check for gsm-&gt;receive in gsm_receive_buf() (Mazin Al Haddad)  
- drm/i915: Skip wm/ddb readout for disabled pipes (Ville Syrjala)  
- drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk (Diego Santa Cruz)  
- ALSA: seq: Fix data-race at module auto-loading (Takashi Iwai)  
- ALSA: seq: oss: Fix data-race for max_midi_devs access (Takashi Iwai)  
- ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298 (Kacper Michajlow)  
- net: mac802154: Fix a condition in the receive path (Miquel Raynal)  
- net: Use u64_stats_fetch_begin_irq() for stats fetch. (Sebastian Andrzej Siewior)  
- ip: fix triggering of 'icmp redirect' (Nicolas Dichtel)  
- wifi: mac80211: Fix UAF in ieee80211_scan_rx() (Siddh Raman Pant)  
- wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected (Siddh Raman Pant)  
- driver core: Don't probe devices after bus_type.match() probe deferral (Isaac J. Manjarres)  
- usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS (Krishna Kurapati)  
- usb: xhci-mtk: fix bandwidth release issue (Chunfeng Yun)  
- usb: xhci-mtk: relax TT periodic bandwidth allocation (Chunfeng Yun)  
- USB: core: Prevent nested device-reset calls (Alan Stern)  
- s390: fix nospec table alignments (Josh Poimboeuf)  
- s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages (Gerald Schaefer)  
- usb-storage: Add ignore-residue quirk for NXP PN7462AU (Witold Lipieta)  
- USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020) (Thierry GUIBERT)  
- usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer (Pawel Laszczak)  
- usb: cdns3: fix issue with rearming ISO OUT endpoint (Pawel Laszczak)  
- usb: dwc2: fix wrong order of phy_power_on and phy_init (Heiner Kallweit)  
- usb: typec: tcpm: Return ENOTSUPP for power supply prop writes (Badhri Jagan Sridharan)  
- usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device (Utkarsh Patel)  
- usb: typec: altmodes/displayport: correct pin assignment for UFP receptacles (Pablo Sun)  
- USB: serial: option: add support for Cinterion MV32-WA/WB RmNet mode (Slark Xiao)  
- USB: serial: option: add Quectel EM060K modem (Yonglin Tan)  
- USB: serial: option: add support for OPPO R11 diag port (Yan Xinyu)  
- USB: serial: cp210x: add Decagon UCA device id (Johan Hovold)  
- xhci: Add grace period after xHC start to prevent premature runtime suspend. (Mathias Nyman)  
- media: mceusb: Use new usb_control_msg_*() routines (Alan Stern)  
- usb: dwc3: pci: Add support for Intel Raptor Lake (Heikki Krogerus)  
- thunderbolt: Use the actual buffer in tb_async_error() (Mika Westerberg)  
- xen-blkfront: Cache feature_persistent value before advertisement (SeongJae Park)  
- xen-blkfront: Advertise feature-persistent as user requested (SeongJae Park)  
- xen-blkback: Advertise feature-persistent as user requested (SeongJae Park)  
- mm: pagewalk: Fix race between unmap and page walker (Steven Price)  
- xen/grants: prevent integer overflow in gnttab_dma_alloc_pages() (Dan Carpenter)  
- KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES (Jim Mattson)  
- gpio: pca953x: Add mutex_lock for regcache sync in PM (Haibo Chen)  
- hwmon: (gpio-fan) Fix array out of bounds access (Armin Wolf)  
- clk: bcm: rpi: Add missing newline (Stefan Wahren)  
- clk: bcm: rpi: Prevent out-of-bounds access (Stefan Wahren)  
- clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc() (Christophe JAILLET)  
- clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate (Stefan Wahren)  
- Input: rk805-pwrkey - fix module autoloading (Peter Robinson)  
- clk: core: Fix runtime PM sequence in clk_core_unprepare() (Chen-Yu Tsai)  
- Revert 'clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops' (Stephen Boyd)  
- clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops (Chen-Yu Tsai)  
- drm/i915/reg: Fix spelling mistake 'Unsupport' -&gt; 'Unsupported' (Colin Ian King)  
- KVM: VMX: Heed the 'msr' argument in msr_write_intercepted() (Jim Mattson)  
- cifs: fix small mempool leak in SMB2_negotiate() (Enzo Matsumiya)  
- binder: fix alloc-&gt;vma_vm_mm null-ptr dereference (Carlos Llamas)  
- binder: fix UAF of ref-&gt;proc caused by race condition (Carlos Llamas)  
- mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure (Adrian Hunter)  
- mmc: core: Fix UHS-I SD 1.8V workaround branch (Adrian Hunter)  
- USB: serial: ftdi_sio: add Omron CS1W-CIF31 device id (Niek Nooijens)  
- misc: fastrpc: fix memory corruption on open (Johan Hovold)  
- misc: fastrpc: fix memory corruption on probe (Johan Hovold)  
- iio: adc: mcp3911: use correct formula for AD conversion (Marcus Folkesson)  
- iio: ad7292: Prevent regulator double disable (Matti Vaittinen)  
- Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag (Tetsuo Handa)  
- tty: serial: lpuart: disable flow control while waiting for the transmit engine to complete (Sherry Sun)  
- musb: fix USB_MUSB_TUSB6010 dependency (Arnd Bergmann)  
- vt: Clear selection before changing the font (Helge Deller)  
- powerpc: align syscall table for ppc32 (Masahiro Yamada)  
- staging: r8188eu: add firmware dependency (Grzegorz Szymaszek)  
- staging: rtl8712: fix use after free bugs (Dan Carpenter)  
- serial: fsl_lpuart: RS485 RTS polariy is inverse (Shenwei Wang)  
- soundwire: qcom: fix device status array range (Srinivas Kandagatla)  
- net/smc: Remove redundant refcount increase (Yacan Liu)  
- Revert 'sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb' (Jakub Kicinski)  
- tcp: annotate data-race around challenge_timestamp (Eric Dumazet)  
- sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb (Toke Hoiland-Jorgensen)  
- kcm: fix strp_init() order and cleanup (Cong Wang)  
- mlxbf_gige: compute MDIO period based on i1clk (David Thompson)  
- ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handler (Duoming Zhou)  
- net/sched: fix netdevice reference leaks in attach_default_qdiscs() (Wang Hai)  
- net: sched: tbf: don't call qdisc_put() while holding tree lock (Zhengchao Shao)  
- net: dsa: xrs700x: Use irqsave variant for u64 stats update (Sebastian Andrzej Siewior)  
- openvswitch: fix memory leak at failed datapath creation (Andrey Zhadchenko)  
- net: smsc911x: Stop and start PHY during suspend and resume (Florian Fainelli)  
- net: sparx5: fix handling uneven length packets in manual extraction (Casper Andersson)  
- Revert 'xhci: turn off port power in shutdown' (Mathias Nyman)  
- wifi: cfg80211: debugfs: fix return type in ht40allow_map_read() (Dan Carpenter)  
- ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array (Peter Ujfalusi)  
- ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg (Pierre-Louis Bossart)  
- drm/i915/display: avoid warnings when registering dual panel backlight (Arun R Murthy)  
- drm/i915/backlight: extract backlight code to a separate file (Jani Nikula)  
- ieee802154/adf7242: defer destroy_workqueue call (Lin Ma)  
- bpf, cgroup: Fix kernel BUG in purge_effective_progs (Pu Lehui)  
- bpf: Restrict bpf_sys_bpf to CAP_PERFMON (YiFei Zhu)  
- skmsg: Fix wrong last sg check in sk_msg_recvmsg() (Liu Jian)  
- iio: adc: mcp3911: make use of the sign bit (Marcus Folkesson)  
- platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask (Andy Shevchenko)  
- drm/msm/dsi: Fix number of regulators for SDM660 (Douglas Anderson)  
- drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfg (Douglas Anderson)  
- drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4 (Kuogee Hsieh)  
- drm/msm/dsi: fix the inconsistent indenting (sunliming)  
- LTS version: v5.15.65 (Jack Vogel)  
- net: neigh: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net/af_packet: check len when min_header_len equals to 0 (Zhengchao Shao)  
- android: binder: fix lockdep check on clearing vma (Liam Howlett)  
- btrfs: fix space cache corruption and potential double allocations (Omar Sandoval)  
- kprobes: don't call disarm_kprobe() for disabled kprobes (Kuniyuki Iwashima)  
- btrfs: tree-checker: check for overlapping extent items (Josef Bacik)  
- btrfs: fix lockdep splat with reloc root extent buffers (Josef Bacik)  
- btrfs: move lockdep class helpers to locking.c (Josef Bacik)  
- testing: selftests: nft_flowtable.sh: use random netns names (Florian Westphal)  
- netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y (Geert Uytterhoeven)  
- drm/amd/display: avoid doing vm_init multiple time (Charlene Liu)  
- drm/amdgpu: Increase tlb flush timeout for sriov (Dusica Milinkovic)  
- drm/amd/display: Fix pixel clock programming (Ilya Bakoulin)  
- drm/amd/pm: add missing -&gt;fini_microcode interface for Sienna Cichlid (Evan Quan)  
- ksmbd: don't remove dos attribute xattr on O_TRUNC open (Namjae Jeon)  
- s390/hypfs: avoid error message under KVM (Juergen Gross)  
- neigh: fix possible DoS due to net iface start/stop loop (Denis V. Lunev)  
- ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured (Namjae Jeon)  
- drm/amd/display: clear optc underflow before turn off odm clock (Fudong Wang)  
- drm/amd/display: For stereo keep 'FLIP_ANY_FRAME' (Alvin Lee)  
- drm/amd/display: Fix HDMI VSIF V3 incorrect issue (Leo Ma)  
- drm/amd/display: Avoid MPC infinite loop (Josip Pavic)  
- ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path (Biju Das)  
- fs/ntfs3: Fix work with fragmented xattr (Konstantin Komarov)  
- btrfs: fix warning during log replay when bumping inode link count (Filipe Manana)  
- btrfs: add and use helper for unlinking inode during log replay (Filipe Manana)  
- btrfs: remove no longer needed logic for replaying directory deletes (Filipe Manana)  
- btrfs: remove root argument from btrfs_unlink_inode() (Filipe Manana)  
- mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC (Liming Sun)  
- mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx (Sebastian Reichel)  
- mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs (Yifeng Zhao)  
- mmc: mtk-sd: Clear interrupts when cqe off/disable (Wenbin Mei)  
- drm/i915/gt: Skip TLB invalidations once wedged (Chris Wilson)  
- HID: thrustmaster: Add sparco wheel and fix array length (Michael Hubner)  
- HID: asus: ROG NKey: Ignore portion of 0x5a report (Josh Kilmer)  
- HID: AMD_SFH: Add a DMI quirk entry for Chromebooks (Akihiko Odaki)  
- HID: add Lenovo Yoga C630 battery quirk (Steev Klimaszewski)  
- ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5 (Takashi Iwai)  
- mm/rmap: Fix anon_vma-&gt;degree ambiguity leading to double-reuse (Jann Horn)  
- bpf: Don't redirect packets with invalid pkt_len (Zhengchao Shao)  
- ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead (Yang Jihong)  
- fbdev: fb_pm2fb: Avoid potential divide by zero error (Letu Ren)  
- net: fix refcount bug in sk_psock_get (2) (Hawkins Jiawei)  
- HID: hidraw: fix memory leak in hidraw_release() (Karthik Alapati)  
- media: pvrusb2: fix memory leak in pvr_probe (Dongliang Mu)  
- udmabuf: Set the DMA mask for the udmabuf device (v2) (Vivek Kasireddy)  
- HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report (Lee Jones)  
- Revert 'PCI/portdrv: Don't disable AER reporting in get_port_device_capability()' (Greg Kroah-Hartman)  
- Bluetooth: L2CAP: Fix build errors in some archs (Luiz Augusto von Dentz)  
- kbuild: Fix include path in scripts/Makefile.modpost (Jing Leng)  
- io_uring: fix UAF due to missing POLLFREE handling (Pavel Begunkov)  
- io_uring: fix wrong arm_poll error handling (Pavel Begunkov)  
- io_uring: fail links when poll fails (Pavel Begunkov)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-10023.html" type="self" title="ELSA-2022-10023" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1184.html" id="CVE-2022-1184" type="cve" title="CVE-2022-1184" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="4.70.5.2.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-4.70.5.2.el8.src.rpm</filename>
          <sum type="sha256">331d9e94da635211d36bc922a5bf6a2e7bfc6c3b8feff26b5840c6ab668faaab</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="4.70.5.2.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-4.70.5.2.el8.x86_64.rpm</filename>
          <sum type="sha256">2f012830edd76e2f7da79dd9f8335942c3fd9ac4b62df2e9386b2098c463dd54</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="4.70.5.2.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-4.70.5.2.el8.x86_64.rpm</filename>
          <sum type="sha256">946d84cc4f2ae6a75733f3141bf1574211503a6432e2139765895ba4b3331e74</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12722</id>
    <title> ndctl  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-07 00:00:00"/>
    <updated date="2024-10-07 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[73-1.0.2]
- ndctl: dump key load failure logs to stdout (Orabug: 35403348)

[73-1.0.1]
- Update to 73

[72.1-1.0.1]
- Update to 72.1

[72-1.0.1]
- Update to 72

[71.1-1.0.1]
- BUILDINFO: commit=34c39fa039f9defa81c10b2417d93df1719a94bc
- Update to 71.1

[71-1.0.1]
- BUILDINFO: commit=9abf1403a06713910976d4443045949d1d6b4bf5
- Update to 71
- Update Lincense info.

[70.1-1.0.3]
- BUILDINFO: commit=cd71a0e6d588ded910f9f67b8ba0ce4c232ffb87
- libdaxctl: Dont assume device align to be always available

[70.1-1]
- Update to 70.1

[70-1]
- BUILDINFO: commit=1cf0c778d993cc2000141262969d65a62487566a
- Update to 70

[69-1.0.2]
- BUILDINFO: commit=d3b53f1ced3ebaf03c0cbf7832a3c78c1c45b718
- Add support for Soft-Reserved regions subdivision

[69-1]
- Update to 69

[68-1]
- BUILDINFO: commit=c48f9d8dd709a0baf702046a8891bdb2c035ad42
- Update to 68

[67-1]
- BUILDINFO: commit=687892fbcb28ec7b985a005df85409e818dace34
- Update to 67

[66-1]
- BUILDINFO: commit=952172bc6c9b98b955e1776b1dab438ded237c81
- Update to 66

[65-1]
- BUILDINFO: commit=b915191ce1acff19eec891c397e9fce74d0f0b0d
- Update to 65

[64.1-1.0.1]
- BUILDINFO: commit=3a9824895d7da6d07ddc73086d902a7e6843f797
- Update to 64.1

[64-1.0.1]
- BUILDINFO: commit=ebf5f023a949d017ef0c4d5039d88dcc2e5808a4
- missing paths added to spec %files sections

[64-1]
- Update to 64

[63-1]
- BUILDINFO: commit=15115888855c4bf45670cfeb5c576bc2715c2568
- Update to 63

[62-1.0.1.el7]
- BUILDINFO: commit=4474c9ca05e4b7804789ca176a74af4224070240
- BUILDINFO: commit=241216a18a95a00eab2b143b37b75d73f053e175
- Update to 62

[60.1-6.el7]
- remove ol6

[56-2]
- bump release
- Related: bz#1440902 bz#1446689

[56-2]
- Update documentation to reflect 4k alignment
- Add support for the MSFT family of DSM functions
- Resolves: bz#1440902 bz#1446689

[56-1]
- Rebase to upstream version 56
- Default to 4k alignment for device dax
- Resolves: bz#1384873 bz#1384642 bz#1349233 bz#1357451

[54.1]
- Update to 54.1 to address ixpdimm_sw requirements
- Resolves bz#1271425

[53.1-4]
- Fix up duplicate '-v' documentation in man page
- Fix bogus test in invalidate_namespace_options
- Resolves: bz#1350404 bz#1271425

[53.1-3]
- make ndctl Require ndctl-libs-{version}-{release}
- Resolves bz#1271425

[53.1-2]
- initial import for RHEL
- Resolves bz#1271425

[53-1]
- add daxctl-libs + daxctl-devel packages
- add bash completion

[52-1]
- Initial rpm submission to Fedora</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12722.html" type="self" title="ELBA-2024-12722" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ndctl" version="73" release="1.0.2.el8" epoch="0" arch="src">
          <filename>ndctl-73-1.0.2.el8.src.rpm</filename>
          <sum type="sha256">aebaf2279884df2da569a4137ef71a25f9679a507f550ec03ecc1b2435fd6e42</sum>
        </package>
        <package name="ndctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>ndctl-devel-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">58741db5042e4fa340495a8128adaf1c0d16e41e06e536c25681fc0bd079329b</sum>
        </package>
        <package name="daxctl" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">b52e8e4ae0e2358d538bad108ad47f561742f29742306dcba7390d563d6eacac</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">047e3fd4ae2d9c4f9b81a6a11c24f095fa272cfc81aa9e860a33346790f4b7fe</sum>
        </package>
        <package name="cxl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ac0e17b9efa7023e0da92ae1056b2158b976dcae62fe85bddbddba1a7ec6b37c</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>ndctl-libs-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">ac7fd44016d07f3dad4b0eb1f977bba777f688328472606eabf2b1bdda384a33</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">4600dbfd30d14bf24c7188774b32692cd01ec4bad86db1532467b5b4428077a2</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>daxctl-devel-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">863eceb01cf2d943b41e72b83c9e08a5079f63cf7bbac88bde4b8cd4b44feae5</sum>
        </package>
        <package name="cxl-cli" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-cli-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">0d5e9972b7efeb3b9c4b090b80c26cd8658f67e419caf27a2b7bdf8d061f9433</sum>
        </package>
        <package name="ndctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">86ddb5ac03f838050fd4b1a7bf38e557d72014fa391048d4bfd6a33b1e020924</sum>
        </package>
        <package name="cxl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">d3d4bde13411e8601520123e995cf2bf91a42e484de0b91914254e8d431c7577</sum>
        </package>
        <package name="ndctl" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">0e521adeb1f6cefb017ac220f3106daae7def21005d08764d9d3a32ba0db1f11</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>daxctl-libs-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">80a4923c3fd4b9509425581691ee3b3e877dbe4e4f0c1f9de5c9d751a3c667b3</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ad0d3cb4fc938c2266cf2843ba68e01cfa35b9f2daac1729f2c095796b3a77fe</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-28048</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-12-12 00:00:00"/>
    <updated date="2025-12-12 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-315.196.5.1]
- netfilter: nf_tables: reject duplicate device on updates (Pablo Neira Ayuso)  [Orabug: 38744086]  {CVE-2025-38678}
- Reapply 'cpuidle: menu: Avoid discarding useful information' (Harshvardhan Jha)  [Orabug: 38744084] 
- rtc: expose RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni)  [Orabug: 38744082]

[5.15.0-315.196.5]
- uek-rpm: add 'bpf' to CONFIG_LSM (Alan Maguire) [Orabug: 35653191]
- Revert 'cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry' (Samasth Norway Ananda) [Orabug: 38613264]

[5.15.0-315.196.4]
- net/rds: Fix rs_recv_pending counting issue (Gerd Rausch) [Orabug: 38506368]

[5.15.0-315.196.3]
- KVM: VMX: Intercept reads to invalid and write-only x2APIC registers (Sean Christopherson) [Orabug: 38535186]
- KVM: VMX: Always intercept accesses to unsupported 'extended' x2APIC regs (Sean Christopherson) [Orabug: 38535186]
- KVM: x86: Split out logic to generate 'readable' APIC regs mask to helper (Sean Christopherson) [Orabug: 38535186]
- KVM: x86: Mark x2APIC DFR reg as non-existent for x2APIC (Sean Christopherson) [Orabug: 38535186]
- uek-rpm/ol9/config-mips64-emb: Enable NF_TABLES for MIPS64 (Vijay Kumar) [Orabug: 38578981]
- LTS version: v5.15.196 (Vijayendra Suman)
- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (Marek Vasut) [Orabug: 38641258] {CVE-2024-43876}
- net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg (Zhengchao Shao)
- usb: gadget: f_acm: Refactor bind path to use __free() (Kuen-Han Tsai) [Orabug: 38601854] {CVE-2025-40094}
- usb: gadget: f_ncm: Refactor bind path to use __free() (Kuen-Han Tsai) [Orabug: 38601837] {CVE-2025-40092}
- usb: gadget: Introduce free_usb_request helper (Kuen-Han Tsai)
- usb: gadget: Store endpoint pointer in usb_request (Kuen-Han Tsai)
- arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() (Kaushlendra Kumar)
- xfs: always warn about deprecated mount options (Darrick J. Wong)
- devcoredump: Fix circular locking dependency with devcd-&gt;mutex. (Maarten Lankhorst)
- PCI: tegra194: Reset BARs when running in PCIe endpoint mode (Niklas Cassel)
- PCI: rcar-host: Drop PMSR spinlock (Marek Vasut)
- PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access() (Marek Vasut)
- PCI: tegra194: Handle errors in BPMP response (Vidya Sagar)
- f2fs: fix wrong block mapping for multi-devices (Jaegeuk Kim)
- NFSD: Define a proc_layoutcommit for the FlexFiles layout type (Chuck Lever) [Orabug: 38601818] {CVE-2025-40087}
- vfs: Don't leak disconnected dentries on umount (Jan Kara) [Orabug: 38601923] {CVE-2025-40105}
- drm/amdgpu: use atomic functions with memory barriers for vm fault info (Gui-Dong Han)
- PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock (Marek Vasut)
- wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize again (Muhammad Usama Anjum)
- PCI: j721e: Fix programming sequence of 'strap' settings (Siddharth Vadapalli)
- PCI: j721e: Enable ACSPCIE Refclk if 'ti,syscon-acspcie-proxy-ctrl' exists (Siddharth Vadapalli)
- fuse: fix livelock in synchronous file put from fuseblk workers (Darrick J. Wong)
- fuse: allocate ff-&gt;release_args only if release is needed (Amir Goldstein)
- padata: Reset next CPU when reorder sequence wraps around (Xiao Liang)
- iio: imu: inv_icm42600: Simplify pm_runtime setup (Sean Nyekjaer)
- PM: runtime: Add new devm functions (Csokas Bence)
- iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspended (Sean Nyekjaer)
- iio: imu: inv_icm42600: use = { } instead of memset() (David Lechner)
- NFSD: Fix last write offset handling in layoutcommit (Sergey Bashirov)
- NFSD: Minor cleanup in layoutcommit processing (Sergey Bashirov)
- NFSD: Rework encoding and decoding of nfsd4_deviceid (Sergey Bashirov)
- xfs: fix log CRC mismatches between i386 and other architectures (Christoph Hellwig)
- xfs: rename the old_crc variable in xlog_recover_process (Christoph Hellwig)
- s390/cio: Update purge function to unregister the unused subchannels (Vineeth Vijayan)
- arm64: cputype: Add Neoverse-V3AE definitions (Mark Rutland)
- serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018 (Florian Eckert)
- most: usb: hdm_probe: Fix calling put_device() before device initialization (Victoria Votokina)
- most: usb: Fix use-after-free in hdm_disconnect (Victoria Votokina)
- mei: me: add wildcat lake P DID (Alexander Usyskin)
- comedi: fix divide-by-zero in comedi_buf_munge() (Deepanshu Kartikey)
- binder: remove 'invalid inc weak' check (Alice Ryhl)
- xhci: dbc: enable back DbC in resume if it was enabled before suspend (Mathias Nyman)
- usb: raw-gadget: do not limit transfer length (Andrey Konovalov)
- usb/core/quirks: Add Huawei ME906S to wakeup quirk (Tim Guttzeit)
- USB: serial: option: add Telit FN920C04 ECM compositions (Li Qingwu)
- USB: serial: option: add Quectel RG255C (Reinhard Speyerer)
- USB: serial: option: add UNISOC UIS7720 (Renjun Wang)
- net: ravb: Ensure memory write completes before ringing TX doorbell (Lad Prabhakar)
- net: usb: rtl8150: Fix frame padding (Michal Pecio)
- vsock: fix lock inversion in vsock_assign_transport() (Stefano Garzarella)
- ocfs2: clear extent cache after moving/defragmenting extents (Deepanshu Kartikey)
- MIPS: Malta: Fix keyboard resource preventing i8042 driver from registering (Maciej W. Rozycki)
- Revert 'cpuidle: menu: Avoid discarding useful information' (Rafael J. Wysocki)
- net: bonding: fix possible peer notify event loss or dup issue (Tonghao Zhang)
- sctp: avoid NULL dereference when chunk data buffer is missing (Alexey Simakov)
- arm64, mm: avoid always making PTE dirty in pte_mkwrite() (Huang, Ying)
- dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx path (Ioana Ciornei)
- net: enetc: correct the value of ENETC_RXB_TRUESIZE (Wei Fang)
- rtnetlink: Allow deleting FDB entries in user namespace (Johannes Wiesboeck)
- net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del (Nikolay Aleksandrov)
- net: rtnetlink: add bulk delete support flag (Nikolay Aleksandrov)
- net: netlink: add NLM_F_BULK delete request modifier (Nikolay Aleksandrov)
- net: rtnetlink: use BIT for flag values (Nikolay Aleksandrov)
- net: rtnetlink: add helper to extract msg type's kind (Nikolay Aleksandrov)
- m68k: bitops: Fix find_*_bit() signatures (Geert Uytterhoeven)
- hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super() (Yangtao Li)
- hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits() (Viacheslav Dubeyko)
- dlm: check for defined force value in dlm_lockspace_release (Alexander Aring)
- hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat() (Viacheslav Dubeyko)
- hfs: validate record offset in hfsplus_bmap_alloc (Yang Chenzhi)
- hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent() (Viacheslav Dubeyko)
- hfs: make proper initalization of struct hfs_find_data (Viacheslav Dubeyko)
- hfs: clear offset and space out of valid records in b-tree node (Viacheslav Dubeyko)
- nios2: ensure that memblock.current_limit is set when setting pfn limits (Simon Schuster)
- exec: Fix incorrect type for ret (Xichao Zhao)
- PCI/sysfs: Ensure devices are powered for config reads (part 2) (Brian Norris)
- hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp() (Viacheslav Dubeyko)
- ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card (Jiaming Zhang) [Orabug: 38597093] {CVE-2025-40085}
- ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings (Randy Dunlap)
- sched/fair: Fix pelt lost idle time detection (Vincent Guittot)
- sched/balancing: Rename newidle_balance() =&gt; sched_balance_newidle() (Ingo Molnar)
- drm/amd/powerplay: Fix CIK shutdown temperature (Timur Kristof)
- net: usb: lan78xx: fix use of improperly initialized dev-&gt;chipid in lan78xx_reset (I Viswanath)
- net: usb: lan78xx: Add error handling to lan78xx_init_mac_address (Oleksij Rempel)
- net: usb: use eth_hw_addr_set() instead of ether_addr_copy() (Jakub Kicinski)
- tls: don't rely on tx_work during send() (Sabrina Dubroca)
- tls: always set record_type in tls_process_cmsg (Sabrina Dubroca)
- tls: wait for async encrypt in case of error during latter iterations of sendmsg (Sabrina Dubroca)
- net: tls: wait for async completion on last message (Sascha Hauer)
- tg3: prevent use of uninitialized remote_adv and local_adv variables (Alexey Simakov)
- tcp: fix tcp_tso_should_defer() vs large RTT (Eric Dumazet)
- amd-xgbe: Avoid spurious link down messages during interface toggle (Raju Rangoju)
- net/ip6_tunnel: Prevent perpetual tunnel growth (Dmitry Safonov) [Orabug: 38649259] {CVE-2025-40173}
- r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111H (Linmao Li)
- doc: fix seg6_flowlabel path (Nicolas Dichtel)
- net: dlink: handle dma_map_single() failure properly (Moon Yeounsu)
- can: m_can: m_can_plat_remove(): add missing pm_runtime_disable() (Marc Kleine-Budde)
- dax: skip read lock assertion for read-only filesystems (Yuezhang Mo)
- HID: multitouch: fix sticky fingers (Benjamin Tissoires)
- cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delay (Rafael J. Wysocki)
- crypto: rockchip - Fix dma_unmap_sg() nents value (Thomas Fourier)
- drm/exynos: exynos7_drm_decon: remove ctx-&gt;suspended (Kaustabh Chakraborty)
- drm/exynos: exynos7_drm_decon: properly clear channels during bind (Kaustabh Chakraborty)
- drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in functions (Kaustabh Chakraborty)
- blk-crypto: fix missing blktrace bio split events (Yu Kuai)
- media: lirc: Fix error handling in lirc_register() (Ma Ke)
- media: rc: Directly use ida_free() (Keliu)
- media: s5p-mfc: remove an unused/uninitialized variable (Arnd Bergmann)
- btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running (Filipe Manana)
- ext4: detect invalid INLINE_DATA + EXTENTS flag combination (Deepanshu Kartikey) [Orabug: 38649222] {CVE-2025-40167}
- jbd2: ensure that all ongoing I/O complete before freeing blocks (Zhang Yi)
- r8152: add error handling in rtl8152_driver_init (Yi Cong)
- LTS version: v5.15.195 (Vijayendra Suman)
- selftests: mptcp: join: validate C-flag + def limit (Matthieu Baerts)
- mptcp: pm: in-kernel: usable client side with C-flag (Matthieu Baerts)
- media: pci: ivtv: Add check for DMA map result (Mikhail Kobuk) [Orabug: 38641260] {CVE-2024-43877}
- xen/events: Update virq_to_irq on migration (Jason Andryuk)
- media: pci: ivtv: Add missing check after DMA map (Thomas Fourier)
- media: pci/ivtv: switch from 'pci_' to 'dma_' API (Christophe Jaillet)
- arm64: mte: Do not flag the zero page as PG_mte_tagged (Catalin Marinas)
- media: cx18: Add missing check after DMA map (Thomas Fourier)
- media: switch from 'pci_' to 'dma_' API (Christophe Jaillet)
- writeback: Avoid excessively long inode switching times (Jan Kara)
- writeback: Avoid softlockup when switching many inodes (Jan Kara)
- cramfs: Verify inode mode when loading from disk (Tetsuo Handa)
- fs: Add 'initramfs_options' to set initramfs mount options (Lichen Liu)
- pid: Add a judgment for ns null in pid_nr_ns (Gaoxiang17) [Orabug: 38649275] {CVE-2025-40178}
- minixfs: Verify inode mode when loading from disk (Tetsuo Handa)
- minmax.h: remove some #defines that are only expanded once (David Laight)
- minmax.h: simplify the variants of clamp() (David Laight)
- minmax.h: move all the clamp() definitions after the min/max() ones (David Laight)
- minmax.h: use BUILD_BUG_ON_MSG() for the lo &lt; hi test in clamp() (David Laight)
- minmax.h: reduce the #define expansion of min(), max() and clamp() (David Laight)
- minmax.h: update some comments (David Laight)
- minmax.h: add whitespace around operators and after commas (David Laight)
- minmax: fix up min3() and max3() too (Linus Torvalds)
- minmax: improve macro expansion and type checking (Linus Torvalds)
- minmax: simplify min()/max()/clamp() implementation (Linus Torvalds)
- minmax: don't use max() in situations that want a C constant expression (Linus Torvalds)
- minmax: make generic MIN() and MAX() macros available everywhere (Linus Torvalds)
- minmax: simplify and clarify min_t()/max_t() implementation (Linus Torvalds)
- minmax: add a few more MIN_T/MAX_T users (Linus Torvalds)
- minmax: avoid overly complicated constant expressions in VM code (Linus Torvalds)
- minmax: fix indentation of __cmp_once() and __clamp_once() (David Laight)
- minmax: deduplicate __unconst_integer_typeof() (Andy Shevchenko)
- minmax: Introduce {min,max}_array() (Herve Codina)
- arm64: dts: qcom: sdm845: Fix slimbam num-channels/ees (Stephan Gerhold)
- btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range() (Qu Wenruo)
- fscontext: do not consume log entries when returning -EMSGSIZE (Aleksa Sarai)
- dm: fix NULL pointer dereference in __dm_suspend() (Zheng Qixing) [Orabug: 38649056] {CVE-2025-40134}
- tracing: Fix race condition in kprobe initialization causing NULL pointer dereference (Yuan Chen) [Orabug: 38592032] {CVE-2025-40042}
- ksmbd: fix error code overwriting in smb2_get_info_filesystem() (Matvey Kovalev)
- net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlock (Oleksij Rempel) [Orabug: 38649002] {CVE-2025-40120}
- mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flag (Hans de Goede)
- mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_type (Andy Shevchenko)
- mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register value (Hans de Goede)
- media: mc: Clear minor number before put device (Edward Adam Davis) [Orabug: 38649397] {CVE-2025-40197}
- Squashfs: reject negative file sizes in squashfs_read_inode() (Phillip Lougher) [Orabug: 38649424] {CVE-2025-40200}
- Squashfs: add additional inode sanity checking (Phillip Lougher)
- ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data() (Ma Ke)
- ASoC: codecs: wcd934x: Simplify with dev_err_probe (Krzysztof Kozlowski)
- KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O (Sean Christopherson) [Orabug: 38591958] {CVE-2025-40026}
- lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and older (Nathan Chancellor)
- ext4: free orphan info with kvfree (Jan Kara)
- ext4: guard against EA inode refcount underflow in xattr update (Ahmet Eray Karadag) [Orabug: 38649329] {CVE-2025-40190}
- ext4: correctly handle queries for metadata mappings (Ojaswin Mujoo)
- ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch() (Yongjian Sun)
- ext4: verify orphan file size is not too big (Jan Kara) [Orabug: 38649284] {CVE-2025-40179}
- nfsd: nfserr_jukebox in nlm_fopen should lead to a retry (Olga Kornievskaia)
- NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul() (Thorsten Blum)
- mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations (Thadeu Lima de Souza Cascardo)
- x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases) (Sean Christopherson)
- x86/umip: Check that the instruction opcode is at least two bytes (Sean Christopherson)
- spi: cadence-quadspi: Flush posted register writes before DAC access (Pratyush Yadav)
- spi: cadence-quadspi: Flush posted register writes before INDAC access (Pratyush Yadav)
- PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq() (Niklas Cassel)
- PCI: keystone: Use devm_request_irq() to free 'ks-pcie-error-irq' on exit (Siddharth Vadapalli)
- PCI/AER: Support errors introduced by PCIe r6.0 (Lukas Wunner)
- PCI/AER: Fix missing uevent on recovery when a reset is requested (Niklas Schnelle)
- PCI/ERR: Fix uevent on failure to recover (Lukas Wunner)
- PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV (Niklas Schnelle)
- PCI/sysfs: Ensure devices are powered for config reads (Brian Norris)
- rseq/selftests: Use weak symbol reference, not definition, to link with glibc (Sean Christopherson)
- rtc: interface: Fix long-standing race when setting alarm (Esben Haabendal)
- rtc: interface: Ensure alarm irq is enabled when UIE is enabled (Esben Haabendal)
- memory: samsung: exynos-srom: Fix of_iomap leak in exynos_srom_probe (Zhen Ni)
- mmc: core: SPI mode remove cmd7 (Rex Chen)
- mtd: rawnand: fsmc: Default to autodetect buswidth (Linus Walleij)
- sparc: fix error handling in scan_one_device() (Ma Ke)
- sparc64: fix hugetlb for sun4u (Anthony Yznaga)
- sctp: Fix MAC comparison to be constant-time (Eric Biggers) [Orabug: 38649450] {CVE-2025-40204}
- scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl() (Thorsten Blum)
- pwm: berlin: Fix wrong register in suspend/resume (Jisheng Zhang)
- powerpc/pseries/msi: Fix potential underflow and leak issue (Nam Cao)
- powerpc/powernv/pci: Fix underflow and leak issue (Nam Cao)
- nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk (Georg Gottleuber)
- parisc: don't reference obsolete termio struct for TC* constants (Sam James)
- openat2: don't trigger automounts with RESOLVE_NO_XDEV (Askar Safin)
- lib/genalloc: fix device leak in of_gen_pool_get() (Johan Hovold)
- KEYS: trusted_tpm1: Compare HMAC values in constant time (Eric Biggers)
- iommu/vt-d: PRS isn't usable if PDS isn't supported (Lu Baolu)
- iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resume (Sean Nyekjaer)
- init: handle bootloader identifier in kernel parameters (Huacai Chen)
- iio: frequency: adf4350: Fix prescaler usage. (Michael Hennerich)
- iio: dac: ad5421: use int type to store negative error codes (Rong Qianfeng)
- iio: dac: ad5360: use int type to store negative error codes (Rong Qianfeng)
- fs/ntfs3: Fix a resource leak bug in wnd_extend() (Haoxiang Li)
- crypto: atmel - Fix dma_unmap_sg() direction (Thomas Fourier)
- cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request() (Rafael J. Wysocki) [Orabug: 38649365] {CVE-2025-40194}
- copy_sighand: Handle architectures where sizeof(unsigned long) &lt; sizeof(u64) (Simon Schuster)
- bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup() (Adam Xue)
- btrfs: avoid potential out-of-bounds in btrfs_encode_fh() (Anderson Nascimento) [Orabug: 38649461] {CVE-2025-40205}
- drm/nouveau: fix bad ret code in nouveau_bo_move_prep (Shuhao Fu)
- media: i2c: mt9v111: fix incorrect type for ret (Rong Qianfeng)
- firmware: meson_sm: fix device leak at probe (Johan Hovold)
- xen/manage: Fix suspend error path (Lukas Wunner)
- xen/events: Cleanup find_virq() return codes (Jason Andryuk)
- ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init (Miaoqian Lin)
- arm64: dts: qcom: msm8916: Add missing MDSS reset (Stephan Gerhold)
- ACPI: debug: fix signedness issues in read/write helpers (Amir Mohammad Jahangirzad)
- ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RT (Daniel Tang)
- bpf: Avoid RCU context warning when unpinning htab with internal structs (Kafai Wan)
- gpio: wcd934x: mark the GPIO controller as sleeping (Bartosz Golaszewski)
- gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells (Andy Shevchenko)
- tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single (Gunnar Kudrjavets)
- crypto: essiv - Check ssize for decryption and in-place encryption (Herbert Xu) [Orabug: 38581454] {CVE-2025-40019}
- bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu() (Eric Woudstra)
- drm/amd/display: Properly disable scaling on DCE6 (Timur Kristof)
- drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6 (Timur Kristof)
- drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs (Timur Kristof)
- drm/amdgpu: Add additional DCE6 SCL registers (Alex Deucher)
- bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6} (Daniel Borkmann) [Orabug: 38649299] {CVE-2025-40183}
- mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxes (Harini T)
- mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() call (Harini T)
- tools build: Align warning options with perf (Leo Yan)
- net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probe (Erick Karanja)
- tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). (Kuniyuki Iwashima) [Orabug: 38649578] {CVE-2025-40186}
- net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce() (Alexandr Sapozhnikov) [Orabug: 38649311] {CVE-2025-40187}
- drm/vmwgfx: Fix Use-after-free in validation (Ian Forbes) [Orabug: 38643545] {CVE-2025-40111}
- drm/vmwgfx: Copy DRM hash-table code into driver (Thomas Zimmermann)
- s390/cio: unregister the subchannel while purging (Vineeth Vijayan)
- net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter() (Dan Carpenter)
- scsi: mvsas: Fix use-after-free bugs in mvs_work_queue (Duoming Zhou) [Orabug: 38557653] {CVE-2025-40001}
- scsi: mvsas: Use sas_task_find_rq() for tagging (John Garry)
- scsi: mvsas: Delete mvs_tag_init() (John Garry)
- scsi: libsas: Add sas_task_find_rq() (John Garry)
- cpufreq: tegra186: Set target frequency for all cpus in policy (Aaron Kling)
- clk: nxp: Fix pll0 rate check condition in LPC18xx CGU driver (Alok Tiwari)
- clk: nxp: lpc18xx-cgu: convert from round_rate() to determine_rate() (Brian Masney)
- perf session: Fix handling when buffer exceeds 2 GiB (Leo Yan)
- rtc: x1205: Fix Xicor X1205 vendor prefix (Rob Herring)
- perf util: Fix compression checks returning -1 as bool (Yunseong Kim)
- clk: at91: peripheral: fix return value (Brian Masney)
- libperf event: Ensure tracing data is multiple of 8 sized (Ian Rogers)
- perf evsel: Avoid container_of on a NULL leader (Ian Rogers)
- iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE (Michael Hennerich)
- clocksource/drivers/clps711x: Fix resource leaks in error paths (Zhen Ni)
- fs: always return zero on success from replace_fd() (Thomas Weissschuh)
- usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() call (Miaoqian Lin)
- bus: fsl-mc: Check return value of platform_get_resource() (Salah Triki)
- pinctrl: check the return value of pinmux_ops::get_function_name() (Bartosz Golaszewski) [Orabug: 38591980] {CVE-2025-40030}
- Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leak (Zhen Ni) [Orabug: 38592000] {CVE-2025-40035}
- Input: atmel_mxt_ts - allow reset GPIO to sleep (Marek Vasut)
- nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe() (Guangshuo Li)
- mm: hugetlb: avoid soft lockup when mprotect to large memory area (Yang Shi) [Orabug: 38649149] {CVE-2025-40153}
- ext4: fix checks for orphan inodes (Jan Kara)
- mfd: vexpress-sysreg: Check the return value of devm_gpiochip_add_data() (Bartosz Golaszewski)
- net: nfc: nci: Add parameter validation for packet data (Deepak Sharma)
- fs: udf: fix OOB read in lengthAllocDescs handling (Larshin Sergey) [Orabug: 38592047] {CVE-2025-40044}
- uio_hv_generic: Let userspace take care of interrupt mask (Naman Jain) [Orabug: 38592066] {CVE-2025-40048}
- Squashfs: fix uninit-value in squashfs_get_parent (Phillip Lougher) [Orabug: 38592076] {CVE-2025-40049}
- net: dlink: handle copy_thresh allocation failure (Moon Yeounsu) [Orabug: 38592097] {CVE-2025-40053}
- net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not configurable (Kohei Enju)
- nfp: fix RSS hash key size when RSS is not supported (Kohei Enju)
- drivers/base/node: fix double free in register_one_node() (Donet Tom)
- ocfs2: fix double free in user_cluster_connect() (Dan Carpenter) [Orabug: 38592109] {CVE-2025-40055}
- hwrng: ks-sa - fix division by zero in ks_sa_rng_init (Nishanth Menon)
- Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO (Luiz Augusto von Dentz)
- net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast (I Viswanath) [Orabug: 38649095] {CVE-2025-40140}
- RDMA/siw: Always report immediate post SQ errors (Bernard Metzler)
- usb: vhci-hcd: Prevent suspending virtually attached devices (Cristian Ciocaltea)
- scsi: mpt3sas: Fix crash in transport port remove by using ioc_info() (Ranjan Kumar) [Orabug: 38648980] {CVE-2025-40115}
- ipvs: Defer ip_vs_ftp unregister during netns cleanup (Slavin Liu) [Orabug: 38581444] {CVE-2025-40018}
- NFSv4.1: fix backchannel max_resp_sz verification check (Anthony Iliopoulos)
- coresight: trbe: Return NULL pointer for allocation failures (Leo Yan)
- remoteproc: qcom: q6v5: Avoid disabling handover IRQ twice (Stephan Gerhold)
- sparc: fix accurate exception reporting in copy_{from,to}_user for M7 (Michael Karcher)
- sparc: fix accurate exception reporting in copy_to_user for Niagara 4 (Michael Karcher)
- sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara (Michael Karcher)
- sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC III (Michael Karcher)
- sparc: fix accurate exception reporting in copy_{from_to}_user for UltraSPARC (Michael Karcher)
- wifi: ath10k: avoid unnecessary wait for service ready message (Baochen Qiang)
- Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram (Bagas Sanjaya)
- IB/sa: Fix sa_local_svc_timeout_ms read race (Vlad Dumitrescu)
- RDMA/core: Resolve MAC of next-hop device without ARP support (Parav Pandit)
- Revert 'usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running' (Michal Pecio)
- scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES() (Rong Qianfeng)
- scsi: qla2xxx: edif: Fix incorrect sign of error code (Rong Qianfeng)
- ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message (Colin Ian King)
- wifi: mt76: fix potential memory leak in mt76_wmac_probe() (Abdun Nihaal)
- RDMA/cm: Rate limit destroy CM ID timeout error message (Hakon Bugge)
- drivers/base/node: handle error properly in register_one_node() (Donet Tom)
- watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling the watchdog (Christophe Leroy)
- netfilter: ipset: Remove unused htable_bits in macro ahash_region (Zhen Ni)
- iio: consumers: Fix offset handling in iio_convert_raw_to_processed() (Hans de Goede)
- fs: ntfs3: Fix integer overflow in run_unpack() (Vitaly Grigoryev)
- ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping (Takashi Iwai) [Orabug: 38649006] {CVE-2025-40121}
- ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping (Takashi Iwai) [Orabug: 38649156] {CVE-2025-40154}
- ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping (Takashi Iwai)
- pps: fix warning in pps_register_cdev when register device fail (Wang Liang) [Orabug: 38592169] {CVE-2025-40070}
- misc: genwqe: Fix incorrect cmd field being reported in error (Colin Ian King)
- usb: gadget: configfs: Correctly set use_os_string at bind (William Wu)
- usb: phy: twl6030: Fix incorrect type for ret (Xichao Zhao)
- drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl() (Rong Qianfeng)
- tcp: fix __tcp_close() to only send RST when required (Eric Dumazet)
- PCI: tegra: Fix devm_kcalloc() argument order for port-&gt;phys allocation (Alok Tiwari)
- wifi: mwifiex: send world regulatory domain to driver (Stefan Kerkmann)
- drm/amdgpu: Power up UVD 3 for FW validation (v2) (Timur Kristof)
- ALSA: lx_core: use int type to store negative error codes (Rong Qianfeng)
- media: rj54n1cb0c: Fix memleak in rj54n1_probe() (Zhang Shurong)
- scsi: myrs: Fix dma_alloc_coherent() error check (Thomas Fourier)
- scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod (Niklas Cassel) [Orabug: 38649566] {CVE-2025-40118}
- usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup (Dan Carpenter)
- drm/radeon/r600_cs: clean up of dead code in r600_cs (Brahmajit Das)
- i2c: designware: Add disabling clocks when probe fails (Kunihiko Hayashi)
- i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD (Leilk Liu)
- thermal/drivers/qcom/lmh: Add missing IRQ includes (Dmitry Baryshkov)
- thermal/drivers/qcom: Make LMH select QCOM_SCM (Dmitry Baryshkov)
- tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers (Zhouyi Zhou)
- smp: Fix up and expand the smp_call_function_many() kerneldoc (Rafael J. Wysocki)
- bpf: Explicitly check accesses to bpf_sock_addr (Paul Chaignon) [Orabug: 38592204] {CVE-2025-40078}
- selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supported (Akhilesh Patil)
- i3c: master: svc: Recycle unused IBI slot (Stanley Chu)
- nvmet-fc: move lsop put work to nvmet_fc_ls_req_op (Daniel Wagner) [Orabug: 38649248] {CVE-2025-40171}
- pwm: tiehrpwm: Fix corner case in clock divisor calculation (Uwe Kleine-Konig)
- arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible (AngeloGioacchino Del Regno)
- firmware: firmware: meson-sm: fix compile-test default (Johan Hovold)
- pinctrl: renesas: Use int type to store negative error codes (Rong Qianfeng)
- PM: sleep: core: Clear power.must_resume in noirq suspend error path (Rafael J. Wysocki)
- block: use int to store blk_stack_limits() return value (Rong Qianfeng)
- regulator: scmi: Use int type to store negative error codes (Rong Qianfeng)
- ARM: at91: pm: fix MCKx restore routine (Nicolas Ferre)
- blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx (Li Nan) [Orabug: 38649025] {CVE-2025-40125}
- pinctrl: meson-gxl: add missing i2c_d pinmux (Da Xue)
- soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS (Sneh Mankad)
- ACPI: processor: idle: Fix memory leak when register cpuidle device failed (Huisong Li)
- cpufreq: scmi: Account for malformed DT in scmi_dev_used_by_cpus() (Florian Fainelli)
- libbpf: Fix reuse of DEVMAP (Yureka Lilian)
- regmap: Remove superfluous check for !config in __regmap_init() (Geert Uytterhoeven)
- x86/vdso: Fix output operand size of RDPID (Uros Bizjak)
- perf: arm_spe: Prevent overflow in PERF_IDX2OFF() (Leo Yan) [Orabug: 38592220] {CVE-2025-40081}
- coresight: trbe: Prevent overflow in PERF_IDX2OFF() (Leo Yan)
- selftests: arm64: Check fread return value in exec_target (Bala-Vignesh-Reddy)
- filelock: add FL_RECLAIM to show_fl_flags() macro (Jeff Layton)
- net/9p: fix double req put in p9_fd_cancelled (Nalivayko Sergey) [Orabug: 38591964] {CVE-2025-40027}
- minmax: add in_range() macro (Matthew Wilcox)
- crypto: rng - Ensure set_ent is always present (Herbert Xu) [Orabug: 38643530] {CVE-2025-40109}
- platform/x86: int3472: Check for adev == NULL (Hans de Goede)
- driver core/PM: Set power.no_callbacks along with power.no_pm (Rafael J. Wysocki)
- staging: axis-fifo: flush RX FIFO on read errors (Ovidiu Panait)
- staging: axis-fifo: fix maximum TX packet length check (Ovidiu Panait)
- serial: stm32: allow selecting console when the driver is module (Raphael Gallais-Pou)
- hid: fix I2C read buffer overflow in raw_event() for mcp2221 (Arnaud Lecomte)
- perf subcmd: avoid crash in exclude_cmds when excludes is empty (Hupu)
- dm-integrity: limit MAX_TAG_SIZE to 255 (Mikulas Patocka)
- wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188 (Bitterblue Smith)
- USB: serial: option: add SIMCom 8230C compositions (Xiaowei Li)
- media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe (Duoming Zhou)
- media: tuner: xc5000: Fix use-after-free in xc5000_release (Duoming Zhou) [Orabug: 38548036] {CVE-2025-39994}
- media: tunner: xc5000: Refactor firmware load (Ricardo Ribalda)
- udp: Fix memory accounting leak. (Kuniyuki Iwashima) [Orabug: 37844324] {CVE-2025-22058}
- KVM: arm64: Fix softirq masking in FPSIMD register saving sequence (Will Deacon) [Orabug: 38513233]
- media: rc: fix races with imon_disconnect() (Larshin Sergey) [Orabug: 38548026] {CVE-2025-39993}
- media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove (Duoming Zhou) [Orabug: 38548050] {CVE-2025-39996}
- scsi: target: target_core_configfs: Add length check to avoid buffer overflow (Wang Haoran) [Orabug: 38548058] {CVE-2025-39998}
- LTS version: v5.15.194 (Vijayendra Suman)
- drm/i915/backlight: Return immediately when scale() finds invalid parameters (Guenter Roeck)
- i40e: add validation for ring_len param (Lukasz Czapnik) [Orabug: 38547951,38603025,38607608] {CVE-2025-39973}
- i40e: increase max descriptors for XL710 (Justin Bronder)
- i40e: fix idx validation in config queues msg (Lukasz Czapnik) [Orabug: 38547937] {CVE-2025-39971}
- i40e: fix validation of VF state in get resources (Lukasz Czapnik) [Orabug: 38547928] {CVE-2025-39969}
- mm/hugetlb: fix folio is still mapped when deleted (Tu Jinjiang) [Orabug: 38560480] {CVE-2025-40006}
- mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize() (David Hildenbrand)
- fbcon: Fix OOB access in font allocation (Thomas Zimmermann)
- fbcon: fix integer overflow in fbcon_do_set_font (Samasth Norway Ananda) [Orabug: 38547912] {CVE-2025-39967}
- tracing: dynevent: Add a missing lockdown check on dynevent (Masami Hiramatsu) [Orabug: 38581470] {CVE-2025-40021}
- i40e: add mask to apply valid bits for itr_idx (Lukasz Czapnik)
- i40e: add max boundary check for VF filters (Lukasz Czapnik) [Orabug: 38547922] {CVE-2025-39968}
- i40e: fix input validation logic for action_meta (Lukasz Czapnik) [Orabug: 38547932] {CVE-2025-39970}
- i40e: fix idx validation in i40e_validate_queue_map (Lukasz Czapnik) [Orabug: 38547945] {CVE-2025-39972}
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx (Eric Biggers) [Orabug: 38641289] {CVE-2025-40022}
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg (Herbert Xu) [Orabug: 38537468,38575792,38575804] {CVE-2025-39964}
- drm/gma500: Fix null dereference in hdmi teardown (Zabelin Nikita) [Orabug: 38560495] {CVE-2025-40011}
- net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added to the CPU port (Vladimir Oltean)
- net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup() (Vladimir Oltean)
- net: dsa: lantiq_gswip: do also enable or disable cpu port (Martin Schiller)
- selftests: fib_nexthops: Fix creation of non-FDB nexthops (Ido Schimmel)
- nexthop: Forbid FDB status change while nexthop is in a group (Ido Schimmel) [Orabug: 38547971] {CVE-2025-39980}
- bnxt_en: correct offset handling for IPv6 destination address (Alok Tiwari)
- ethernet: rvu-af: Remove slash from the driver name (Petr Malat)
- can: peak_usb: fix shift-out-of-bounds issue (Stephane Grosjean) [Orabug: 38581461] {CVE-2025-40020}
- can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow (Vincent Mailhol)
- can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow (Vincent Mailhol)
- can: hi311x: populate ndo_change_mtu() to prevent buffer overflow (Vincent Mailhol)
- can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow (Vincent Mailhol)
- can: etas_es58x: sort the includes by alphabetic order (Vincent Mailhol)
- can: etas_es58x: advertise timestamping capabilities and add ioctl support (Vincent Mailhol)
- can: dev: add generic function can_eth_ioctl_hwts() (Vincent Mailhol)
- can: dev: add generic function can_ethtool_op_get_ts_info_hwts() (Vincent Mailhol)
- can: bittiming: replace CAN units with the generic ones from linux/units.h (Vincent Mailhol)
- can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min (Vincent Mailhol)
- bpf: Reject bpf_timer for PREEMPT_RT (Leon Hwang)
- can: rcar_can: rcar_can_resume(): fix s2ram with PSCI (Geert Uytterhoeven)
- arm64: dts: imx8mp: Correct thermal sensor index (Peng Fan)
- IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions (Or Har-Toov)
- usb: core: Add 0x prefix to quirks debug output (Jiayi Li)
- ALSA: usb-audio: Fix build with CONFIG_INPUT=n (Takashi Iwai)
- ALSA: usb-audio: Convert comma to semicolon (Chen Ni)
- ALSA: usb-audio: Add mixer quirk for Sony DualSense PS5 (Cristian Ciocaltea)
- ALSA: usb-audio: Remove unneeded wmb() in mixer_quirks (Cristian Ciocaltea)
- ALSA: usb-audio: Simplify NULL comparison in mixer_quirks (Cristian Ciocaltea)
- ALSA: usb-audio: Avoid multiple assignments in mixer_quirks (Cristian Ciocaltea)
- ALSA: usb-audio: Drop unnecessary parentheses in mixer_quirks (Cristian Ciocaltea)
- ALSA: usb-audio: Fix block comments in mixer_quirks (Cristian Ciocaltea)
- net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer (Hans de Goede)
- net: rfkill: gpio: add DT support (Philipp Zabel)
- mptcp: propagate shutdown to subflows when possible (Matthieu Baerts)
- ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer (Namjae Jeon)
- mptcp: set remote_deny_join_id0 on SYN recv (Matthieu Baerts)
- phy: ti: omap-usb2: fix device leak at unbind (Johan Hovold)
- phy: Use device_get_match_data() (Rob Herring)
- phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warning (Krzysztof Kozlowski)
- USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels (Alan Stern)
- usb: gadget: dummy_hcd: remove usage of list iterator past the loop body (Jakob Koschel)
- xhci: dbc: Fix full DbC transfer ring after several reconnects (Mathias Nyman)
- xhci: dbc: decouple endpoint allocation from initialization (Mathias Nyman)
- serial: sc16is7xx: fix bug in flow control levels init (Hugo Villeneuve)
- drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error path (Qi Xi)
- drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ (Loic Poulain)
- ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error message (Colin Ian King)
- ASoC: wm8974: Correct PLL rate rounding (Charles Keepax)
- ASoC: wm8940: Correct typo in control name (Charles Keepax)
- mmc: mvsdio: Fix dma_unmap_sg() nents value (Thomas Fourier)
- btrfs: tree-checker: fix the incorrect inode ref size check (Qu Wenruo)
- power: supply: bq27xxx: restrict no-battery detection to bq27000 (H. Nikolaus Schaller)
- power: supply: bq27xxx: fix error return in case of no bq27000 hdq battery (H. Nikolaus Schaller)
- nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/* (Nathan Chancellor)
- cnic: Fix use-after-free bugs in cnic_delete_task (Duoming Zhou) [Orabug: 38503848] {CVE-2025-39945}
- net: liquidio: fix overflow in octeon_init_instr_queue() (Alexey Nepomnyashih)
- tcp: Clear tcp_sk(sk)-&gt;fastopen_rsk in tcp_disconnect(). (Kuniyuki Iwashima) [Orabug: 38526387] {CVE-2025-39955}
- i40e: remove redundant memory barrier when cleaning Tx descs (Maciej Fijalkowski)
- net: natsemi: fix rx_dropped double accounting on netif_rx() failure (Moon Yeounsu)
- qed: Don't collect too many protection override GRC elements (Jamie Bainbridge) [Orabug: 38503869] {CVE-2025-39949}
- dpaa2-switch: fix buffer pool seeding for control traffic (Ioana Ciornei)
- um: virtio_uml: Fix use-after-free after put_device in probe (Miaoqian Lin)
- cgroup: split cgroup_destroy_wq into 3 workqueues (Chen Ridong) [Orabug: 38503891] {CVE-2025-39953}
- pcmcia: omap_cf: Mark driver struct with __refdata to prevent section mismatch (Geert Uytterhoeven)
- wifi: mac80211: fix incorrect type for ret (Liao Yuanhong)
- ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not supported (Takashi Sakamoto)
- net: hsr: hsr_slave: Fix the promiscuous mode in offload mode (Ravi Gunasekaran)
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (Miaohe Lin) [Orabug: 38461847] {CVE-2025-39883}
- drm/i915/power: fix size for for_each_set_bit() in abox iteration (Jani Nikula)
- phy: ti-pipe3: fix device leak at unbind (Johan Hovold)
- phy: tegra: xusb: fix device and OF node leak at probe (Johan Hovold)
- dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees (Stephan Gerhold) [Orabug: 38494821] {CVE-2025-39923}
- regulator: sy7636a: fix lifecycle of power good gpio (Andreas Kemnade)
- dmaengine: ti: edma: Fix memory allocation size for queue_priority_map (Anders Roxell)
- hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsr (Hangbin Liu)
- hsr: use rtnl lock when iterating over ports (Hangbin Liu)
- net: hsr: Add VLAN CTAG filter support (Murali Karicheri)
- net: hsr: Add support for MC filtering at the slave device (Murali Karicheri)
- net: hsr: Disable promiscuous mode in offload mode (Ravi Gunasekaran)
- can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB (Anssi Hannula)
- can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() fails (Tetsuo Handa)
- can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_local_ecu_get() failed (Tetsuo Handa)
- i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (Michal Schmidt) [Orabug: 38494786] {CVE-2025-39911}
- i40e: Use irq_update_affinity_hint() (Nitesh Narayan Lal)
- igb: fix link test skipping when interface is admin down (Kohei Enju)
- tunnels: reset the GSO metadata before reusing the skb (Antoine Tenart)
- net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable() (Stefan Wahren)
- USB: serial: option: add Telit Cinterion LE910C4-WWX new compositions (Fabio Porcedda)
- USB: serial: option: add Telit Cinterion FN990A w/audio compositions (Fabio Porcedda)
- dt-bindings: serial: brcm,bcm7271-uart: Constrain clocks (Krzysztof Kozlowski)
- tty: hvc_console: Call hvc_kick in hvc_write unconditionally (Fabian Vogt)
- Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042 quirk table (Christoffer Sandberg)
- mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC buffer (Christophe Kerello)
- mtd: rawnand: stm32_fmc2: Fix dma_map_sg error check (Jack Wang)
- mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing (Alexander Sverdlin)
- mtd: nand: raw: atmel: Fix comment in timings preparation (Alexander Dahl)
- mm/khugepaged: fix the address passed to notifier on testing young (Wei Yang)
- libceph: fix invalid accesses to ceph_connection_v1_info (Ilya Dryomov) [Orabug: 38461836] {CVE-2025-39880}
- fuse: prevent overflow in copy_file_range return value (Miklos Szeredi)
- fuse: check if copy_file_range() returns larger than requested size (Miklos Szeredi)
- mtd: rawnand: stm32_fmc2: fix ECC overwrite (Christophe Kerello)
- ocfs2: fix recursive semaphore deadlock in fiemap call (Mark Tinguely) [Orabug: 38461858] {CVE-2025-39885}
- mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPEN (Krister Johansen)
- compiler-clang.h: define __SANITIZE_*__ macros only when undefined (Nathan Chancellor)
- EDAC/altera: Delete an inappropriate dma_free_coherent() call (Salah Triki)
- tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock-&gt;cork. (Kuniyuki Iwashima) [Orabug: 38494796] {CVE-2025-39913}
- NFSv4/flexfiles: Fix layout merge mirror check. (Jonathan Curley)
- tracing: Fix tracing_marker may trigger page fault during preempt_disable (Luo Gengkun)
- NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server (Trond Myklebust)
- NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set (Trond Myklebust)
- mm/rmap: reject hugetlb folios in folio_make_device_exclusive() (David Hildenbrand)
- net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. (Kuniyuki Iwashima) [Orabug: 37901603] {CVE-2025-23143}
- media: i2c: imx214: Fix link frequency validation (Andre Apitzsch)
- media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warning (Arnd Bergmann)
- mm: introduce and use {pgd,p4d}_populate_kernel() (Harry Yoo)
- kunit: kasan_test: disable fortify string checker on kasan_strings() test (Levi Yun)
- xfs: short circuit xfs_growfs_data_private() if delta is zero (Eric Sandeen)
- Revert 'fbdev: Disable sysfb device registration when removing conflicting FBs' (Brett A C Sheffield)

[5.15.0-315.193.2]
- KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug (Sean Christopherson) [Orabug: 38530514]
- KVM: x86: Expose TSC offset controls to userspace (Oliver Upton) [Orabug: 38530514]
- KVM: x86: Refactor tsc synchronization code (Oliver Upton) [Orabug: 38530514]
- kvm: x86: protect masterclock with a seqcount (Paolo Bonzini) [Orabug: 38530514]
- KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK (Oliver Upton) [Orabug: 38530514]
- KVM: x86: Fix potential race in KVM_GET_CLOCK (Oliver Upton) [Orabug: 38530514]
- KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions (Paolo Bonzini) [Orabug: 38530514]
- kvm: x86: abstract locking around pvclock_update_vm_gtod_copy (Paolo Bonzini) [Orabug: 38530514]
- Revert 'KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug' (Dongli Zhang) [Orabug: 38530514]

[5.15.0-315.193.1]
- uek-rpm: Set KFENCE_SAMPLE_INTERVAL to 100. (Imran Khan) [Orabug: 38549476]
- uek-rpm: Enable CONFIG_COMPAT_32BIT_TIME for x86 container kernel (Boris Ostrovsky) [Orabug: 38540641]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-28048.html" type="self" title="ELSA-2025-28048" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43876.html" id="CVE-2024-43876" type="cve" title="CVE-2024-43876" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43877.html" id="CVE-2024-43877" type="cve" title="CVE-2024-43877" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22058.html" id="CVE-2025-22058" type="cve" title="CVE-2025-22058" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-23143.html" id="CVE-2025-23143" type="cve" title="CVE-2025-23143" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38678.html" id="CVE-2025-38678" type="cve" title="CVE-2025-38678" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39880.html" id="CVE-2025-39880" type="cve" title="CVE-2025-39880" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39883.html" id="CVE-2025-39883" type="cve" title="CVE-2025-39883" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39885.html" id="CVE-2025-39885" type="cve" title="CVE-2025-39885" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39911.html" id="CVE-2025-39911" type="cve" title="CVE-2025-39911" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39913.html" id="CVE-2025-39913" type="cve" title="CVE-2025-39913" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39923.html" id="CVE-2025-39923" type="cve" title="CVE-2025-39923" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39945.html" id="CVE-2025-39945" type="cve" title="CVE-2025-39945" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39949.html" id="CVE-2025-39949" type="cve" title="CVE-2025-39949" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39953.html" id="CVE-2025-39953" type="cve" title="CVE-2025-39953" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39955.html" id="CVE-2025-39955" type="cve" title="CVE-2025-39955" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39964.html" id="CVE-2025-39964" type="cve" title="CVE-2025-39964" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39967.html" id="CVE-2025-39967" type="cve" title="CVE-2025-39967" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39968.html" id="CVE-2025-39968" type="cve" title="CVE-2025-39968" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39969.html" id="CVE-2025-39969" type="cve" title="CVE-2025-39969" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39970.html" id="CVE-2025-39970" type="cve" title="CVE-2025-39970" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39971.html" id="CVE-2025-39971" type="cve" title="CVE-2025-39971" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39972.html" id="CVE-2025-39972" type="cve" title="CVE-2025-39972" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39973.html" id="CVE-2025-39973" type="cve" title="CVE-2025-39973" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39980.html" id="CVE-2025-39980" type="cve" title="CVE-2025-39980" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39993.html" id="CVE-2025-39993" type="cve" title="CVE-2025-39993" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39994.html" id="CVE-2025-39994" type="cve" title="CVE-2025-39994" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39996.html" id="CVE-2025-39996" type="cve" title="CVE-2025-39996" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39998.html" id="CVE-2025-39998" type="cve" title="CVE-2025-39998" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40001.html" id="CVE-2025-40001" type="cve" title="CVE-2025-40001" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40006.html" id="CVE-2025-40006" type="cve" title="CVE-2025-40006" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40011.html" id="CVE-2025-40011" type="cve" title="CVE-2025-40011" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40018.html" id="CVE-2025-40018" type="cve" title="CVE-2025-40018" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40019.html" id="CVE-2025-40019" type="cve" title="CVE-2025-40019" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40020.html" id="CVE-2025-40020" type="cve" title="CVE-2025-40020" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40021.html" id="CVE-2025-40021" type="cve" title="CVE-2025-40021" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40022.html" id="CVE-2025-40022" type="cve" title="CVE-2025-40022" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40026.html" id="CVE-2025-40026" type="cve" title="CVE-2025-40026" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40027.html" id="CVE-2025-40027" type="cve" title="CVE-2025-40027" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40030.html" id="CVE-2025-40030" type="cve" title="CVE-2025-40030" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40035.html" id="CVE-2025-40035" type="cve" title="CVE-2025-40035" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40042.html" id="CVE-2025-40042" type="cve" title="CVE-2025-40042" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40044.html" id="CVE-2025-40044" type="cve" title="CVE-2025-40044" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40048.html" id="CVE-2025-40048" type="cve" title="CVE-2025-40048" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40049.html" id="CVE-2025-40049" type="cve" title="CVE-2025-40049" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40053.html" id="CVE-2025-40053" type="cve" title="CVE-2025-40053" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40055.html" id="CVE-2025-40055" type="cve" title="CVE-2025-40055" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40070.html" id="CVE-2025-40070" type="cve" title="CVE-2025-40070" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40078.html" id="CVE-2025-40078" type="cve" title="CVE-2025-40078" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40081.html" id="CVE-2025-40081" type="cve" title="CVE-2025-40081" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40085.html" id="CVE-2025-40085" type="cve" title="CVE-2025-40085" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40087.html" id="CVE-2025-40087" type="cve" title="CVE-2025-40087" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40092.html" id="CVE-2025-40092" type="cve" title="CVE-2025-40092" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40094.html" id="CVE-2025-40094" type="cve" title="CVE-2025-40094" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40105.html" id="CVE-2025-40105" type="cve" title="CVE-2025-40105" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40109.html" id="CVE-2025-40109" type="cve" title="CVE-2025-40109" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40111.html" id="CVE-2025-40111" type="cve" title="CVE-2025-40111" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40115.html" id="CVE-2025-40115" type="cve" title="CVE-2025-40115" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40118.html" id="CVE-2025-40118" type="cve" title="CVE-2025-40118" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40120.html" id="CVE-2025-40120" type="cve" title="CVE-2025-40120" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40121.html" id="CVE-2025-40121" type="cve" title="CVE-2025-40121" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40125.html" id="CVE-2025-40125" type="cve" title="CVE-2025-40125" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40134.html" id="CVE-2025-40134" type="cve" title="CVE-2025-40134" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40140.html" id="CVE-2025-40140" type="cve" title="CVE-2025-40140" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40153.html" id="CVE-2025-40153" type="cve" title="CVE-2025-40153" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40154.html" id="CVE-2025-40154" type="cve" title="CVE-2025-40154" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40167.html" id="CVE-2025-40167" type="cve" title="CVE-2025-40167" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40171.html" id="CVE-2025-40171" type="cve" title="CVE-2025-40171" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40173.html" id="CVE-2025-40173" type="cve" title="CVE-2025-40173" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40178.html" id="CVE-2025-40178" type="cve" title="CVE-2025-40178" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40179.html" id="CVE-2025-40179" type="cve" title="CVE-2025-40179" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40183.html" id="CVE-2025-40183" type="cve" title="CVE-2025-40183" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40186.html" id="CVE-2025-40186" type="cve" title="CVE-2025-40186" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40187.html" id="CVE-2025-40187" type="cve" title="CVE-2025-40187" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40190.html" id="CVE-2025-40190" type="cve" title="CVE-2025-40190" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40194.html" id="CVE-2025-40194" type="cve" title="CVE-2025-40194" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40197.html" id="CVE-2025-40197" type="cve" title="CVE-2025-40197" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40200.html" id="CVE-2025-40200" type="cve" title="CVE-2025-40200" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40204.html" id="CVE-2025-40204" type="cve" title="CVE-2025-40204" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40205.html" id="CVE-2025-40205" type="cve" title="CVE-2025-40205" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-core" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">80701bc65054e6b6f0a43079853fb9c60d8212e830288bb04b92110f27d0864a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0632abc885e41bfdbe500a603ac62b8516eb53dc5576d683c9faa096a6c81875</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f1ad9e786a92220af197dc1e8c083385d5b45db5caf603c3f92d5b044437a789</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">619d3f400fa4f96fef8ed5dae62e4ac4bde3201511899c46f17af4ca0e55eb47</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-315.196.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">9a1f24680c27f4f12d6b6f491fe0ea2fc79650cabed0f3f3bb6e839b5cb7e5c9</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">42b2575e1a4c77efc452c29916bb25502358774ffed1d20cc9774d06b058d1fd</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">14630a95f235a8d20a4235ca3051caeae87d2721ce7ae06b57fc5323540f2f27</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d131dc31ace53de5bb6bf79ffc93d915146a86de1a440e538ea8cfae4f3911a7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">95a22b561bd22447bda63f57c1f6e162ff3394e965a7a0cb2287abb13c0e2436</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3d8cf855314df0e06155907377cebfd78233832602b021cf69543d37e40364bf</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ff9e84527f30fadb40db402069f04fec7c3178211cba8194eb1a5ccdd5cbee4</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f99eb9a46e8e1475d28c6e3bf39ec6982a3c3943031cff878543865fd00d2d17</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">10e227bc3e3a04aef968f13a8deef638ed391e391da2c495b6bd61464cdc1fde</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-315.196.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">cce5fc05f89b61ca6b7978b3cd1bfd22f4466370474c7a58ea433bade9c5b9b8</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="315.196.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-315.196.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b502bef52968e6ff3363d848dcea383b0470ac0740e728503f0ae45163c1c58c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20520</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-08-10 00:00:00"/>
    <updated date="2025-08-10 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-311.185.9]
- nfs: ignore SB_RDONLY when remounting nfs (Li Lingfeng)  [Orabug: 37781252]

[5.15.0-311.185.8]
- net/mlx5: Add poll-eq API to be used by ULP's (Praveen Kumar Kannoju)  [Orabug: 38182400]
- net/rds: poll eq during user-reset (Praveen Kumar Kannoju)  [Orabug: 38189328]

[5.15.0-311.185.7]
- perf: Fix perf_event_validate_size() lockdep splat (Mark Rutland)  [Orabug: 36261485]  {CVE-2023-6931}
- perf: Fix perf_event_validate_size() (Peter Zijlstra)  [Orabug: 36261485]  {CVE-2023-6931}

[5.15.0-311.185.6]
- gre: Fix IPv6 multicast route creation. (Guillaume Nault)
- pwm: mediatek: Ensure to disable clocks in error path (Uwe Kleine-Konig)
- Revert 'mmc: sdhci: Disable SD card clock before changing parameters' (Ulf Hansson)
- net/sched: Always pass notifications when child class becomes empty (Lion Ackermann)
- Revert 'ipv6: save dontfrag in cork' (Brett A C Sheffield (Librecast))
- net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery (Praveen Kumar Kannoju)  [Orabug: 38182990]
- Revert 'net/rds: Add krefs to struct rds_connection' (Hakon Bugge)  [Orabug: 38165949]
- Revert 'net/rds: tracepoints for rds_conn_kref_get and put' (Hakon Bugge)  [Orabug: 38165949]
- sched: Change nr_uninterruptible type to unsigned long (Aruna Ramakrishna)  [Orabug: 37942383]

[5.15.0-311.185.5]
- KVM: x86: Remove VT-d mention in posted interrupt tracepoint (Alejandro Jimenez)  [Orabug: 38195091]
- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (Alejandro Jimenez)  [Orabug: 38195091]
- KVM: x86: Print names of apicv inhibit reasons in traces (Alejandro Jimenez)  [Orabug: 38195091]
- KVM: SVM: Always update local APIC on writes to logical dest register (Sean Christopherson)  [Orabug: 38195091]
- x86: Pin task-stack in __get_wchan() (Peter Zijlstra)  [Orabug: 38161988]
- x86: Fix __get_wchan() for !STACKTRACE (Peter Zijlstra)  [Orabug: 38161988]
- sched: Add wrapper for get_wchan() to keep task blocked (Kees Cook)  [Orabug: 38161988]
- x86: Fix get_wchan() to support the ORC unwinder (Qi Zheng)  [Orabug: 38161988]
- nvme: tcp: avoid race between queue_lock lock and destroy (Hannes Reinecke)  [Orabug: 37331887]  {CVE-2024-53100}
- PCI/AER: Add sysfs attributes for log ratelimits (Jon Pan-Doh)  [Orabug: 36952192]
- PCI/AER: Ratelimit correctable and non-fatal error logging (Jon Pan-Doh)  [Orabug: 36952192]
- PCI/AER: Simplify add_error_device() (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING (Karolina Stolarek)  [Orabug: 36952192]
- PCI/AER: Check log level once and remember it (Karolina Stolarek)  [Orabug: 36952192]
- PCI/AER: Trace error event before ratelimiting (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Update statistics before ratelimiting (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Simplify pci_print_aer() (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Initialize aer_err_info before using it (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Move aer_print_source() earlier in file (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Rename aer_print_port_info() to aer_print_source() (Jon Pan-Doh)  [Orabug: 36952192]
- PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type() (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error() (Bjorn Helgaas)  [Orabug: 36952192]
- PCI/AER: Descope pci_printk() to aer_printk() (Ilpo Jarvinen)  [Orabug: 36952192]

[5.15.0-311.185.4]
- KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run (Raghavendra Rao Ananta)  [Orabug: 38178527]
- KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0 (Reiji Watanabe)  [Orabug: 38178527]
- vhost-scsi: Fix vhost_scsi struct use after free (Mike Christie)  [Orabug: 38178300]
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (Jeff Layton)  [Orabug: 38137450]  {CVE-2025-38089}
- bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response (Michael Chan)  [Orabug: 35789734]

[5.15.0-311.185.3]
- net_sched: sch_sfq: move the limit validation (Octavian Purdila)  [Orabug: 38160459]  {CVE-2025-37752}
- net_sched: sch_sfq: use a temporary work area for validating configuration (Octavian Purdila)
- mm: synchronise PGD in x86 when utilising dax vmemmap optimisation (Lorenzo Stoakes)  [Orabug: 38055896]
- rds: ib: Make sure a QP in INIT state is transitioned to ERR (Hakon Bugge)  [Orabug: 38119112]
- Reapply 'rds: ib: Make sure receives are posted before connection is up' (Hakon Bugge)  [Orabug: 38119112]
- rds: Fix array index out of bounds in rds_message_purge() (Harshit Mogalapalli)  [Orabug: 38158026]
- block: assign bi_bdev for cloned bios in blk_rq_prep_clone (Christoph Hellwig)  [Orabug: 38172722]
- fs/proc: do_task_stat: use __for_each_thread() (Oleg Nesterov)  [Orabug: 38092818]
- Add Zen34 clients (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- x86/process: Move the buffer clearing before MONITOR (Kim Phillips)  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- Add normal counters (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- KVM: SVM: Advertize TSA CPUID bits to guests (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Rename MDS machinery to something more generic (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- x86/CPU/AMD: Add ZenX generations flags (Borislav Petkov (AMD))  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Free X86_BUG_AMD_APIC_C1E and X86_BUG_AMD_E400 bits (Boris Ostrovsky)  [Orabug: 38167060]  {CVE-2024-36350} {CVE-2024-36357}

[5.15.0-311.185.2]
- Revert 'x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2' on v6.6 and older (Breno Leitao)
- Revert 'cpufreq: tegra186: Share policy per cluster' (Jon Hunter)
- net: tipc: fix refcount warning in tipc_aead_encrypt (Charalampos Mitrodimas)
- tracing: Fix compilation warning on arm32 (Pan Taixi)
- PM: sleep: Fix power.is_suspended cleanup for direct-complete devices (Rafael J. Wysocki)
- nfs: clear SB_RDONLY before getting superblock (Li Lingfeng)
- usb: usbtmc: Fix read_stb function and get_stb ioctl (Dave Penkler)
- acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio() (Gautham R. Shenoy)
- LTS version: v5.15.185 (Vijayendra Suman)
- perf/arm-cmn: Initialise cmn-&gt;cpu earlier (Robin Murphy)
- platform/x86: thinkpad_acpi: Ignore battery threshold change event notification (Mark Pearson)
- platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys (Valtteri Koskivuori)
- tpm: tis: Double the timeout B to 4s (Michal Suchanek)
- nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (Ilya Guterman)
- spi: spi-sun4i: fix early activation (Alessandro Grassi)
- um: let 'make clean' properly clean underlying SUBARCH as well (Masahiro Yamada)
- platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS (John Chau)
- nfs: don't share pNFS DS connections between net namespaces (Jeff Layton)
- HID: quirks: Add ADATA XPG alpha wireless mouse support (Milton Barrera)
- coredump: hand a pidfd to the usermode coredump helper (Christian Brauner)
- fork: use pidfd_prepare() (Christian Brauner)
- pid: add pidfd_prepare() (Christian Brauner)
- coredump: fix error handling for replace_fd() (Christian Brauner)
- net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (Pedro Tammela)
- arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (Alok Tiwari)
- smb: client: Reset all search buffer pointers when releasing buffer (Wang Zhaolong)
- smb: client: Fix use-after-free in cifs_fill_dirent (Wang Zhaolong)
- drm/i915/gvt: fix unterminated-string-initialization warning (Jani Nikula)
- xen/swiotlb: relax alignment requirements (Juergen Gross)
- i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() (Nathan Chancellor)
- kbuild: Disable -Wdefault-const-init-unsafe (Nathan Chancellor)
- spi: spi-fsl-dspi: Reset SR flags before sending a new message (Larisa Grigore)
- spi: spi-fsl-dspi: Halt the module after a new message transfer (Bogdan-Gabriel Roman)
- spi: spi-fsl-dspi: restrict register range for regmap access (Larisa Grigore)
- Revert 'arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection' (Jernej Skrabec)
- mm/page_alloc.c: avoid infinite retries caused by cpuset race (Tianyang Zhang)
- drm/edid: fixed the bug that hdr metadata was not reset (feijuan.li)
- platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() (Vladimir Moskovkin)
- llc: fix data loss when reading from a socket in llc_ui_recvmsg() (Ilia Gavrilov)
- ALSA: pcm: Fix race of buffer access at PCM OSS layer (Takashi Iwai)
- can: bcm: add missing rcu read protection for procfs content (Oliver Hartkopp)
- can: bcm: add locking for bcm_op runtime updates (Oliver Hartkopp)
- crypto: algif_hash - fix double free in hash_accept (Ivan Pravdin)
- octeontx2-af: Set LMT_ENA bit for APR table entries (Subbaraya Sundeep)
- net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (Wang Liang)
- sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (Cong Wang)
- net: dwmac-sun8i: Use parsed internal PHY address instead of 1 (Paul Kocialkowski)
- Bluetooth: L2CAP: Fix not checking l2cap_chan security level (Luiz Augusto von Dentz)
- xfrm: Sanitize marks before insert (Paul Chaignon)
- remoteproc: qcom_wcnss: Fix on platforms without fallback regulators (Matti Lehtimaki)
- __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock (Al Viro)
- xenbus: Allow PVH dom0 a non-local xenstore (Jason Andryuk)
- btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (Goldwyn Rodrigues)
- nvmet-tcp: don't restore null sk_state_change (Alistair Francis)
- ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx (Takashi Iwai)
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 (Takashi Iwai)
- pinctrl: meson: define the pull up/down resistor value as 60 kOhm (Martin Blumenstingl)
- ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() (Chenyuan Yang)
- drm: Add valid clones check (Jessica Zhang)
- drm/atomic: clarify the rules around drm_atomic_state-&gt;allow_modeset (Simona Vetter)
- wifi: ath9k: return by of_get_mac_address (Rosen Penev)
- regulator: ad5398: Add device tree support (Isaac Scott)
- spi: zynqmp-gqspi: Always acknowledge interrupts (Sean Anderson)
- wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate (Bitterblue Smith)
- perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (Ravi Bangoria)
- bpftool: Fix readlink usage in get_fd_type (Viktor Malik)
- drm/ast: Find VBIOS mode from regular display size (Thomas Zimmermann)
- HID: usbkbd: Fix the bit shift number for LED_KANA (junan)
- scsi: st: Restore some drive settings after reset (Kai Makisara)
- scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine (Justin Tee)
- net/mana: fix warning in the writer of client oob (Konstantin Taranov)
- rcu: fix header guard for rcu_all_qs() (Ankur Arora)
- rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y (Ankur Arora)
- r8169: don't scan PHY addresses &gt; 0 (Heiner Kallweit)
- vxlan: Annotate FDB data races (Ido Schimmel)
- media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available (Depeng Shao)
- hwmon: (xgene-hwmon) use appropriate type for the latency value (Andrey Vatoropin)
- clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs (Jordan Crouse)
- wifi: rtw88: Fix download_firmware_validate() for RTL8814AU (Bitterblue Smith)
- r8152: add vendor/device ID pair for Dell Alienware AW1022z (Aleksander Jan Bajkowski)
- ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure(). (Kuniyuki Iwashima)
- arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (Athira Rajeev)
- wifi: mac80211: remove misplaced drv_mgd_complete_tx() call (Johannes Berg)
- wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() (Johannes Berg)
- net/mlx5e: reduce rep rxq depth to 256 for ECPF (William Tu)
- net/mlx5e: set the tx_queue_len for pfifo_fast (William Tu)
- net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (Alexei Lazar)
- drm/amd/display: Initial psr_version with correct setting (Tom Chung)
- drm/amdgpu: reset psp-&gt;cmd to NULL after releasing the buffer (Jiang Liu)
- phy: core: don't require set_mode() callback for phy_get_mode() to work (Dmitry Baryshkov)
- net/mlx4_core: Avoid impossible mlx4_db_alloc() order value (Kees Cook)
- media: v4l: Memset argument to 0 before calling get_mbus_config pad op (Sakari Ailus)
- smack: recognize ipv4 CIPSO w/o categories (Konstantin Andreev)
- pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map (Valentin Caron)
- ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() (Kuninori Morimoto)
- ASoC: tas2764: Power up/down amp on mute ops (Hector Martin)
- ASoC: ops: Enforce platform maximum on initial value (Martin Poviser)
- net/mlx5: Apply rate-limiting to high temperature warning (Shahar Shitrit)
- net/mlx5: Modify LSB bitmask in temperature event to include only the first bit (Shahar Shitrit)
- ACPI: HED: Always initialize before evged (Xiaofei Tan)
- PCI: Fix old_size lower bound in calculate_iosize() too (Ilpo Jarvinen)
- eth: mlx4: don't try to complete XDP frames in netpoll (Jakub Kicinski)
- can: c_can: Use of_property_present() to test existence of DT property (Krzysztof Kozlowski)
- RDMA/core: Fix best page size finding when it can cross SG entries (Michael Margolin)
- EDAC/ie31200: work around false positive build warning (Arnd Bergmann)
- net: pktgen: fix access outside of user given buffer in pktgen_thread_write() (Peter Seiderer)
- wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 (Bitterblue Smith)
- wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (Bitterblue Smith)
- wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU (Bitterblue Smith)
- scsi: mpt3sas: Send a diag reset if target reset fails (Shivasharan S)
- clocksource: mips-gic-timer: Enable counter when CPUs start (Paul Burton)
- MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core (Paul Burton)
- MIPS: Use arch specific syscall name match function (Bibo Mao)
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Balbir Singh)
- libbpf: Fix out-of-bound read (Nandakumar Edamana)
- cpuidle: menu: Avoid discarding useful information (Rafael J. Wysocki)
- x86/nmi: Add an emergency handler in nmi_desc &amp; use it in nmi_shootdown_cpus() (Waiman Long)
- drm/amd/display: handle max_downscale_src_width fail check (Yihan Zhu)
- x86/build: Fix broken copy command in genimage.sh when making isoimage (Nir Lichtman)
- soc: ti: k3-socinfo: Do not use syscon helper to build regmap (Andrew Davis)
- bonding: report duplicate MAC address in all situations (Hangbin Liu)
- net: xgene-v2: remove incorrect ACPI_PTR annotation (Arnd Bergmann)
- drm/amdkfd: KFD release_work possible circular locking (Philip Yang)
- selftests/net: have gro.sh -t return a correct exit code (Kevin Krakauer)
- net/mlx5: Avoid report two health errors on same syndrome (Moshe Shemesh)
- firmware: arm_ffa: Set dma_mask for ffa devices (Viresh Kumar)
- PCI: brcmstb: Add a softdep to MIP MSI-X driver (Stanimir Varbanov)
- PCI: brcmstb: Expand inbound window size up to 64GB (Stanimir Varbanov)
- fpga: altera-cvp: Increase credit timeout (Kuhanh Murugasen Krishnan)
- drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence (AngeloGioacchino Del Regno)
- ARM: at91: pm: fix at91_suspend_finish for ZQ calibration (Li Bin)
- hwmon: (gpio-fan) Add missing mutex locks (Alexander Stein)
- x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (Breno Leitao)
- clk: imx8mp: inform CCF of maximum frequency of clocks (Ahmad Fatoum)
- media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map (Ricardo Ribalda)
- ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config(). (Kuniyuki Iwashima)
- net: pktgen: fix mpls maximum labels list parsing (Peter Seiderer)
- net: ethernet: ti: cpsw_new: populate netdev of_node (Alexander Sverdlin)
- pinctrl: bcm281xx: Use 'unsigned int' instead of bare 'unsigned' (Artur Weber)
- media: cx231xx: set device_caps for 417 (Hans Verkuil)
- drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c (Victor Lu)
- remoteproc: qcom_wcnss: Handle platforms with only single power domain (Matti Lehtimaki)
- orangefs: Do not truncate file size (Matthew Wilcox (Oracle))
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Ming-Hung Tsai)
- media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() (Markus Elfring)
- ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 (Svyatoslav Ryhel)
- ieee802154: ca8210: Use proper setters and getters for bitwise types (Andy Shevchenko)
- rtc: ds1307: stop disabling alarms on probe (Alexandre Belloni)
- tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() (Eric Dumazet)
- powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 (Andreas Schwab)
- arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (Diogo Ivo)
- crypto: lzo - Fix compression buffer overrun (Herbert Xu)
- cpufreq: tegra186: Share policy per cluster (Aaron Kling)
- ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() (Alexey Klimov)
- auxdisplay: charlcd: Partially revert 'Move hwidth and bwidth to struct hd44780_common' (Andy Shevchenko)
- ipv6: save dontfrag in cork (Willem de Bruijn)
- mmc: sdhci: Disable SD card clock before changing parameters (Erick Shepherd)
- arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (Ryan Roberts)
- netfilter: conntrack: Bound nf_conntrack sysctl writes (Nicolas Bouchinet)
- timer_list: Don't use %pK through printk() (Thomas Weissschuh)
- posix-timers: Add cond_resched() to posix_timer_add() search loop (Eric Dumazet)
- RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (Maher Sanalla)
- xen: Add support for XenServer 6.1 platform device (Frediano Ziglio)
- dm: restrict dm device size to 2^63-512 bytes (Mikulas Patocka)
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Shashank Gupta)
- kbuild: fix argument parsing in scripts/config (Seyediman Seyedarab)
- ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect (Nicolas F. R. A. Prado)
- rtc: rv3032: fix EERD location (Alexandre Belloni)
- tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() (Ilpo Jarvinen)
- vfio/pci: Handle INTx IRQ_NOTCONNECTED (Alex Williamson)
- scsi: st: ERASE does not change tape location (Kai Makisara)
- scsi: st: Tighten the page format heuristics with MODE SELECT (Kai Makisara)
- ext4: reorder capability check last (Christian Gottsche)
- um: Update min_low_pfn to match changes in uml_reserved (Tiwei Bie)
- um: Store full CSGSFS and SS register from mcontext (Benjamin Berg)
- dlm: make tcp still work in multi-link env (Heming Zhao)
- i3c: master: svc: Fix missing STOP for master request (Stanley Chu)
- btrfs: send: return -ENAMETOOLONG when attempting a path that is too long (Filipe Manana)
- btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() (Filipe Manana)
- btrfs: avoid linker error in btrfs_find_create_tree_block() (Mark Harmstone)
- btrfs: make btrfs_discard_workfn() block_group ref explicit (Boris Burkov)
- i2c: pxa: fix call balance of i2c-&gt;clk handling routines (Vitalii Mordan)
- i2c: qup: Vote for interconnect bandwidth to DRAM (Stephan Gerhold)
- wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 (Felix Fietkau)
- mmc: host: Wait for Vdd to settle on card power off (Erick Shepherd)
- libnvdimm/labels: Fix divide error in nd_label_data_init() (Robert Richter)
- PCI: vmd: Disable MSI remapping bypass under Xen (Roger Pau Monne)
- pNFS/flexfiles: Report ENETDOWN as a connection error (Trond Myklebust)
- tools/build: Don't pass test log files to linker (Ian Rogers)
- PCI: dwc: ep: Ensure proper iteration over outbound map windows (Frank Li)
- lockdep: Fix wait context check on softirq for PREEMPT_RT (Ryo Takakura)
- dql: Fix dql-&gt;limit value when reset. (Jing Su)
- thermal/drivers/qoriq: Power down TMU on system suspend (Alice Guo)
- SUNRPC: rpcbind should never reset the port to the value '0' (Trond Myklebust)
- SUNRPC: rpc_clnt_set_transport() must not change the autobind setting (Trond Myklebust)
- NFSv4: Treat ENETUNREACH errors as fatal for state recovery (Trond Myklebust)
- fbdev: core: tileblit: Implement missing margin clearing for tileblit (Zsolt Kajtar)
- fbcon: Use correct erase colour for clearing in fbcon (Zsolt Kajtar)
- fbdev: fsl-diu-fb: add missing device_remove_file() (Shixiong Ou)
- mailbox: use error ret code of of_parse_phandle_with_args() (Tudor Ambarus)
- tracing: Mark binary printing functions with __printf() attribute (Andy Shevchenko)
- NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() (Trond Myklebust)
- kconfig: merge_config: use an empty file as initfile (Daniel Gomez)
- samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora (Haoran Jiang)
- bpf: fix possible endless loop in BPF map iteration (Brandon Kammerdiener)
- net: enetc: refactor bulk flipping of RX buffers to separate function (Vladimir Oltean)
- cgroup: Fix compilation issue due to cgroup_mutex not being exported (gaoxu)
- dma-mapping: avoid potential unused data compilation warning (Marek Szyprowski)
- virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN (Zhongqiu Han)
- scsi: target: iscsi: Fix timeout on deleted connection (Dmitry Bogdanov)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20520.html" type="self" title="ELSA-2025-20520" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-6931.html" id="CVE-2023-6931" type="cve" title="CVE-2023-6931" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36350.html" id="CVE-2024-36350" type="cve" title="CVE-2024-36350" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36357.html" id="CVE-2024-36357" type="cve" title="CVE-2024-36357" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53100.html" id="CVE-2024-53100" type="cve" title="CVE-2024-53100" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-57996.html" id="CVE-2024-57996" type="cve" title="CVE-2024-57996" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37752.html" id="CVE-2025-37752" type="cve" title="CVE-2025-37752" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38089.html" id="CVE-2025-38089" type="cve" title="CVE-2025-38089" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c3a870755f235c3531853ccd5c6aceb7c82eff696213e4cdd27b43ffdc63956c</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f2cb6ac19b6c8fc38d77d6e42be49ab61c295ddfc9c5ed5448a96e53f71ed518</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-311.185.9.el8uek.noarch.rpm</filename>
          <sum type="sha256">74ee20999751bf78020350605c702ebb0aad55925d143ecb470eef6920b8d2c7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">00859ef013219a3386554e93fe1aa021195e0fa085bd503cf22ff89e041a0aff</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fa71e3d35293b7c84d323a198cea0164224ae2aede65d55616401da305795d3a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cfee30c68731d55d1e0b173b05f664b1c5b55333402d1e705c93ccbf8755e8c0</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4b8d66dab48f20d645a6981fddf9c38f616f1ed0e16e0dffc61d67118d40a85b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-311.185.9.el8uek.src.rpm</filename>
          <sum type="sha256">5817178c6b90ba9389dfe806c5d517150c85a91c8f2c0be0621388253058beb3</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1a8dbb64c4bc087ec6710b9f92f5b1917aa44a150d2811cea49eed3f1b48c6f1</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6281bdb9eb5669fefb7b3caca0f4c87c7ecdd7c7c5bde8b9d4585ec2ce0d1eeb</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e41100b58c347d14ba81f40d7923e0a5f30cb5f8c544bf010f5e09e4cdd28117</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">30de2a07551fa98e8559ff38acc775f99bd005577d2427e93019d075911efc80</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8e243d55fe54bdbbfa5d45a47c5c323498aa96f5e12eef4d4dc99a2c9b3c5ac1</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b6c8c7bbc87afcd48ab5e6c4f4d048ba63389bb0a062006251ee943f21c82d96</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="311.185.9.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-311.185.9.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b20f9f9fe33d6844206db1982d99eff8111d0ac524c86b452f02963fc30c4378</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20517</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-08-05 00:00:00"/>
    <updated date="2025-08-05 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.14]
- net/rds: poll eq during user-reset (Praveen Kumar Kannoju)  [Orabug: 38244064] 
- net/mlx5: Add poll-eq API to be used by ULP's (Praveen Kumar Kannoju)  [Orabug: 38244060]

[5.15.0-308.179.6.13]
- vhost-scsi: Fix vhost_scsi struct use after free (Mike Christie)  [Orabug: 38232300]
- net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery (Praveen Kumar Kannoju)  [Orabug: 38232286]

[5.15.0-308.179.6.12]
- x86: Pin task-stack in __get_wchan() (Peter Zijlstra)  [Orabug: 38212634]
- x86: Fix __get_wchan() for !STACKTRACE (Peter Zijlstra)  [Orabug: 38212634]
- sched: Add wrapper for get_wchan() to keep task blocked (Kees Cook)  [Orabug: 38212634]
- x86: Fix get_wchan() to support the ORC unwinder (Qi Zheng)  [Orabug: 38212634]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20517.html" type="self" title="ELBA-2025-20517" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5b8495168c2abd01353450ec623baf6c3d22ec9598e3fc87d64b47aec86d9da0</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.14.el8uek.noarch.rpm</filename>
          <sum type="sha256">e5151011a3f7814e7be4c87a61430a7be0ebc64b2bdcb142ee0b2c95eafc49b3</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ef4f700065f970d762916bacfed5da25a23a10b3bfeb085d659d5e82b1ef377f</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7d870ae5b946fdba48897dfd4cbb19ccc75252cdf573db0738be0a15322dee31</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">68a9d3b5e982301669cd2793e1cb48475b146a5dc6d8e44a336e2a64d42f0529</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">476faddf092c3b1b3c4f9a7447d16442ab5c2b4151d9d002133d46ea3163c9bd</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4b9c7143546f23da1add61c2518f5a782624db661a8821c565dd84e7d152631d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">17072f5ad36549b47f2f47caf92069c34521fe4791c7a4a8cd75334ea1ac8a74</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3eb9f2eab2bf1a7ec8b069b70d59c233664948e9cdcad2c025109f496c5e69a7</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">63303e9b9506cde35ecc96fcec63a543c77875341f91d0e93cb258bf4b4f882f</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">48e6497d4fe89708adae980b0687ea4cd8749c2a3517dffd6e8200e2db229518</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ac79eaffa7f10d7849d3f6dc0a33613ef17697acd8b9c655990ca9525b512953</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.14.el8uek.src.rpm</filename>
          <sum type="sha256">708d8e8266c65e0120bed9a0bcf99b854b420c5e8fae30f1a97cfcb93dfa6560</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">851abce20863532ce5d02645a42bc3765cc9be78577ad69b79c0cc62944fbb61</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.14.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.14.el8uek.x86_64.rpm</filename>
          <sum type="sha256">71db3914e7cf80c8389d38ff3326e1327798bfed2e8e1b4e30e52171d374ddc0</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20403</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-04 00:00:00"/>
    <updated date="2025-07-04 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.7]
- mm: shmem: remove unnecessary warning in shmem_writepage() (Ricardo Canuelo Navarro)  [Orabug: 38034039] 
- shmem: add support to ignore swap (Luis Chamberlain)  [Orabug: 38034039] 
- shmem: update documentation (Luis Chamberlain)  [Orabug: 38034039] 
- shmem: skip page split if we're not reclaiming (Luis Chamberlain)  [Orabug: 38034039] 
- shmem: move reclaim check early on writepages() (Luis Chamberlain)  [Orabug: 38034039] 
- shmem: set shmem_writepage() variables early (Luis Chamberlain)  [Orabug: 38034039] 
- shmem: remove check for folio lock on writepage() (Luis Chamberlain)  [Orabug: 38034039]

[5.15.0-308.179.6.6]
- mm: make page_mapped_in_vma() hugetlb walk aware (Jane Chu)  [Orabug: 38024577]
- mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk (zhenwei pi)  [Orabug: 38024577]

[5.15.0-308.179.6.5]
- RDMA/mlx5: Fix CC counters query for MPV (Patrisious Haddad)  [Orabug: 38014918]

[5.15.0-308.179.6.4]
- certs: Add new Oracle Linux Driver Signing (key 1) certificate (Sherry Yang)  [Orabug: 37980731]
- RDS: use pin_user_pages_fast() (Stephen Brennan)  [Orabug: 37980705]
- vhost-scsi: Fix vhost_scsi_send_status() (Dongli Zhang)  [Orabug: 37980690]
- vhost-scsi: Fix vhost_scsi_send_bad_target() (Dongli Zhang)  [Orabug: 37980690]
- vhost-scsi: protect vq-&gt;log_used with vq-&gt;mutex (Dongli Zhang)  [Orabug: 37980690]
- vhost-scsi: Reduce response iov mem use (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Allocate iov_iter used for unaligned copies when needed (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Stop duplicating se_cmd fields (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Dynamically allocate scatterlists (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Return queue full for page alloc failures during copy (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Add better resource allocation failure handling (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Allocate T10 PI structs only when enabled (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Reduce mem use by moving upages to per queue (Mike Christie)  [Orabug: 37980690]
- scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp (Mike Christie)  [Orabug: 37980690]
- scsi: target: Perform ALUA group changes in one step (Mike Christie)  [Orabug: 37980690]
- scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path (Mike Christie)  [Orabug: 37980690]
- scsi: target: Fix write perf due to unneeded throttling (Mike Christie)  [Orabug: 37980690]
- vhost scsi: Allow user to control num virtqueues (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: Rename vhost_scsi_iov_to_sgl (Mike Christie)  [Orabug: 37980690]
- vhost-scsi: unbreak any layout for response (Jason Wang)  [Orabug: 37980690]
- Revert 'vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex' (Mike Christie)  [Orabug: 37980690]
- Revert 'vhost_scsi: log write descriptors' (Mike Christie)  [Orabug: 37980690]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20403.html" type="self" title="ELBA-2025-20403" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.7.el8uek.src.rpm</filename>
          <sum type="sha256">732132386e2bbc93e60875cb0a5c622fcb858297574d4ddc061a444ab6a4d337</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">90c2c5d5d8207590f19b442aac48d6f315109e315f40ea52e1922eded67294c0</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">85427b080f5dd9d045ec266bc64295a07f136ebc7acfb0cbb6c8c397bc3a93f1</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1893e189e6464113d0f1dcacdf3a01687fbe0b918593f3f091b78bc47f7b80e1</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bc4c22e236823279aec393c5a621fd768485a65e3134d792fe77eb7eadac218c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e05a3f44ac8633dc303310c86401d5abcb0f4ff4aa5bd97ebdf31f6fa836ee91</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cfab50156ccaf794297ea504a67e9bc94d575101aea5b7075c60fbb590f840c8</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6f66918cf6653dfb813d2592b976fdc42c19cd2ad8d465a7e1ed4fe50856a08</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bd17d78379c30fe05ddc233cb1173424e85ac8fbac69f73acf103108c6949b38</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2b291948befafce503aa2eca6f5b7bd49e602b289bd1ce45646eccd247cb6b4f</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2739f6ae5bd3009e12ba4a500ec03bd8d3be6e933baa82ffce6354d258d6b82b</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8a3287c7f80d1f1a8a02b60fff9c428df393c80f835406aa9a3d5bc1339003d2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4d7b0f0b00797c49655431549f0606c86d721ae4623b2e58fdd17afad54f842c</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.7.el8uek.noarch.rpm</filename>
          <sum type="sha256">c2694dcfbf758f38585d72011d11fc43b20cb78d1d7b7f3891f1cca86273e8c8</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1d3775db3ad4283baefb9c3b0b1532d94c818895ccdc6014df1f6daecd6d7c2f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12508</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-06-21 00:00:00"/>
    <updated date="2023-06-21 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.

[2.0.0-1.13]
- Full support for is-enabled USDT probes. (Nick Alcock)
- Report error on programs that exceed aggsize or dynvarsize.
- Support for drop counters for principal, speculation, and aggregation buffers
  and for dynamic variables.
- Implement probe: proc:::signal-clear.
- Implement provider: sched (partial implementation).
- Implement provider: lockstat (for kernels &gt;= 5.10.0 and UEK6 with fix).
- Support NULL strings. (Eugene Loh)
- Support uregs[] on older kernels. (Eugene Loh)
- New option: lonknommap. (Nick Alcock)
- Support for USDT probes in programs in different fs namespaces. (Nick Alcock)
- Support for USDT probes in non-PIE executables. (Nick Alcock)
- Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock)
  [Orabug: 35411920]
- Do not modify input files with dtrace -G if unchanged. (Steven Sistare)
  [Orbug: 35417184]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195]
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 35435195]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12508.html" type="self" title="ELBA-2023-12508" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">93d5b5cc0d46bcd93c1897fe9fab6fa119c77e91841ff261e3433797e12e4828</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.13.1.el8.src.rpm</filename>
          <sum type="sha256">ac3ca24385c5c0f24d4b40b201aaca7a0c1828fc33af611d6f39bd70acb8a870</sum>
        </package>
        <package name="dtrace-devel" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">0dddc83b23fe58c459282743c9480de89f65e66638cafe87b50b274665a54584</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">a7dabc0ab1a61a2c9d78c09922f7a67ac972b8e5c2105382dbc9962306497552</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="enhancement" version="1" from="el-errata@oss.oracle.com">
    <id>ELEA-2021-9217</id>
    <title>snapper enhancement update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-05-07 00:00:00"/>
    <updated date="2021-05-07 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[0.8.7-3.el8]
- Disable zypp plugin for snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-2.el8]
- Enable selinux support in snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-1.el8]
- Updated specfile

[0.8.7-1]
- Update to 0.8.7</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELEA-2021-9217.html" type="self" title="ELEA-2021-9217" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="src">
          <filename>snapper-0.8.7-3.el8.src.rpm</filename>
          <sum type="sha256">fec8caa80eef1e77c0b57aeb9928af81b9b16152931a6929dccd37f44ba05521</sum>
        </package>
        <package name="libsnapper4" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper4-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">565eadc2b76d0cb03aaebc8ea95e744d70f03f948d1ccbddca3f98c288848a7a</sum>
        </package>
        <package name="libsnapper-devel" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper-devel-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">27d92f0d2fe431474d410db5ed117b7ecd372989e9d0737da44938d9fefe03c5</sum>
        </package>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">e737f323b73c874d443a5377504cc00dca3398d532c905bafc1395dbf6913129</sum>
        </package>
        <package name="pam_snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>pam_snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">a371e2be64c5b86b6392eba593e88369731103c6b2c21f1499d948a08a6a97c4</sum>
        </package>
        <package name="snapper-testsuite" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-testsuite-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">5e2bb35ddda7fdb4e65a4cd8f0c178e9bff7b460f51e8672f4e55e73c1a45ad0</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12370</id>
    <title> ndctl  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-06-01 00:00:00"/>
    <updated date="2023-06-01 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[73-1.0.2]
- ndctl: dump key load failure logs to stdout (Orabug: 35403348)
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12370.html" type="self" title="ELBA-2023-12370" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ndctl" version="73" release="1.0.2.el8" epoch="0" arch="src">
          <filename>ndctl-73-1.0.2.el8.src.rpm</filename>
          <sum type="sha256">aebaf2279884df2da569a4137ef71a25f9679a507f550ec03ecc1b2435fd6e42</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ad0d3cb4fc938c2266cf2843ba68e01cfa35b9f2daac1729f2c095796b3a77fe</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">047e3fd4ae2d9c4f9b81a6a11c24f095fa272cfc81aa9e860a33346790f4b7fe</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>daxctl-devel-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">863eceb01cf2d943b41e72b83c9e08a5079f63cf7bbac88bde4b8cd4b44feae5</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">4600dbfd30d14bf24c7188774b32692cd01ec4bad86db1532467b5b4428077a2</sum>
        </package>
        <package name="ndctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">86ddb5ac03f838050fd4b1a7bf38e557d72014fa391048d4bfd6a33b1e020924</sum>
        </package>
        <package name="ndctl-devel" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>ndctl-devel-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">58741db5042e4fa340495a8128adaf1c0d16e41e06e536c25681fc0bd079329b</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>daxctl-libs-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">80a4923c3fd4b9509425581691ee3b3e877dbe4e4f0c1f9de5c9d751a3c667b3</sum>
        </package>
        <package name="cxl-devel" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-devel-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">d3d4bde13411e8601520123e995cf2bf91a42e484de0b91914254e8d431c7577</sum>
        </package>
        <package name="cxl-cli" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-cli-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">0d5e9972b7efeb3b9c4b090b80c26cd8658f67e419caf27a2b7bdf8d061f9433</sum>
        </package>
        <package name="ndctl" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>ndctl-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">0e521adeb1f6cefb017ac220f3106daae7def21005d08764d9d3a32ba0db1f11</sum>
        </package>
        <package name="cxl-libs" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>cxl-libs-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ac0e17b9efa7023e0da92ae1056b2158b976dcae62fe85bddbddba1a7ec6b37c</sum>
        </package>
        <package name="daxctl" version="73" release="1.0.2.el8" epoch="0" arch="x86_64">
          <filename>daxctl-73-1.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">b52e8e4ae0e2358d538bad108ad47f561742f29742306dcba7390d563d6eacac</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.2.el8" epoch="0" arch="i686">
          <filename>ndctl-libs-73-1.0.2.el8.i686.rpm</filename>
          <sum type="sha256">ac7fd44016d07f3dad4b0eb1f977bba777f688328472606eabf2b1bdda384a33</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20328</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-05-14 00:00:00"/>
    <updated date="2025-05-14 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.6]
- Introduce xfs_defrag to xfsprogs.</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20328.html" type="self" title="ELBA-2025-20328" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.6.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.6.el8.i686.rpm</filename>
          <sum type="sha256">48106a0cb57abc9ea296d07e5fd2c7b06c00af20505c6b28b4d11dfefb6adbb7</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.6.el8.src.rpm</filename>
          <sum type="sha256">d4057fef4e90c3dcbdc29b13c445d6e6c5ada968d842a723895fa8d91228ef50</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.6.el8.x86_64.rpm</filename>
          <sum type="sha256">f5192a9855eca28aaaa81ed6afe0b8d52ca5655cc3d37658d1d96d4e3c83a4b9</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.6.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.6.el8.x86_64.rpm</filename>
          <sum type="sha256">2d4d4881529759e14ff2f05c7a4224d501439700788764724240e7f74dfa5f4e</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.6.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.6.el8.i686.rpm</filename>
          <sum type="sha256">6ff191de35cd37472b8a899fbb02767ad5565ec5b80f5557f16c3dcd7cf6d91c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-35200</id>
    <title> adaptivemm  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-06-02 00:00:00"/>
    <updated date="2025-06-02 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.1.0-3]
- Increase log level in cmp_meminfo() [Orabug: 37768194]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-35200.html" type="self" title="ELBA-2025-35200" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptivemm" version="2.1.0" release="3.el8" epoch="0" arch="x86_64">
          <filename>adaptivemm-2.1.0-3.el8.x86_64.rpm</filename>
          <sum type="sha256">e743c0056a574b01468b1dcc0948778e69a4694c1ff8872e7895243edc2938f3</sum>
        </package>
        <package name="adaptivemm" version="2.1.0" release="3.el8" epoch="0" arch="src">
          <filename>adaptivemm-2.1.0-3.el8.src.rpm</filename>
          <sum type="sha256">8ab2e03f75fda25c95c5b72a73c7e17361adb8eca525be6cf472786c5d14cceb</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9161</id>
    <title>adaptivemm  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-02-16 00:00:00"/>
    <updated date="2022-02-16 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[2.0.1-1]
- Fix total memory calculation for ARM since it is slightly
  different from x86
- Remove restriction to not build package on aarch64</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9161.html" type="self" title="ELBA-2022-9161" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptivemm" version="2.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>adaptivemm-2.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">8d0bd8e065e42d64daf610bc6adae95ffd03f4c2773b8ece0c4abcbbd3dd922d</sum>
        </package>
        <package name="adaptivemm" version="2.0.1" release="1.el8" epoch="0" arch="src">
          <filename>adaptivemm-2.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">f0d9e6e153f4410e450f4892bbbcf246c86bd41adc13f0411b74472821d89d79</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12509</id>
    <title>dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-06-22 00:00:00"/>
    <updated date="2023-06-22 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.

[2.0.0-1.13]
- Full support for is-enabled USDT probes. (Nick Alcock)
- Report error on programs that exceed aggsize or dynvarsize.
- Support for drop counters for principal, speculation, and aggregation buffers
  and for dynamic variables.
- Implement probe: proc:::signal-clear.
- Implement provider: sched (partial implementation).
- Implement provider: lockstat (for kernels &gt;= 5.10.0 and UEK6 with fix).
- Support NULL strings. (Eugene Loh)
- Support uregs[] on older kernels. (Eugene Loh)
- New option: lonknommap. (Nick Alcock)
- Support for USDT probes in programs in different fs namespaces. (Nick Alcock)
- Support for USDT probes in non-PIE executables. (Nick Alcock)
- Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock)
  [Orabug: 35411920]
- Do not modify input files with dtrace -G if unchanged. (Steven Sistare)
  [Orbug: 35417184]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195]
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 35435195]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12509.html" type="self" title="ELBA-2023-12509" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">0dddc83b23fe58c459282743c9480de89f65e66638cafe87b50b274665a54584</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.0-1.13.1.el8.src.rpm</filename>
          <sum type="sha256">ac3ca24385c5c0f24d4b40b201aaca7a0c1828fc33af611d6f39bd70acb8a870</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">93d5b5cc0d46bcd93c1897fe9fab6fa119c77e91841ff261e3433797e12e4828</sum>
        </package>
        <package name="dtrace" version="2.0.0" release="1.13.1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.0-1.13.1.el8.x86_64.rpm</filename>
          <sum type="sha256">a7dabc0ab1a61a2c9d78c09922f7a67ac972b8e5c2105382dbc9962306497552</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12887</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-12-18 00:00:00"/>
    <updated date="2024-12-18 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-303.171.5.2]
- build: populate modules_thick.builtin for dirs containing only modules (Nick Alcock)  [Orabug: 37393454] 
- x86/pkeys: Ensure updated PKRU value is XRSTOR'd (Aruna Ramakrishna)  [Orabug: 37384237] 
- x86/pkeys: Change caller of update_pkru_in_sigframe() (Aruna Ramakrishna)  [Orabug: 37384237] 
- Revert 'ocfs2: fix the la space leak when unmounting an ocfs2 volume' (Sherry Yang)  [Orabug: 37383283]

[5.15.0-303.171.5.1]
- sunrpc: fix a NULL deref in svc_process() when -&gt;sv_stats doesn't exist (Calum Mackay)  [Orabug: 37346134]

[5.15.0-303.171.5]
- intel_idle: fix ACPI _CST matching for newer Xeon platforms (Artem Bityutskiy)  [Orabug: 37249457]
- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram (Peter Zijlstra)  [Orabug: 37249457]
- perf/tests: Add AMX instructions to x86 instruction decoder test (Adrian Hunter)  [Orabug: 37249457]
- x86/insn: Add AMX instructions to the x86 instruction decoder (Adrian Hunter)  [Orabug: 37249457]
- intel_idle: add Granite Rapids Xeon support (Artem Bityutskiy)  [Orabug: 37249457]
- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* (Peter Zijlstra)  [Orabug: 37249457]
- intel_idle: Fix false positive RCU splats due to incorrect hardirqs state (Waiman Long)  [Orabug: 37249457]
- cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE (Peter Zijlstra)  [Orabug: 37249457]
- intel_idle: Add a new flag to initialize the AMX state (Chang S. Bae)  [Orabug: 37249457]
- x86/fpu: Add a helper to prepare AMX state for low-power CPU idle (Chang S. Bae)  [Orabug: 37249457]
- intel_idle: enable interrupts before C1 on Xeons (Artem Bityutskiy)  [Orabug: 37249457]

[5.15.0-303.171.4]
- rds: recv_payload_bad_checksum was not 0 after running rds-stress on UEK6 (William Kucharski)  [Orabug: 37265126]
- rds: If RDS Checksums are enabled for RDMA RDS operations, the extension headers will overflow causing incorrect operation (William Kucharski)  [Orabug: 37265124]
- rds: rds_message_alloc() needlessly zeroes m_used_sgs (William Kucharski)  [Orabug: 37265122]
- rds: tracepoint in rds_receive_csum_err() prints pointless information (William Kucharski)  [Orabug: 37265120]
- rds: rds_inc_init() should initialize the inc-&gt;i_conn_path field (William Kucharski)  [Orabug: 37265116]
- rds: Race condition in adding RDS payload checksum extension header may result in RDS header corruption (William Kucharski)  [Orabug: 37265114]
- Revert 'net/mlx5: disable the 'fast unload' feature on Exadata systems' (Qing Huang)  [Orabug: 37285222]
- Revert 'net/mlx5: pretend 'fast unload' succeeded on Exadata systems' (Qing Huang)  [Orabug: 37285222]
- RDMA/mlx5: Fix Shared PD prefetch of ODP memory region (Mark Haywood)  [Orabug: 31688618] [Orabug: 37279176]
- blk-mq: fix missing blk_account_io_done() in error path (Yu Kuai)  [Orabug: 37228086]
- rds: Add rds stuck shutdown timeout (Rohit Nair)  [Orabug: 37214078]
- KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD (Sean Christopherson)  [Orabug: 37273739]
- KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run() (Sean Christopherson)  [Orabug: 37273739]
- KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwinding (Sean Christopherson)  [Orabug: 37273739]
- mm/memory-failure: pass the folio and the page to collect_procs() (Matthew Wilcox (Oracle))  [Orabug: 37270260]
- LTS version: v5.15.171 (Vijayendra Suman)
- mac80211: always have ieee80211_sta_restart() (Johannes Berg)
- vt: prevent kernel-infoleak in con_font_get() (Jeongjun Park)
- drm/i915: Fix potential context UAFs (Rob Clark)
- Revert 'drm/mipi-dsi: Set the fwnode for mipi_dsi_device' (Jason-JH.Lin)
- mm: shmem: fix data-race in shmem_getattr() (Jeongjun Park) [Orabug: 37268580] {CVE-2024-50228}
- wifi: iwlwifi: mvm: fix 6 GHz scan construction (Johannes Berg) [Orabug: 37304734] {CVE-2024-53055}
- nilfs2: fix kernel bug due to missing clearing of checked flag (Ryusuke Konishi) [Orabug: 37268588] {CVE-2024-50230}
- x86/bugs: Use code segment selector for VERW operand (Pawan Gupta) [Orabug: 37227383] {CVE-2024-50072}
- ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow (Edward Adam Davis) [Orabug: 37268563] {CVE-2024-50218}
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves (Matt Fleming) [Orabug: 37268568] {CVE-2024-50219}
- mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations accesses reserves (Mel Gorman)
- mm/page_alloc: explicitly define what alloc flags deplete min reserves (Mel Gorman)
- mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags (Mel Gorman)
- mm/page_alloc: treat RT tasks similar to __GFP_HIGH (Mel Gorman)
- mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE (Mel Gorman)
- mm/page_alloc: split out buddy removal code from rmqueue into separate helper (Mel Gorman)
- mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked() (Wonhyuk Yang)
- mm/page_alloc: call check_new_pages() while zone spinlock is not held (Eric Dumazet)
- riscv: Remove duplicated GET_RM (Chunyan Zhang)
- riscv: Remove unused GENERATING_ASM_OFFSETS (Chunyan Zhang)
- riscv: Use '%u' to format the output of 'cpu' (WangYuli)
- riscv: efi: Set NX compat flag in PE/COFF header (Heinrich Schuchardt)
- riscv: vdso: Prevent the compiler from inserting calls to memset() (Alexandre Ghiti)
- nilfs2: fix potential deadlock with newly created symlinks (Ryusuke Konishi) [Orabug: 37268584] {CVE-2024-50229}
- iio: light: veml6030: fix microlux value calculation (Javier Carrasco)
- iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr() (Zicheng Qu) [Orabug: 37268595] {CVE-2024-50232}
- staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() (Zicheng Qu) [Orabug: 37268597] {CVE-2024-50233}
- wifi: iwlegacy: Clear stale interrupts before resuming device (Ville Syrjala) [Orabug: 37268602] {CVE-2024-50234}
- wifi: ath10k: Fix memory leak in management tx (Manikanta Pubbisetty) [Orabug: 37268610] {CVE-2024-50236}
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower (Felix Fietkau) [Orabug: 37268613] {CVE-2024-50237}
- xhci: Use pm_runtime_get to prevent RPM on unsupported systems (Basavaraj Natikar)
- xhci: Fix Link TRB DMA in command ring stopped completion event (Faisal Hassan)
- usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes() (Javier Carrasco)
- usb: phy: Fix API devm_usb_put_phy() can not release the phy (Zijun Hu)
- usbip: tools: Fix detach_port() invalid port error path (Zongmin Zhou)
- misc: sgi-gru: Don't disable preemption in GRU driver (Dimitri Sivanich)
- net: amd: mvme147: Fix probe banner message (Daniel Palmer)
- scsi: scsi_transport_fc: Allow setting rport state to current state (Benjamin Marzinski)
- fs/ntfs3: Additional check in ni_clear() (Konstantin Komarov) [Orabug: 37268638] {CVE-2024-50244}
- fs/ntfs3: Fix possible deadlock in mi_read (Konstantin Komarov) [Orabug: 37268644] {CVE-2024-50245}
- fs/ntfs3: Fix warning possible deadlock in ntfs_set_state (Konstantin Komarov)
- fs/ntfs3: Check if more than chunk-size bytes are written (Andrew Ballance) [Orabug: 37268655] {CVE-2024-50247}
- firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state() (Xiongfeng Wang)
- netfilter: nft_payload: sanitize offset and length before calling skb_checksum() (Pablo Neira Ayuso) [Orabug: 37268670] {CVE-2024-50251}
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension (Benoit Monin)
- netfilter: Fix use-after-free in get_info() (Dong Chenchen) [Orabug: 37268689] {CVE-2024-50257}
- bpf: Fix out-of-bounds write in trie_get_next_key() (Byeonguk Jeong) [Orabug: 37268702] {CVE-2024-50262}
- netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() (Zichen Xie) [Orabug: 37268697] {CVE-2024-50259}
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (Pedro Tammela) [Orabug: 37304740] {CVE-2024-53057}
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data (Furong Xu) [Orabug: 37304745] {CVE-2024-53058}
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe() (Christophe JAILLET)
- wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd() (Daniel Gabay) [Orabug: 37304749] {CVE-2024-53059}
- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (Emmanuel Grumbach)
- mac80211: Add support to trigger sta disconnect on hardware restart (Youghandhar Chintala)
- mac80211: do drv_reconfig_complete() before restarting all (Johannes Berg)
- RDMA/bnxt_re: synchronize the qp-handle table array (Selvin Xavier)
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (Patrisious Haddad)
- RDMA/cxgb4: Dump vendor specific QP details (Leon Romanovsky)
- wifi: brcm80211: BRCM_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys (Felix Fietkau)
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING (Geert Uytterhoeven)
- cgroup: Fix potential overflow issue when checking max_depth (Xiu Jianfeng)
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context (Koba Ko) [Orabug: 37264072] {CVE-2024-50141}
- ACPI: PRM: Change handler_addr type to void pointer (Sudeep Holla)
- ACPI: PRM: Remove unnecessary blank lines (Aubrey Li)
- ksmbd: fix user-after-free from session log off (Namjae Jeon) [Orabug: 37227413] {CVE-2024-50086}
- selftests/mm: fix incorrect buffer-&gt;mirror size in hmm2 double_map test (Donet Tom)
- LTS version: v5.15.170 (Vijayendra Suman)
- xfrm: validate new SA's prefixlen using SA family when sel.family is unset (Sabrina Dubroca) [Orabug: 37264074] {CVE-2024-50142}
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() (Zichen Xie) [Orabug: 37252324] {CVE-2024-50103}
- net: phy: dp83822: Fix reset pin definitions (Michel Alex)
- serial: protect uart_port_dtr_rts() in uart_shutdown() too (Jiri Slaby (SUSE))
- selinux: improve error checking in sel_write_load() (Paul Moore)
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (Haiyang Zhang)
- xfrm: fix one more kernel-infoleak in algo dumping (Petr Vaganov) [Orabug: 37252349] {CVE-2024-50110}
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593 (Jose Relvas)
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (Sean Christopherson) [Orabug: 37252372] {CVE-2024-50115}
- openat2: explicitly return -E2BIG for (usize &gt; PAGE_SIZE) (Aleksa Sarai)
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag (Ryusuke Konishi) [Orabug: 37252377] {CVE-2024-50116}
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue (Shubham Panwar)
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] (Christian Heusel)
- drm/amd: Guard against bad data for ATIF ACPI method (Mario Limonciello) [Orabug: 37252383] {CVE-2024-50117}
- btrfs: zoned: fix zone unusable accounting for freed reserved extent (Naohiro Aota)
- ALSA: hda/realtek: Update default depop procedure (Kailang Yang)
- ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() (Andrey Shumilin) [Orabug: 37264274] {CVE-2024-50205}
- bpf,perf: Fix perf_event_detach_bpf_prog error handling (Jiri Olsa)
- posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (Jinjie Ruan) [Orabug: 37320233] {CVE-2024-50210}
- r8169: avoid unsolicited interrupts (Heiner Kallweit)
- net: sched: fix use-after-free in taprio_change() (Dmitry Antipov) [Orabug: 37252407] {CVE-2024-50127}
- net: wwan: fix global oob in wwan_rtnl_policy (Lin Ma) [Orabug: 37252410] {CVE-2024-50128}
- net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x (Peter Rashleigh)
- net: plip: fix break; causing plip to never transmit (Jakub Boehm)
- be2net: fix potential memory leak in be_xmit() (Wang Hai) [Orabug: 37264143] {CVE-2024-50167}
- net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() (Wang Hai) [Orabug: 37264149] {CVE-2024-50168}
- xfrm: respect ip protocols rules criteria when performing dst lookups (Eyal Birger)
- xfrm: extract dst lookup parameters into a struct (Eyal Birger)
- tracing: Consider the NULL character when validating the event length (Leo Yan) [Orabug: 37252415] {CVE-2024-50131}
- platform/x86: dell-sysman: add support for alienware products (Crag Wang)
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string (Alexey Klimov)
- arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning (junhua huang)
- platform/x86: dell-wmi: Ignore suspend notifications (Armin Wolf)
- udf: fix uninit-value use in udf_get_fileshortad (Gianfranco Trad) [Orabug: 37264080] {CVE-2024-50143}
- arm64: Force position-independent veneers (Mark Rutland)
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit (Shengjiu Wang)
- ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (Alexey Klimov)
- drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA (Hans de Goede) [Orabug: 37252420] {CVE-2024-50134}
- exec: don't WARN for racy path_noexec check (Mateusz Guzik) [Orabug: 37206344] {CVE-2024-50010}
- XHCI: Separate PORT and CAPs macros into dedicated file (Frank Li)
- usb: gadget: Add function wakeup support (Elson Roy Serrao)
- KVM: s390: gaccess: Check if guest address is in memslot (Nico Boehr)
- KVM: s390: gaccess: Cleanup access to guest pages (Janis Schoetterl-Glausch)
- KVM: s390: gaccess: Refactor access address range check (Janis Schoetterl-Glausch)
- KVM: s390: gaccess: Refactor gpa and length calculation (Janis Schoetterl-Glausch)
- arm64: probes: Fix uprobes for big-endian kernels (Mark Rutland) [Orabug: 37264236] {CVE-2024-50194}
- arm64:uprobe fix the uprobe SWBP_INSN in big-endian (junhua huang)
- Bluetooth: bnep: fix wild-memory-access in proto_unregister (Ye Bin) [Orabug: 37264096] {CVE-2024-50148}
- s390: Initialize psw mask in perf_arch_fetch_caller_regs() (Heiko Carstens)
- usb: typec: altmode should keep reference to parent (Thadeu Lima de Souza Cascardo) [Orabug: 37264102] {CVE-2024-50150}
- smb: client: fix OOBs when building SMB2_IOCTL request (Paulo Alcantara) [Orabug: 37264107] {CVE-2024-50151}
- scsi: target: core: Fix null-ptr-deref in target_alloc_device() (Wang Hai) [Orabug: 37264112] {CVE-2024-50153}
- genetlink: hold RCU in genlmsg_mcast() (Eric Dumazet)
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink(). (Kuniyuki Iwashima) [Orabug: 37264114] {CVE-2024-50154}
- net: systemport: fix potential memory leak in bcm_sysport_xmit() (Wang Hai) [Orabug: 37264156] {CVE-2024-50171}
- net: xilinx: axienet: fix potential memory leak in axienet_start_xmit() (Wang Hai)
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Li RongQing)
- net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit() (Wang Hai)
- macsec: don't increment counters for an unrelated SA (Sabrina Dubroca)
- net: usb: usbnet: fix race in probe failure (Oliver Neukum)
- drm/msm: Allocate memory for disp snapshot with kvzalloc() (Douglas Anderson)
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs() (Douglas Anderson) [Orabug: 37264122] {CVE-2024-50156}
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation (Jonathan Marek)
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (Bhargava Chenna Marreddy) [Orabug: 37264280] {CVE-2024-50208}
- RDMA/bnxt_re: Return more meaningful error (Kalesh AP)
- ipv4: give an IPv4 dev to blackhole_netdev (Xin Long)
- RDMA/irdma: Fix misspelling of 'accept*' (Alexander Zubkov)
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (Anumula Murali Mohan Reddy)
- ALSA: hda/cs8409: Fix possible NULL dereference (Murad Masimov) [Orabug: 37264129] {CVE-2024-50160}
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin (Florian Klink)
- x86/resctrl: Avoid overflow in MB settings in bw_validate() (Martin Kletzander)
- RDMA/bnxt_re: Add a check for memory allocation (Kalesh AP) [Orabug: 37264285] {CVE-2024-50209}
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (Saravanan Vajravel)
- bpf: devmap: provide rxq after redirect (Florian Kauer) [Orabug: 37264132] {CVE-2024-50162}
- bpf: Make sure internal and UAPI bpf_redirect flags don't overlap (Toke Hoiland-Jorgensen) [Orabug: 37264134] {CVE-2024-50163}
- LTS version: v5.15.169 (Vijayendra Suman)
- ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2 (Vasiliy Kovalev)
- powerpc/mm: Always update max/min_low_pfn in mem_topology_setup() (Aneesh Kumar K.V)
- nilfs2: propagate directory read errors from nilfs_find_entry() (Ryusuke Konishi) [Orabug: 37264266] {CVE-2024-50202}
- mptcp: prevent MPC handshake on port-based signal endpoints (Paolo Abeni)
- mptcp: fallback when MPTCP opts are dropped after 1st data (Matthieu Baerts (NGI0))
- tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni) [Orabug: 37227408] {CVE-2024-50083}
- mptcp: handle consistently DSS corruption (Paolo Abeni) [Orabug: 37264210] {CVE-2024-50185}
- mptcp: track and update contiguous data status (Geliang Tang)
- irqchip/gic-v4: Don't allow a VMOVP on a dying VPE (Marc Zyngier) [Orabug: 37264231] {CVE-2024-50192}
- pinctrl: ocelot: fix system hang on level based interrupts (Sergey Matsievskiy) [Orabug: 37264246] {CVE-2024-50196}
- x86/entry_32: Clear CPU buffers after register restore in NMI return (Pawan Gupta) [Orabug: 37264234] {CVE-2024-50193}
- x86/entry_32: Do not clobber user EFLAGS.ZF (Pawan Gupta)
- x86/apic: Always explicitly disarm TSC-deadline timer (Zhang Rui)
- x86/resctrl: Annotate get_mem_config() functions as __init (Nathan Chancellor)
- USB: serial: option: add Telit FN920C04 MBIM compositions (Daniele Palmas)
- USB: serial: option: add support for Quectel EG916Q-GL (Benjamin B. Frost)
- xhci: Mitigate failed set dequeue pointer commands (Mathias Nyman)
- xhci: Fix incorrect stream context type macro (Mathias Nyman)
- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (Luiz Augusto von Dentz)
- Bluetooth: Remove debugfs directory on module init failure (Aaron Thompson)
- iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: light: opt3001: add missing full-scale range value (Emil Gedenryd)
- iio: light: veml6030: fix IIO device retrieval from embedded device (Javier Carrasco) [Orabug: 37264254] {CVE-2024-50198}
- iio: light: veml6030: fix ALS sensor resolution (Javier Carrasco)
- iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency() (Christophe JAILLET)
- iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig (Javier Carrasco)
- iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- drm/vmwgfx: Handle surface check failure correctly (Nikolay Kuratov)
- drm/radeon: Fix encoder-&gt;possible_clones (Ville Syrjala) [Orabug: 37264263] {CVE-2024-50201}
- io_uring/sqpoll: close race on waiting for sqring entries (Jens Axboe)
- blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (Omar Sandoval) [Orabug: 37227403] {CVE-2024-50082}
- x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (Johannes Wikner)
- x86/bugs: Skip RSB fill at VMEXIT (Johannes Wikner)
- x86/entry: Have entry_ibpb() invalidate return predictions (Johannes Wikner)
- x86/cpufeatures: Add a IBPB_NO_RET BUG flag (Johannes Wikner)
- x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (Jim Mattson)
- KVM: s390: Change virtual to physical address access in diag 0x258 handler (Michael Mueller)
- s390/sclp_vt220: Convert newlines to CRLF instead of LFCR (Thomas Weissschuh)
- iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices (Lu Baolu) [Orabug: 37252321] {CVE-2024-50101}
- io_uring/sqpoll: do not put cpumask on stack (Felix Moessbauer)
- io_uring/sqpoll: retain test for whether the CPU is valid (Jens Axboe)
- io_uring/sqpoll: do not allow pinning outside of cpuset (Felix Moessbauer)
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (Wachowski, Karol)
- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (Breno Leitao) [Orabug: 36835836] {CVE-2024-40953}
- dm-crypt, dm-verity: disable tasklets (Mikulas Patocka)
- wifi: mac80211: fix potential key use-after-free (Johannes Berg)
- secretmem: disable memfd_secret() if arch cannot set direct map (Patrick Roy) [Orabug: 37264195] {CVE-2024-50182}
- mm/swapfile: skip HugeTLB pages for unuse_vma (Liu Shixin) [Orabug: 37264256] {CVE-2024-50199}
- fat: fix uninitialized variable (OGAWA Hirofumi)
- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (Nianyao Tang)
- net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY (Oleksij Rempel)
- arm64: probes: Fix simulate_ldr*_literal() (Mark Rutland)
- arm64: probes: Remove broken LDR (literal) uprobe support (Mark Rutland) [Orabug: 37252316] {CVE-2024-50099}
- posix-clock: Fix missing timespec64 check in pc_clock_settime() (Jinjie Ruan) [Orabug: 37264241] {CVE-2024-50195}
- net: enetc: add missing static descriptor and inline keyword (Wei Fang)
- net: enetc: remove xdp_drops statistic from enetc_xdp_drop() (Wei Fang)
- udf: Fix bogus checksum computation in udf_rename() (Jan Kara) [Orabug: 37320204] {CVE-2024-43845}
- udf: Don't return bh from udf_expand_dir_adinicb() (Jan Kara)
- udf: Handle error when expanding directory (Jan Kara)
- udf: Remove old directory iteration code (Jan Kara)
- udf: Convert udf_link() to new directory iteration code (Jan Kara)
- udf: Convert udf_mkdir() to new directory iteration code (Jan Kara)
- udf: Convert udf_add_nondir() to new directory iteration (Jan Kara)
- udf: Implement adding of dir entries using new iteration code (Jan Kara)
- udf: Convert udf_unlink() to new directory iteration code (Jan Kara)
- udf: Convert udf_rmdir() to new directory iteration code (Jan Kara)
- udf: Convert empty_dir() to new directory iteration code (Jan Kara)
- udf: Convert udf_get_parent() to new directory iteration code (Jan Kara)
- udf: Convert udf_lookup() to use new directory iteration code (Jan Kara)
- udf: Convert udf_readdir() to new directory iteration (Jan Kara)
- udf: Convert udf_rename() to new directory iteration code (Jan Kara)
- udf: Provide function to mark entry as deleted using new directory iteration code (Jan Kara)
- udf: Implement searching for directory entry using new iteration code (Jan Kara)
- udf: Move udf_expand_dir_adinicb() to its callsite (Jan Kara)
- udf: Convert udf_expand_dir_adinicb() to new directory iteration (Jan Kara)
- udf: New directory iteration code (Jan Kara)
- ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2 (Vasiliy Kovalev)

[5.15.0-303.168.3]
- ACPI: CPPC: Make rmw_lock a raw_spin_lock (Pierre Gondois) [Orabug: 37268714] {CVE-2024-50249}
- net: usb: usbnet: fix name regression (Oliver Neukum)
- mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow (Matthieu Baerts (NGI0))
- parport: Proper fix for array out-of-bounds access (Takashi Iwai) [Orabug: 37227435] {CVE-2024-50074}
- netfilter: xtables: fix typo causing some targets not to load on IPv6 (Pablo Neira Ayuso)
- block, bfq: fix procress reference leakage for bfqq in merge chain (Yu Kuai)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() (Ido Schimmel) [Orabug: 37304697] {CVE-2024-53042}
- usb: dwc3: core: Fix system suspend on TI AM62 platforms (Roger Quadros)
- Revert 'driver core: Fix uevent_show() vs driver detach race' (Greg Kroah-Hartman)
- jfs: Fix sanity check in dbMount (Dave Kleikamp)
- octeontx2-af: Fix potential integer overflows on integer shifts (Colin Ian King)
- gtp: allow -1 to be specified as file description from userspace (Pablo Neira Ayuso)
- scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages (Justin Tee)  [Orabug: 37070103]  {CVE-2024-43816}
- blk-cgroup: Properly propagate the iostat update up the hierarchy (Waiman Long)  [Orabug: 37264361]
- blk-cgroup: fix list corruption from reorder of WRITE -&gt;lqueued (Ming Lei)  [Orabug: 37264361] {CVE-2024-38384}
- blk-cgroup: fix list corruption from resetting io stat (Ming Lei)  [Orabug: 37264361] {CVE-2024-38663}
- blk-cgroup: Flush stats before releasing blkcg_gq (Ming Lei)  [Orabug: 37264361]
- blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() (Waiman Long)  [Orabug: 37264361]
- blk-cgroup: don't update io stat for root cgroup (Ming Lei)  [Orabug: 37264361]
- blk-cgroup: Optimize blkcg_rstat_flush() (Waiman Long)  [Orabug: 37264361]
- blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path (Waiman Long)  [Orabug: 37264361]
- vfio/iommu_type1: replace kfree with kvfree (Jiacheng Shi)  [Orabug: 37263362]
- i2c: i801: Add support for Intel Birch Stream SoC (Jarkko Nikula)  [Orabug: 37249533]
- nvme: fix deadlock between reset and scan (Bitao Hu)  [Orabug: 37244604]
- virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT (Dan Williams)  [Orabug: 37070016]
- virt: sevguest: Prep for kernel internal get_ext_report() (Dan Williams)  [Orabug: 37070016]
- configfs-tsm: Introduce a shared ABI for attestation reports (Dan Williams)  [Orabug: 37070016]
- virt: coco: Add a coco/Makefile and coco/Kconfig (Dan Williams)  [Orabug: 37070016]
- virt: sevguest: Fix passing a stack buffer as a scatterlist target (Dan Williams)  [Orabug: 37070016]
- x86/sev: Change snp_guest_issue_request()'s fw_err argument (Dionna Glaze)  [Orabug: 37070016]
- crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL (Peter Gonda)  [Orabug: 37070016]
- virt/coco/sev-guest: Double-buffer messages (Dionna Glaze)  [Orabug: 37070016]
- virt/coco/sev-guest: Add throttling awareness (Dionna Glaze)  [Orabug: 37070016]
- virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case (Borislav Petkov (AMD))  [Orabug: 37070016]
- virt/coco/sev-guest: Do some code style cleanups (Borislav Petkov (AMD))  [Orabug: 37070016]
- virt/coco/sev-guest: Carve out the request issuing logic into a helper (Borislav Petkov (AMD))  [Orabug: 37070016]
- virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request() (Borislav Petkov (AMD))  [Orabug: 37070016]
- virt/coco/sev-guest: Simplify extended guest request handling (Borislav Petkov (AMD))  [Orabug: 37070016]
- virt/coco/sev-guest: Check SEV_SNP attribute at probe time (Borislav Petkov (AMD))  [Orabug: 37070016]
- x86/sev: Mark snp_abort() noreturn (Borislav Petkov)  [Orabug: 37070016]
- kbuild: Drop -Wdeclaration-after-statement (Peter Zijlstra)  [Orabug: 37070016]
- apparmor: Free up __cleanup() name (Peter Zijlstra)  [Orabug: 37070016]
- fwctl: Expand adaption of code for UEK7 (Liam Merwick)  [Orabug: 37070016]
- mm/slab: Add __free() support for kvfree (Dan Williams)  [Orabug: 37070016]
- mm: move kvmalloc-related functions to slab.h (Matthew Wilcox (Oracle))  [Orabug: 37070016]
- x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed (Tom Lendacky)  [Orabug: 37070016]
- iommu/amd: Do not identity map v2 capable device when snp is enabled (Vasant Hegde)  [Orabug: 37070016]
- virt: sevguest: Add CONFIG_CRYPTO dependency (Arnd Bergmann)  [Orabug: 37070016]
- virt/sev-guest: Remove unnecessary free in init_crypto() (Rafael Mendonca)  [Orabug: 37070016]
- virt/sev-guest: Add a MODULE_ALIAS (Cole Robinson)  [Orabug: 37070016]
- virt/sev-guest: Return -EIO if certificate buffer is not large enough (Tom Lendacky)  [Orabug: 37070016]
- virt/sev-guest: Prevent IV reuse in the SNP guest driver (Peter Gonda)  [Orabug: 37070016]
- x86/compressed/64: Add identity mappings for setup_data entries (Michael Roth)  [Orabug: 37070016]
- x86/sev: Do not try to parse for the CC blob on non-AMD hardware (Borislav Petkov (AMD))  [Orabug: 37070016]
- x86/sev: Use the GHCB protocol when available for SNP CPUID requests (Tom Lendacky)  [Orabug: 37070016]
- x86/boot: Fix the setup data types max limit (Borislav Petkov)  [Orabug: 37070016]
- x86/sev: Don't use cc_platform_has() for early SEV-SNP calls (Tom Lendacky)  [Orabug: 37070016]
- x86/sev: Fix calculation of end address based on number of pages (Tom Lendacky)  [Orabug: 37070016]
- x86/sev: Fix kernel crash due to late update to read-only ghcb_version (Ashwin Dayanand Kamat)  [Orabug: 37070016]
- x86/sev: Add SEV-SNP guest feature negotiation support (Nikunj A Dadhania)  [Orabug: 37070016]
- Revert 'x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV' (Borislav Petkov)  [Orabug: 37070016]
- x86/boot: Don't propagate uninitialized boot_params-&gt;cc_blob_address (Michael Roth)  [Orabug: 37070016]
- KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level (Peter Gonda)  [Orabug: 37070016]
- KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog (Jarkko Sakkinen)  [Orabug: 37070016]
- KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors (Sean Christopherson)  [Orabug: 37070016]
- iommu/amd: Add support for AVIC when SNP is enabled (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Set translation valid bit only when IO page tables are in use (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Introduce function to check and enable SNP (Brijesh Singh)  [Orabug: 37070016]
- iommu/amd: Globally detect SNP support (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Process all IVHDs before enabling IOMMU features (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Introduce global variable for storing common EFR and EFR2 (Suravee Suthikulpanit)  [Orabug: 37070016]
- iommu/amd: Introduce Support for Extended Feature 2 Register (Suravee Suthikulpanit)  [Orabug: 37070016]
- x86/sev: Remove duplicated assignment to variable info (Colin Ian King)  [Orabug: 37070016]
- x86/sev: Fix address space sparse warning (Borislav Petkov)  [Orabug: 37070016]
- x86/sev: Get the AP jump table address from secrets page (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Add missing __init annotations to SEV init routines (Michael Roth)  [Orabug: 37070016]
- crypto: ccp - Log when resetting PSP SEV state (Peter Gonda)  [Orabug: 37070016]
- virt: sev-guest: Pass the appropriate argument type to iounmap() (Tom Lendacky)  [Orabug: 37070016]
- virt: sevguest: Rename the sevguest dir and files to sev-guest (Tom Lendacky)  [Orabug: 37070016]
- virt: sevguest: Change driver name to reflect generic SEV support (Tom Lendacky)  [Orabug: 37070016]
- x86/boot: Put globals that are accessed early into the .data section (Michael Roth)  [Orabug: 37070016]
- virt: sevguest: Fix bool function returning negative value (Haowen Bai)  [Orabug: 37070016]
- virt: sevguest: Fix return value check in alloc_shared_pages() (Yang Yingliang)  [Orabug: 37070016]
- x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate() (Peter Gonda)  [Orabug: 37070016]
- virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement (Michael Roth)  [Orabug: 37070016]
- virt: sevguest: Add support to get extended report (Brijesh Singh)  [Orabug: 37070016]
- virt: sevguest: Add support to derive key (Brijesh Singh)  [Orabug: 37070016]
- virt: Add SEV-SNP guest driver (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Register SEV-SNP guest request platform device (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Provide support for SNP guest request NAEs (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Add a sev= cmdline option (Michael Roth)  [Orabug: 37070016]
- x86/sev: Use firmware-validated CPUID for SEV-SNP guests (Michael Roth)  [Orabug: 37070016]
- x86/sev: Add SEV-SNP feature detection/setup (Michael Roth)  [Orabug: 37070016]
- x86/compressed/64: Add identity mapping for Confidential Computing blob (Michael Roth)  [Orabug: 37070016]
- x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests (Michael Roth)  [Orabug: 37070016]
- x86/compressed: Add SEV-SNP feature detection/setup (Michael Roth)  [Orabug: 37070016]
- x86/boot: Add a pointer to Confidential Computing blob in bootparams (Michael Roth)  [Orabug: 37070016]
- x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers (Michael Roth)  [Orabug: 37070016]
- x86/sev: Move MSR-based VMGEXITs for CPUID to helper (Michael Roth)  [Orabug: 37070016]
- KVM: x86: Move lookup of indexed CPUID leafs to helper (Michael Roth)  [Orabug: 37070016]
- x86/boot: Add Confidential Computing type to setup_data (Brijesh Singh)  [Orabug: 37070016]
- x86/compressed/acpi: Move EFI kexec handling into common code (Michael Roth)  [Orabug: 37070016]
- x86/compressed/acpi: Move EFI vendor table lookup to helper (Michael Roth)  [Orabug: 37070016]
- x86/compressed/acpi: Move EFI config table lookup to helper (Michael Roth)  [Orabug: 37070016]
- x86/compressed/acpi: Move EFI system table lookup to helper (Michael Roth)  [Orabug: 37070016]
- x86/head/64: Re-enable stack protection (Michael Roth)  [Orabug: 37070016]
- x86/sev: Use SEV-SNP AP creation to start secondary CPUs (Tom Lendacky)  [Orabug: 37070016]
- x86/sev: Remove do_early_exception() forward declarations (Borislav Petkov)  [Orabug: 37070016]
- x86/mm: Validate memory when changing the C-bit (Brijesh Singh)  [Orabug: 37070016]
- x86/mm/cpa: Generalize __set_memory_enc_pgtable() (Brijesh Singh)  [Orabug: 37070016]
- x86/kernel: Validate ROM memory before accessing when SEV-SNP is active (Brijesh Singh)  [Orabug: 37070016]
- x86/kernel: Mark the .bss..decrypted section as shared in the RMP table (Brijesh Singh)  [Orabug: 37070016]
- x86/head64: Add missing __head annotation to sme_postprocess_startup() (Marco Bonelli)  [Orabug: 37070016]
- x86/head64: Carve out the guest encryption postprocessing into a helper (Borislav Petkov)  [Orabug: 37070016]
- x86/sev: Add helper for validating pages in early enc attribute changes (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Register GHCB memory when SEV-SNP is active (Brijesh Singh)  [Orabug: 37070016]
- x86/compressed: Register GHCB memory when SEV-SNP is active (Brijesh Singh)  [Orabug: 37070016]
- x86/compressed: Add helper for validating pages in the decompression stage (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Check the VMPL level (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Add a helper for the PVALIDATE instruction (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Check SEV-SNP features support (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Save the negotiated GHCB version (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Define the Linux-specific guest termination reasons (Brijesh Singh)  [Orabug: 37070016]
- x86/mm: Extend cc_attr to include AMD SEV-SNP (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Detect/setup SEV/SME features earlier in boot (Michael Roth)  [Orabug: 37070016]
- x86/compressed/64: Detect/setup SEV/SME features earlier during boot (Michael Roth)  [Orabug: 37070016]
- KVM: SVM: Update the SEV-ES save area mapping (Tom Lendacky)  [Orabug: 37070016]
- KVM: SVM: Create a separate mapping for the GHCB save area (Tom Lendacky)  [Orabug: 37070016] [Orabug: 37070016]
- KVM: SVM: Create a separate mapping for the SEV-ES save area (Tom Lendacky)  [Orabug: 37070016]
- KVM: SVM: Define sev_features and VMPL field in the VMSA (Brijesh Singh)  [Orabug: 37070016]
- x86/sev: Move common memory encryption code to mem_encrypt.c (Kirill A. Shutemov)  [Orabug: 37070016]
- x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.c (Kuppuswamy Sathyanarayanan)  [Orabug: 37070016]
- x86/sev: Get rid of excessive use of defines (Borislav Petkov)  [Orabug: 37070016]
- x86/sev: Shorten GHCB terminate macro names (Brijesh Singh)  [Orabug: 37070016]
- x86/coco: Add API to handle encryption mask (Kirill A. Shutemov)  [Orabug: 37070016]
- x86/coco: Explicitly declare type of confidential computing platform (Kirill A. Shutemov)  [Orabug: 37070016]
- x86/hyperv: Initialize GHCB page in Isolation VM (Tianyu Lan)  [Orabug: 37070016]
- x86/cc: Move arch/x86/{kernel/cc_platform.c =&gt; coco/core.c} (Kirill A. Shutemov)  [Orabug: 37070016]
- x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has() (Tianyu Lan)  [Orabug: 37070016]
- crypto: ccp - Add SEV_INIT_EX support (David Rientjes)  [Orabug: 37070016]
- crypto: ccp - Add psp_init_on_probe module parameter (Peter Gonda)  [Orabug: 37070016]
- crypto: ccp - Add SEV_INIT rc error logging on init (Peter Gonda)  [Orabug: 37070016]
- KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING (Sean Christopherson)  [Orabug: 37070016]
- KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: Init target VMCBs in sev_migrate_from (Peter Gonda)  [Orabug: 37070016]
- KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES (Peter Gonda)  [Orabug: 37070016]
- KVM: SEV: Mark nested locking of vcpu-&gt;lock (Peter Gonda)  [Orabug: 37070016]
- KVM: SVM: Simplify and harden helper to flush SEV guest page(s) (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: Add cond_resched() to loop in sev_clflush_pages() (Peter Gonda)  [Orabug: 37070016]
- KVM: SEV: Allow SEV intra-host migration of VM with mirrors (Peter Gonda)  [Orabug: 37070016]
- KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_guest_switch (Paolo Bonzini)  [Orabug: 37070016]
- selftests: KVM: sev_migrate_tests: Add mirror command tests (Peter Gonda)  [Orabug: 37070016]
- selftests: KVM: sev_migrate_tests: Fix sev_ioctl() (Peter Gonda)  [Orabug: 37070016]
- selftests: KVM: sev_migrate_tests: Fix test_sev_mirror() (Peter Gonda)  [Orabug: 37070016]
- KVM: SEV: Mark nested locking of kvm-&gt;lock (Wanpeng Li)  [Orabug: 37070016]
- KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure (Tom Lendacky)  [Orabug: 37070016]
- KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: accept signals in sev_lock_two_vms (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: do not take kvm-&gt;lock when destroying (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: Prohibit migration of a VM that has mirrors (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked (Paolo Bonzini)  [Orabug: 37070016]
- selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: do not use list_replace_init on an empty list (Paolo Bonzini)  [Orabug: 37070016]
- selftests: sev_migrate_tests: free all VMs (Paolo Bonzini)  [Orabug: 37070016]
- selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror() (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: Drop a redundant setting of sev-&gt;asid during initialization (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: Set sev_info.active after initial checks in sev_guest_init() (Sean Christopherson)  [Orabug: 37070016]
- KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from (Paolo Bonzini)  [Orabug: 37070016]
- selftest: KVM: Add intra host migration tests (Peter Gonda)  [Orabug: 37070016]
- KVM: selftests: Use pattern matching in .gitignore (Sean Christopherson)  [Orabug: 37070016]
- selftest: KVM: Add open sev dev helper (Peter Gonda)  [Orabug: 37070016]
- x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature. (Ashish Kalra)  [Orabug: 37070016]
- EFI: Introduce the new AMD Memory Encryption GUID. (Ashish Kalra)  [Orabug: 37070016]
- mm: x86: Invoke hypercall when page encryption status is changed (Brijesh Singh)  [Orabug: 37070016]
- x86/kvm: Add AMD SEV specific Hypercall3 (Brijesh Singh)  [Orabug: 37070016]
- KVM: SEV: Add support for SEV-ES intra host migration (Peter Gonda)  [Orabug: 37070016]
- KVM: SEV: Add support for SEV intra host migration (Peter Gonda)  [Orabug: 37070016]
- KVM: SEV: provide helpers to charge/uncharge misc_cg (Paolo Bonzini)  [Orabug: 37070016]
- KVM: SEV: Refactor out sev_es_state struct (Peter Gonda)  [Orabug: 37070016]
- x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV (Tianyu Lan)  [Orabug: 37070016]
- x86/sev: Allow #VC exceptions on the VC2 stack (Joerg Roedel)  [Orabug: 37070016]
- KVM: generalize 'bugged' VM to 'dead' VM (Paolo Bonzini)  [Orabug: 37070016]
- x86/sev: Carve out HV call's return value verification (Borislav Petkov)  [Orabug: 37070016]
- KVM: Free new dirty bitmap if creating a new memslot fails (Sean Christopherson)  [Orabug: 37070016]
- KVM: Fix comments that refer to the non-existent install_new_memslots() (Jun Miao)  [Orabug: 37070016]
- KVM: x86: Retry page fault if MMU reload is pending and root has no sp (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs (Sean Christopherson)  [Orabug: 37070016]
- KVM: Dynamically allocate 'new' memslots from the get-go (Sean Christopherson)  [Orabug: 37070016]
- KVM: Wait 'til the bitter end to initialize the 'new' memslot (Sean Christopherson)  [Orabug: 37070016]
- KVM: Optimize overlapping memslots check (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Optimize gfn lookup in kvm_zap_gfn_range() (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_memslot() (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Keep memslots in tree-based structures instead of array-based ones (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: s390: Introduce kvm_s390_get_gfn_end() (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: s390: Add a routine for setting userspace CPU state (Eric Farman)  [Orabug: 37070016]
- KVM: Use interval tree to do fast hva lookup in memslots (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Resolve memslot ID via a hash table instead of via a static array (Maciej S. Szmigiero)  [Orabug: 37070016]
- Revert 'kvm: fix possible spectre gadgets in include/linux/kvm_host.h' (Liam Merwick)  [Orabug: 37070016]
- KVM: Move WARN on invalid memslot index to update_memslots() (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Integrate gfn_to_memslot_approx() into search_memslots() (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region() (Sean Christopherson)  [Orabug: 37070016]
- KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit (Sean Christopherson)  [Orabug: 37070016]
- KVM: Use prepare/commit hooks to handle generic memslot metadata updates (Sean Christopherson)  [Orabug: 37070016]
- KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86: Use 'new' memslot instead of userspace memory region (Sean Christopherson)  [Orabug: 37070016]
- KVM: s390: Use 'new' memslot instead of userspace memory region (Sean Christopherson)  [Orabug: 37070016]
- KVM: PPC: Avoid referencing userspace memory region in memslot updates (Sean Christopherson)  [Orabug: 37070016]
- KVM: MIPS: Drop pr_debug from memslot commit to avoid using 'mem' (Sean Christopherson)  [Orabug: 37070016]
- KVM: arm64: Use 'new' memslot instead of userspace memory region (Sean Christopherson)  [Orabug: 37070016]
- KVM: Let/force architectures to deal with arch specific memslot data (Sean Christopherson)  [Orabug: 37070016]
- KVM: Use 'new' memslot's address space ID instead of dedicated param (Sean Christopherson)  [Orabug: 37070016]
- KVM: Resync only arch fields when slots_arch_lock gets reacquired (Maciej S. Szmigiero)  [Orabug: 37070016]
- KVM: Open code kvm_delete_memslot() into its only caller (Sean Christopherson)  [Orabug: 37070016]
- KVM: Require total number of memslot pages to fit in an unsigned long (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range() (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Retry page fault if root is invalidated by memslot update (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator (Sean Christopherson)  [Orabug: 37070016]
- KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing is required (Hou Wenlong)  [Orabug: 37070016]
- KVM: x86/mmu: Avoid memslot lookup in rmap_add (David Matlack)  [Orabug: 37070016]
- KVM: MMU: pass struct kvm_page_fault to mmu_set_spte (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: pass kvm_mmu_page struct to make_spte (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: set ad_disabled in TDP MMU role (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: remove unnecessary argument to mmu_set_spte (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: clean up make_spte return value (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: inline set_spte in FNAME(sync_page) (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: inline set_spte in mmu_set_spte (Paolo Bonzini)  [Orabug: 37070016]
- KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track (David Matlack)  [Orabug: 37070016]
- KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault (David Matlack)  [Orabug: 37070016] [Orabug: 37070016]
- KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_dirty_log (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: mark page dirty in make_spte (Paolo Bonzini)  [Orabug: 37070016]
- KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults (Sean Christopherson)  [Orabug: 37070016]
- KVM: MMU: change tracepoints arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change fast_page_fault() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change tdp_mmu_map_handle_target_level() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change __direct_map() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change direct_page_fault() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: change mmu-&gt;page_fault() arguments to kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: Introduce struct kvm_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: MMU: pass unadulterated gpa to direct_page_fault (Paolo Bonzini)  [Orabug: 37070016]
- KVM: X86: Don't unsync pagetables when speculative (Lai Jiangshan)  [Orabug: 37070016]
- KVM: X86: Change kvm_sync_page() to return true when remote flush is needed (Lai Jiangshan)  [Orabug: 37070016]
- KVM: X86: Remove kvm_mmu_flush_or_zap() (Lai Jiangshan)  [Orabug: 37070016]
- KVM: X86: Don't flush current tlb on shadow page modification (Lai Jiangshan)  [Orabug: 37070016]
- net: mana: Fix RX buf alloc_size alignment and atomic op panic (Haiyang Zhang)  [Orabug: 37029115]  {CVE-2024-45001}
- net/mlx5: pretend 'fast unload' succeeded on Exadata systems (Gerd Rausch)  [Orabug: 37224000]
- rds: Do not invoke the transport's recv_path() while in atomic context (Hakon Bugge)  [Orabug: 36368605]

[5.15.0-303.168.2]
- Revert 'rds: ib: Make sure receives are posted before connection is up' (Gerd Rausch)  [Orabug: 37244182]
- uek-rpm/ol9/config-mips64: Align MIPS64 Crypto configs with x86_64 (Vijay Kumar)  [Orabug: 37218693]
- rds: ib: Avoid reuse of IB MRs when cleaning is in progress (Hakon Bugge)  [Orabug: 37206836]
- spec: Set CONFIG_CRYPTO_FIPS_NAME for standard &amp; embedded kernels (Jonah Palmer)  [Orabug: 37137136]
- spec: Set CONFIG_CRYPTO_FIPS_NAME for container kernels (Jonah Palmer)  [Orabug: 37137136]
- spec: Add UEK release macros for UEK7 (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol9 Pensando embedded kernels (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol9 T93 embedded kernels (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol9 MIPS64 embedded kernels (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol8 Bluefield 3 smartnic embedded kernels (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol8/ol9 standard kernels (Jonah Palmer)  [Orabug: 37137136]
- uek-rpm: Set CONFIG_CRYPTO_FIPS_NAME for ol8/ol9 container kernels (Jonah Palmer)  [Orabug: 37137136]

[5.15.0-303.168.1]
- LTS version: v5.15.168 (Vijayendra Suman)
- net: xilinx: axienet: Schedule NAPI in two steps (Sean Anderson)
- selftests: net: more strict check in net_helper (Paolo Abeni)
- net: axienet: start napi before enabling Rx/Tx (Andy Chiu)
- ext4: fix warning in ext4_dio_write_end_io() (Jan Kara)
- netfilter: ip6t_rpfilter: Fix regression with VRF interfaces (Phil Sutter)
- net: vrf: determine the dst using the original ifindex for multicast (Antoine Tenart)
- net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev (Andrea Mayer)
- xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup (David Ahern)
- net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_INHERIT (Eyal Birger)
- block, bfq: fix uaf for accessing waker_bfqq after splitting (Yu Kuai)
- kthread: unpark only parked kthread (Frederic Weisbecker) [Orabug: 37206395] {CVE-2024-50019}
- nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error (Yonatan Maman) [Orabug: 37252307] {CVE-2024-50096}
- mptcp: pm: do not remove closing subflows (Matthieu Baerts (NGI0))
- net: dsa: lan9303: ensure chip reset and wait for READY status (Anatolij Gustschin)
- net: Fix an unsafe loop on the list (Anastasia Kovaleva) [Orabug: 37206408] {CVE-2024-50024}
- net: explicitly clear the sk pointer, when pf-&gt;create fails (Ignat Korchagin)
- drm/v3d: Stop the active perfmon before being destroyed (Maira Canal) [Orabug: 37206424] {CVE-2024-50031}
- hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma (SurajSonawane2415)
- usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip (Icenowy Zheng)
- usb: xhci: Fix problem with xhci resume from suspend (Jose Alberto Reguero)
- usb: dwc3: core: Stop processing of pending events if controller is halted (Selvarasu Ganesan)
- Revert 'usb: yurex: Replace snprintf() with the safer scnprintf() variant' (Oliver Neukum)
- HID: plantronics: Workaround for an unexcepted opposite volume key (Wade Wang)
- resource: fix region_intersects() vs add_memory_driver_managed() (Huang Ying) [Orabug: 37200930] {CVE-2024-49878}
- HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() (Basavaraj Natikar) [Orabug: 37264222] {CVE-2024-50189}
- hwmon: (adt7470) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (adm9240) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (tmp513) Add missing dependency on REGMAP_I2C (Guenter Roeck)
- x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported (Mitchell Levy)
- RDMA/hns: Fix UAF for cq async event (Chengchang Tang) [Orabug: 36753395] {CVE-2024-38545}
- slip: make slhc_remember() more robust against malicious packets (Eric Dumazet) [Orabug: 37206428] {CVE-2024-50033}
- ppp: fix ppp_async_encode() illegal access (Eric Dumazet) [Orabug: 37206434] {CVE-2024-50035}
- mctp: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- rtnetlink: Add bulk registration helpers for rtnetlink message handlers. (Kuniyuki Iwashima)
- net: rtnetlink: add msg kind names (Nikolay Aleksandrov)
- netfilter: fib: check correct rtable in vrf setups (Florian Westphal)
- netfilter: rpfilter/fib: Set -&gt;flowic_uid correctly for user namespaces. (Guillaume Nault)
- netfilter: rpfilter/fib: Populate flowic_l3mdev field (Phil Sutter)
- netfilter: xtables: avoid NFPROTO_UNSPEC where needed (Florian Westphal) [Orabug: 37206449] {CVE-2024-50038}
- sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start (Xin Long)
- net: ibm: emac: mal: fix wrong goto (Rosen Penev)
- net/sched: accept TCA_STAB only for root qdisc (Eric Dumazet) [Orabug: 37206456] {CVE-2024-50039}
- igb: Do not bring the device up after non-fatal error (Mohamed Khalfella) [Orabug: 37206463] {CVE-2024-50040}
- i40e: Fix macvlan leak by synchronizing access to mac_filter_hash (Aleksandr Loktionov) [Orabug: 37206468] {CVE-2024-50041}
- ice: Fix netif_is_ice() in Safe Mode (Marcin Szycik)
- gpio: aspeed: Use devm_clk api to manage clock source (Billy Tsai)
- gpio: aspeed: Add the flush write to ensure the write complete. (Billy Tsai)
- net: dsa: b53: fix jumbo frames on 10/100 ports (Jonas Gorski)
- net: dsa: b53: allow lower MTUs on BCM5325/5365 (Jonas Gorski)
- net: dsa: b53: fix max MTU for BCM5325/BCM5365 (Jonas Gorski)
- net: dsa: b53: fix max MTU for 1g switches (Jonas Gorski)
- net: dsa: b53: fix jumbo frame mtu check (Jonas Gorski)
- thermal: intel: int340x: processor: Fix warning during module unload (Zhang Rui) [Orabug: 37252297] {CVE-2024-50093}
- thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add (Srinivas Pandruvada)
- net: phy: bcm84881: Fix some error handling paths (Christophe JAILLET)
- Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change (Luiz Augusto von Dentz) [Orabug: 37206473] {CVE-2024-50044}
- netfilter: br_netfilter: fix panic with metadata_dst skb (Andy Roulin) [Orabug: 37206481] {CVE-2024-50045}
- tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe (Neal Cardwell)
- tcp: fix to allow timestamp undo if no retransmits were sent (Neal Cardwell)
- net: phy: dp83869: fix memory corruption when enabling fiber (Ingo van Lil) [Orabug: 37264220] {CVE-2024-50188}
- NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() (Yanjun Zhang) [Orabug: 37206486] {CVE-2024-50046}
- SUNRPC: Fix integer overflow in decode_rc_list() (Dan Carpenter)
- ice: fix VLAN replay after reset (Dave Ertman)
- NFSD: Mark filecache 'down' if init fails (Chuck Lever)
- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (Bob Pearson)
- fbdev: sisfb: Fix strbuf array overflow (Andrey Shumilin) [Orabug: 37264185] {CVE-2024-50180}
- drm/amd/display: Check null pointer before dereferencing se (Alex Hung) [Orabug: 37206502] {CVE-2024-50049}
- driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute (Zijun Hu)
- tools/iio: Add memory allocation failure check for trigger_name (Zhu Jun)
- virtio_pmem: Check device status before requesting flush (Philip Chen) [Orabug: 37264203] {CVE-2024-50184}
- comedi: ni_routing: tools: Check when the file could not be opened (Ruffalo Lavoisier)
- usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Crashkernel Scenario (Shawn Shao)
- usb: chipidea: udc: enable suspend interrupt after usb reset (Xu Yang)
- clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D (Peng Fan) [Orabug: 37264190] {CVE-2024-50181}
- remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table (Peng Fan)
- media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put() (Yunke Cao)
- ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition (Kaixin Wang) [Orabug: 37206539] {CVE-2024-50059}
- PCI: Mark Creative Labs EMU20k2 INTx masking as broken (Alex Williamson)
- i2c: i801: Use a different adapter-name for IDF adapters (Hans de Goede)
- PCI: Add ACS quirk for Qualcomm SA8775P (Subramanian Ananthanarayanan)
- clk: bcm: bcm53573: fix OF node leak in init (Krzysztof Kozlowski)
- RDMA/rtrs-srv: Avoid null pointer deref during path establishment (Md Haris Iqbal) [Orabug: 37206562] {CVE-2024-50062}
- PCI: Add function 0 DMA alias quirk for Glenfly Arise chip (WangYuli)
- RDMA/mad: Improve handling of timed out WRs of mad agent (Saravanan Vajravel) [Orabug: 37252300] {CVE-2024-50095}
- ktest.pl: Avoid false positives with grub2 skip regex (Daniel Jordan)
- s390/cpum_sf: Remove WARN_ON_ONCE statements (Thomas Richter)
- ext4: nested locking for xattr inode (Wojciech Gladysz)
- ext4: don't set SB_RDONLY after filesystem errors (Jan Kara) [Orabug: 37264225] {CVE-2024-50191}
- bpf, x64: Fix a jit convergence issue (Yonghong Song)
- s390/mm: Add cond_resched() to cmm_alloc/free_pages() (Gerald Schaefer)
- s390/facility: Disable compile time optimization for decompressor code (Heiko Carstens)
- bpf: Check percpu map value size first (Tao Chen)
- Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal (Mathias Krause)
- virtio_console: fix misc probe bugs (Michael S. Tsirkin)
- fs/ntfs3: Refactor enum_rstbl to suppress static checker (Konstantin Komarov)
- selftests: net: Remove executable bits from library scripts (Benjamin Poirier)
- selftests/net: synchronize udpgro tests' tx and rx connection (Lucas Karpinski)
- selftests/net: give more time to udpgro bg processes to complete startup (Adrien Thierry)
- tracing: Have saved_cmdlines arrays all in one allocation (Steven Rostedt (Google))
- drm/crtc: fix uninitialized variable use even harder (Rob Clark)
- tracing: Remove precision vsnprintf() check from print event (Steven Rostedt (Google))
- net: ethernet: cortina: Drop TSO support (Linus Walleij)
- unicode: Don't special case ignorable code points (Gabriel Krisman Bertazi) [Orabug: 37252273] {CVE-2024-50089}
- ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate() (Jaroslav Kysela) [Orabug: 36983951] {CVE-2023-52904}
- perf report: Fix segfault when 'sym' sort key is not used (Namhyung Kim)
- 9p: add missing locking around taking dentry fid list (Dominique Martinet) [Orabug: 36774627] {CVE-2024-39463}
- ext4: fix inode tree inconsistency caused by ENOMEM (zhanchengbin)
- Revert 'arm64: dts: qcom: sm8250: switch UFS QMP PHY to new style of bindings' (Sumit Semwal)
- ACPI: battery: Fix possible crash when unregistering a battery hook (Armin Wolf) [Orabug: 37206091] {CVE-2024-49955}
- ACPI: battery: Simplify battery hook locking (Armin Wolf)
- clk: qcom: gcc-sc8180x: Add GPLL9 support (Satya Priya Kakitapalli)
- r8169: add tally counter fields added with RTL8125 (Heiner Kallweit) [Orabug: 37206182] {CVE-2024-49973}
- r8169: Fix spelling mistake: 'tx_underun' -&gt; 'tx_underrun' (Colin Ian King)
- dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x (Satya Priya Kakitapalli)
- dt-bindings: clock: qcom: Add missing UFS QREF clocks (Manivannan Sadhasivam)
- media: imx335: Fix reset-gpio handling (Umang Jain)
- media: i2c: imx335: Enable regulator supplies (Kieran Bingham)
- drm/rockchip: vop: clear DMA stop bit on RK3066 (Val Packett)
- drm/rockchip: support gamma control on RK3399 (Hugh Cole-Baker)
- drm/rockchip: define gamma registers for RK3399 (Hugh Cole-Baker)
- lib/buildid: harden build ID parsing logic (Andrii Nakryiko)
- build-id: require program headers to be right after ELF header (Alexey Dobriyan)
- drm/amd/display: Allow backlight to go below AMDGPU_DM_DEFAULT_MIN_BACKLIGHT (Mario Limonciello)
- uprobes: fix kernel info leak via '[uprobes]' vma (Oleg Nesterov)
- arm64: cputype: Add Neoverse-N3 definitions (Mark Rutland)
- arm64: Add Cortex-715 CPU part definition (Anshuman Khandual)
- ext4: dax: fix overflowing extents beyond inode size when partially writing (Zhihao Cheng) [Orabug: 37206370] {CVE-2024-50015}
- ext4: properly sync file size update after O_SYNC direct IO (Jan Kara)
- spi: bcm63xx: Fix missing pm_runtime_disable() (Jinjie Ruan)
- i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled (Jinjie Ruan)
- i2c: xiic: Use devm_clk_get_enabled() (Andi Shyti)
- i2c: core: Lock address during client device instantiation (Heiner Kallweit)
- i2c: create debugfs entry per adapter (Wolfram Sang)
- kconfig: qconf: fix buffer overflow in debug links (Masahiro Yamada)
- drm/amd/display: Fix system hang while resume with TBT monitor (Tom Chung) [Orabug: 37206307] {CVE-2024-50003}
- drm/sched: Add locking to drm_sched_entity_modify_sched (Tvrtko Ursulin)
- close_range(): fix the logics in descriptor table trimming (Al Viro)
- tracing/timerlat: Fix a race during cpuhp processing (Wei Li) [Orabug: 37200894] {CVE-2024-49866}
- tracing/hwlat: Fix a race during cpuhp processing (Wei Li)
- gpio: davinci: fix lazy disable (Emanuele Ghidoli)
- btrfs: wait for fixup workers before stopping cleaner kthread during umount (Filipe Manana) [Orabug: 37200896] {CVE-2024-49867}
- btrfs: fix a NULL pointer dereference when failed to start a new trasacntion (Qu Wenruo) [Orabug: 37200902] {CVE-2024-49868}
- ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[] (Hans de Goede)
- ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[] (Hans de Goede)
- Input: adp5589-keys - fix adp5589_gpio_get_value() (Nuno Sa)
- Input: adp5589-keys - fix NULL pointer dereference (Nuno Sa) [Orabug: 37200911] {CVE-2024-49871}
- rtc: at91sam9: fix OF node leak in probe() error path (Krzysztof Kozlowski)
- net: stmmac: Fix zero-division error when disabling tc cbs (KhaiWenTan) [Orabug: 37206640] {CVE-2024-49977}
- tomoyo: fallback to realpath if symlink's pathname does not exist (Tetsuo Handa)
- iio: magnetometer: ak8975: Fix reading for ak099xx sensors (Barnabas Czeman)
- clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table (Satya Priya Kakitapalli)
- clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable() (Manivannan Sadhasivam)
- media: venus: fix use after free bug in venus_remove due to race condition (Zheng Wang) [Orabug: 37206208] {CVE-2024-49981}
- clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src (Satya Priya Kakitapalli)
- clk: qcom: clk-rpmh: Fix overflow in BCM vote (Mike Tipton)
- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags (Hans Verkuil)
- media: sun4i_csi: Implement link validate for sun4i_csi subdev (Laurent Pinchart)
- clk: qcom: dispcc-sm8250: use CLK_SET_RATE_PARENT for branch clocks (Dmitry Baryshkov)
- clk: rockchip: fix error for unknown clocks (Sebastian Reichel)
- aoe: fix the potential use-after-free problem in more places (Chun-Yi Lee) [Orabug: 37206641] {CVE-2024-49982}
- NFSD: Fix NFSv4's PUTPUBFH operation (Chuck Lever)
- nfsd: map the EBADMSG to nfserr_io to avoid warning (Li Lingfeng) [Orabug: 37200917] {CVE-2024-49875}
- nfsd: fix delegation_blocked() to block correctly for at least 30 seconds (NeilBrown)
- perf hist: Update hist symbol when updating maps (Matt Fleming)
- exfat: fix memory leak in exfat_load_bitmap() (Yuezhang Mo) [Orabug: 37206359] {CVE-2024-50013}
- riscv: define ILLEGAL_POINTER_VALUE for 64bit (Jisheng Zhang)
- ext4: mark fc as ineligible using an handle in ext4_xattr_set() (Luis Henriques (SUSE))
- ext4: use handle to mark fc as ineligible in __track_dentry_update() (Luis Henriques (SUSE))
- ext4: fix fast commit inode enqueueing during a full journal commit (Luis Henriques (SUSE))
- ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list() (Luis Henriques (SUSE))
- ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit() (Luis Henriques (SUSE))
- ext4: update orig_path in ext4_find_extent() (Baokun Li) [Orabug: 37200941] {CVE-2024-49881}
- ext4: fix double brelse() the buffer of the extents path (Baokun Li) [Orabug: 37200947] {CVE-2024-49882}
- ext4: aovid use-after-free in ext4_ext_insert_extent() (Baokun Li) [Orabug: 37200953] {CVE-2024-49883}
- ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free (Baokun Li) [Orabug: 37206215] {CVE-2024-49983}
- ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space() (Luis Henriques (SUSE))
- ext4: propagate errors from ext4_find_extent() in ext4_insert_range() (Baokun Li)
- ext4: fix slab-use-after-free in ext4_split_extent_at() (Baokun Li) [Orabug: 37200959] {CVE-2024-49884}
- ext4: correct encrypted dentry name hash when not casefolded (yao.ly)
- ext4: no need to continue when the number of entries is 1 (Edward Adam Davis) [Orabug: 37206145] {CVE-2024-49967}
- ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9 (Ai Chao)
- ALSA: line6: add hw monitor volume control to POD HD500X (Hans P. Moller)
- ALSA: usb-audio: Add native DSD support for Luxman D-08u (Jan Lalinsky)
- ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET (Lianqin Hu)
- ALSA: core: add isascii() check to card ID generator (Jaroslav Kysela)
- drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS (Thomas Zimmermann)
- parisc: Fix itlb miss handler for 64-bit programs (Helge Deller)
- perf/core: Fix small negative period being ignored (Luo Gengkun)
- power: supply: hwmon: Fix missing temp1_max_alarm attribute (Hans de Goede)
- spi: bcm63xx: Fix module autoloading (Jinjie Ruan)
- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp() (Krzysztof Kozlowski)
- i2c: xiic: Wait for TX empty to avoid missed TX NAKs (Robert Hancock)
- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume (Marek Vasut) [Orabug: 37206219] {CVE-2024-49985}
- platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug (Zach Wade) [Orabug: 37200965] {CVE-2024-49886}
- selftests: vDSO: fix vdso_config for s390 (Heiko Carstens)
- selftests: vDSO: fix ELF hash table entry size for s390x (Jens Remus)
- selftests/mm: fix charge_reserved_hugetlb.sh test (David Hildenbrand)
- selftests: vDSO: fix vDSO symbols lookup for powerpc64 (Christophe Leroy)
- selftests: vDSO: fix vdso_config for powerpc (Christophe Leroy)
- selftests: vDSO: fix vDSO name for powerpc (Christophe Leroy)
- selftests: breakpoints: use remaining time to check if suspend succeed (Yifei Liu)
- spi: s3c64xx: fix timeout counters in flush_fifo (Ben Dooks)
- spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled (Jinjie Ruan)
- usb: typec: tcpm: Check for port partner validity before consuming it (Badhri Jagan Sridharan) [Orabug: 36683242] {CVE-2024-36893}
- blk-integrity: register sysfs attributes on struct device (Thomas Weissschuh)
- blk-integrity: convert to struct device_attribute (Thomas Weissschuh)
- blk-integrity: use sysfs_emit (Thomas Weissschuh)
- ext4: fix i_data_sem unlock order in ext4_ind_migrate() (Artem Sadovnikov) [Orabug: 37206322] {CVE-2024-50006}
- ext4: avoid use-after-free in ext4_ext_show_leaf() (Baokun Li) [Orabug: 37205705] {CVE-2024-49889}
- ext4: ext4_search_dir should return a proper error (Thadeu Lima de Souza Cascardo)
- of/irq: Refer to actual buffer size in of_irq_parse_one() (Geert Uytterhoeven)
- drm/amd/pm: ensure the fw_info is not null before using it (Tim Huang) [Orabug: 37205712] {CVE-2024-49890}
- drm/radeon/r100: Handle unknown family in r100_cp_init_microcode() (Geert Uytterhoeven)
- scsi: aacraid: Rearrange order of struct aac_srb_unit (Kees Cook)
- drm/printer: Allow NULL data in devcoredump printer (Matthew Brost)
- drm/amd/display: Initialize get_bytes_per_element's default to 1 (Alex Hung) [Orabug: 37205726] {CVE-2024-49892}
- drm/amd/display: Fix index out of bounds in DCN30 color transformation (Srinivasan Shanmugam) [Orabug: 37206158] {CVE-2024-49969} {CVE-2024-49895}
- drm/amd/display: Fix index out of bounds in degamma hardware format translation (Srinivasan Shanmugam) [Orabug: 37205739] {CVE-2024-49894}
- drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation (Srinivasan Shanmugam) [Orabug: 37205745] {CVE-2024-49895} {CVE-2024-49969}
- drm/amd/display: Check stream before comparing them (Alex Hung) [Orabug: 37205751] {CVE-2024-49896}
- platform/x86: touchscreen_dmi: add nanote-next quirk (Ckath)
- HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd Portfolio (Vishnu Sankar)
- drm/amdgpu: enable gfxoff quirk on HP 705G4 (Peng Liu)
- drm/amdgpu: add raven1 gfxoff quirk (Peng Liu)
- jfs: Fix uninit-value access of new_ea in ea_buffer (Zhao Mengmeng) [Orabug: 37205777] {CVE-2024-49900}
- scsi: smartpqi: correct stream detection (Mahesh Rajashekhara)
- jfs: check if leafidx greater than num leaves per dmap tree (Edward Adam Davis) [Orabug: 37205789] {CVE-2024-49902}
- jfs: Fix uaf in dbFreeBits (Edward Adam Davis) [Orabug: 37205794] {CVE-2024-49903}
- jfs: UBSAN: shift-out-of-bounds in dbFindBits (Remington Brasga)
- drm/amd/display: Check null pointers before using dc-&gt;clk_mgr (Alex Hung) [Orabug: 37205820] {CVE-2024-49907}
- ata: sata_sil: Rename sil_blacklist to sil_quirks (Damien Le Moal)
- drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream (Srinivasan Shanmugam) [Orabug: 37205857] {CVE-2024-49913}
- iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count (Sanjay K Kumar) [Orabug: 37206262] {CVE-2024-49993}
- iommu/vt-d: Always reserve a domain ID for identity setup (Lu Baolu)
- power: reset: brcmstb: Do not go into infinite loop if reset fails (Andrew Davis)
- iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux (Marc Gonzalez)
- rcuscale: Provide clear error when async specified without primitives (Paul E. McKenney)
- fbdev: pxafb: Fix possible use after free in pxafb_task() (Kaixin Wang) [Orabug: 37205935] {CVE-2024-49924}
- x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments() (Kees Cook)
- ALSA: hdsp: Break infinite MIDI input flush loop (Takashi Iwai)
- ALSA: asihpi: Fix potential OOB array access (Takashi Iwai) [Orabug: 37206327] {CVE-2024-50007}
- tools/x86/kcpuid: Protect against faulty 'max subleaf' values (Ahmed S. Darwish)
- ALSA: usb-audio: Add logitech Audio profile quirk (Joshua Pius)
- ALSA: usb-audio: Define macros for quirk table entries (Takashi Iwai)
- x86/ioapic: Handle allocation failures gracefully (Thomas Gleixner) [Orabug: 37205954] {CVE-2024-49927}
- ALSA: usb-audio: Add input value sanity checks for standard types (Takashi Iwai)
- signal: Replace BUG_ON()s (Thomas Gleixner)
- nfp: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext() (Gustavo A. R. Silva) [Orabug: 37206332] {CVE-2024-50008}
- wifi: mt76: mt7915: hold dev-&gt;mt76.mutex while disabling tx worker (Felix Fietkau)
- proc: add config &amp; param to block forcing mem writes (Adrian Ratiu)
- ACPICA: iasl: handle empty connection_node (Aleksandrs Vinarskis)
- tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process (Jason Xing)
- net: atlantic: Avoid warning about potential string truncation (Simon Horman)
- ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family (Ido Schimmel)
- ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR). (Kuniyuki Iwashima)
- net: mvpp2: Increase size of queue_name buffer (Simon Horman)
- tipc: guard against string buffer overrun (Simon Horman) [Orabug: 37206276] {CVE-2024-49995}
- ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package() (Pei Xiao) [Orabug: 37206122] {CVE-2024-49962}
- ACPI: EC: Do not release locks during operation region accesses (Rafael J. Wysocki)
- wifi: rtw88: select WANT_DEV_COREDUMP (Zong-Zhe Yang)
- wifi: ath11k: fix array out-of-bound access in SoC stats (Karthikeyan Periyasamy) [Orabug: 37205975] {CVE-2024-49930}
- nvme-pci: qdepth 1 quirk (Keith Busch)
- blk_iocost: fix more out of bound shifts (Konstantin Ovsepian) [Orabug: 37205994] {CVE-2024-49933}
- net: sched: consistently use rcu_replace_pointer() in taprio_change() (Dmitry Antipov)
- ACPICA: Fix memory leak if acpi_ps_get_next_field() fails (Armin Wolf)
- ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails (Armin Wolf)
- ACPI: PAD: fix crash in exit_round_robin() (Seiji Nishikawa) [Orabug: 37206005] {CVE-2024-49935}
- net: hisilicon: hns_mdio: fix OF node leak in probe() (Krzysztof Kozlowski)
- net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info() (Krzysztof Kozlowski)
- net: hisilicon: hip04: fix OF node leak in probe() (Krzysztof Kozlowski)
- net/xen-netback: prevent UAF in xenvif_flush_hash() (Jeongjun Park) [Orabug: 37206011] {CVE-2024-49936}
- ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node() (Aleksandr Mishin)
- wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit (Toke Hoiland-Jorgensen) [Orabug: 37206028] {CVE-2024-49938}
- wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats() (Dmitry Kandybka)
- f2fs: Require FMODE_WRITE for atomic write ioctls (Jann Horn) [Orabug: 37200793] {CVE-2024-47740}
- ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin (Takashi Iwai)
- ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m (Hui Wang)
- ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs (Takashi Iwai)
- ALSA: hda/realtek: Fix the push button function for the ALC257 (Oder Chiou)
- ALSA: mixer_oss: Remove some incorrect kfree_const() usages (Christophe JAILLET)
- media: usbtv: Remove useless locks in usbtv_video_free() (Benjamin Gaignard) [Orabug: 36598250] {CVE-2024-27072}
- i2c: xiic: Try re-initialization on bus busy timeout (Robert Hancock)
- i2c: xiic: improve error message when transfer fails to start (Marc Ferland)
- i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path (Lars-Peter Clausen)
- i2c: xiic: Fix RX IRQ busy check (Marek Vasut)
- i2c: xiic: Switch from waitqueue to completion (Marek Vasut)
- i2c: xiic: Fix broken locking on tx_msg (Marek Vasut)
- sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start (Xin Long) [Orabug: 37206050] {CVE-2024-49944}
- ppp: do not assume bh is held in ppp_channel_bridge_input() (Eric Dumazet) [Orabug: 37206060] {CVE-2024-49946}
- ipv4: ip_gre: Fix drops of small packets in ipgre_xmit (Anton Danilov)
- net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check (Shenwei Wang)
- net: stmmac: Disable automatic FCS/Pad stripping (Kurt Kanzenbach)
- stmmac_pci: Fix underflow size in stmmac_rx (Zekun Shen)
- net: add more sanity checks to qdisc_pkt_len_init() (Eric Dumazet) [Orabug: 37206063] {CVE-2024-49948}
- net: avoid potential underflow in qdisc_pkt_len_init() with UFO (Eric Dumazet) [Orabug: 37206069] {CVE-2024-49949}
- net: ethernet: lantiq_etop: fix memory disclosure (Aleksander Jan Bajkowski) [Orabug: 37206288] {CVE-2024-49997}
- Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- netfilter: nf_tables: prevent nf_skb_duplicated corruption (Eric Dumazet) [Orabug: 37206080] {CVE-2024-49952}
- net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED (Phil Sutter)
- net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() (Elena Salomatkina) [Orabug: 37206298] {CVE-2024-50000}
- net/mlx5: Added cond_resched() to crdump collection (Mohamed Khalfella)
- net/mlx5: Fix error path in multi-packet WQE transmit (Gerd Bayer) [Orabug: 37206301] {CVE-2024-50001}
- ieee802154: Fix build error (Jinjie Ruan)
- ceph: remove the incorrect Fw reference check when dirtying pages (Xiubo Li) [Orabug: 37264180] {CVE-2024-50179}
- mailbox: bcm2835: Fix timeout during suspend mode (Stefan Wahren) [Orabug: 37206129] {CVE-2024-49963}
- mailbox: rockchip: fix a typo in module autoloading (Liao Chen)
- static_call: Replace pointless WARN_ON() in static_call_module_notify() (Thomas Gleixner) [Orabug: 37206089] {CVE-2024-49954}
- static_call: Handle module init failure correctly in static_call_del_module() (Thomas Gleixner) [Orabug: 37206305] {CVE-2024-50002}
- spi: lpspi: Simplify some error message (Christophe JAILLET)
- usb: yurex: Fix inconsistent locking bug in yurex_read() (Harshit Mogalapalli)
- i2c: isch: Add missed 'else' (Andy Shevchenko)
- i2c: aspeed: Update the stop sw state when the bus recovery occurs (Tommy Huang)
- mm: only enforce minimum stack gap size if it's sensible (David Gow)
- lockdep: fix deadlock issue between lockdep and rcu (Zhiguo Niu)
- bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0 (Song Liu)
- x86/entry: Remove unwanted instrumentation in common_interrupt() (Dmitry Vyukov)
- x86/idtentry: Incorporate definitions/declarations of the FRED entries (Xin Li)
- pps: add an error check in parport_attach (Ma Ke)
- pps: remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)
- usb: xhci: fix loss of data on Cadence xHC (Pawel Laszczak)
- xhci: Add a quirk for writing ERST in high-low order (Daehwan Jung)
- xhci: Preserve RsvdP bits in ERSTBA register correctly (Lukas Wunner)
- xhci: Refactor interrupter code for initial multi interrupter support. (Mathias Nyman)
- xhci: remove xhci_test_trb_in_td_math early development check (Mathias Nyman)
- xhci: fix event ring segment table related masks and variables in header (Mathias Nyman)
- USB: misc: yurex: fix race between read and write (Oliver Neukum)
- usb: yurex: Replace snprintf() with the safer scnprintf() variant (Lee Jones)
- soc: versatile: realview: fix soc_dev leak during device remove (Krzysztof Kozlowski)
- soc: versatile: realview: fix memory leak during device remove (Krzysztof Kozlowski)
- padata: use integer wrap around to prevent deadlock on seq_nr overflow (VanGiang Nguyen) [Orabug: 37200789] {CVE-2024-47739}
- EDAC/igen6: Fix conversion of system address to physical memory address (Qiuxu Zhuo)
- nfs: fix memory leak in error path of nfs4_do_reclaim (Li Lingfeng)
- fs: Fix file_set_fowner LSM hook inconsistencies (Mickael Salaun)
- vfs: fix race between evice_inodes() and find_inode()&amp;iput() (Julian Sun) [Orabug: 37200603] {CVE-2024-47679}
- arm64: dts: rockchip: Correct the Pinebook Pro battery design capacity (Dragan Simic)
- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequency (Dragan Simic)
- hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume (Gaosheng Cui)
- hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init (Gaosheng Cui)
- hwrng: mtk - Use devm_pm_runtime_enable (Guoqing Jiang)
- f2fs: avoid potential int overflow in sanity_check_area_boundary() (Nikita Zhandarovich)
- f2fs: prevent possible int overflow in dir_block_index() (Nikita Zhandarovich)
- debugobjects: Fix conditions in fill_pool() (Zhen Lei)
- wifi: mt76: mt7615: check devm_kasprintf() returned value (Ma Ke)
- wifi: rtw88: 8822c: Fix reported RX band width (Bitterblue Smith)
- perf/x86/intel/pt: Fix sampling synchronization (Adrian Hunter)
- efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption (Ard Biesheuvel) [Orabug: 37200864] {CVE-2024-49858}
- ACPI: resource: Add another DMI match for the TongFang GMxXGxx (Werner Sembach)
- ACPI: sysfs: validate return type of _STR method (Thomas Weissschuh) [Orabug: 37200877] {CVE-2024-49860}
- drbd: Add NULL check for net_conf to prevent dereference in state validation (Mikhail Lobanov)
- drbd: Fix atomicity violation in drbd_uuid_set_bm() (Qiu-ji Chen)
- crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure (Pavan Kumar Paluri)
- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them. (Mathias Nyman)
- tty: rp2: Fix reset with non forgiving PCIe host bridges (Florian Fainelli)
- firmware_loader: Block path traversal (Jann Horn) [Orabug: 37200801] {CVE-2024-47742}
- bus: integrator-lm: fix OF node leak in probe() (Krzysztof Kozlowski)
- usb: dwc2: drd: fix clock gating on USB role switch (Tomas Marek)
- usb: cdnsp: Fix incorrect usb_request status (Pawel Laszczak)
- USB: class: CDC-ACM: fix race between get_serial and set_serial (Oliver Neukum)
- USB: misc: cypress_cy7c63: check for short transfer (Oliver Neukum)
- USB: appledisplay: close race between probe and completion handler (Oliver Neukum)
- usbnet: fix cyclical race on disconnect with work queue (Oliver Neukum)
- scsi: mac_scsi: Disallow bus errors during PDMA send (Finn Thain)
- scsi: mac_scsi: Refactor polling loop (Finn Thain)
- scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages (Finn Thain)
- drm/amd/display: Validate backlight caps are sane (Mario Limonciello)
- drm/amd/display: Round calculated vtotal (Robin Chen)
- Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line (Werner Sembach)
- Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table (Werner Sembach)
- Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk table (Werner Sembach)
- Revert 'media: tuners: fix error return code of hybrid_tuner_request_state()' (Roman Smirnov)
- soc: versatile: integrator: fix OF node leak in probe() error path (Krzysztof Kozlowski)
- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error (Ma Ke)
- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (Sean Anderson)
- Remove *.orig pattern from .gitignore (Laurent Pinchart)
- selinux,smack: don't bypass permissions check in inode_setsecctx hook (Scott Mayhew) [Orabug: 37070761] {CVE-2024-46695}
- vfio/pci: fix potential memory leak in vfio_intx_enable() (Ye Bin) [Orabug: 36765615] {CVE-2024-38632}
- x86/mm: Switch to new Intel CPU model defines (Tony Luck)
- Input: goodix - use the new soc_intel_is_byt() helper (Hans de Goede)
- drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination (Fangzhi Zuo)
- netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS (Simon Horman)
- netfilter: nf_tables: Keep deleted flowtable hooks until after RCU (Phil Sutter)
- bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave() (Jiwon Kim) [Orabug: 37200774] {CVE-2024-47734}
- net: qrtr: Update packets cloning when broadcasting (Youssef Samir)
- tcp: check skb is non-NULL in tcp_rto_delta_us() (Josh Hunt) [Orabug: 37200622] {CVE-2024-47684}
- net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL (Thomas Weissschuh)
- net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition (Kaixin Wang) [Orabug: 37200817] {CVE-2024-47747}
- netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() (Eric Dumazet) [Orabug: 37200629] {CVE-2024-47685}
- net: xilinx: axienet: Fix packet counting (Sean Anderson)
- net: axienet: Switch to 64-bit RX/TX statistics (Robert Hancock)
- net: axienet: Use NAPI for TX completion path (Robert Hancock)
- net: axienet: Be more careful about updating tx_bd_tail (Robert Hancock)
- net: axienet: add coalesce timer ethtool configuration (Robert Hancock)
- net: axienet: reduce default RX interrupt threshold to 1 (Robert Hancock)
- net: axienet: implement NAPI and GRO receive (Robert Hancock)
- net: axienet: don't set IRQ timer when IRQ delay not used (Robert Hancock)
- net: axienet: Clean up DMA start/stop and error handling (Robert Hancock)
- net: axienet: Clean up device used for DMA calls (Robert Hancock)
- Revert 'dm: requeue IO if mapping table not yet available' (Mikulas Patocka)
- vhost_vdpa: assign irq bypass producer token correctly (Jason Wang) [Orabug: 37200820] {CVE-2024-47748}
- vdpa: Add eventfd for the vdpa callback (Xie Yongji)
- interconnect: qcom: sm8250: Enable sync_state (Konrad Dybcio)
- coresight: tmc: sg: Do not leak sg_table (Suzuki K Poulose)
- iio: adc: ad7606: fix standby gpio state to match the documentation (Guillaume Stols)
- iio: adc: ad7606: fix oversampling gpio array (Guillaume Stols)
- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time (Jinjie Ruan)
- spi: lpspi: release requested DMA channels (Alexander Stein)
- spi: lpspi: Silence error message upon deferred probe (Alexander Stein)
- f2fs: get rid of online repaire on corrupted directory (Chao Yu) [Orabug: 37200641] {CVE-2024-47690}
- f2fs: clean up w/ dotdot_name (Chao Yu)
- f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy (Chao Yu)
- f2fs: fix to wait page writeback before setting gcing flag (Chao Yu)
- f2fs: optimize error handling in redirty_blocks (Jack Qiu)
- f2fs: reduce expensive checkpoint trigger frequency (Chao Yu)
- f2fs: remove unneeded check condition in __f2fs_setxattr() (Chao Yu)
- f2fs: fix to update i_ctime in __f2fs_setxattr() (Chao Yu)
- f2fs: fix typo (Yonggil Song)
- nfsd: return -EINVAL when namelen is 0 (Li Lingfeng) [Orabug: 37200649] {CVE-2024-47692}
- nfsd: call cache_put if xdr_reserve_space returns NULL (Guoqing Jiang) [Orabug: 37200782] {CVE-2024-47737}
- ntb_perf: Fix printk format (Max Hawking)
- ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir() (Jinjie Ruan)
- RDMA/irdma: fix error message in irdma_modify_qp_roce() (Vitaliy Shevtsov)
- RDMA/cxgb4: Added NULL check for lookup_atid (Mikhail Lobanov) [Orabug: 37200823] {CVE-2024-47749}
- riscv: Fix fp alignment bug in perf_callchain_user() (Jinjie Ruan)
- RDMA/hns: Optimize hem allocation performance (Junxian Huang)
- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (Junxian Huang)
- RDMA/hns: Refactor the abnormal interrupt handler function (Haoyue Xu)
- RDMA/hns: Fix the wrong type of return value of the interrupt handler (Haoyue Xu)
- RDMA/hns: Remove unused abnormal interrupt of type RAS (Haoyue Xu)
- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (Chengchang Tang) [Orabug: 37200776] {CVE-2024-47735}
- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (wenglianfa)
- RDMA/hns: Don't modify rq next block addr in HIP09 QPC (Junxian Huang)
- watchdog: imx_sc_wdt: Don't disable WDT in suspend (Jonas Blixt)
- IB/core: Fix ib_cache_setup_one error flow cleanup (Patrisious Haddad) [Orabug: 37200653] {CVE-2024-47693}
- pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function (Wang Jianzheng)
- pinctrl: mvebu: Use devm_platform_get_and_ioremap_resource() (Yangtao Li)
- nfsd: fix refcount leak when file is unhashed after being found (Jeff Layton)
- nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire (Jeff Layton)
- clk: ti: dra7-atl: Fix leak of of_nodes (David Lechner)
- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (Md Haris Iqbal) [Orabug: 37200658] {CVE-2024-47695}
- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (Jack Wang)
- pinctrl: single: fix missing error code in pcs_probe() (Yang Yingliang)
- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (Zhu Yanjun) [Orabug: 37205520] {CVE-2024-47696}
- PCI: xilinx-nwl: Clean up clock on probe failure/removal (Sean Anderson)
- PCI: xilinx-nwl: Fix register misspelling (Sean Anderson)
- PCI: keystone: Fix if-statement expression in ks_pcie_quirk() (Dan Carpenter) [Orabug: 37205559] {CVE-2024-47756}
- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error (Junlin Li) [Orabug: 37200661] {CVE-2024-47697}
- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error (Junlin Li) [Orabug: 37200668] {CVE-2024-47698}
- Input: ilitek_ts_i2c - add report id message validation (Emanuele Ghidoli)
- Input: ilitek_ts_i2c - avoid wrong input subsystem sync (Emanuele Ghidoli)
- clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228 (Jonas Karlman)
- remoteproc: imx_rproc: Initialize workqueue earlier (Peng Fan)
- remoteproc: imx_rproc: Correct ddr alias for i.MX8M (Peng Fan)
- clk: imx: imx8qxp: Parent should be initialized earlier than the clock (Peng Fan)
- clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk (Peng Fan)
- clk: imx: imx8mp: fix clock tree update of TF-A managed clocks (Zhipeng Wang)
- perf time-utils: Fix 32-bit nsec parsing (Ian Rogers)
- perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time (Yang Jihong)
- perf sched timehist: Fix missing free of session in perf_sched__timehist() (Yang Jihong)
- perf mem: Free the allocated sort string, fixing a leak (Namhyung Kim)
- bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit (Daniel Borkmann)
- nilfs2: fix potential oob read in nilfs_btree_check_delete() (Ryusuke Konishi) [Orabug: 37200842] {CVE-2024-47757}
- nilfs2: determine empty node blocks as corrupted (Ryusuke Konishi)
- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() (Ryusuke Konishi) [Orabug: 37200675] {CVE-2024-47699}
- ext4: avoid OOB when system.data xattr changes underneath the filesystem (Thadeu Lima de Souza Cascardo) [Orabug: 37200681] {CVE-2024-47701}
- ext4: return error on ext4_find_inline_entry (Thadeu Lima de Souza Cascardo)
- ext4: avoid negative min_clusters in find_group_orlov() (Kemeng Shi)
- ext4: avoid potential buffer_head leak in __ext4_new_inode() (Kemeng Shi)
- ext4: avoid buffer_head leak in ext4_mark_inode_used() (Kemeng Shi)
- smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso (Jiawei Ye)
- ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard (yangerkun)
- kthread: fix task state in kthread worker if being frozen (Chen Yu)
- xz: cleanup CRC32 edits from 2018 (Lasse Collin)
- selftests/bpf: Fix C++ compile error from missing _Bool type (Tony Ambardar)
- selftests/bpf: Fix error compiling test_lru_map.c (Tony Ambardar)
- selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc (Tony Ambardar)
- selftests/bpf: Fix compiling core_reloc.c with musl-libc (Tony Ambardar)
- selftests/bpf: Fix compiling tcp_rtt.c with musl-libc (Tony Ambardar)
- selftests/bpf: Fix compiling flow_dissector.c with musl-libc (Tony Ambardar)
- selftests/bpf: Fix compiling kfree_skb.c with musl-libc (Tony Ambardar)
- selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c (Tony Ambardar)
- selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc (Tony Ambardar)
- selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c (Tony Ambardar)
- tpm: Clean up TPM space after command failure (Jonathan McDowell) [Orabug: 37200850] {CVE-2024-49851}
- xen/swiotlb: add alignment check for dma buffers (Juergen Gross)
- xen: use correct end address of kernel for conflict checking (Juergen Gross)
- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() (Yuesong Li)
- drm/msm: fix %s null argument error (Sherry Yang)
- ipmi: docs: don't advertise deprecated sysfs entries (Wolfram Sang)
- drm/msm/a5xx: workaround early ring-buffer emptiness check (Vladimir Lypak)
- drm/msm: Drop priv-&gt;lastctx (Rob Clark)
- drm/msm/a5xx: fix races in preemption evaluation stage (Vladimir Lypak)
- drm/msm/a5xx: properly clear preemption records on resume (Vladimir Lypak)
- drm/msm/a5xx: disable preemption in submits by default (Vladimir Lypak)
- drm/msm: Fix incorrect file name output in adreno_request_fw() (Aleksandr Mishin)
- powerpc/8xx: Fix kernel vs user address comparison (Christophe Leroy)
- powerpc/8xx: Fix initial memory mapping (Christophe Leroy)
- powerpc/32: Remove 'noltlbs' kernel parameter (Christophe Leroy)
- powerpc/32: Remove the 'nobats' kernel parameter (Christophe Leroy)
- drm/mediatek: Use spin_lock_irqsave() for CRTC event lock (Fei Shao)
- jfs: fix out-of-bounds in dbNextAG() and diAlloc() (Jeongjun Park) [Orabug: 37200739] {CVE-2024-47723}
- scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del() (Dan Carpenter) [Orabug: 37200855] {CVE-2024-49852}
- drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid() (Liu Ying)
- drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets (Nikita Zhandarovich)
- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode (Jonas Karlman)
- drm/rockchip: vop: Allow 4096px width scaling (Alex Bee)
- scsi: NCR5380: Check for phase match during PDMA fixup (Finn Thain)
- scsi: NCR5380: Add SCp members to struct NCR5380_cmd (Finn Thain)
- drm/radeon: properly handle vbios fake edid sizing (Alex Deucher)
- drm/radeon: Replace one-element array with flexible-array member (Paulo Miguel Almeida)
- drm/amdgpu: properly handle vbios fake edid sizing (Alex Deucher)
- drm/amdgpu: Replace one-element array with flexible-array member (Paulo Miguel Almeida)
- drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func (Srinivasan Shanmugam) [Orabug: 37200736] {CVE-2024-47720}
- drm/stm: Fix an error handling path in stm_drm_platform_probe() (Christophe JAILLET)
- pmdomain: core: Harden inter-column space in debug summary (Geert Uytterhoeven)
- mtd: powernv: Add check devm_kasprintf() returned value (Charles Han)
- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() (Christophe JAILLET)
- power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense (Artur Weber)
- power: supply: axp20x_battery: Remove design from min and max voltage (Chris Morgan)
- hwmon: (ntc_thermistor) fix module autoloading (Yuntao Liu)
- mtd: slram: insert break after errors in parsing the map (Mirsad Todorovac)
- hwmon: (max16065) Fix alarm attributes (Guenter Roeck)
- hwmon: (max16065) Remove use of i2c_match_id() (Andrew Davis)
- i2c: Add i2c_get_match_data() (Biju Das)
- hwmon: (max16065) Fix overflows seen when writing limits (Guenter Roeck)
- m68k: Fix kernel_clone_args.flags in m68k_clone() (Finn Thain)
- clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init() (Ankit Agrawal)
- reset: k210: fix OF node leak in probe() error path (Krzysztof Kozlowski)
- reset: berlin: fix OF node leak in probe() error path (Krzysztof Kozlowski)
- ARM: versatile: fix OF node leak in CPUs prepare (Krzysztof Kozlowski)
- ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property (Krzysztof Kozlowski)
- ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks (Alexander Dahl)
- arm64: dts: renesas: r9a07g044: Correct GICD and GICR sizes (Lad Prabhakar)
- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ (Andy Shevchenko)
- spi: ppc4xx: handle irq_of_parse_and_map() errors (Ma Ke)
- block: fix potential invalid pointer dereference in blk_add_partition (Riyan Dhiman) [Orabug: 37200698] {CVE-2024-47705}
- block: print symbolic error name instead of error code (Christian Heusel)
- block, bfq: don't break merge chain in bfq_split_bfqq() (Yu Kuai)
- block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator() (Yu Kuai)
- block, bfq: fix possible UAF for bfqq-&gt;bic with merge chain (Yu Kuai)
- net: tipc: avoid possible garbage value (Su Hui)
- net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input (Justin Iurman)
- r8169: disable ALDPS per default for RTL8125 (Heiner Kallweit)
- net: enetc: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- bareudp: Pull inner IP header on xmit. (Guillaume Nault)
- geneve: Fix incorrect inner network header offset when innerprotoinherit is set (Gal Pressman)
- net: geneve: support IPv4/IPv6 as inner protocol (Eyal Birger)
- bareudp: Pull inner IP header in bareudp_udp_encap_recv(). (Guillaume Nault)
- Bluetooth: btusb: Fix not handling ZPL/short-transfer (Luiz Augusto von Dentz)
- can: m_can: m_can_close(): stop clocks after device has been shut down (Marc Kleine-Budde)
- can: bcm: Clear bo-&gt;bcm_proc_read after remove_proc_entry(). (Kuniyuki Iwashima) [Orabug: 37205475] {CVE-2024-47709}
- sock_map: Add a cond_resched() in sock_hash_free() (Eric Dumazet) [Orabug: 37200714] {CVE-2024-47710}
- wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param (Jiawei Ye) [Orabug: 37205501] {CVE-2024-47712}
- wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop() (Dmitry Antipov) [Orabug: 37200719] {CVE-2024-47713}
- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors (Dmitry Antipov)
- wifi: mt76: mt7915: fix rx filter setting for bfee functionality (Howard Hsu)
- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan() (Dmitry Antipov)
- x86/sgx: Fix deadlock in SGX NUMA node search (Aaron Lu) [Orabug: 37200860] {CVE-2024-49856}
- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately (Nishanth Menon)
- netfilter: nf_tables: remove annotation to access set timeout while holding lock (Pablo Neira Ayuso)
- netfilter: nf_tables: reject expiration higher than timeout (Pablo Neira Ayuso)
- netfilter: nf_tables: reject element expiration with no timeout (Pablo Neira Ayuso)
- netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire (Pablo Neira Ayuso)
- ACPI: CPPC: Fix MASK_VAL() usage (Clement Leger)
- ACPI: bus: Avoid using CPPC if not supported by firmware (Rafael J. Wysocki)
- can: j1939: use correct function name in comment (Zhang Changzhong)
- padata: Honor the caller's alignment in case of chunk_size 0 (Kamlesh Gurudasani)
- wifi: iwlwifi: mvm: increase the time between ranging measurements (Avraham Stern)
- mount: handle OOM on mnt_warn_timestamp_expiry (Olaf Hering)
- fs/namespace: fnic: Switch to use %ptTd (Andy Shevchenko)
- mount: warn only once about timestamp range expiration (Anthony Iliopoulos)
- fs: explicitly unregister per-superblock BDIs (Christoph Hellwig)
- wifi: rtw88: remove CPT execution branch never used (Dmitry Kandybka)
- net: stmmac: dwmac-loongson: Init ref and PTP clocks rate (Yanteng Si)
- wifi: ath9k: Remove error checks when creating debugfs entries (Toke Hoiland-Jorgensen)
- wifi: ath9k: fix parameter check in ath9k_init_debug() (Minjie Du)
- ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe() (Aleksandr Mishin)
- crypto: xor - fix template benchmarking (Helge Deller)
- wifi: rtw88: always wait for both firmware loading attempts (Dmitry Antipov) [Orabug: 37200733] {CVE-2024-47718}
- EDAC/synopsys: Fix error injection on Zynq UltraScale+ (Shubhrajyoti Datta)
- EDAC/synopsys: Fix ECC status and IRQ control race condition (Serge Semin)
- EDAC/synopsys: Re-enable the error interrupts on v3 hw (Sherry Sun)
- EDAC/synopsys: Use the correct register to disable the error interrupt on v3 hw (Sherry Sun)
- EDAC/synopsys: Add support for version 3 of the Synopsys EDAC DDR (Dinh Nguyen)
- USB: usbtmc: prevent kernel-usb-infoleak (Edward Adam Davis) [Orabug: 37159777] {CVE-2024-47671}
- USB: serial: pl2303: add device id for Macrosilicon MS3020 (Junhao Xie)
- gpiolib: cdev: Ignore reconfiguration without direction (Kent Gibson)
- inet: inet_defrag: prevent sk release while still in use (Florian Westphal) [Orabug: 36545059] {CVE-2024-26921}
- gpio: prevent potential speculation leaks in gpio_device_get_desc() (Hagar Hemdan) [Orabug: 36993133] {CVE-2024-44931}
- Revert 'wifi: cfg80211: check wiphy mutex is held for wdev mutex' (Ping-Ke Shih)
- netfilter: nf_tables: missing iterator type in lookup walk (Pablo Neira Ayuso)
- netfilter: nft_set_pipapo: walk over current view on netlink dump (Pablo Neira Ayuso) [Orabug: 36598033] {CVE-2024-27017}
- ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() (Ferry Meng) [Orabug: 36891660] {CVE-2024-41016}
- ocfs2: add bounds checking to ocfs2_xattr_find_entry() (Ferry Meng) [Orabug: 37159772] {CVE-2024-47670}
- spi: spidev: Add missing spi_device_id for jg10309-01 (Geert Uytterhoeven)
- x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency (Michael Kelley)
- spi: bcm63xx: Enable module autoloading (Liao Chen)
- drm: komeda: Fix an issue related to normalized zpos (hongchi.peng)
- spi: spidev: Add an entry for elgin,jg10309-01 (Fabio Estevam)
- ASoC: tda7419: fix module autoloading (Liao Chen)
- ASoC: intel: fix module autoloading (Liao Chen)
- wifi: iwlwifi: clear trans-&gt;state earlier upon error (Emmanuel Grumbach)
- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead (Emmanuel Grumbach) [Orabug: 37159780] {CVE-2024-47672}
- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped (Emmanuel Grumbach) [Orabug: 37159785] {CVE-2024-47673}
- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation (Daniel Gabay)
- wifi: iwlwifi: lower message level for FW buffer destination (Benjamin Berg)
- net: ftgmac100: Ensure tx descriptor updates are visible (Jacky Chou)
- microblaze: don't treat zero reserved memory regions as error (Mike Rapoport)
- pinctrl: at91: make it work with current gpiolib (Thomas Blocher)
- scsi: lpfc: Fix overflow build issue (Sherry Yang)
- ALSA: hda/realtek - FIxed ALC285 headphone no sound (Kailang Yang)
- ALSA: hda/realtek - Fixed ALC256 headphone no sound (Kailang Yang)
- ASoC: allow module autoloading for table db1200_pids (Hongbo Li)
- ASoC: meson: axg-card: fix 'use-after-free' (Arseniy Krasnov) [Orabug: 37116539] {CVE-2024-46849}
- dma-buf: heaps: Fix off-by-one in CMA heap fault handler (T.J. Mercier) [Orabug: 37116545] {CVE-2024-46852}
- soundwire: stream: Revert 'soundwire: stream: fix programming slave ports for non-continous port maps' (Krzysztof Kozlowski)
- spi: nxp-fspi: fix the KASAN report out-of-bounds bug (Han Xu) [Orabug: 37116547] {CVE-2024-46853}
- net: dpaa: Pad packets to ETH_ZLEN (Sean Anderson) [Orabug: 37116550] {CVE-2024-46854}
- netfilter: nft_socket: fix sk refcount leaks (Florian Westphal) [Orabug: 37116554] {CVE-2024-46855}
- net: ftgmac100: Enable TX interrupt to avoid TX timeout (Jacky Chou)
- fou: fix initialization of grc (Muhammad Usama Anjum) [Orabug: 37195062] {CVE-2024-46865}
- net/mlx5: Add missing masks and QoS bit masks for scheduling elements (Carolina Jubran)
- net/mlx5: Explicitly set scheduling element and TSAR type (Carolina Jubran)
- net/mlx5e: Add missing link modes to ptys2ethtool_map (Shahar Shitrit)
- igb: Always call igb_xdp_ring_update_tail() under Tx lock (Sriram Yagnaraman)
- ice: fix accounting for filters shared by multiple VSIs (Jacob Keller)
- hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev &gt;= 1.2 (Patryk Biel)
- hwmon: (pmbus) Introduce and use write_byte_data callback (Marten Lindahl)
- selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected() (Michal Luczaj)
- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (Andy Shevchenko)
- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E (FUKAUMI Naoki)
- fs/ntfs3: Use kvfree to free memory allocated by kvmalloc (Konstantin Komarov)
- net: tighten bad gso csum offset check in virtio_net_hdr (Willem de Bruijn)
- minmax: reduce min/max macro expansion in atomisp driver (Lorenzo Stoakes)
- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma (Quentin Schulz)
- mptcp: pm: Fix uaf in __timer_delete_sync (Edward Adam Davis) [Orabug: 37116564] {CVE-2024-46858}
- platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array (Hans de Goede)
- platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses (Hans de Goede) [Orabug: 37116566] {CVE-2024-46859}
- NFS: Avoid unnecessary rescanning of the per-server delegation list (Trond Myklebust)
- NFSv4: Fix clearing of layout segments in layoutreturn (Trond Myklebust)
- Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table (Takashi Iwai)
- drm/msm/adreno: Fix error return if missing firmware-name (Rob Clark)
- platform/surface: aggregator_registry: Add support for Surface Laptop Go 3 (Maximilian Luz)
- scripts: kconfig: merge_config: config files: add a trailing newline (Anders Roxell)
- HID: multitouch: Add support for GT7868Q (Dmitry Savin)
- Input: synaptics - enable SMBus for HP Elitebook 840 G2 (Jonathan Denose)
- Input: ads7846 - ratelimit the spi_sync error message (Marek Vasut)
- btrfs: update target inode's ctime on unlink (Jeff Layton)
- powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL (Christophe Leroy)
- net: phy: vitesse: repair vsc73xx autonegotiation (Pawel Dembicki)
- net: ethernet: use ip_hdrlen() instead of bit shift (Moon Yeounsu)
- usbnet: ipheth: fix carrier detection in modes 1 and 4 (Foster Snowhill)
- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate (Lizhi Xu) [Orabug: 37200925] {CVE-2024-49877}
- ocfs2: fix null-ptr-deref when journal load failed. (Julian Sun) [Orabug: 37206096] {CVE-2024-49957}
- ocfs2: remove unreasonable unlock in ocfs2_read_blocks (Lizhi Xu) [Orabug: 37206135] {CVE-2024-49965}
- ocfs2: cancel dqi_sync_work before freeing oinfo (Joseph Qi) [Orabug: 37206140] {CVE-2024-49966}
- ocfs2: fix uninit-value in ocfs2_get_block() (Joseph Qi)
- ocfs2: fix the la space leak when unmounting an ocfs2 volume (Heming Zhao)
- mm: krealloc: consider spare memory for __GFP_ZERO (Danilo Krummrich)
- jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit (Kemeng Shi)
- jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error (Baokun Li) [Orabug: 37206108] {CVE-2024-49959}
- drm: omapdrm: Add missing check for alloc_ordered_workqueue (Ma Ke) [Orabug: 37200934] {CVE-2024-49879}
in of_msi_get_domain (Andrew Jones)
- parisc: Fix stack start for ADDR_NO_RANDOMIZE personality (Helge Deller)
- parisc: Fix 64-bit userspace syscall path (Helge Deller)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12887.html" type="self" title="ELSA-2024-12887" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52904.html" id="CVE-2023-52904" type="cve" title="CVE-2023-52904" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26921.html" id="CVE-2024-26921" type="cve" title="CVE-2024-26921" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-27017.html" id="CVE-2024-27017" type="cve" title="CVE-2024-27017" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-27072.html" id="CVE-2024-27072" type="cve" title="CVE-2024-27072" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36893.html" id="CVE-2024-36893" type="cve" title="CVE-2024-36893" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38384.html" id="CVE-2024-38384" type="cve" title="CVE-2024-38384" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38545.html" id="CVE-2024-38545" type="cve" title="CVE-2024-38545" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38632.html" id="CVE-2024-38632" type="cve" title="CVE-2024-38632" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38663.html" id="CVE-2024-38663" type="cve" title="CVE-2024-38663" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39463.html" id="CVE-2024-39463" type="cve" title="CVE-2024-39463" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40953.html" id="CVE-2024-40953" type="cve" title="CVE-2024-40953" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41016.html" id="CVE-2024-41016" type="cve" title="CVE-2024-41016" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43816.html" id="CVE-2024-43816" type="cve" title="CVE-2024-43816" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43845.html" id="CVE-2024-43845" type="cve" title="CVE-2024-43845" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44931.html" id="CVE-2024-44931" type="cve" title="CVE-2024-44931" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-45001.html" id="CVE-2024-45001" type="cve" title="CVE-2024-45001" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46695.html" id="CVE-2024-46695" type="cve" title="CVE-2024-46695" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46849.html" id="CVE-2024-46849" type="cve" title="CVE-2024-46849" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46852.html" id="CVE-2024-46852" type="cve" title="CVE-2024-46852" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46853.html" id="CVE-2024-46853" type="cve" title="CVE-2024-46853" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46854.html" id="CVE-2024-46854" type="cve" title="CVE-2024-46854" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46855.html" id="CVE-2024-46855" type="cve" title="CVE-2024-46855" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46858.html" id="CVE-2024-46858" type="cve" title="CVE-2024-46858" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46859.html" id="CVE-2024-46859" type="cve" title="CVE-2024-46859" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46865.html" id="CVE-2024-46865" type="cve" title="CVE-2024-46865" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47670.html" id="CVE-2024-47670" type="cve" title="CVE-2024-47670" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47671.html" id="CVE-2024-47671" type="cve" title="CVE-2024-47671" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47672.html" id="CVE-2024-47672" type="cve" title="CVE-2024-47672" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47673.html" id="CVE-2024-47673" type="cve" title="CVE-2024-47673" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47679.html" id="CVE-2024-47679" type="cve" title="CVE-2024-47679" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47684.html" id="CVE-2024-47684" type="cve" title="CVE-2024-47684" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47685.html" id="CVE-2024-47685" type="cve" title="CVE-2024-47685" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47690.html" id="CVE-2024-47690" type="cve" title="CVE-2024-47690" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47692.html" id="CVE-2024-47692" type="cve" title="CVE-2024-47692" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47693.html" id="CVE-2024-47693" type="cve" title="CVE-2024-47693" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47695.html" id="CVE-2024-47695" type="cve" title="CVE-2024-47695" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47696.html" id="CVE-2024-47696" type="cve" title="CVE-2024-47696" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47697.html" id="CVE-2024-47697" type="cve" title="CVE-2024-47697" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47698.html" id="CVE-2024-47698" type="cve" title="CVE-2024-47698" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47699.html" id="CVE-2024-47699" type="cve" title="CVE-2024-47699" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47701.html" id="CVE-2024-47701" type="cve" title="CVE-2024-47701" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47705.html" id="CVE-2024-47705" type="cve" title="CVE-2024-47705" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47709.html" id="CVE-2024-47709" type="cve" title="CVE-2024-47709" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47710.html" id="CVE-2024-47710" type="cve" title="CVE-2024-47710" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47712.html" id="CVE-2024-47712" type="cve" title="CVE-2024-47712" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47713.html" id="CVE-2024-47713" type="cve" title="CVE-2024-47713" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47718.html" id="CVE-2024-47718" type="cve" title="CVE-2024-47718" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47720.html" id="CVE-2024-47720" type="cve" title="CVE-2024-47720" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47723.html" id="CVE-2024-47723" type="cve" title="CVE-2024-47723" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47734.html" id="CVE-2024-47734" type="cve" title="CVE-2024-47734" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47735.html" id="CVE-2024-47735" type="cve" title="CVE-2024-47735" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47737.html" id="CVE-2024-47737" type="cve" title="CVE-2024-47737" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47739.html" id="CVE-2024-47739" type="cve" title="CVE-2024-47739" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47740.html" id="CVE-2024-47740" type="cve" title="CVE-2024-47740" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47742.html" id="CVE-2024-47742" type="cve" title="CVE-2024-47742" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47747.html" id="CVE-2024-47747" type="cve" title="CVE-2024-47747" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47748.html" id="CVE-2024-47748" type="cve" title="CVE-2024-47748" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47749.html" id="CVE-2024-47749" type="cve" title="CVE-2024-47749" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47756.html" id="CVE-2024-47756" type="cve" title="CVE-2024-47756" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47757.html" id="CVE-2024-47757" type="cve" title="CVE-2024-47757" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49851.html" id="CVE-2024-49851" type="cve" title="CVE-2024-49851" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49852.html" id="CVE-2024-49852" type="cve" title="CVE-2024-49852" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49856.html" id="CVE-2024-49856" type="cve" title="CVE-2024-49856" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49858.html" id="CVE-2024-49858" type="cve" title="CVE-2024-49858" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49860.html" id="CVE-2024-49860" type="cve" title="CVE-2024-49860" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49866.html" id="CVE-2024-49866" type="cve" title="CVE-2024-49866" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49867.html" id="CVE-2024-49867" type="cve" title="CVE-2024-49867" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49868.html" id="CVE-2024-49868" type="cve" title="CVE-2024-49868" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49871.html" id="CVE-2024-49871" type="cve" title="CVE-2024-49871" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49875.html" id="CVE-2024-49875" type="cve" title="CVE-2024-49875" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49877.html" id="CVE-2024-49877" type="cve" title="CVE-2024-49877" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49878.html" id="CVE-2024-49878" type="cve" title="CVE-2024-49878" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49879.html" id="CVE-2024-49879" type="cve" title="CVE-2024-49879" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49881.html" id="CVE-2024-49881" type="cve" title="CVE-2024-49881" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49882.html" id="CVE-2024-49882" type="cve" title="CVE-2024-49882" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49883.html" id="CVE-2024-49883" type="cve" title="CVE-2024-49883" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49884.html" id="CVE-2024-49884" type="cve" title="CVE-2024-49884" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49886.html" id="CVE-2024-49886" type="cve" title="CVE-2024-49886" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49889.html" id="CVE-2024-49889" type="cve" title="CVE-2024-49889" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49890.html" id="CVE-2024-49890" type="cve" title="CVE-2024-49890" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49892.html" id="CVE-2024-49892" type="cve" title="CVE-2024-49892" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49894.html" id="CVE-2024-49894" type="cve" title="CVE-2024-49894" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49895.html" id="CVE-2024-49895" type="cve" title="CVE-2024-49895" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49896.html" id="CVE-2024-49896" type="cve" title="CVE-2024-49896" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49900.html" id="CVE-2024-49900" type="cve" title="CVE-2024-49900" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49902.html" id="CVE-2024-49902" type="cve" title="CVE-2024-49902" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49903.html" id="CVE-2024-49903" type="cve" title="CVE-2024-49903" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49907.html" id="CVE-2024-49907" type="cve" title="CVE-2024-49907" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49913.html" id="CVE-2024-49913" type="cve" title="CVE-2024-49913" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49924.html" id="CVE-2024-49924" type="cve" title="CVE-2024-49924" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49927.html" id="CVE-2024-49927" type="cve" title="CVE-2024-49927" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49930.html" id="CVE-2024-49930" type="cve" title="CVE-2024-49930" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49933.html" id="CVE-2024-49933" type="cve" title="CVE-2024-49933" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49935.html" id="CVE-2024-49935" type="cve" title="CVE-2024-49935" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49936.html" id="CVE-2024-49936" type="cve" title="CVE-2024-49936" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49938.html" id="CVE-2024-49938" type="cve" title="CVE-2024-49938" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49944.html" id="CVE-2024-49944" type="cve" title="CVE-2024-49944" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49946.html" id="CVE-2024-49946" type="cve" title="CVE-2024-49946" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49948.html" id="CVE-2024-49948" type="cve" title="CVE-2024-49948" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49949.html" id="CVE-2024-49949" type="cve" title="CVE-2024-49949" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49952.html" id="CVE-2024-49952" type="cve" title="CVE-2024-49952" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49954.html" id="CVE-2024-49954" type="cve" title="CVE-2024-49954" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49955.html" id="CVE-2024-49955" type="cve" title="CVE-2024-49955" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49957.html" id="CVE-2024-49957" type="cve" title="CVE-2024-49957" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49959.html" id="CVE-2024-49959" type="cve" title="CVE-2024-49959" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49962.html" id="CVE-2024-49962" type="cve" title="CVE-2024-49962" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49963.html" id="CVE-2024-49963" type="cve" title="CVE-2024-49963" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49965.html" id="CVE-2024-49965" type="cve" title="CVE-2024-49965" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49966.html" id="CVE-2024-49966" type="cve" title="CVE-2024-49966" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49967.html" id="CVE-2024-49967" type="cve" title="CVE-2024-49967" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49969.html" id="CVE-2024-49969" type="cve" title="CVE-2024-49969" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49973.html" id="CVE-2024-49973" type="cve" title="CVE-2024-49973" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49977.html" id="CVE-2024-49977" type="cve" title="CVE-2024-49977" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49981.html" id="CVE-2024-49981" type="cve" title="CVE-2024-49981" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49982.html" id="CVE-2024-49982" type="cve" title="CVE-2024-49982" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49983.html" id="CVE-2024-49983" type="cve" title="CVE-2024-49983" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49985.html" id="CVE-2024-49985" type="cve" title="CVE-2024-49985" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49993.html" id="CVE-2024-49993" type="cve" title="CVE-2024-49993" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49995.html" id="CVE-2024-49995" type="cve" title="CVE-2024-49995" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49997.html" id="CVE-2024-49997" type="cve" title="CVE-2024-49997" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50000.html" id="CVE-2024-50000" type="cve" title="CVE-2024-50000" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50001.html" id="CVE-2024-50001" type="cve" title="CVE-2024-50001" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50002.html" id="CVE-2024-50002" type="cve" title="CVE-2024-50002" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50003.html" id="CVE-2024-50003" type="cve" title="CVE-2024-50003" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50006.html" id="CVE-2024-50006" type="cve" title="CVE-2024-50006" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50007.html" id="CVE-2024-50007" type="cve" title="CVE-2024-50007" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50008.html" id="CVE-2024-50008" type="cve" title="CVE-2024-50008" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50010.html" id="CVE-2024-50010" type="cve" title="CVE-2024-50010" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50013.html" id="CVE-2024-50013" type="cve" title="CVE-2024-50013" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50015.html" id="CVE-2024-50015" type="cve" title="CVE-2024-50015" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50019.html" id="CVE-2024-50019" type="cve" title="CVE-2024-50019" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50024.html" id="CVE-2024-50024" type="cve" title="CVE-2024-50024" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50031.html" id="CVE-2024-50031" type="cve" title="CVE-2024-50031" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50033.html" id="CVE-2024-50033" type="cve" title="CVE-2024-50033" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50035.html" id="CVE-2024-50035" type="cve" title="CVE-2024-50035" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50038.html" id="CVE-2024-50038" type="cve" title="CVE-2024-50038" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50039.html" id="CVE-2024-50039" type="cve" title="CVE-2024-50039" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50040.html" id="CVE-2024-50040" type="cve" title="CVE-2024-50040" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50041.html" id="CVE-2024-50041" type="cve" title="CVE-2024-50041" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50044.html" id="CVE-2024-50044" type="cve" title="CVE-2024-50044" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50045.html" id="CVE-2024-50045" type="cve" title="CVE-2024-50045" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50046.html" id="CVE-2024-50046" type="cve" title="CVE-2024-50046" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50049.html" id="CVE-2024-50049" type="cve" title="CVE-2024-50049" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50059.html" id="CVE-2024-50059" type="cve" title="CVE-2024-50059" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50062.html" id="CVE-2024-50062" type="cve" title="CVE-2024-50062" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50072.html" id="CVE-2024-50072" type="cve" title="CVE-2024-50072" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50074.html" id="CVE-2024-50074" type="cve" title="CVE-2024-50074" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50082.html" id="CVE-2024-50082" type="cve" title="CVE-2024-50082" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50083.html" id="CVE-2024-50083" type="cve" title="CVE-2024-50083" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50086.html" id="CVE-2024-50086" type="cve" title="CVE-2024-50086" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50089.html" id="CVE-2024-50089" type="cve" title="CVE-2024-50089" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50093.html" id="CVE-2024-50093" type="cve" title="CVE-2024-50093" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50095.html" id="CVE-2024-50095" type="cve" title="CVE-2024-50095" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50096.html" id="CVE-2024-50096" type="cve" title="CVE-2024-50096" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50099.html" id="CVE-2024-50099" type="cve" title="CVE-2024-50099" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50101.html" id="CVE-2024-50101" type="cve" title="CVE-2024-50101" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50103.html" id="CVE-2024-50103" type="cve" title="CVE-2024-50103" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50110.html" id="CVE-2024-50110" type="cve" title="CVE-2024-50110" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50115.html" id="CVE-2024-50115" type="cve" title="CVE-2024-50115" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50116.html" id="CVE-2024-50116" type="cve" title="CVE-2024-50116" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50117.html" id="CVE-2024-50117" type="cve" title="CVE-2024-50117" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50127.html" id="CVE-2024-50127" type="cve" title="CVE-2024-50127" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50128.html" id="CVE-2024-50128" type="cve" title="CVE-2024-50128" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50131.html" id="CVE-2024-50131" type="cve" title="CVE-2024-50131" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50134.html" id="CVE-2024-50134" type="cve" title="CVE-2024-50134" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50141.html" id="CVE-2024-50141" type="cve" title="CVE-2024-50141" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50142.html" id="CVE-2024-50142" type="cve" title="CVE-2024-50142" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50143.html" id="CVE-2024-50143" type="cve" title="CVE-2024-50143" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50148.html" id="CVE-2024-50148" type="cve" title="CVE-2024-50148" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50150.html" id="CVE-2024-50150" type="cve" title="CVE-2024-50150" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50151.html" id="CVE-2024-50151" type="cve" title="CVE-2024-50151" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50153.html" id="CVE-2024-50153" type="cve" title="CVE-2024-50153" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50154.html" id="CVE-2024-50154" type="cve" title="CVE-2024-50154" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50156.html" id="CVE-2024-50156" type="cve" title="CVE-2024-50156" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50160.html" id="CVE-2024-50160" type="cve" title="CVE-2024-50160" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50162.html" id="CVE-2024-50162" type="cve" title="CVE-2024-50162" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50163.html" id="CVE-2024-50163" type="cve" title="CVE-2024-50163" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50167.html" id="CVE-2024-50167" type="cve" title="CVE-2024-50167" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50168.html" id="CVE-2024-50168" type="cve" title="CVE-2024-50168" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50171.html" id="CVE-2024-50171" type="cve" title="CVE-2024-50171" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50179.html" id="CVE-2024-50179" type="cve" title="CVE-2024-50179" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50180.html" id="CVE-2024-50180" type="cve" title="CVE-2024-50180" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50181.html" id="CVE-2024-50181" type="cve" title="CVE-2024-50181" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50182.html" id="CVE-2024-50182" type="cve" title="CVE-2024-50182" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50184.html" id="CVE-2024-50184" type="cve" title="CVE-2024-50184" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50185.html" id="CVE-2024-50185" type="cve" title="CVE-2024-50185" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50188.html" id="CVE-2024-50188" type="cve" title="CVE-2024-50188" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50189.html" id="CVE-2024-50189" type="cve" title="CVE-2024-50189" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50191.html" id="CVE-2024-50191" type="cve" title="CVE-2024-50191" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50192.html" id="CVE-2024-50192" type="cve" title="CVE-2024-50192" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50193.html" id="CVE-2024-50193" type="cve" title="CVE-2024-50193" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50194.html" id="CVE-2024-50194" type="cve" title="CVE-2024-50194" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50195.html" id="CVE-2024-50195" type="cve" title="CVE-2024-50195" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50196.html" id="CVE-2024-50196" type="cve" title="CVE-2024-50196" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50198.html" id="CVE-2024-50198" type="cve" title="CVE-2024-50198" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50199.html" id="CVE-2024-50199" type="cve" title="CVE-2024-50199" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50201.html" id="CVE-2024-50201" type="cve" title="CVE-2024-50201" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50202.html" id="CVE-2024-50202" type="cve" title="CVE-2024-50202" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50205.html" id="CVE-2024-50205" type="cve" title="CVE-2024-50205" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50208.html" id="CVE-2024-50208" type="cve" title="CVE-2024-50208" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50209.html" id="CVE-2024-50209" type="cve" title="CVE-2024-50209" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50210.html" id="CVE-2024-50210" type="cve" title="CVE-2024-50210" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50218.html" id="CVE-2024-50218" type="cve" title="CVE-2024-50218" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50219.html" id="CVE-2024-50219" type="cve" title="CVE-2024-50219" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50228.html" id="CVE-2024-50228" type="cve" title="CVE-2024-50228" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50229.html" id="CVE-2024-50229" type="cve" title="CVE-2024-50229" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50230.html" id="CVE-2024-50230" type="cve" title="CVE-2024-50230" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50232.html" id="CVE-2024-50232" type="cve" title="CVE-2024-50232" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50233.html" id="CVE-2024-50233" type="cve" title="CVE-2024-50233" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50234.html" id="CVE-2024-50234" type="cve" title="CVE-2024-50234" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50236.html" id="CVE-2024-50236" type="cve" title="CVE-2024-50236" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50237.html" id="CVE-2024-50237" type="cve" title="CVE-2024-50237" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50244.html" id="CVE-2024-50244" type="cve" title="CVE-2024-50244" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50245.html" id="CVE-2024-50245" type="cve" title="CVE-2024-50245" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50247.html" id="CVE-2024-50247" type="cve" title="CVE-2024-50247" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50249.html" id="CVE-2024-50249" type="cve" title="CVE-2024-50249" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50251.html" id="CVE-2024-50251" type="cve" title="CVE-2024-50251" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50257.html" id="CVE-2024-50257" type="cve" title="CVE-2024-50257" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50259.html" id="CVE-2024-50259" type="cve" title="CVE-2024-50259" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50262.html" id="CVE-2024-50262" type="cve" title="CVE-2024-50262" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53042.html" id="CVE-2024-53042" type="cve" title="CVE-2024-53042" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53055.html" id="CVE-2024-53055" type="cve" title="CVE-2024-53055" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53057.html" id="CVE-2024-53057" type="cve" title="CVE-2024-53057" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53058.html" id="CVE-2024-53058" type="cve" title="CVE-2024-53058" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53059.html" id="CVE-2024-53059" type="cve" title="CVE-2024-53059" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d773355b8bc307408c8decc5435fbed68931cce3cd4c2fe26770bf7f1c017e8c</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c3612476f5b03a0c5ef31102d866f92bb8bb0572bab8f2911fc962b3408a47aa</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b28e2a9bcfbfdc8263394e1df01706706470299e7f05553605ad5619e87a9e21</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-303.171.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">c78c2abf6fc95b14690c80d4627527ae033281585ae50f0db718f21dcf746abe</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-303.171.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">2de87ba8155b8262799ec05da8ee2ee67eddb98ed3e8911a0dbc5b41bf702d32</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6aa7728b925f98ffe4eb49582538506a6eed8a0894f9188a9a4e6a92a8090de6</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">68e972e60dd07903fc50d7396707cc095a7038d781710397d9c2fa83c622af4d</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c3ec64d7ae37469098fea3616f21171cdd44c80311fd4854fd07a6a0bddbcf3d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7d2aabd1a59fb04844a320e46d2f2e5793416bfab8689feeec38f161db4c6624</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7cdde43f5ec8bd0a896ce754a28529e213da07164fa95a54c22659634b0e77da</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ad206e23b2e394607d59ae77cc9a7b7fbf1523b11c5b732060150f33fd5ec4af</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">91604d74854748b674cea7ae13239768647fb12ef3ef6bea10b1b60f02b39252</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4187101c2401f0cc4d920439cc0fede4e9006e6126b28f3a9c05f688631f07bf</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">41783f7331f1e33609cbadf1dd4978d35f398f50d911e659e467e7de8a6a637f</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="303.171.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-303.171.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4e87a2e1b74ceaa805ea47cb8b166368e072bab9f0e24fcb0fa311d0f70576fa</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12339</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-05-09 00:00:00"/>
    <updated date="2023-05-09 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-101.103.2.1]
- Revert 'attr: use consistent sgid stripping checks' (Sherry Yang)  [Orabug: 35346968] 
- Revert 'iommu: Force iommu shutdown on panic' (Boris Ostrovsky)  [Orabug: 35346963]

[5.15.0-101.103.2]
- uek-rpm: mod-extra: Remove mt7921e.ko from extras list (Harshit Mogalapalli)  [Orabug: 34999685] 
- crypto: allow ECDH and ECDSA algorithms in FIPS (Saeed Mirzamohammadi)  [Orabug: 35230211] 
- uek-rpm: make CRYPTO_ECDSA builtin (Saeed Mirzamohammadi)  [Orabug: 35230211] 
- KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode (Marc Zyngier)  [Orabug: 35243389] 
- net/mlx5: Fix memory leak in error flow of port set buffer (Maher Sanalla)  [Orabug: 35246355] 
- net/mlx5e: Update shared buffer along with device buffer changes (Maher Sanalla)  [Orabug: 35246355] 
- net/mlx5e: Add API to query/modify SBPR and SBCM registers (Maher Sanalla)  [Orabug: 35246355] 
- net/mlx5: Expose shared buffer registers bits and structs (Maher Sanalla)  [Orabug: 35246355] 
- PCI: Work around Intel I210 ROM BAR overlap defect (Bjorn Helgaas)  [Orabug: 35250975] 
- net/rds: Adding TCP stats for TCP keepalive timeout (Nagappan Ramasamy Palaniappan)  [Orabug: 35254377] 
- rds: slight code cleanup of RDS checksum code (William Kucharski)  [Orabug: 35262486] 
- x86/acpi/boot: Correct acpi_is_processor_usable() check (Eric DeVolder)  [Orabug: 35274587] 
- x86/ACPI/boot: Use FADT version to check support for online capable (Mario Limonciello)  [Orabug: 35274587] 
- x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC (Kishon Vijay Abraham I)  [Orabug: 35274587] 
- x86/ACPI: Don't add CPUs that are not online capable (Mario Limonciello)  [Orabug: 35274587] 
- ACPICA: Add support for MADT online enabled bit (Mario Limonciello)  [Orabug: 35274587] 
- net/rds: use appropriate reason while dropping a connection (Praveen Kumar Kannoju)  [Orabug: 35278121] 
- KVM: nVMX: add missing consistency checks for CR0 and CR4 (Paolo Bonzini)  [Orabug: 35278210]  {CVE-2023-30456}
- Revert 'scsi: megaraid_sas: Skip syncing the RAID map on older controllers' (Sherry Yang)  [Orabug: 35285941]

[5.15.0-101.103.1]
- Revert 'Revert 'x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments'' (Tom Saeger)  
- Revert 'Revert 'Makefile: link with -z noexecstack --no-warn-rwx-segments'' (Tom Saeger)  
- LTS version: v5.15.103 (Jack Vogel)  
- Makefile: use -gdwarf-{4|5} for assembler for DEBUG_INFO_DWARF{4|5} (Nick Desaulniers)  
- KVM: VMX: Fix crash due to uninitialized current_vmcs (Alexandru Matei)  
- KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper (Vitaly Kuznetsov)  
- KVM: nVMX: Don't use Enlightened MSR Bitmap for L3 (Vitaly Kuznetsov)  
- fs: hold writers when changing mount's idmapping (Christian Brauner)  
- UML: define RUNTIME_DISCARD_EXIT (Masahiro Yamada)  
- xfs: remove xfs_setattr_time() declaration (Gaosheng Cui)  
- KVM: fix memoryleak in kvm_init() (Miaohe Lin)  
- tools bpftool: Fix compilation error with new binutils (Andres Freund)  
- tools bpf_jit_disasm: Fix compilation error with new binutils (Andres Freund)  
- tools perf: Fix compilation error with new binutils (Andres Freund)  
- tools include: add dis-asm-compat.h to handle version differences (Andres Freund)  
- tools build: Add feature test for init_disassemble_info API changes (Andres Freund)  
- sh: define RUNTIME_DISCARD_EXIT (Tom Saeger)  
- s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld &lt; 2.36 (Masahiro Yamada)  
- powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds (Michael Ellerman)  
- powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT (Michael Ellerman)  
- arch: fix broken BuildID for arm64 and riscv (Masahiro Yamada)  
- ext4: block range must be validated before use in ext4_mb_clear_bb() (Lukas Czerner)  
- ext4: add strict range checks while freeing blocks (Ritesh Harjani)  
- ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid() (Ritesh Harjani)  
- ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb() (Ritesh Harjani)  
- filelocks: use mount idmapping for setlease permission check (Seth Forshee)  
- media: rc: gpio-ir-recv: add remove function (Li Jun)  
- media: ov5640: Fix analogue gain control (Paul Elder)  
- scripts: handle BrokenPipeError for python scripts (Masahiro Yamada)  
- PCI: Add SolidRun vendor ID (Alvaro Karsz)  
- macintosh: windfarm: Use unsigned type for 1-bit bitfields (Nathan Chancellor)  
- alpha: fix R_ALPHA_LITERAL reloc for large modules (Edward Humes)  
- powerpc/kcsan: Exclude udelay to prevent recursive instrumentation (Rohan McLure)  
- powerpc/iommu: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- MIPS: Fix a compilation issue (xurui)  
- fs: use consistent setgid checks in is_sxid() (Christian Brauner)  
- attr: use consistent sgid stripping checks (Christian Brauner)  
- attr: add setattr_should_drop_sgid() (Christian Brauner)  
- fs: move should_remove_suid() (Christian Brauner)  
- attr: add in_group_or_capable() (Christian Brauner)  
- fs: move S_ISGID stripping into the vfs_*() helpers (Yang Xu)  
- fs: add mode_strip_sgid() helper (Yang Xu)  
- xfs: set prealloc flag in xfs_alloc_file_space() (Dave Chinner)  
- xfs: fallocate() should call file_modified() (Dave Chinner)  
- xfs: remove XFS_PREALLOC_SYNC (Dave Chinner)  
- xfs: use setattr_copy to set vfs inode attributes (Darrick J. Wong)  
- tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address (Morten Linderud)  
- watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths (David Disseldorp)  
- staging: rtl8723bs: Fix key-store index handling (Hans de Goede)  
- staging: rtl8723bs: fix placement of braces (Hannes Braun)  
- Staging: rtl8723bs: Placing opening { braces in previous line (Jagath Jog J)  
- staging: rtl8723bs: clean up comparsions to NULL (Michael Straube)  
- iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter (Gavrilov Ilia)  
- iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options (Kim Phillips)  
- iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands (Suravee Suthikulpanit)  
- nbd: use the correct block_device in nbd_bdev_reset (Christoph Hellwig)  
- irqdomain: Fix mapping-creation race (Johan Hovold)  
- ext4: Fix deadlock during directory rename (Jan Kara)  
- RISC-V: Don't check text_mutex during stop_machine (Conor Dooley)  
- s390/ftrace: remove dead code (Heiko Carstens)  
- riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode (Alexandre Ghiti)  
- af_unix: fix struct pid leaks in OOB support (Eric Dumazet)  
- af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB. (Kuniyuki Iwashima)  
- net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC (Vladimir Oltean)  
- SUNRPC: Fix a server shutdown leak (Benjamin Coddington)  
- octeontx2-af: Unlock contexts in the queue context cache in case of fault detection (Suman Ghosh)  
- net/smc: fix fallback failed while sendmsg with fastopen (D. Wythe)  
- platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it (Randy Dunlap)  
- netfilter: conntrack: adopt safer max chain length (Eric Dumazet)  
- scsi: megaraid_sas: Update max supported LD IDs to 240 (Chandrakanth Patil)  
- net: ethernet: mtk_eth_soc: fix RX data corruption issue (Daniel Golle)  
- net: phy: smsc: fix link up detection in forced irq mode (Heiner Kallweit)  
- net: phy: smsc: Cache interrupt mask (Lukas Wunner)  
- btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR (Lorenz Bauer)  
- netfilter: tproxy: fix deadlock due to missing BH disable (Florian Westphal)  
- netfilter: ctnetlink: revert to dumping mark regardless of event type (Ivan Delalande)  
- bnxt_en: Avoid order-5 memory allocation for TPA data (Michael Chan)  
- net: phylib: get rid of unnecessary locking (Russell King (Oracle))  
- net: stmmac: add to set device wake up flag when stmmac init phy (Rongguang Wei)  
- drm/msm/dpu: fix len of sc7180 ctl blocks (Dmitry Baryshkov)  
- bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser() (Liu Jian)  
- ice: copy last block omitted in ice_get_module_eeprom() (Petr Oros)  
- net: caif: Fix use-after-free in cfusbl_device_notify() (Shigeru Yoshida)  
- net: lan78xx: fix accessing the LAN7800's internal phy specific registers from the MAC driver (Yuiko Oshino)  
- perf stat: Fix counting when initial delay configured (Changbin Du)  
- selftests: nft_nat: ensuring the listening side is up before starting the client (Hangbin Liu)  
- ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() (Eric Dumazet)  
- powerpc: dts: t1040rdb: fix compatible string for Rev A boards (Vladimir Oltean)  
- nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties (Kang Chen)  
- bgmac: fix *initial* chip reset to support BCM5358 (Rafal Milecki)  
- drm/msm/a5xx: fix context faults during ring switch (Dmitry Baryshkov)  
- drm/msm/a5xx: fix the emptyness check in the preempt code (Dmitry Baryshkov)  
- drm/msm/a5xx: fix highest bank bit for a530 (Dmitry Baryshkov)  
- drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register (Dmitry Baryshkov)  
- drm/msm: Fix potential invalid ptr free (Rob Clark)  
- drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype (Jiri Slaby (SUSE))  
- drm/nouveau/kms/nv50-: remove unused functions (Ben Skeggs)  
- ext4: Fix possible corruption when moving a directory (Jan Kara)  
- regulator: core: Use ktime_get_boottime() to determine how long a regulator was off (Matthias Kaehlcke)  
- regulator: core: Fix off-on-delay-us for always-on/boot-on regulators (Christian Kohlschutter)  
- regulator: Flag uncontrollable regulators as always_on (Mark Brown)  
- scsi: core: Remove the /proc/scsi/ directory earlier (Bart Van Assche)  
- riscv: Add header include guards to insn.h (Liao Chang)  
- riscv: Avoid enabling interrupts in die() (Mattias Nissler)  
- RISC-V: Avoid dereferening NULL regs in die() (Palmer Dabbelt)  
- arm64: efi: Make efi_rt_lock a raw_spinlock (Pierre Gondois)  
- brd: mark as nowait compatible (Jens Axboe)  
- block/brd: add error handling support for add_disk() (Luis Chamberlain)  
- iommu/vt-d: Fix PASID directory pointer coherency (Jacob Pan)  
- irqdomain: Refactor __irq_domain_alloc_irqs() (Johan Hovold)  
- f2fs: retry to update the inode page given data corruption (Jaegeuk Kim)  
- f2fs: do not bother checkpoint by f2fs_get_node_info (Jaegeuk Kim)  
- f2fs: avoid down_write on nat_tree_lock during checkpoint (Jaegeuk Kim)  
- udf: Fix off-by-one error when discarding preallocation (Jan Kara)  
- fs: dlm: start midcomms before scand (Alexander Aring)  
- fs: dlm: add midcomms init/start functions (Alexander Aring)  
- fs: dlm: fix log of lowcomms vs midcomms (Alexander Aring)  
- KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target (Sean Christopherson)  
- KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure (Sean Christopherson)  
- KVM: Register /dev/kvm as the _very_ last thing during initialization (Sean Christopherson)  
- KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except() (Vitaly Kuznetsov)  
- KVM: Optimize kvm_make_vcpus_request_mask() a bit (Vitaly Kuznetsov)  
- nfc: change order inside nfc_se_io error path (Fedor Pchelkin)  
- ext4: zero i_disksize when initializing the bootloader inode (Zhihao Cheng)  
- ext4: fix WARNING in ext4_update_inline_data (Ye Bin)  
- ext4: move where set the MAY_INLINE_DATA flag is set (Ye Bin)  
- ext4: fix another off-by-one fsmap error on 1k block filesystems (Darrick J. Wong)  
- ext4: fix RENAME_WHITEOUT handling for inline directories (Eric Whitney)  
- ext4: fix cgroup writeback accounting with fs-layer encryption (Eric Biggers)  
- staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss() (Hans de Goede)  
- drm/connector: print max_requested_bpc in state debugfs (Harry Wentland)  
- drm/amdgpu: fix error checking in amdgpu_read_mm_registers for soc15 (Alex Deucher)  
- x86/CPU/AMD: Disable XSAVES on AMD family 0x17 (Andrew Cooper)  
- fork: allow CLONE_NEWTIME in clone3 flags (Tobias Klauser)  
- perf inject: Fix --buildid-all not to eat up MMAP2 (Namhyung Kim)  
- btrfs: fix percent calculation for bg reclaim message (Johannes Thumshirn)  
- LTS version: v5.15.102 (Jack Vogel)  
- staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh (Philipp Hortmann)  
- staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script (Philipp Hortmann)  
- wifi: cfg80211: Partial revert 'wifi: cfg80211: Fix use after free for wext' (Hector Martin)  
- LTS version: v5.15.101 (Jack Vogel)  
- Revert 'drm/i915: Don't use BAR mappings for ring buffers with LLC' (Greg Kroah-Hartman)  
- LTS version: v5.15.100 (Jack Vogel)  
- usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails (Yang Yingliang)  
- malidp: Fix NULL vs IS_ERR() checking (Miaoqian Lin)  
- scsi: mpt3sas: Remove usage of dma_get_required_mask() API (Sreekanth Reddy)  
- scsi: mpt3sas: re-do lost mpt3sas DMA mask fix (Sreekanth Reddy)  
- scsi: mpt3sas: Don't change DMA mask while reallocating pools (Sreekanth Reddy)  
- Revert 'scsi: mpt3sas: Fix return value check of dma_get_required_mask()' (Salvatore Bonaccorso)  
- drm/virtio: Fix error code in virtio_gpu_object_shmem_init() (Harshit Mogalapalli)  
- media: uvcvideo: Fix race condition with usb_kill_urb (Ricardo Ribalda)  
- Bluetooth: hci_sock: purge socket queues in the destruct() callback (Nguyen Dinh Phi)  
- drm/display/dp_mst: Fix down message handling after a packet reception error (Imre Deak)  
- drm/display/dp_mst: Fix down/up message handling after sink disconnect (Imre Deak)  
- x86/resctl: fix scheduler confusion with 'current' (Linus Torvalds)  
- net: tls: avoid hanging tasks on the tx_lock (Jakub Kicinski)  
- soundwire: cadence: Drain the RX FIFO after an IO timeout (Richard Fitzgerald)  
- soundwire: cadence: Remove wasted space in response_buf (Richard Fitzgerald)  
- phy: rockchip-typec: Fix unsigned comparison with less than zero (Jiapeng Chong)  
- PCI: Add ACS quirk for Wangxun NICs (Mengyuan Lou)  
- PCI: loongson: Add more devices that need MRRS quirk (Huacai Chen)  
- kernel/fail_function: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- drivers: base: dd: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- drivers: base: component: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- misc: vmw_balloon: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- tty: pcn_uart: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- PCI: Take other bus devices into account when distributing resources (Mika Westerberg)  
- PCI: Align extra resources for hotplug bridges properly (Mika Westerberg)  
- usb: gadget: uvc: Make bSourceID read/write (Daniel Scally)  
- usb: uvc: Enumerate valid values for color matching (Daniel Scally)  
- USB: ene_usb6250: Allocate enough memory for full object (Kees Cook)  
- usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer math (Kees Cook)  
- USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: gadget: gr_udc: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: isp1362: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: isp116x: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: fotg210: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: sl811: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: uhci: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: chipidea: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- USB: dwc3: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- PCI: loongson: Prevent LS7A MRRS increases (Huacai Chen)  
- soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() (Richard Fitzgerald)  
- iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_config_word() (Harshit Mogalapalli)  
- iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_status_word() (Harshit Mogalapalli)  
- tools/iio/iio_utils:fix memory leak (Yulong Zhang)  
- mei: bus-fixup:upon error print return values of send and receive (Alexander Usyskin)  
- serial: sc16is7xx: setup GPIO controller later in probe (Isaac True)  
- tty: serial: fsl_lpuart: disable the CTS when send break signal (Sherry Sun)  
- tty: fix out-of-bounds access in tty_driver_lookup_tty() (Sven Schnelle)  
- staging: emxx_udc: Add checks for dma_alloc_coherent() (Yuan Can)  
- USB: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- media: uvcvideo: Silence memcpy() run-time false positive warnings (Kees Cook)  
- media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 (Ricardo Ribalda)  
- media: uvcvideo: Handle errors from calls to usb_string (Guenter Roeck)  
- media: uvcvideo: Handle cameras with invalid descriptors (Ricardo Ribalda)  
- media: uvcvideo: Remove format descriptions (Laurent Pinchart)  
- iommu/amd: Fix error handling for pdev_pri_ats_enable() (Vasant Hegde)  
- IB/hfi1: Update RMT size calculation (Dean Luick)  
- mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak (Liang He)  
- bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support (Souradeep Chowdhury)  
- firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 (Darrell Kavanagh)  
- kernel/printk/index.c: fix memory leak with using debugfs_lookup() (Greg Kroah-Hartman)  
- tracing: Add NULL checks for buffer in ring_buffer_free_read_page() (Jia-Ju Bai)  
- thermal: intel: BXT_PMIC: select REGMAP instead of depending on it (Randy Dunlap)  
- thermal: intel: quark_dts: fix error pointer dereference (Dan Carpenter)  
- ASoC: mediatek: mt8195: add missing initialization (Trevor Wu)  
- ASoC: zl38060 add gpiolib dependency (Arnd Bergmann)  
- ASoC: zl38060: Remove spurious gpiolib select (Mark Brown)  
- ASoC: adau7118: don't disable regulators on device unbind (Nuno Sa)  
- loop: loop_set_status_from_info() check before assignment (Zhong Jinghua)  
- rtc: allow rtc_read_alarm without read_alarm callback (Alexandre Belloni)  
- scsi: ipr: Work around fortify-string warning (Arnd Bergmann)  
- genirq: Add and use an irq_data_update_affinity helper (Samuel Holland)  
- genirq: Refactor accessors to use irq_data_get_affinity_mask (Samuel Holland)  
- rtc: sun6i: Always export the internal oscillator (Samuel Holland)  
- vc_screen: modify vcs_size() handling in vcs_read() (George Kennedy)  
- tcp: tcp_check_req() can be called from process context (Eric Dumazet)  
- ARM: dts: spear320-hmi: correct STMPE GPIO compatible (Krzysztof Kozlowski)  
- net/sched: act_sample: fix action bind logic (Pedro Tammela)  
- net/sched: act_mpls: fix action bind logic (Pedro Tammela)  
- net/sched: act_pedit: fix action bind logic (Pedro Tammela)  
- net/sched: transition act_pedit to rcu and percpu stats (Pedro Tammela)  
- nfc: fix memory leak of se_io context in nfc_genl_se_io (Fedor Pchelkin)  
- net/mlx5: Geneve, Fix handling of Geneve object id as error code (Maor Dickman)  
- net/mlx5e: Verify flow_source cap before using it (Roi Dayan)  
- 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() (Zhengchao Shao)  
- 9p/xen: fix connection sequence (Juergen Gross)  
- 9p/xen: fix version parsing (Juergen Gross)  
- net: fix __dev_kfree_skb_any() vs drop monitor (Eric Dumazet)  
- octeontx2-pf: Use correct struct reference in test condition (Deepak R Varma)  
- sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop (Xin Long)  
- ipv6: Add lwtunnel encap size of all siblings in nexthop calculation (Lu Wei)  
- netfilter: x_tables: fix percpu counter block leak on error path when creating new netns (Pavel Tikhomirov)  
- netfilter: ebtables: fix table blob use-after-free (Florian Westphal)  
- netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack() (Hangyu Hua)  
- watchdog: sbsa_wdog: Make sure the timeout programming is within the limits (George Cherian)  
- watchdog: pcwd_usb: Fix attempting to access uninitialized memory (Li Hua)  
- watchdog: Fix kmemleak in watchdog_cdev_register (Chen Jun)  
- watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in error path (ruanjinjie)  
- um: virt-pci: properly remove PCI device from bus (Benjamin Berg)  
- um: virtio_uml: move device breaking into workqueue (Benjamin Berg)  
- um: virtio_uml: mark device as unregistered when breaking it (Benjamin Berg)  
- um: virtio_uml: free command if adding to virtqueue failed (Benjamin Berg)  
- x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list (Ammar Faizi)  
- netfilter: nf_tables: allow to fetch set elements when table has an owner (Pablo Neira Ayuso)  
- ext4: use ext4_fc_tl_mem in fast-commit replay path (Eric Biggers)  
- f2fs: fix to avoid potential memory corruption in __update_iostat_latency() (Yangtao Li)  
- ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed (Zhihao Cheng)  
- ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() (Zhihao Cheng)  
- ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap (Zhihao Cheng)  
- ubifs: ubifs_writepage: Mark page dirty after writing inode failed (Zhihao Cheng)  
- ubifs: dirty_cow_znode: Fix memleak in error handling path (Zhihao Cheng)  
- ubifs: Re-statistic cleaned znode count if commit failed (Zhihao Cheng)  
- ubi: Fix possible null-ptr-deref in ubi_free_volume() (Yang Yingliang)  
- ubifs: Fix memory leak in alloc_wbufs() (Li Zetao)  
- ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() (Li Zetao)  
- ubi: Fix use-after-free when volume resizing failed (Li Zetao)  
- ubifs: Reserve one leb for each journal head while doing budget (Zhihao Cheng)  
- ubifs: do_rename: Fix wrong space budget when target inode's nlink &gt; 1 (Zhihao Cheng)  
- ubifs: Fix wrong dirty space budget for dirty inode (Zhihao Cheng)  
- ubifs: Rectify space budget for ubifs_xrename() (Zhihao Cheng)  
- ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted (Zhihao Cheng)  
- ubifs: Fix build errors as symbol undefined (Li Hua)  
- ubi: ensure that VID header offset + VID header size &lt;= alloc, size (George Kennedy)  
- um: vector: Fix memory leak in vector_config (Xiang Yang)  
- f2fs: allow set compression option of files without blocks (Yangtao Li)  
- fs: f2fs: initialize fsdata in pagecache_write() (Alexander Potapenko)  
- f2fs: use memcpy_{to,from}_page() where possible (Eric Biggers)  
- pwm: stm32-lp: fix the check on arr and cmp registers update (Fabrice Gasnier)  
- pwm: sifive: Always let the first pwm_apply_state succeed (Emil Renner Berthing)  
- pwm: sifive: Reduce time the controller lock is held (Uwe Kleine-Konig)  
- objtool: Fix memory leak in create_static_call_sections() (Miaoqian Lin)  
- fs/jfs: fix shift exponent db_agl2size negative (Liu Shixin via Jfs-discussion)  
- auxdisplay: hd44780: Fix potential memory leak in hd44780_remove() (Jianglei Nie)  
- LTS version: v5.15.99 (Jack Vogel)  
- kbuild: Port silent mode detection to future gnu make. (Dmitry Goncharov)  
- wifi: ath9k: use proper statements in conditionals (Arnd Bergmann)  
- arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY (Robert Marko)  
- iommu/vt-d: Fix an unbalanced rcu_read_lock/rcu_read_unlock() (Christophe JAILLET)  
- media: uvcvideo: Fix memory leak of object map on error exit path (Colin Ian King)  
- qede: avoid uninitialized entries in coal_entry array (Michal Schmidt)  
- perf intel-pt: pkt-decoder: Add CFE and EVD packets (Adrian Hunter)  
- drm/edid: fix AVI infoframe aspect ratio handling (Jani Nikula)  
- drm/i915: Don't use BAR mappings for ring buffers with LLC (John Harrison)  
- drm/radeon: Fix eDP for single-display iMac11,2 (Mark Hawrylak)  
- drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv (Mavroudis Chatzilaridis)  
- vfio/type1: restore locked_vm (Steve Sistare)  
- vfio/type1: track locked_vm per dma (Steve Sistare)  
- vfio/type1: prevent underflow of locked_vm via exec() (Steve Sistare)  
- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode (Jacob Pan)  
- PCI: Avoid FLR for AMD FCH AHCI adapters (Damien Le Moal)  
- PCI: hotplug: Allow marking devices as disconnected during bind/unbind (Lukas Wunner)  
- PCI/PM: Observe reset delay irrespective of bridge_d3 (Lukas Wunner)  
- MIPS: DTS: CI20: fix otg power gpio (H. Nikolaus Schaller)  
- riscv: ftrace: Reduce the detour code size to half (Guo Ren)  
- riscv: ftrace: Remove wasted nops for !RISCV_ISA_C (Guo Ren)  
- riscv, mm: Perform BPF exhandler fixup on page fault (Bjorn Topel)  
- riscv: jump_label: Fixup unaligned arch_static_branch function (Andy Chiu)  
- riscv: mm: fix regression due to update_mmu_cache change (Sergey Matyukevich)  
- RISC-V: add a spin_shadow_stack declaration (Conor Dooley)  
- scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() (Tomas Henzl)  
- scsi: ses: Fix possible desc_ptr out-of-bounds accesses (Tomas Henzl)  
- scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses (Tomas Henzl)  
- scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process() (Tomas Henzl)  
- scsi: ses: Don't attach if enclosure has no components (James Bottomley)  
- tools/bootconfig: fix single &amp; used for logical condition (Antonio Alvarez Feijoo)  
- ring-buffer: Handle race between rb_move_tail and rb_check_pages (Mukesh Ojha)  
- ktest.pl: Add RUN_TIMEOUT option with default unlimited (Steven Rostedt)  
- ktest.pl: Fix missing 'end_monitor' when machine check fails (Steven Rostedt)  
- ktest.pl: Give back console on Ctrt^C on monitor (Steven Rostedt)  
- mm/thp: check and bail out if page in deferred queue already (Yin Fengwei)  
- mm: memcontrol: deprecate charge moving (Johannes Weiner)  
- docs: gdbmacros: print newest record (John Ogness)  
- remoteproc/mtk_scp: Move clk ops outside send_lock (Chen-Yu Tsai)  
- media: ipu3-cio2: Fix PM runtime usage_count in driver unbind (Sakari Ailus)  
- mips: fix syscall_get_nr (Elvira Khabirova)  
- dax/kmem: Fix leak of memory-hotplug resources (Dan Williams)  
- alpha: fix FEN fault handling (Al Viro)  
- ceph: update the time stamps and try to drop the suid/sgid (Xiubo Li)  
- rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails (Ilya Dryomov)  
- fuse: add inode/permission checks to fileattr_get/fileattr_set (Alexander Mikhalitsyn)  
- ARM: dts: exynos: correct TMU phandle in Odroid HC1 (Krzysztof Kozlowski)  
- ARM: dts: exynos: correct TMU phandle in Odroid XU (Krzysztof Kozlowski)  
- ARM: dts: exynos: correct TMU phandle in Exynos5250 (Krzysztof Kozlowski)  
- ARM: dts: exynos: correct TMU phandle in Odroid XU3 family (Krzysztof Kozlowski)  
- ARM: dts: exynos: correct TMU phandle in Exynos4 (Krzysztof Kozlowski)  
- ARM: dts: exynos: correct TMU phandle in Exynos4210 (Krzysztof Kozlowski)  
- ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node (Manivannan Sadhasivam)  
- dm flakey: fix a bug with 32-bit highmem systems (Mikulas Patocka)  
- dm flakey: don't corrupt the zero page (Mikulas Patocka)  
- dm flakey: fix logic when corrupting a bio (Mikulas Patocka)  
- thermal: intel: powerclamp: Fix cur_state for multi package system (Srinivas Pandruvada)  
- qede: fix interrupt coalescing configuration (Manish Chopra)  
- wifi: cfg80211: Fix use after free for wext (Alexander Wetzel)  
- wifi: ath11k: allow system suspend to survive ath11k (Len Brown)  
- wifi: rtl8xxxu: Use a longer retry limit of 48 (Bitterblue Smith)  
- dm: add cond_resched() to dm_wq_work() (Pingfan Liu)  
- dm: send just one event on resize, not two (Mikulas Patocka)  
- mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type (Louis Rannou)  
- mtd: spi-nor: spansion: Consider reserved bits in CFR5 register (Tudor Ambarus)  
- mtd: spi-nor: sfdp: Fix index value for SCCR dwords (Takahiro Kuwano)  
- ext4: refuse to create ea block when umounted (Jun Nie)  
- ext4: optimize ea_inode block expansion (Jun Nie)  
- jbd2: fix data missing when reusing bh which is ready to be checkpointed (Zhihao Cheng)  
- ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC (Lukasz Stelmach)  
- ALSA: ice1712: Do not left ice-&gt;gpio_mutex locked in aureon_add_controls() (Dmitry Fomin)  
- io_uring/poll: allow some retries for poll triggering spuriously (Jens Axboe)  
- io_uring: remove MSG_NOSIGNAL from recvmsg (David Lamparter)  
- io_uring/rsrc: disallow multi-source reg buffers (Pavel Begunkov)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12339.html" type="self" title="ELSA-2023-12339" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-30456.html" id="CVE-2023-30456" type="cve" title="CVE-2023-30456" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-101.103.2.1.el8uek.src.rpm</filename>
          <sum type="sha256">65f879de6b56d4c47804974c2e01d27373073a9d24fa7e94fd47181d6f7e7361</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e0b6861b3eae7e2d722e741d296fce23dbc4bd4bf33d0d94be9a283a46d0e3af</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-101.103.2.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">802c4782320ddb1b5e77f194f1be590e71ede4ddccb86f73927b0d2d9bcd8b26</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">291cec1f2bf67196069215752686b8d5165e4d5ff5d644db0edd4ad3853e1028</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">720410812bd41a22dbe7fdb29dffeccaa23dccd5e5a9999673af86384689e8f6</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">50f10bfa0015118c61adc20c7f5906524dea089224ab2850be32285063c5fe31</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">44e4ce0cc9dabf556b80bbae7fbb557eed5720b258e1fd4753cfa74cc692f481</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">78fd13d1d94c51b47cb7b9f3ca30d8e0f2628f85e0395d1ac0408cf0468db885</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0bb3ce8e7a69e9c67525b8aac87dadcb2896d7dc698b02dd36bd57a719f92b3</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6f52419adcbd377f2a9f7a192ef3a4b57a2627c3fe6a8559ddca2f68dad37cdd</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5eb98e64fcc63ca74e92221991201fb3dfa414da15746410b493ce8487a930db</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ec30bf25a1d2ec1a7c82a6f150bcaa1b841553703ec7586c51dd0b3d8060a55</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ffac64b8d1d58493184939fa4dafc78fc98c573536a0375e9767128d981279c5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">500b5721e4e0de71a13a15a6456f3d684c2620465dadb2dc4879901152ecf8d3</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="101.103.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-101.103.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f5a3ac168541c9c2ecbb625367d9a2faf3b2b1203b597787b6aa809f99c0a647</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20404</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Moderate</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-07 00:00:00"/>
    <updated date="2025-07-07 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-309.180.4.2]
- Add Zen34 clients (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- x86/process: Move the buffer clearing before MONITOR (Kim Phillips)  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- Add normal counters (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- KVM: SVM: Advertize TSA CPUID bits to guests (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Rename MDS machinery to something more generic (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- x86/CPU/AMD: Add ZenX generations flags (Borislav Petkov (AMD))  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}
- x86/bugs: Free X86_BUG_AMD_APIC_C1E and X86_BUG_AMD_E400 bits (Boris Ostrovsky)  [Orabug: 38129825]  {CVE-2024-36350} {CVE-2024-36357}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20404.html" type="self" title="ELSA-2025-20404" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36350.html" id="CVE-2024-36350" type="cve" title="CVE-2024-36350" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36357.html" id="CVE-2024-36357" type="cve" title="CVE-2024-36357" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7495113b56e1cfaf63ccdfdd7d0817a867a03c17131fb0eeedd2f5860d1a78d3</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1e1a187ce86d8173f6f82d634b78f13a1b781d2c7a7250ee2fde398ccef089e2</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">894df6b02df3ebbc50095c52d5ab69b7fc993dbaa1dd21fc3dd766d1882c29e4</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">93712b8afced4ee7c33931b8abd2ebe94c029bd7e584db8883ad78d4aeb6be1f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-309.180.4.2.el8uek.src.rpm</filename>
          <sum type="sha256">6d1d4ebf09e56abbf773d435d35bbdc28c53b95d784c56a3b87a12b73274a335</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">23956d5d9d5ecf0679e52243ad519cb088c31632db1601a02e6c5dcb52dcadf5</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cd177b74f6a7c015a93ed06860cf811cd857fcc5fe92ba9d9462fe9c191ecfc5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">512bab36a9118df77a858824d895e76c1f0627cf68fa82e12052a0a1cb442dd9</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c7e4bfe83147b7e12e9532b703e93ed5afb2f51dba7fa006db8a5c5b17b255f2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7563e10d275667c76fda0d6e41f8630f738aa2adddc8d7c819e63530e2a0b1ad</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3b9c6d7e552b290b9af9d59840f0d47b9f7e8fab040546cc0b5dac0fcc66b1e9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ae76473587557edaba1f914cac06c8de3ebdfa268718b4f86bbdea127b75622</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9d3f36e313f931ff595d16e4c9341e50f8098bfc0673591bef9680239c2d250e</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-309.180.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6245ba84cc3cce74e57866586a59bbc21b01c0bbe0df9eb36a72fa6ebee7127f</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="309.180.4.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-309.180.4.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">b772b88ebc363b7b6d9465707dbac7aaaced50c3478f84b132396575c8d8f5e3</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-9484</id>
    <title>iproute wireguard-tools  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-10-14 00:00:00"/>
    <updated date="2021-10-14 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>iproute
[5.12.0-1.0.2.el8]
- Backport selected rdma patches needed for vDPA support [Orabug: 32719473]
- rdma: Add SRQ resource tracking information [Orabug: 32719473]
- rdma: Add context resource tracking information [Orabug: 32719473]
- rdma: Update uapi headers [Orabug: 32719473]
- lib: move get_task_name() from rdma [Orabug: 32719473]

[5.12.0-1.0.1.el8]
- Update to 5.12.0 upstream [Orabug: 32719473]
- Drop patches that are now present in new version [Orabug: 32719473]

wireguard-tools
[1.0.20210914-1]
- contrib/launchd: fix xml syntax error
- wg-quick: darwin: account for 'link#XX' gateways
- ipc: add wireguard-nt support
- ipc: cache windows lookups to avoid O(n^2) with nested lookups
- ipc: remove windows elevation
- ipc: windows: don't display disabled adapters
- ipc: windows: use devpkey instead of nci for name
- wg-quick: android: adjust for android 12
- wg-quick: openbsd: set DNS with resolvd(8)

[1.0.20210424-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

[1.0.20210424-1]
- wg-quick: freebsd: check for socket using -S, not -f
- wg-quick: freebsd: do not assume point-to-point interface flag
- wg-quick: freebsd: use ifconfig for determining if interface is up
- wg-quick: kill route monitor when loop terminates

[1.0.20210315-1]
- Makefile: fix version indicator
- wireguard-tools: const correctness
- wireguard-tools: drag in headers for prototypes
- ipc: uniformly ignore preshared keys that are zero
- wg-quick: freebsd: add kernel support
- ipc: freebsd: add initial FreeBSD support
- wg-quick: freebsd: avoid writing private keys to /tmp

[1.0.20210223-1]
- wg-quick: android: do not free iterated pointer
- wg-quick: openbsd: no use for userspace support
- embeddable-wg-library: sync latest from netlink.h
- wincompat: recent mingw has inet_ntop/inet_pton
- wincompat: add resource and manifest and enable lto
- wincompat: do not elevate by default
- completion: add help and syncconf completions
- sticky-sockets: do not use SO_REUSEADDR
- man: LOG_LEVEL variables changed name
- ipc: do not use fscanf with trailing \n
- ipc: read trailing responses after set operation

[1.0.20200827-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.0.20200827-2]
- Disable contrib/dns-hatchet/apply.sh on Fedora 33+ and RHEL9+

[1.0.20200827-1]
- Update to 1.0.20200827
- wg-quick: android: use iproute2 to bring up interface instead of ndc
- wg-quick: Revert wait on process substitutions
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-9484.html" type="self" title="ELBA-2021-9484" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="x86_64">
          <filename>wireguard-tools-1.0.20210914-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c4dd4fd587913213870b995a02e1c0ba3600290a485c8766c1c59e7c1ffc3a48</sum>
        </package>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="src">
          <filename>wireguard-tools-1.0.20210914-1.el8.src.rpm</filename>
          <sum type="sha256">750f6412895fa3ef52711b8e304434ff8bc0fb01c25fc357d56dc48f59989650</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12017</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-01-12 00:00:00"/>
    <updated date="2023-01-12 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-6.80.3.1]
- Revert 'rds: ib: Enable FC by default' (Hakon Bugge)  [Orabug: 34964359]

[5.15.0-6.80.3]
- net/mlx5: Suppress error logging on UCTX creation (Marina)  [Orabug: 34888471] 
- rds: ib: Fix leaked MRs during kexec (Hakon Bugge)  [Orabug: 34892082] 
- uek-rpm: Add ptp_kvm.ko to core rpm (Somasundaram Krishnasamy)  [Orabug: 34901414] 
- Revert 'tracing/ring-buffer: Have polling block on watermark' (Harshit Mogalapalli)  [Orabug: 34890999]

[5.15.0-6.80.2]
- scsi: mpi3mr: Remove unnecessary cast (Jules Irenge)  [Orabug: 34640445] 
- scsi: mpi3mr: Update driver version to 8.2.0.3.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix scheduling while atomic type bug (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Scan the devices during resume time (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Free enclosure objects during driver unload (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle 0xF003 Fault Code (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBA (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support new power management framework (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update mpi3 header files (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Block I/Os while refreshing target dev objects (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Refresh SAS ports during soft reset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support SAS transport class callbacks (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to issue MPT transport cmds (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add SAS SATA end devices to STL (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Get target object based on rphy (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add expander devices to STL (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable STL on HBAs where multipath is disabled (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to manage device's port (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to retrieve device objects (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to add phys to STL (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable Enclosure device add event (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to retrieve config pages (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to issue config requests (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add config and transport related debug flags (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Delete a stray tab (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Unlock on error path (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Reduce VD queue depth on detecting throttling (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Resource Based Metering (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase cmd_per_lun to 128 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable shared host tagset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix kernel-doc (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Rework mrioc-&gt;bsg_device model to fix warnings (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add target device related sysfs (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add shost related sysfs attributes (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Return error if dma_alloc_coherent() fails (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Hidden drives not removed during soft reset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase I/O timeout value to 60s (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update driver version to 8.0.0.69.0 (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for NVMe passthrough (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Expose adapter state to sysfs (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for PEL commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for MPT commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi header (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for driver commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add bsg device support (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Bump driver version to 8.0.0.68.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update the copyright year (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix cmnd getting marked as in use forever (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix hibernation issue (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix printing of pending I/O count (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix deadlock while canceling the fw event (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix formatting problems in some kernel-doc comments (Yang Li)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix some spelling mistakes (Colin Ian King)  [Orabug: 34640445] 
- scsi: mpi3mr: Bump driver version to 8.0.0.61.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enhanced Task Management Support Reply handling (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Use TM response codes from MPI3 headers (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add io_uring interface support in I/O-polled mode (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Print cable mngnt and temp threshold events (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support Prepare for Reset event (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add Event acknowledgment logic (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Gracefully handle online FW update operation (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Detect async reset that occurred in firmware (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add IOC reinit function (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle offline FW activation in graceful manner (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Code refactor of IOC init - part2 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Code refactor of IOC init - part1 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fault IOC when internal command gets timeout (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Display IOC firmware package version (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle unaligned PLL in unmap cmnds (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase internal cmnds timeout to 60s (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Do access status validation before adding devices (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for PCIe Managed Switch SES device (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers - part2 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers - part1 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add debug APIs based on logging_level bits (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Use scnprintf() instead of snprintf() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() (Dan Carpenter)  [Orabug: 34640445] 
- rds: ib: Remove unnecessary call to rds_ib_ring_unalloc (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Remove unnecessary i_flowctl term from conditions (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Remove unnesesarry variable initialization (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Make sure receives are posted before connection is up (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Fix the Retry counter dependency on RNR NAK Retry counter (Hakon Bugge)  [Orabug: 34768825] 
- rds: Deduct one credit on the passive side (Hakon Bugge)  [Orabug: 34768825] 
- rds: Use all eight bits for credit updates (Hakon Bugge)  [Orabug: 34768825] 
- RDS/IB: Fix the misplaced counter update rdma dto path (Devesh Sharma)  [Orabug: 34865847] 
- uek-rpm: Enable CONFIG_HP_ILO for aarch64 (Saeed Mirzamohammadi)  [Orabug: 34869880] 
- uek-rpm: ol8: Choose right annobin plugin for UEK build (Somasundaram Krishnasamy)  [Orabug: 34873882] 
- proc: proc_skip_spaces() shouldn't think it is working on C strings (Linus Torvalds)  [Orabug: 34882775]  {CVE-2022-4378}
- proc: avoid integer type confusion in get_proc_long (Linus Torvalds)  [Orabug: 34882775]  {CVE-2022-4378}

[5.15.0-6.80.1]
- LTS version: v5.15.80 (Jack Vogel)  
- ntfs: check overflow when iterating ATTR_RECORDs (Hawkins Jiawei)  
- ntfs: fix out-of-bounds read in ntfs_attr_find() (Hawkins Jiawei)  
- ntfs: fix use-after-free in ntfs_attr_find() (Hawkins Jiawei)  
- net/9p: use a dedicated spinlock for trans_fd (Dominique Martinet)  
- mm: fs: initialize fsdata passed to write_begin/write_end interface (Alexander Potapenko)  
- wifi: wext: use flex array destination for memcpy() (Hawkins Jiawei)  
- 9p/trans_fd: always use O_NONBLOCK read/write (Tetsuo Handa)  
- gfs2: Switch from strlcpy to strscpy (Andreas Gruenbacher)  
- gfs2: Check sb_bsize_shift after reading superblock (Andrew Price)  
- 9p: trans_fd/p9_conn_cancel: drop client lock earlier (Dominique Martinet)  
- kcm: close race conditions on sk_receive_queue (Cong Wang)  
- kcm: avoid potential race in kcm_tx_work (Eric Dumazet)  
- tcp: cdg: allow tcp_cdg_release() to be called multiple times (Eric Dumazet)  
- macvlan: enforce a consistent minimal mtu (Eric Dumazet)  
- Input: i8042 - fix leaking of platform device on module removal (Chen Jun)  
- kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case (Li Huafei)  
- scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper() (Yuan Can)  
- scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus() (Yang Yingliang)  
- net: use struct_group to copy ip/ipv6 header addresses (Hangbin Liu)  
- tracing: Fix warning on variable 'struct trace_array' (Aashish Sharma)  
- ring-buffer: Include dropped pages in counting dirty patches (Steven Rostedt (Google))  
- perf: Improve missing SIGTRAP checking (Marco Elver)  
- serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake (Ilpo Jarvinen)  
- nvme: ensure subsystem reset is single threaded (Keith Busch)  
- nvme: restrict management ioctls to admin (Keith Busch)  
- perf/x86/intel/pt: Fix sampling using single range output (Adrian Hunter)  
- misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() (Alexander Potapenko)  
- docs: update mediator contact information in CoC doc (Shuah Khan)  
- mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() (Xiongfeng Wang)  
- mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout (Chevron Li)  
- mmc: core: properly select voltage range without power cycle (Yann Gautier)  
- firmware: coreboot: Register bus in module init (Brian Norris)  
- iommu/vt-d: Set SRE bit only when hardware has SRS cap (Tina Zhang)  
- iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries (Tina Zhang)  
- scsi: zfcp: Fix double free of FSF request when qdio send fails (Benjamin Block)  
- net: phy: marvell: add sleep time after enabling the loopback bit (Aminuddin Jamaluddin)  
- maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault() (Alban Crequy)  
- Input: iforce - invert valid length check when fetching device IDs (Tetsuo Handa)  
- serial: 8250_lpss: Configure DMA also w/o DMA filter (Ilpo Jarvinen)  
- serial: 8250: Flush DMA Rx on RLSI (Ilpo Jarvinen)  
- serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs (Ilpo Jarvinen)  
- dm ioctl: fix misbehavior if list_versions races with module loading (Mikulas Patocka)  
- iio: pressure: ms5611: changed hardcoded SPI speed to value limited (Mitja Spes)  
- iio: adc: mp2629: fix potential array out of bound access (Saravanan Sekar)  
- iio: adc: mp2629: fix wrong comparison of channel (Saravanan Sekar)  
- iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init() (Yang Yingliang)  
- iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() (Yang Yingliang)  
- usb: typec: mux: Enter safe mode only when pins need to be reconfigured (Rajat Khandelwal)  
- usb: cdns3: host: fix endless superspeed hub port reset (Li Jun)  
- usb: chipidea: fix deadlock in ci_otg_del_timer (Duoming Zhou)  
- usb: add NO_LPM quirk for Realforce 87U Keyboard (Nicolas Dumazet)  
- USB: serial: option: add Fibocom FM160 0x0111 composition (Reinhard Speyerer)  
- USB: serial: option: add u-blox LARA-L6 modem (Davide Tronchin)  
- USB: serial: option: add u-blox LARA-R6 00B modem (Davide Tronchin)  
- USB: serial: option: remove old LARA-R6 PID (Davide Tronchin)  
- USB: serial: option: add Sierra Wireless EM9191 (Benoit Monin)  
- USB: bcma: Make GPIO explicitly optional (Linus Walleij)  
- speakup: fix a segfault caused by switching consoles (Mushahid Hussain)  
- slimbus: stream: correct presence rate frequencies (Krzysztof Kozlowski)  
- slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y &amp;&amp; CONFIG_QCOM_RPROC_COMMON=m (Zheng Bin)  
- Revert 'usb: dwc3: disable USB core PHY management' (Johan Hovold)  
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (Takashi Iwai)  
- ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro (Emil Flink)  
- ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open() (Takashi Iwai)  
- drm/amd/display: Add HUBP surface flip interrupt handler (Rodrigo Siqueira)  
- tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit() (Shang XiaoJing)  
- tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit() (Shang XiaoJing)  
- tracing: Fix race where eprobes can be called before the event (Steven Rostedt (Google))  
- tracing: Fix wild-memory-access in register_synth_event() (Shang XiaoJing)  
- tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event() (Shang XiaoJing)  
- tracing/ring-buffer: Have polling block on watermark (Steven Rostedt (Google))  
- tracing: Fix memory leak in tracing_read_pipe() (Wang Yufen)  
- ring_buffer: Do not deactivate non-existant pages (Daniil Tatianin)  
- ftrace: Fix null pointer dereference in ftrace_add_mod() (Xiu Jianfeng)  
- ftrace: Optimize the allocation for mcount entries (Wang Wensheng)  
- ftrace: Fix the possible incorrect kernel message (Wang Wensheng)  
- cifs: add check for returning value of SMB2_set_info_init (Anastasia Belova)  
- net: thunderbolt: Fix error handling in tbnet_init() (Yuan Can)  
- net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start() (Shang XiaoJing)  
- cifs: Fix wrong return value checking when GETFLAGS (Zhang Xiaoxu)  
- net/x25: Fix skb leak in x25_lapb_receive_frame() (Wei Yongjun)  
- net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open() (Liu Jian)  
- cifs: add check for returning value of SMB2_close_init (Anastasia Belova)  
- platform/surface: aggregator: Do not check for repeated unsequenced packets (Maximilian Luz)  
- platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized (Roger Pau Monne)  
- drbd: use after free in drbd_create_device() (Dan Carpenter)  
- bridge: switchdev: Fix memory leaks when changing VLAN protocol (Ido Schimmel)  
- net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process (Guangbin Huang)  
- net: ena: Fix error handling in ena_init() (Yuan Can)  
- net: ionic: Fix error handling in ionic_init_module() (Yuan Can)  
- xen/pcpu: fix possible memory leak in register_pcpu() (Yang Yingliang)  
- net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims (Vladimir Oltean)  
- net: mhi: Fix memory leak in mhi_net_dellink() (Wei Yongjun)  
- bnxt_en: Remove debugfs when pci_register_driver failed (Gaosheng Cui)  
- net: caif: fix double disconnect client in chnl_net_open() (Zhengchao Shao)  
- net: macvlan: Use built-in RCU list checking (Chuang Wang)  
- mISDN: fix misuse of put_device() in mISDN_register_device() (Wang ShaoBo)  
- net: liquidio: release resources when liquidio driver open failed (Zhengchao Shao)  
- soc: imx8m: Enable OCOTP clock before reading the register (Xiaolei Wang)  
- net: stmmac: ensure tx function is not running in stmmac_xdp_release() (Mohd Faizal Abdul Rahim)  
- net: hinic: Fix error handling in hinic_module_init() (Yuan Can)  
- mISDN: fix possible memory leak in mISDN_dsp_element_register() (Yang Yingliang)  
- net: bgmac: Drop free_netdev() from bgmac_enet_remove() (Wei Yongjun)  
- bpf: Initialize same number of free nodes for each pcpu_freelist (Xu Kuohai)  
- MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed (Liao Chang)  
- MIPS: fix duplicate definitions for exported symbols (Rongwei Zhang)  
- nfp: change eeprom length to max length enumerators (Jaco Coetzee)  
- ata: libata-transport: fix error handling in ata_tdev_add() (Yang Yingliang)  
- ata: libata-transport: fix error handling in ata_tlink_add() (Yang Yingliang)  
- ata: libata-transport: fix error handling in ata_tport_add() (Yang Yingliang)  
- ata: libata-transport: fix double ata_host_put() in ata_tport_add() (Yang Yingliang)  
- arm64: dts: imx8mn: Fix NAND controller size-cells (Marek Vasut)  
- arm64: dts: imx8mm: Fix NAND controller size-cells (Marek Vasut)  
- ARM: dts: imx7: Fix NAND controller size-cells (Marek Vasut)  
- drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker() (Shang XiaoJing)  
- drm/drv: Fix potential memory leak in drm_dev_init() (Shang XiaoJing)  
- drm/panel: simple: set bpc field for logic technologies displays (Aishwarya Kothari)  
- drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms (Gaosheng Cui)  
- pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map (Zeng Heng)  
- parport_pc: Avoid FIFO port location truncation (Maciej W. Rozycki)  
- siox: fix possible memory leak in siox_device_add() (Yang Yingliang)  
- arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro (D Scott Phillips)  
- bpf: Fix memory leaks in __check_func_call (Wang Yufen)  
- block: sed-opal: kmalloc the cmd/resp buffers (Serge Semin)  
- scsi: scsi_transport_sas: Fix error handling in sas_phy_add() (Yang Yingliang)  
- pinctrl: rockchip: list all pins in a possible mux route for PX30 (Quentin Schulz)  
- ASoC: soc-utils: Remove __exit for snd_soc_util_exit() (Chen Zhongjin)  
- bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() (Baisong Zhong)  
- tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send (Duoming Zhou)  
- serial: imx: Add missing .thaw_noirq hook (Shawn Guo)  
- serial: 8250: omap: Flush PM QOS work on remove (Tony Lindgren)  
- serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove() (Tony Lindgren)  
- serial: 8250_omap: remove wait loop from Errata i202 workaround (Matthias Schiffer)  
- serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl() (Tony Lindgren)  
- ARM: at91: pm: avoid soft resetting AC DLL (Claudiu Beznea)  
- ASoC: tas2764: Fix set_tdm_slot in case of single slot (Martin Poviser)  
- ASoC: tas2770: Fix set_tdm_slot in case of single slot (Martin Poviser)  
- ASoC: core: Fix use-after-free in snd_soc_exit() (Chen Zhongjin)  
- ARM: dts: at91: sama7g5: fix signal name of pin PB2 (Mihai Sain)  
- spi: stm32: Print summary 'callbacks suppressed' message (Marek Vasut)  
- arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed (Douglas Anderson)  
- KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet (Like Xu)  
- spi: intel: Use correct mask for flash and protected regions (Mika Westerberg)  
- mtd: spi-nor: intel-spi: Disable write protection only if asked (Mika Westerberg)  
- ASoC: codecs: jz4725b: Fix spelling mistake 'Sourc' -&gt; 'Source', 'Routee' -&gt; 'Route' (Colin Ian King)  
- x86/cpu: Add several Intel server CPU model numbers (Tony Luck)  
- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm (Luiz Augusto von Dentz)  
- btrfs: remove pointless and double ulist frees in error paths of qgroup tests (Filipe Manana)  
- drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid (Nathan Huckleberry)  
- i2c: i801: add lis3lv02d's I2C address for Vostro 5568 (Nam Cao)  
- i2c: tegra: Allocate DMA memory for DMA engine (Thierry Reding)  
- firmware: arm_scmi: Cleanup the core driver removal callback (Cristian Marussi)  
- ACPI: x86: Add another system to quirk list for forcing StorageD3Enable (Mario Limonciello)  
- NFSv4: Retry LOCK on OLD_STATEID during delegation return (Benjamin Coddington)  
- btrfs: raid56: properly handle the error when unable to find the missing stripe (Qu Wenruo)  
- RDMA/efa: Add EFA 0xefa2 PCI ID (Michael Margolin)  
- ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (Hans de Goede)  
- drm/amd/display: Remove wrong pipe control lock (Rodrigo Siqueira)  
- ASoC: rt1308-sdw: add the default value of some registers (Shuming Fan)  
- selftests/intel_pstate: fix build for ARCH=x86_64 (Ricardo Canuelo)  
- selftests/futex: fix build for clang (Ricardo Canuelo)  
- ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15 (Pierre-Louis Bossart)  
- ASoC: codecs: jz4725b: fix capture selector naming (Siarhei Volkau)  
- ASoC: codecs: jz4725b: use right control for Capture Volume (Siarhei Volkau)  
- ASoC: codecs: jz4725b: fix reported volume for Master ctl (Siarhei Volkau)  
- ASoC: codecs: jz4725b: add missed Line In power control bit (Siarhei Volkau)  
- spi: intel: Fix the offset to get the 64K erase opcode (Mauro Lima)  
- ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK (Xiaolei Wang)  
- ASoC: rt1019: Fix the TDM settings (Derek Fang)  
- ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe (Zhang Qilong)  
- ASoC: wm8997: Revert 'ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe' (Zhang Qilong)  
- ASoC: wm5110: Revert 'ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe' (Zhang Qilong)  
- ASoC: wm5102: Revert 'ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe' (Zhang Qilong)  
- LTS version: v5.15.79 (Jack Vogel)  
- x86/cpu: Restore AMD's DE_CFG MSR after resume (Borislav Petkov)  
- net: tun: call napi_schedule_prep() to ensure we own a napi (Eric Dumazet)  
- drm/amdkfd: Migrate in CPU page fault use current mm (Philip Yang)  
- marvell: octeontx2: build error: unknown type name 'u64' (Anders Roxell)  
- dmaengine: at_hdmac: Check return code of dma_async_device_register (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix impossible condition (Tudor Ambarus)  
- dmaengine: at_hdmac: Don't allow CPU to reorder channel enable (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency over the active list (Tudor Ambarus)  
- dmaengine: at_hdmac: Free the memset buf without holding the chan lock (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency over descriptor (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all() (Tudor Ambarus)  
- dmaengine: at_hdmac: Protect atchan-&gt;status with the channel lock (Tudor Ambarus)  
- dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix premature completion of desc in issue_pending (Tudor Ambarus)  
- dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending (Tudor Ambarus)  
- dmaengine: at_hdmac: Don't start transactions at tx_submit level (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix at_lli struct definition (Tudor Ambarus)  
- cert host tools: Stop complaining about deprecated OpenSSL functions (Linus Torvalds)  
- can: j1939: j1939_send_one(): fix missing CAN header initialization (Oliver Hartkopp)  
- mm/shmem: use page_mapping() to detect page cache for uffd continue (Peter Xu)  
- mm/memremap.c: map FS_DAX device memory as decrypted (Pankaj Gupta)  
- mm/damon/dbgfs: check if rm_contexts input is for a real context (SeongJae Park)  
- udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (ZhangPeng)  
- mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- btrfs: zoned: initialize device's zone info for seeding (Johannes Thumshirn)  
- btrfs: selftests: fix wrong error check in btrfs_free_dummy_root() (Zhang Xiaoxu)  
- btrfs: fix match incorrectly in dev_args_match_device (Liu Shixin)  
- wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update() (Wen Gong)  
- platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi (Jorge Lopez)  
- drm/amdgpu: disable BACO on special BEIGE_GOBY card (Guchun Chen)  
- drm/i915/dmabuf: fix sg_table handling in map_dma_buf (Matthew Auld)  
- nilfs2: fix use-after-free bug of ns_writer on remount (Ryusuke Konishi)  
- nilfs2: fix deadlock in nilfs_count_free_blocks() (Ryusuke Konishi)  
- ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure (Shin'ichiro Kawasaki)  
- vmlinux.lds.h: Fix placement of '.data..decrypted' section (Nathan Chancellor)  
- ALSA: usb-audio: Add DSD support for Accuphase DAC-60 (Jussi Laako)  
- ALSA: usb-audio: Add quirk entry for M-Audio Micro (Takashi Iwai)  
- ALSA: usb-audio: Yet more regression for for the delayed card registration (Takashi Iwai)  
- ALSA: hda/realtek: Add Positivo C6300 model quirk (Edson Juliano Drosdeck)  
- ALSA: hda: fix potential memleak in 'add_widget_node' (Ye Bin)  
- ALSA: hda/ca0132: add quirk for EVGA Z390 DARK (Xian Wang)  
- ALSA: hda/hdmi - enable runtime pm for more AMD display audio (Evan Quan)  
- mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA (Haibo Chen)  
- mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI (Brian Norris)  
- MIPS: jump_label: Fix compat branch range check (Jiaxun Yang)  
- arm64: efi: Fix handling of misaligned runtime regions and drop warning (Ard Biesheuvel)  
- riscv: fix reserved memory setup (Conor Dooley)  
- riscv: vdso: fix build with llvm (Jisheng Zhang)  
- riscv: process: fix kernel info leakage (Jisheng Zhang)  
- net: macvlan: fix memory leaks of macvlan_common_newlink (Chuang Wang)  
- ethernet: tundra: free irq when alloc ring failed in tsi108_open() (Zhengchao Shao)  
- net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open() (Zhengchao Shao)  
- ethernet: s2io: disable napi when start nic failed in s2io_card_up() (Zhengchao Shao)  
- net: atlantic: macsec: clear encryption keys from the stack (Antoine Tenart)  
- net: phy: mscc: macsec: clear encryption keys when freeing a flow (Antoine Tenart)  
- stmmac: dwmac-loongson: fix missing of_node_put() while module exiting (Yang Yingliang)  
- stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe() (Yang Yingliang)  
- stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting (Yang Yingliang)  
- cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open() (Zhengchao Shao)  
- mctp: Fix an error handling path in mctp_init() (Wei Yongjun)  
- stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz (Tan, Tee Min)  
- stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S (Wong Vee Khee)  
- net: cxgb3_main: disable napi when bind qsets failed in cxgb_up() (Zhengchao Shao)  
- net: cpsw: disable napi in cpsw_ndo_open() (Zhengchao Shao)  
- net/mlx5e: E-Switch, Fix comparing termination table instance (Roi Dayan)  
- net/mlx5: Allow async trigger completion execution on single CPU systems (Roy Novich)  
- net/mlx5: Bridge, verify LAG state when adding bond to bridge (Vlad Buslov)  
- net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg (M Chetan Kumar)  
- net: nixge: disable napi when enable interrupts failed in nixge_open() (Zhengchao Shao)  
- net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init() (Zhengchao Shao)  
- netfilter: Cleanup nft_net-&gt;module_list from nf_tables_exit_net() (Shigeru Yoshida)  
- netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg() (Ziyang Xuan)  
- perf tools: Add the include/perf/ directory to .gitignore (Donglin Peng)  
- perf stat: Fix printing os-&gt;prefix in CSV metrics output (Athira Rajeev)  
- drivers: net: xgene: disable napi when register irq failed in xgene_enet_open() (Zhengchao Shao)  
- net: lapbether: fix issue of invalid opcode in lapbeth_open() (Zhengchao Shao)  
- dmaengine: ti: k3-udma-glue: fix memory leak when register device fail (Yang Yingliang)  
- dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() (Christophe JAILLET)  
- dmaengine: pxa_dma: use platform_get_irq_optional (Doug Brown)  
- tipc: fix the msg-&gt;req tlv len check in tipc_nl_compat_name_table_dump_header (Xin Long)  
- net: broadcom: Fix BCMGENET Kconfig (YueHaibing)  
- net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable() (Rasmus Villemoes)  
- can: af_can: fix NULL pointer dereference in can_rx_register() (Zhengchao Shao)  
- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Alexander Potapenko)  
- tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent (Lu Wei)  
- drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register() (Yuan Can)  
- net: wwan: mhi: fix memory leak in mhi_mbim_dellink (HW He)  
- net: wwan: iosm: fix memory leak in ipc_wwan_dellink (HW He)  
- hamradio: fix issue of dev reference count leakage in bpq_device_event() (Zhengchao Shao)  
- net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event() (Zhengchao Shao)  
- KVM: s390: pv: don't allow userspace to set the clock under PV (Nico Boehr)  
- phy: ralink: mt7621-pci: add sentinel to quirks table (John Thomson)  
- capabilities: fix undefined behavior in bit shift for CAP_TO_MASK (Gaosheng Cui)  
- net: fman: Unregister ethernet device on removal (Sean Anderson)  
- bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer (Alex Barba)  
- bnxt_en: Fix possible crash in bnxt_hwrm_set_coal() (Michael Chan)  
- net: tun: Fix memory leaks of napi_get_frags (Wang Yufen)  
- octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT] (Ratheesh Kannoth)  
- octeontx2-pf: Use hardware register for CQE count (Geetha sowjanya)  
- macsec: clear encryption keys from the stack after setting up offload (Sabrina Dubroca)  
- macsec: fix detection of RXSCs when toggling offloading (Sabrina Dubroca)  
- macsec: fix secy-&gt;n_rx_sc accounting (Sabrina Dubroca)  
- macsec: delete new rxsc when offload fails (Sabrina Dubroca)  
- net: gso: fix panic on frag_list with mixed head alloc types (Jiri Benc)  
- bpf: Fix wrong reg type conversion in release_reference() (Youlin Li)  
- bpf: Add helper macro bpf_for_each_reg_in_vstate (Kumar Kartikeya Dwivedi)  
- bpf, sock_map: Move cancel_work_sync() out of sock lock (Cong Wang)  
- bpf: Fix sockmap calling sleepable function in teardown path (John Fastabend)  
- bpf, sockmap: Fix sk-&gt;sk_forward_alloc warn_on in sk_stream_kill_queues (Wang Yufen)  
- HID: hyperv: fix possible memory leak in mousevsc_probe() (Yang Yingliang)  
- bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE (Pu Lehui)  
- wifi: mac80211: Set TWT Information Frame Disabled bit as 1 (Howard Hsu)  
- bpf, sockmap: Fix the sk-&gt;sk_forward_alloc warning of sk_stream_kill_queues (Wang Yufen)  
- bpf, verifier: Fix memory leak in array reallocation for stack state (Kees Cook)  
- soundwire: qcom: check for outanding writes before doing a read (Srinivas Kandagatla)  
- soundwire: qcom: reinit broadcast completion (Srinivas Kandagatla)  
- wifi: cfg80211: fix memory leak in query_regdb_file() (Arend van Spriel)  
- wifi: cfg80211: silence a sparse RCU warning (Johannes Berg)  
- phy: stm32: fix an error code in probe (Dan Carpenter)  
- hwspinlock: qcom: correct MMIO max register for newer SoCs (Krzysztof Kozlowski)  
- drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() (Yang Li)  
- drm/amdkfd: handle CPU fault on COW mapping (Philip Yang)  
- drm/amdkfd: avoid recursive lock in migrations back to RAM (Alex Sierra)  
- fuse: fix readdir cache race (Miklos Szeredi)  
- thunderbolt: Add DP OUT resource when DP tunnel is discovered (Sanjay R Mehta)  
- thunderbolt: Tear down existing tunnels when resuming from hibernate (Mika Westerberg)  
- LTS version: v5.15.78 (Jack Vogel)  
- wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker() (Dokyung Song)  
- drm/i915/sdvo: Setup DDC fully before output init (Ville Syrjala)  
- drm/i915/sdvo: Filter out invalid outputs more sensibly (Ville Syrjala)  
- drm/rockchip: dsi: Force synchronous probe (Brian Norris)  
- drm/rockchip: dsi: Clean up 'usage_mode' when failing to attach (Brian Norris)  
- cifs: fix regression in very old smb1 mounts (Ronnie Sahlberg)  
- ext4,f2fs: fix readahead of verity data (Matthew Wilcox (Oracle))  
- tee: Fix tee_shm_register() for kernel TEE drivers (Sumit Garg)  
- KVM: x86: emulator: update the emulation mode after CR0 write (Maxim Levitsky)  
- KVM: x86: emulator: update the emulation mode after rsm (Maxim Levitsky)  
- KVM: x86: emulator: introduce emulator_recalc_and_set_mode (Maxim Levitsky)  
- KVM: x86: emulator: em_sysexit should update ctxt-&gt;mode (Maxim Levitsky)  
- KVM: arm64: Fix bad dereference on MTE-enabled systems (Ryan Roberts)  
- KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable (Emanuele Giuseppe Esposito)  
- KVM: x86: Mask off reserved bits in CPUID.8000001FH (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000001H (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000008H (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.8000001AH (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000006H (Jim Mattson)  
- x86/syscall: Include asm/ptrace.h in syscall_wrapper header (Jiri Olsa)  
- ext4: fix BUG_ON() when directory entry has invalid rec_len (Luis Henriques)  
- ext4: fix warning in 'ext4_da_release_space' (Ye Bin)  
- parisc: Avoid printing the hardware path twice (Helge Deller)  
- parisc: Export iosapic_serial_irq() symbol for serial port driver (Helge Deller)  
- parisc: Make 8250_gsc driver dependend on CONFIG_PARISC (Helge Deller)  
- perf/x86/intel: Fix pebs event constraints for SPR (Kan Liang)  
- perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[] (Kan Liang)  
- perf/x86/intel: Fix pebs event constraints for ICL (Kan Liang)  
- arm64: entry: avoid kprobe recursion (Mark Rutland)  
- efi: random: Use 'ACPI reclaim' memory for random seed (Ard Biesheuvel)  
- efi: random: reduce seed size to 32 bytes (Ard Biesheuvel)  
- fuse: add file_modified() to fallocate (Miklos Szeredi)  
- capabilities: fix potential memleak on error path from vfs_getxattr_alloc() (Gaosheng Cui)  
- tracing/histogram: Update document for KEYS_MAX size (Zheng Yejian)  
- tools/nolibc/string: Fix memcmp() implementation (Rasmus Villemoes)  
- ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters() (Steven Rostedt (Google))  
- kprobe: reverse kp-&gt;flags when arm_kprobe failed (Li Qiang)  
- tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd() (Shang XiaoJing)  
- tcp/udp: Make early_demux back namespacified. (Kuniyuki Iwashima)  
- ftrace: Fix use-after-free for dynamic ftrace_ops (Li Huafei)  
- btrfs: fix type of parameter generation in btrfs_get_dentry (David Sterba)  
- btrfs: fix tree mod log mishandling of reallocated nodes (Josef Bacik)  
- btrfs: fix lost file sync on direct IO write with nowait and dsync iocb (Filipe Manana)  
- fscrypt: fix keyring memory leak on mount failure (Eric Biggers)  
- fscrypt: stop using keyrings subsystem for fscrypt_master_key (Eric Biggers)  
- af_unix: Fix memory leaks of the whole sk due to OOB skb. (Kuniyuki Iwashima)  
- block, bfq: protect 'bfqd-&gt;queued' by 'bfqd-&gt;lock' (Yu Kuai)  
- Bluetooth: L2CAP: Fix attempting to access uninitialized memory (Luiz Augusto von Dentz)   {CVE-2022-42895}
- Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM (Luiz Augusto von Dentz)   {CVE-2022-42896}
- i2c: piix4: Fix adapter not be removed in piix4_remove() (Chen Zhongjin)  
- arm64: dts: juno: Add thermal critical trip points (Cristian Marussi)  
- firmware: arm_scmi: Fix devres allocation device in virtio transport (Cristian Marussi)  
- firmware: arm_scmi: Make Rx chan_setup fail on memory errors (Cristian Marussi)  
- firmware: arm_scmi: Suppress the driver's bind attributes (Cristian Marussi)  
- block: Fix possible memory leak for rq_wb on add_disk failure (Chen Zhongjin)  
- arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: imx8: correct clock order (Peng Fan)  
- ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset (Tim Harvey)  
- clk: qcom: Update the force mem core bit for GPU clocks (Taniya Das)  
- efi/tpm: Pass correct address to memblock_reserve (Jerry Snitselaar)  
- i2c: xiic: Add platform module alias (Martin Tuma)  
- drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case (Danijel Slivka)  
- HID: saitek: add madcatz variant of MMO7 mouse device ID (Samuel Bailey)  
- scsi: core: Restrict legal sdev_state transitions via sysfs (Uday Shankar)  
- ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() (Ashish Kalra)  
- media: v4l: subdev: Fail graciously when getting try data for NULL state (Sakari Ailus)  
- media: meson: vdec: fix possible refcount leak in vdec_probe() (Hangyu Hua)  
- media: dvb-frontends/drxk: initialize err to 0 (Hans Verkuil)  
- media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE (Hans Verkuil)  
- media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE (Hans Verkuil)  
- media: rkisp1: Zero v4l2_subdev_format fields in when validating links (Laurent Pinchart)  
- media: rkisp1: Use correct macro for gradient registers (Laurent Pinchart)  
- media: rkisp1: Initialize color space on resizer sink and source pads (Laurent Pinchart)  
- media: rkisp1: Don't pass the quantization to rkisp1_csm_config() (Laurent Pinchart)  
- s390/cio: fix out-of-bounds access on cio_ignore free (Peter Oberparleiter)  
- s390/cio: derive cdev information only for IO-subchannels (Vineeth Vijayan)  
- s390/boot: add secure boot trailer (Peter Oberparleiter)  
- s390/uaccess: add missing EX_TABLE entries to __clear_user() (Heiko Carstens)  
- mtd: parsers: bcm47xxpart: Fix halfblock reads (Linus Walleij)  
- mtd: parsers: bcm47xxpart: print correct offset on read error (Rafal Milecki)  
- fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards (Helge Deller)  
- video/fbdev/stifb: Implement the stifb_fillrect() function (Helge Deller)  
- drm/msm/hdmi: fix IRQ lifetime (Johan Hovold)  
- drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag (Daniel Thompson)  
- vsock: fix possible infinite sleep in vsock_connectible_wait_data() (Dexuan Cui)  
- ipv6: fix WARNING in ip6_route_net_exit_late() (Zhengchao Shao)  
- net, neigh: Fix null-ptr-deref in neigh_table_clear() (Chen Zhongjin)  
- net/smc: Fix possible leaked pernet namespace in smc_init() (Chen Zhongjin)  
- stmmac: dwmac-loongson: fix invalid mdio_node (Liu Peibao)  
- ibmvnic: Free rwi on reset success (Nick Child)  
- net: mdio: fix undefined behavior in bit shift for __mdiobus_register (Gaosheng Cui)  
- Bluetooth: L2CAP: Fix memory leak in vhci_write (Hawkins Jiawei)  
- Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() (Zhengchao Shao)  
- Bluetooth: virtio_bt: Use skb_put to set length (Soenke Huster)  
- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu (Maxim Mikityanskiy)  
- netfilter: ipset: enforce documented limit to prevent allocating huge memory (Jozsef Kadlecsik)  
- btrfs: fix ulist leaks in error paths of qgroup self tests (Filipe Manana)  
- btrfs: fix inode list leak during backref walking at find_parent_nodes() (Filipe Manana)  
- btrfs: fix inode list leak during backref walking at resolve_indirect_refs() (Filipe Manana)  
- isdn: mISDN: netjet: fix wrong check of device registration (Yang Yingliang)  
- mISDN: fix possible memory leak in mISDN_register_device() (Yang Yingliang)  
- rose: Fix NULL pointer dereference in rose_send_frame() (Zhang Qilong)  
- ipvs: fix WARNING in ip_vs_app_net_cleanup() (Zhengchao Shao)  
- ipvs: fix WARNING in __ip_vs_cleanup_batch() (Zhengchao Shao)  
- ipvs: use explicitly signed chars (Jason A. Donenfeld)  
- netfilter: nf_tables: release flow rule object from commit path (Pablo Neira Ayuso)  
- netfilter: nf_tables: netlink notifier might race to release objects (Pablo Neira Ayuso)  
- net: tun: fix bugs for oversize packet when napi frags enabled (Ziyang Xuan)  
- net: sched: Fix use after free in red_enqueue() (Dan Carpenter)  
- ata: pata_legacy: fix pdc20230_set_piomode() (Sergey Shtylyov)  
- net: fec: fix improper use of NETDEV_TX_BUSY (Zhang Changzhong)  
- nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() (Shang XiaoJing)  
- nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send() (Shang XiaoJing)  
- nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() (Shang XiaoJing)  
- nfc: fdp: Fix potential memory leak in fdp_nci_send() (Shang XiaoJing)  
- net: dsa: fall back to default tagger if we can't load the one from DT (Vladimir Oltean)  
- RDMA/qedr: clean up work queue on failure in qedr_alloc_resources() (Dan Carpenter)  
- RDMA/core: Fix null-ptr-deref in ib_core_cleanup() (Chen Zhongjin)  
- net: dsa: Fix possible memory leaks in dsa_loop_init() (Chen Zhongjin)  
- nfs4: Fix kmemleak when allocate slot failed (Zhang Xiaoxu)  
- NFSv4.2: Fixup CLONE dest file size for zero-length count (Benjamin Coddington)  
- SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed (Zhang Xiaoxu)  
- NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot (Trond Myklebust)  
- NFSv4.1: Handle RECLAIM_COMPLETE trunking errors (Trond Myklebust)  
- NFSv4: Fix a potential state reclaim deadlock (Trond Myklebust)  
- RDMA/hns: Disable local invalidate operation (Yangyang Li)  
- RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx() (Wenpeng Liang)  
- RDMA/hns: Remove magic number (Xinhao Liu)  
- IB/hfi1: Correctly move list in sc_disable() (Dean Luick)  
- KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER (Alexander Graf)  
- KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter() (Alexander Graf)  
- KVM: x86: Protect the unused bits in MSR exiting flags (Aaron Lewis)  
- HID: playstation: add initial DualSense Edge controller support (Roderick Colenbrander)  
- mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page (Baolin Wang)  
- drm/amd/display: explicitly disable psr_feature_enable appropriately (Shirish S)  
- KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1) (Sean Christopherson)  
- serial: ar933x: Deassert Transmit Enable on -&gt;rs485_config() (Lukas Wunner)  
- scsi: lpfc: Rework MIB Rx Monitor debug info logic (James Smart)  
- scsi: lpfc: Adjust CMF total bytes and rxmonitor (James Smart)  
- scsi: lpfc: Adjust bytes received vales during cmf timer interval (James Smart)  
- LTS version: v5.15.77 (Jack Vogel)  
- tcp/udp: Fix memory leak in ipv6_renew_options(). (Kuniyuki Iwashima)  
- serial: Deassert Transmit Enable on probe in driver-specific way (Lukas Wunner)  
- serial: core: move RS485 configuration tasks from drivers into core (Lino Sanfilippo)  
- can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive (Biju Das)  
- can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L (Biju Das)  
- scsi: sd: Revert 'scsi: sd: Remove a local variable' (Yu Kuai)  
- arm64: Add AMPERE1 to the Spectre-BHB affected list (D Scott Phillips)  
- net: enetc: survive memory pressure without crashing (Vladimir Oltean)  
- kcm: do not sense pfmemalloc status in kcm_sendpage() (Eric Dumazet)  
- net: do not sense pfmemalloc status in skb_append_pagefrags() (Eric Dumazet)  
- net/mlx5: Fix crash during sync firmware reset (Suresh Devarakonda)  
- net/mlx5: Update fw fatal reporter state on PCI handlers successful recover (Roy Novich)  
- net/mlx5: Print more info on pci error handlers (Saeed Mahameed)  
- net/mlx5: Fix possible use-after-free in async command interface (Tariq Toukan)  
- net/mlx5e: Extend SKB room check to include PTP-SQ (Aya Levin)  
- net/mlx5e: Do not increment ESN when updating IPsec ESN state (Hyong Youb Kim)  
- netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed (Zhengchao Shao)  
- net: broadcom: bcm4908_enet: update TX stats after actual transmission (Rafal Milecki)  
- net: broadcom: bcm4908enet: remove redundant variable bytes (Colin Ian King)  
- nh: fix scope used to find saddr when adding non gw nh (Nicolas Dichtel)  
- net: bcmsysport: Indicate MAC is in charge of PHY PM (Florian Fainelli)  
- net: ehea: fix possible memory leak in ehea_register_port() (Yang Yingliang)  
- openvswitch: switch from WARN to pr_warn (Aaron Conole)  
- ALSA: aoa: Fix I2S device accounting (Takashi Iwai)  
- ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() (Yang Yingliang)  
- net: ethernet: ave: Fix MAC to be in charge of PHY PM (Kunihiko Hayashi)  
- net: fec: limit register access on i.MX6UL (Juergen Borleis)  
- perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics (Shang XiaoJing)  
- PM: domains: Fix handling of unavailable/disabled idle states (Sudeep Holla)  
- net: ksz884x: fix missing pci_disable_device() on error in pcidev_init() (Yang Yingliang)  
- i40e: Fix flow-type by setting GL_HASH_INSET registers (Slawomir Laba)  
- i40e: Fix VF hang when reset is triggered on another VF (Sylwester Dziedziuch)  
- i40e: Fix ethtool rx-flow-hash setting for X722 (Slawomir Laba)  
- ipv6: ensure sane device mtu in tunnels (Eric Dumazet)  
- perf vendor events power10: Fix hv-24x7 metric events (Kajol Jain)  
- media: vivid: set num_in/outputs to 0 if not supported (Hans Verkuil)  
- media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced' (Hans Verkuil)  
- media: v4l2-dv-timings: add sanity checks for blanking values (Hans Verkuil)  
- media: vivid: dev-&gt;bitmap_cap wasn't freed in all cases (Hans Verkuil)  
- media: vivid: s_fbuf: add more sanity checks (Hans Verkuil)  
- PM: hibernate: Allow hybrid sleep to work with s2idle (Mario Limonciello)  
- can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path (Dongliang Mu)  
- can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path (Dongliang Mu)  
- drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() (Rafael Mendonca)  
- net-memcg: avoid stalls when under memory pressure (Jakub Kicinski)  
- tcp: fix indefinite deferral of RTO with SACK reneging (Neal Cardwell)  
- tcp: fix a signed-integer-overflow bug in tcp_add_backlog() (Lu Wei)  
- tcp: minor optimization in tcp_add_backlog() (Eric Dumazet)  
- net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY (Zhang Changzhong)  
- net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed (Zhengchao Shao)  
- kcm: annotate data-races around kcm-&gt;rx_wait (Eric Dumazet)  
- kcm: annotate data-races around kcm-&gt;rx_psock (Eric Dumazet)  
- atlantic: fix deadlock at aq_nic_stop (Inigo Huguet)  
- drm/i915/dp: Reset frl trained flag before restarting FRL training (Ankit Nautiyal)  
- amd-xgbe: add the bit rate quirk for Molex cables (Raju Rangoju)  
- amd-xgbe: fix the SFP compliance codes check for DAC cables (Raju Rangoju)  
- x86/unwind/orc: Fix unreliable stack dump with gcov (Chen Zhongjin)  
- nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() (Shang XiaoJing)  
- net: macb: Specify PHY PM management done by MAC (Sergiu Moga)  
- net: hinic: fix the issue of double release MBOX callback of VF (Zhengchao Shao)  
- net: hinic: fix the issue of CMDQ memory leaks (Zhengchao Shao)  
- net: hinic: fix memory leak when reading function table (Zhengchao Shao)  
- net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() (Zhengchao Shao)  
- net: netsec: fix error handling in netsec_register_mdio() (Yang Yingliang)  
- tipc: fix a null-ptr-deref in tipc_topsrv_accept (Xin Long)  
- perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap() (Maxim Levitsky)  
- ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() (Yang Yingliang)  
- ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile (Srinivasa Rao Mandadapu)  
- mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe() (Yang Yingliang)  
- arc: iounmap() arg is volatile (Randy Dunlap)  
- sched/core: Fix comparison in sched_group_cookie_match() (Lin Shengwang)  
- perf: Fix missing SIGTRAPs (Peter Zijlstra)  
- ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile (Srinivasa Rao Mandadapu)  
- KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test (Gavin Shan)  
- drm/msm: Fix return type of mdp4_lvds_connector_mode_valid (Nathan Huckleberry)  
- media: atomisp: prevent integer overflow in sh_css_set_black_frame() (Dan Carpenter)  
- media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation (Alexander Stein)  
- net: ieee802154: fix error return code in dgram_bind() (Wei Yongjun)  
- ethtool: eeprom: fix null-deref on genl_info in dump (Xin Long)  
- mmc: block: Remove error check of hw_reset on reset (Christian Lohle)  
- s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser() (Heiko Carstens)  
- s390/futex: add missing EX_TABLE entry to __futex_atomic_op() (Heiko Carstens)  
- perf auxtrace: Fix address filter symbol name match for modules (Adrian Hunter)  
- ARC: mm: fix leakage of memory allocated for PTE (Pavel Kozlov)  
- pinctrl: Ingenic: JZ4755 bug fixes (Siarhei Volkau)  
- kernfs: fix use-after-free in __kernfs_remove (Christian A. Ehrhardt)  
- counter: microchip-tcb-capture: Handle Signal1 read and Synapse (William Breathitt Gray)  
- mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus (Sascha Hauer)  
- mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake (Patrick Thompson)  
- mmc: core: Fix kernel panic when remove non-standard SDIO card (Matthew Ma)  
- mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO (Brian Norris)  
- coresight: cti: Fix hang in cti_disable_hw() (James Clark)  
- drm/msm/dp: fix IRQ lifetime (Johan Hovold)  
- drm/msm/hdmi: fix memory corruption with too many bridges (Johan Hovold)  
- drm/msm/dsi: fix memory corruption with too many bridges (Johan Hovold)  
- drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume (Prike Liang)  
- scsi: qla2xxx: Use transport-defined speed mask for supported_speeds (Manish Rangankar)  
- mac802154: Fix LQI recording (Miquel Raynal)  
- exec: Copy oldsighand-&gt;action under spin-lock (Bernd Edlinger)  
- fs/binfmt_elf: Fix memory leak in load_elf_binary() (Li Zetao)  
- cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores (Rafael J. Wysocki)  
- cpufreq: intel_pstate: Read all MSRs on the target CPU (Rafael J. Wysocki)  
- fbdev: smscufx: Fix several use-after-free bugs (Hyunwoo Kim)  
- iio: adxl372: Fix unsafe buffer attributes (Matti Vaittinen)  
- iio: temperature: ltc2983: allocate iio channels once (Cosmin Tanislav)  
- iio: light: tsl2583: Fix module unloading (Shreeya Patel)  
- tools: iio: iio_utils: fix digit calculation (Matti Vaittinen)  
- xhci: Remove device endpoints from bandwidth list when freeing the device (Mathias Nyman)  
- xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices (Mario Limonciello)  
- xhci: Add quirk to reset host back to default state at shutdown (Mathias Nyman)  
- mtd: rawnand: marvell: Use correct logic for nand-keep-config (Tony O'Brien)  
- usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller (Jens Glathe)  
- usb: bdc: change state when port disconnected (Justin Chen)  
- usb: dwc3: gadget: Don't set IMI for no_interrupt (Thinh Nguyen)  
- usb: dwc3: gadget: Stop processing more requests on IMI (Thinh Nguyen)  
- usb: gadget: uvc: fix sg handling during video encode (Jeff Vanhoof)  
- usb: gadget: uvc: fix sg handling in error case (Dan Vacura)  
- USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM (Hannu Hartikainen)  
- ALSA: rme9652: use explicitly signed char (Jason A. Donenfeld)  
- ALSA: au88x0: use explicitly signed char (Jason A. Donenfeld)  
- ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600 (Takashi Iwai)  
- ALSA: Use del_timer_sync() before freeing timer (Steven Rostedt (Google))  
- can: kvaser_usb: Fix possible completions during init_completion (Anssi Hannula)  
- can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() (Yang Yingliang)  
- NFSv4: Add an fattr allocation to _nfs4_discover_trunking() (Scott Mayhew)  
- NFSv4: Fix free of uninitialized nfs4_label on referral lookup. (Benjamin Coddington)  
- rds: ib: Enable FC by default (Hakon Bugge)  [Orabug: 33930793] 
- Adding a new sysfs entry point -- forcepower -- to /sys/bus/pci/slots/X. (James Puthukattukaran)  [Orabug: 34719459] 
- nvme: paring quiesce/unquiesce (Ming Lei)  [Orabug: 34719459] 
- nvme: prepare for pairing quiescing and unquiescing (Ming Lei)  [Orabug: 34719459] 
- nvme: apply nvme API to quiesce/unquiesce admin queue (Ming Lei)  [Orabug: 34719459] 
- nvme: add APIs for stopping/starting admin queue (Ming Lei)  [Orabug: 34719459] 
- hugetlbfs: don't delete error page from pagecache (James Houghton)  [Orabug: 34772616] 
- mm: shmem: don't truncate page if memory failure happens (Yang Shi)  [Orabug: 34772616] 
- mm: hwpoison: handle non-anonymous THP correctly (Yang Shi)  [Orabug: 34772616] 
- mm: hwpoison: refactor refcount check handling (Yang Shi)  [Orabug: 34772616] 
- net/rds: Quiesce heartbeat worker in rds_conn_path_destroy() (Sharath Srinivasan)  [Orabug: 34815818] 
- net/rds: Add support for tracing RDS heartbeats (Sharath Srinivasan)  [Orabug: 34815818] 
- net/rds: Enable RDS heartbeat by default (Sharath Srinivasan)  [Orabug: 34815818] 
- uek-rpm: core.list: add VirtualBox guest drivers to core package (Todd Vierling)  [Orabug: 34820755] 
- tools/power turbostat: fix SPR PC6 limits (Artem Bityutskiy)  [Orabug: 34838996] 
- tools/power turbostat: separate SPR from ICX (Artem Bityutskiy)  [Orabug: 34838996] 
- rds: ib: Fix incorrect error handling during QP creation (Hakon Bugge)  [Orabug: 34857202] 
- Revert 'random: clear fast pool, crng, and batches in cpuhp bring up' (Somasundaram Krishnasamy)  [Orabug: 34850847] 
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12017.html" type="self" title="ELSA-2023-12017" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-42895.html" id="CVE-2022-42895" type="cve" title="CVE-2022-42895" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-42896.html" id="CVE-2022-42896" type="cve" title="CVE-2022-42896" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4378.html" id="CVE-2022-4378" type="cve" title="CVE-2022-4378" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-doc" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-6.80.3.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">57cd1b51409d3118b0d30e0a7fc46c2e84668550dba1f7aa44e7d364f311a9d4</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">434881bb6f2218af9ee019d94b1dc49667293b9c1e4399d9cdeb2360bd7b1615</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">60823c5abbbe3c20f48d43d211f93281b4577fe6305ab32e2a6c160b26e8ce5d</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">82310f2b1884af53ec374f45cfe1bbc8a3f0c909f6bea345d43c31ed205bbbf9</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f47c3fa0cc5b4cfc226d546e4c039e77c62052f37c50e6b28559d15a3e5f57e</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1bc15d7d553a2cf71b7411aad98094e8fe1f6f0275691353278547ee9ed52f6d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-6.80.3.1.el8uek.src.rpm</filename>
          <sum type="sha256">42e9a39aac9461ce23317e53324fbec703d36a1539aa962c4ad7592abc9d0e37</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">51e1cb240eef4287f82699c60945400ae85e7c98abb3a6d2231ed9e1d5d12cf6</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d258d80d306935ea22fb84c3cfe72dcc81ac27f3f7cc4515b4c3f9e786728156</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5aafe0a1ee2d61b778da167f8e64b90e836fb2bb8b951f8072252fcdd49d7c91</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">375861d6c91a45364dedb332dd735cd6932e5c0c75f4f2121c28180318337a17</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">047a1b05ff84abcecabe9f8ee08d26515cc6906e1be3211ac8927cefec13f6bd</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="6.80.3.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-6.80.3.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5b672791e671cb8225c0651be2304d64533c36125c0ce75af8a056db89df1075</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12790</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-17 00:00:00"/>
    <updated date="2024-10-17 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.1-1.el8]
- Release: 5.15.1-1: Fix for missing by-uuid link after mkfs (Anand Jain) 
- btrfs-progs: fix stray fd close in open_ctree_fs_info() (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: rename struct open_ctree_flags to open_ctree_args (Anand Jain)  [Orabug: 36214038]
- btrfs-progs: mkfs: keep file descriptors open during whole time (Qu Wenruo)  [Orabug: 36214038]
- btrfs-progs: mkfs: run device preparation in parallel (Li Zhang)  [Orabug: 36214038]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12790.html" type="self" title="ELBA-2024-12790" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-btrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1a5c9aa5e9c08f741e5b0a1d2910de3bb6fe196a0fd3de726deee8747d802b0a</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-1.el8.src.rpm</filename>
          <sum type="sha256">437ede6377e05964eb321f5b2202d4a196f4aa94f3e9a238d02afe6cb5e2a07b</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">7d8a2984b96995afb610b14b625a819f2b22dcbe0f4ad51cb752b97e2557f3b6</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1dfff64d56795292b174518593fa8d6e0a0e4351aee0061bf6e853a536fde023</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">9716472ec59f2aa39bf4660224048e56ff30e5b44d0a7963296716822f1f8980</sum>
        </package>
        <package name="btrfs-progs-devel" version="5.15.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">2d97c501afe9b6a941881234f0054f6ab29e02cedc0bbc6b1e5a7a8a2777fe1c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-9014</id>
    <title> dnf-plugins-extras  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-02-26 00:00:00"/>
    <updated date="2021-02-26 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[4.0.8-4.0.2]
- Disable torproxy and system-upgrade plugins [Orabug: 30768024]

[4.0.8-4.0.1]
- Disable tracer and rpmconf plugins [Orabug: 30768024]

[4.0.8-4]
- Tweak module reset patch to also do reset in  (RhBug:1767351)

[4.0.8-3]
- Fix patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-2]
- Backport patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-1]
- Update to 4.0.8
- Set clean_requirements_on_remove=False during remove (RhBug:1764169)

[4.0.7-1]
- Fix kickstart plugin

[4.0.6-1]
- [system-upgrade] Use --system-upgrade plymouth mode (RhBug:1681584)
- [system-upgrade] Fix traceback caused by setting gpgcheck options (RhBug:1751103,1746346)
- Fix kickstart plugin (RhBug:1649093)
- [system-upgrade] Ensure identical transaction in download and update steps (RhBug:1758588)
- [system-upgrade] Provide distro specific url for help with system-upgrade

[4.0.5-3]
- Backport patch to fix traceback in system-upgrade (RhBug:1751103,1746346)

[4.0.5-2]
- Rebuilt for Python 3.8

[4.0.5-1]
- Update to 4.0.5
- [system-upgrade] Save gpgcheck and repo_gpgcheck repo options (RhBug:1693677)
- Add showvars plugin for showing what DNF vars are set for the dnf runtime

[4.0.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[4.0.4-1]
- Update to 4.0.4
- Use improved config parser that preserves order of data
- [system-upgrade] Save module_platform_id option through system upgrade (RhBug:1656509)
- [system-upgrade] On modular systems, system upgrade requires the next module_platform_id

[4.0.2-1]
- Update to 4.0.2

[4.0.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[4.0.1-1]
- Update to 4.0.1

[4.0.0-1]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-9014.html" type="self" title="ELBA-2021-9014" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-dnf-plugin-snapper" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-snapper-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">3f6d70d19872a9fa0324ae0b2a37845d1fd3a6ccdc206ae0df944fa1c551bf14</sum>
        </package>
        <package name="dnf-plugins-extras" version="4.0.8" release="4.0.2.el8" epoch="0" arch="src">
          <filename>dnf-plugins-extras-4.0.8-4.0.2.el8.src.rpm</filename>
          <sum type="sha256">93517edda642aee4a55c463ab6ecb40ce64f9424f24621f687871262039409ee</sum>
        </package>
        <package name="python3-dnf-plugins-extras-common" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugins-extras-common-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">5d9c6f6813dabc4f86bca6e93a7743b1426a7c832e6376af431c4815dabe71f8</sum>
        </package>
        <package name="python3-dnf-plugin-showvars" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-showvars-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">7ea91f075a4d796902eb179ffa6e66632f1293946fefd317099794c13301a239</sum>
        </package>
        <package name="python3-dnf-plugin-kickstart" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-kickstart-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">b96481ff551d5fc699701c12076d885f97a2d869f591cd49b298b66cc5b4bec4</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-9015</id>
    <title> snapper  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-02-26 00:00:00"/>
    <updated date="2021-02-26 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[0.8.7-3.el8]
- Disable zypp plugin for snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-2.el8]
- Enable selinux support in snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-1.el8]
- Updated specfile

[0.8.7-1]
- Update to 0.8.7</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-9015.html" type="self" title="ELBA-2021-9015" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="snapper-testsuite" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-testsuite-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">5e2bb35ddda7fdb4e65a4cd8f0c178e9bff7b460f51e8672f4e55e73c1a45ad0</sum>
        </package>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="src">
          <filename>snapper-0.8.7-3.el8.src.rpm</filename>
          <sum type="sha256">fec8caa80eef1e77c0b57aeb9928af81b9b16152931a6929dccd37f44ba05521</sum>
        </package>
        <package name="libsnapper4" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper4-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">565eadc2b76d0cb03aaebc8ea95e744d70f03f948d1ccbddca3f98c288848a7a</sum>
        </package>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">e737f323b73c874d443a5377504cc00dca3398d532c905bafc1395dbf6913129</sum>
        </package>
        <package name="libsnapper-devel" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper-devel-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">27d92f0d2fe431474d410db5ed117b7ecd372989e9d0737da44938d9fefe03c5</sum>
        </package>
        <package name="pam_snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>pam_snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">a371e2be64c5b86b6392eba593e88369731103c6b2c21f1499d948a08a6a97c4</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-25764</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-11-13 00:00:00"/>
    <updated date="2025-11-13 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-314.193.5.4]
- KVM: arm64: Fix softirq masking in FPSIMD register saving sequence (Will Deacon)  [Orabug: 38513233]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-25764.html" type="self" title="ELBA-2025-25764" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4a0ca947bf7aad3c2a2b53459ff09b2aab60eb260917da1d2733e7dd58bd81c</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">27d7fc82cda0213660116f7ede2d5818bcfe449125782378ee27c40cbd474a52</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2730ceab8af5115f9d0c976a41c1bd720cafc6f3b7796b89a3b2945b7d695c50</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5c4584ec0e387c7bbb464b27dcac970e134d7597ae964541b1e5362319e1f91e</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">09a42b862f6bc617539abd3894eeafb9d1345c3ea7dbee8f87c54ea81f24bc2c</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a8116153c834bd79532ea5e87d38d31f9d3919b44d83fa58e20d9949bcf763f6</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4fdea3a1985e2d79939343a2424e4826d645f70aac92def71497d4608ae4cdc6</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">919857b78a7cb51788ce4f10bf3e5ebf4038bb9637c8e488fde1354fb614c008</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-314.193.5.4.el8uek.src.rpm</filename>
          <sum type="sha256">56e63b9e8680b68e45cbcff0ad3f9ed63b5e6108ffc49c580884fe9707b96d29</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ff4224d1c0cfd698188c8430271c4589b69d99b04c2a1f8a4aa6bacfaf80bb36</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d7a12c9607b3854d410a0457f3f90e883543acbc838b7023482555c12fb596b0</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">08c94ad532b58ec612812e1529283fce5f1e59f0c52d0d2bab77ff22a79f4100</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-314.193.5.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">86a6d4483d84bc8cbb031109debde623e90d230c0f73e636d645e92cb9527f6b</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8c22a60c256fae856927447e76004f2a3e07a9ba6bc121971f6e1faf27e89a40</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="314.193.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-314.193.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">72d08dfb2526a6cde322d1e44066d5a94bf6829ccb77c50fd9a4cb42967f89b3</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50145</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-03-10 00:00:00"/>
    <updated date="2026-03-10 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-318.199.3.2]
- macvlan: observe an RCU grace period in macvlan_common_newlink() error path (Eric Dumazet)  [Orabug: 39057366] 
- macvlan: fix error recovery in macvlan_common_newlink() (Eric Dumazet)  [Orabug: 39057366]  {CVE-2026-23209}
- netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() (Andrew Fasano)  [Orabug: 39057346]  {CVE-2026-23111}
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons (Menglong Dong)  [Orabug: 39055945]

[5.15.0-318.199.3.1]
- nvme-pci: fix stuck reset on concurrent DPC and HP (Keith Busch)  [Orabug: 39026355]
- nvme: cancel pending I/O if nvme controller is in terminal state (Nilay Shroff)  [Orabug: 39026355]
- nvme-pci: fix queue unquiesce check on slot_reset (Keith Busch)  [Orabug: 39026355]
- nvme: ensure disabling pairs with unquiesce (Keith Busch)  [Orabug: 39026355]

[5.15.0-318.199.3]
- hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() (Kang Chen)
- spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (Breno Leitao) [Orabug: 38970594] {CVE-2026-23202}
- spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer (Breno Leitao)
- spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer (Breno Leitao)
- x86/kfence: fix booting on 32bit non-PAE systems (Andrew Cooper)
- KVM: x86: Don't snapshot 'max' TSC if host TSC is constant (Sean Christopherson) [Orabug: 38966500]
- KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl. (David Woodhouse) [Orabug: 38966500]
- sfc: fix NULL dereferences in ef100_process_design_param() (Edward Cree) [Orabug: 37855346] {CVE-2025-37860}
- Revert 'net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn' (Sharath Srinivasan) [Orabug: 38937481]
- Revert 'net/rds: expand kref coverage to rds_notifier-&gt;n_conn' (Sharath Srinivasan) [Orabug: 38937481]

[5.15.0-318.199.2]
- drivers/soc/pensando/penfw: Add support for pcie serdes fw download. (Hiren Mehta) [Orabug: 38953591]
- arm64: pensando: Add support for kpcimgr dynamic event queue (Rob Gardner) [Orabug: 38928823]
- procfs: move dropping pde and pid from -&gt;evict_inode() to -&gt;free_inode() (Al Viro) [Orabug: 38945002]
- ext4/jbd2: skip sb flush when EIO happened (Wengang Wang) [Orabug: 38188749]
- jbd2: store more accurate errno in superblock when possible (Wengang Wang) [Orabug: 38188749]
- Revert 'IB/mlx5: Implement clear counters' (Sharath Srinivasan) [Orabug: 38923519]
- Revert 'IB/core: Implement clear counters' (Sharath Srinivasan) [Orabug: 38923519]
- Revert 'IB/core: Fix off-by-one attr index in setup_hw_port_stats' (Sharath Srinivasan) [Orabug: 38923519]
- drivers/soc/pensando/bsm: Fix various issues with secure-mode. (Hiren Mehta) [Orabug: 38944299]
- net/rds: wait_event_timeout until zero connections during rmmod (Sharath Srinivasan) [Orabug: 38928274]
- net/rds: rds_send_xmit should INIT_LIST_HEAD(&amp;to_be_dropped) on restart (Sharath Srinivasan) [Orabug: 38928272]
- net/rds: fix rds_message memleak in rds_send_queue_rm (Sharath Srinivasan) [Orabug: 38928270]
- net/rds: fix rds_message memleak in rds_send_xmit (Sharath Srinivasan) [Orabug: 38923496]

[5.15.0-318.199.1]
- LTS version: v5.15.199 (Vijayendra Suman)
- wifi: cfg80211: init wiphy_work before allocating rfkill fails (Edward Adam Davis) [Orabug: 39004275] {CVE-2025-22119}
- wifi: cfg80211: fully move wiphy work to unbound workqueue (Johannes Berg)
- wifi: cfg80211: cancel wiphy_work before freeing wiphy (Miri Korenblit) [Orabug: 39004414] {CVE-2025-21979}
- wifi: cfg80211: fix wiphy delayed work queueing (Johannes Berg)
- wifi: cfg80211: use system_unbound_wq for wiphy work (Johannes Berg)
- team: Move team device type change at the end of team_port_add (Nikola Z. Ivanov)
- pinctrl: meson: mark the GPIO controller as sleeping (Bartosz Golaszewski)
- mptcp: avoid dup SUB_CLOSED events after disconnect (Matthieu Baerts)
- writeback: fix 100% CPU usage when dirtytime_expire_interval is 0 (Laveesh Bansal)
- drm/imx/tve: fix probe device leak (Johan Hovold)
- pinctrl: lpass-lpi: implement .get_direction() for the GPIO driver (Bartosz Golaszewski)
- net/sched: act_ife: convert comma to semicolon (Chen Ni)
- btrfs: prevent use-after-free on page private data in btrfs_subpage_clear_uptodate() (Jp Kobryn)
- drm/amdkfd: fix a memory leak in device_queue_manager_init() (Haoxiang Li)
- can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde)
- genirq/irq_sim: Initialize work context pointers properly (Gyeyoung Baek)
- HID: uclogic: Add NULL check in uclogic_input_configured() (Henry Martin) [Orabug: 39004242] {CVE-2025-38007}
- HID: uclogic: Correct devm device reference for hidinput input_dev name (Rahul Rameshbabu)
- wifi: mac80211: move TDLS work to wiphy work (Johannes Berg)
- wifi: mac80211: use wiphy work for sdata-&gt;work (Johannes Berg)
- wifi: cfg80211: add a work abstraction with special semantics (Johannes Berg)
- Bluetooth: Fix hci_suspend_sync crash (Ying Hsu)
- net: stmmac: make sure that ptp_rate is not 0 before configuring EST (Alexis Lothore)
- usbnet: Fix using smp_processor_id() in preemptible code warnings (Zqiang) [Orabug: 38649206] {CVE-2025-40164}
- NFSD: fix race between nfsd registration and exports_proc (Maninder Singh) [Orabug: 38158712] {CVE-2025-38232}
- ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} (Luis Henriques)
- espintcp: fix skb leaks (Sabrina Dubroca) [Orabug: 38094997] {CVE-2025-38057}
- fs/ntfs3: Initialize allocated memory before use (Bartlomiej Kubik)
- ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency (Namjae Jeon)
- drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED (Gaosheng Cui)
- ksm: use range-walk function to jump over holes in scan_get_next_rmap_item (Pedro Demarchi Gomes) [Orabug: 38773375] {CVE-2025-68211}
- mm/pagewalk: add walk_page_range_vma() (David Hildenbrand)
- ksmbd: smbd: fix dma_unmap_sg() nents (Thomas Fourier)
- mei: trace: treat reg parameter as string (Alexander Usyskin)
- ALSA: scarlett2: Fix buffer overflow in config retrieval (Samasth Norway Ananda)
- nvme: fix PCIe subsystem reset controller state transition (Nilay Shroff)
- nvme-pci: do not directly handle subsys reset fallout (Keith Busch)
- nvme-fc: rename free_ctrl callback to match name pattern (Daniel Wagner)
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster)
- dmaengine: stm32: dmamux: fix device leak on route allocation (Johan Hovold)
- dmaengine: stm32: dmamux: fix OF node leak on route allocation failure (Johan Hovold)
- w1: therm: Fix off-by-one buffer overflow in alarms_store (Thorsten Blum) [Orabug: 38930799] {CVE-2025-71197}
- w1: w1_therm: use swap() to make code cleaner (Yang Guang)
- arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s (Geraldo Nascimento)
- scsi: xen: scsiback: Fix potential memory leak in scsiback_remove() (Abdun Nihaal) [Orabug: 38931015] {CVE-2026-23087}
- iio: adc: exynos_adc: fix OF populate on driver rebind (Johan Hovold)
- of: platform: Use default match table for /firmware (Rob Herring)
- comedi: Fix getting range information for subdevices 16 to 255 (Ian Abbott)
- tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). (Kuniyuki Iwashima) [Orabug: 38649138] {CVE-2025-40149}
- net: Add locking to protect skb-&gt;dev access in ip_output (Sharath Chandra Vurukala)
- mptcp: only reset subflow errors when propagated (Matthieu Baerts)
- scsi: qla2xxx: edif: Fix dma_free_coherent() size (Thomas Fourier)
- scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo() (Haoxiang Li)
- ASoC: fsl: imx-card: Do not force slot width to sample width (Fabio Estevam)
- dma/pool: distinguish between missing and exhausted atomic pools (Sai Sree Kartheek Adivi)
- gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler (Denis Sergeev)
- scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg() (Kery Qi)
- net: bridge: fix static key check (Martin Kaiser)
- nfc: nci: Fix race between rfkill and nci_unregister_device(). (Kuniyuki Iwashima)
- net/mlx5e: Account for netdev stats in ndo_get_stats64 (Gal Pressman)
- net/mlx5e: Report rx_discards_phy via rx_dropped (Yafang Shao)
- ice: stop counting UDP csum mismatch as rx_errors (Jesse Brandeburg)
- nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). (Kuniyuki Iwashima)
- rocker: fix memory leak in rocker_world_port_post_fini() (Kery Qi) [Orabug: 38970353] {CVE-2026-23164}
- ipv6: use the right ifindex when replying to icmpv6 from localhost (Fernando Fernandez Mancera)
- net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins() (Zilin Guan)
- net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup() (Zilin Guan)
- Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work (Jia-Hong Su) [Orabug: 38970605] {CVE-2026-23146}
- bpf: Reject narrower access to pointer ctx fields (Paul Chaignon) [Orabug: 38335081] {CVE-2025-38591}
- bpf: Do not let BPF test infra emit invalid GSO types to stack (Daniel Borkmann) [Orabug: 38798882] {CVE-2025-68725}
- migrate: correct lock ordering for hugetlb file folios (Matthew Wilcox) [Orabug: 38931067] {CVE-2026-23097}
- can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38931121] {CVE-2026-23108}
- can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde)
- can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38930883] {CVE-2026-23061}
- can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak (Marc Kleine-Budde) [Orabug: 38930860] {CVE-2026-23058}
- irqchip/gic-v3-its: Avoid truncating memory addresses (Arnd Bergmann) [Orabug: 38931002] {CVE-2026-23085}
- perf/x86/intel: Do not enable BTS for guests (Fernand Sieber)
- netrom: fix double-free in nr_route_frame() (Jeongjun Park)
- uacce: ensure safe queue release with state management (Chenghai Huang)
- uacce: implement mremap in uacce_vm_ops to return -EPERM (Yang Shen)
- uacce: fix cdev handling in the cleanup path (Wenkai Lin)
- intel_th: fix device leak on output open() (Johan Hovold) [Orabug: 38931041] {CVE-2026-23091}
- slimbus: core: fix device reference leak on report present (Johan Hovold)
- slimbus: core: fix runtime PM imbalance on report present (Johan Hovold)
- octeontx2: Fix otx2_dma_map_page() error return code (Thomas Fourier)
- arm64: Set __nocfi on swsusp_arch_resume() (Zhaoyang Huang)
- wifi: rsi: Fix memory corruption due to not set vif driver data size (Marek Vasut) [Orabug: 38930941] {CVE-2026-23073}
- wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize() (Dan Carpenter)
- wifi: ath10k: fix dma_free_coherent() pointer (Thomas Fourier) [Orabug: 38970255] {CVE-2026-23133}
- mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function (Matthew Schwartz)
- ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free() (Berk Cem Goksel) [Orabug: 38931030] {CVE-2026-23089}
- ALSA: ctxfi: Fix potential OOB access in audio mixer handling (Takashi Iwai) [Orabug: 38930967] {CVE-2026-23076}
- iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl (Andreas Kubrich)
- iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver (Pei Xiao)
- iio: adc: ad9467: fix ad9434 vref mask (Tomas Melin)
- of: fix reference count leak in of_alias_scan() (Weigang He)
- leds: led-class: Only Add LED to leds_list when it is fully ready (Hans de Goede) [Orabug: 38931092] {CVE-2026-23101}
- x86: make page fault handling disable interrupts properly (Cedric Xing)
- net/sched: act_ife: avoid possible NULL deref (Eric Dumazet)
- octeontx2-af: Fix error handling (Ratheesh Kannoth)
- bonding: provide a net pointer to __skb_flow_dissect() (Eric Dumazet) [Orabug: 38970200] {CVE-2026-23119}
- be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list (Andrey Vatoropin) [Orabug: 38930993] {CVE-2026-23084}
- drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2) (Timur Kristof)
- drm/amd/pm: Don't clear SI SMC table when setting power limit (Timur Kristof)
- usbnet: limit max_mtu based on device's hard_mtu (Laurent Vivier)
- ipv6: annotate data-race in ndisc_router_discovery() (Eric Dumazet) [Orabug: 38970223] {CVE-2026-23124}
- mISDN: annotate data-race around dev-&gt;work (Eric Dumazet) [Orabug: 38970211] {CVE-2026-23121}
- net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue (Jijie Shao)
- net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M (Jijie Shao)
- ALSA: usb: Increase volume range that triggers a warning (Arun Raghavan)
- regmap: Fix race condition in hwspinlock irqsave routine (Cheng-Yu Lee) [Orabug: 38930931] {CVE-2026-23071}
- iio: adc: ad7280a: handle spi_setup() errors in probe() (Pavel Zhigulin)
- staging:iio:adc:ad7280a: Register define cleanup. (Jonathan Cameron)
- x86/kfence: avoid writing L1TF-vulnerable PTEs (Andrew Cooper)
- scsi: storvsc: Process unsupported MODE_SENSE_10 (Long Li)
- Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA (Feng)
- Input: i8042 - add quirks for MECHREVO Wujie 15X Pro (Gongqi)
- Revert 'nfc/nci: Add the inconsistency check between the input data length and count' (Thadeu Lima de Souza Cascardo)
- w1: fix redundant counter decrement in w1_attach_slave_device() (Haoxiang Li)
- comedi: dmm32at: serialize use of paged registers (Ian Abbott)
- crypto: authencesn - reject too-short AAD (assoclen&lt;8) to match ESP/ESN spec (Taeyang Lee) [Orabug: 38930875] {CVE-2026-23060}
- net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag (Jamal Hadi Salim) [Orabug: 38931111] {CVE-2026-23105}
- net/sched: Enforce that teql can only be used as root qdisc (Jamal Hadi Salim) [Orabug: 38930949] {CVE-2026-23074}
- ipvlan: Make the addrs_lock be per port (Dmitry Skorodumov) [Orabug: 38931103] {CVE-2026-23103}
- l2tp: avoid one data-race in l2tp_tunnel_del_work() (Eric Dumazet) [Orabug: 38970203] {CVE-2026-23120}
- fou: Don't allow 0 for FOU_ATTR_IPPROTO. (Kuniyuki Iwashima)
- net: fou: use policy and operation tables generated from the spec (Jakub Kicinski)
- net: fou: rename the source for linking (Jakub Kicinski)
- netlink: add a proto specification for FOU (Jakub Kicinski)
- gue: Fix skb memleak with inner IP protocol 0. (Kuniyuki Iwashima)
- amd-xgbe: avoid misleading per-packet error log (Raju Rangoju)
- sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT (Xin Long) [Orabug: 38970226] {CVE-2026-23125}
- bonding: limit BOND_MODE_8023AD to Ethernet devices (Eric Dumazet) [Orabug: 38931080] {CVE-2026-23099}
- net: usb: dm9601: remove broken SR9700 support (Ethan Nelson-Moore)
- testptp: Add option to open PHC in readonly mode (Wojtek Wasko)
- selftest/ptp: update ptp selftest to exercise the gettimex options (Mahesh Bandewar)
- ptp: add testptp mask test (Xabier Marquiegui)
- selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISE (Alex Maftei)
- selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDED (Alex Maftei)
- testptp: Add support for testing ptp_clock_info .adjphase callback (Rahul Rameshbabu)
- testptp: add option to shift clock by nanoseconds (Maciek Machnikowski)
- ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE. (Wojtek Wasko)
- posix-clock: Store file pointer in struct posix_clock_context (Wojtek Wasko)
- Fix memory leak in posix_clock_open() (Linus Torvalds) [Orabug: 39004188] {CVE-2024-26655}
- posix-clock: introduce posix_clock_context concept (Xabier Marquiegui)
- btrfs: fix deadlock in wait_current_trans() due to ignored transaction type (Robbie Ko) [Orabug: 38930779] {CVE-2025-71194}
- dmaengine: ti: k3-udma: fix device leak on udma lookup (Johan Hovold)
- dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation (Johan Hovold)
- dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocation (Johan Hovold)
- dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (Biju Das)
- dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() (Miaoqian Lin)
- dmaengine: lpc18xx-dmamux: fix device leak on route allocation (Johan Hovold)
- dmaengine: idxd: fix device leaks on compat bind and unbind (Johan Hovold)
- dmaengine: bcm-sba-raid: fix device leak on probe (Johan Hovold) [Orabug: 38914728] {CVE-2025-71190}
- dmaengine: at_hdmac: fix device leak on of_dma_xlate() (Johan Hovold)
- drm/vmwgfx: Fix an error return check in vmw_compat_shader_add() (Haoxiang Li)
- drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panel (Marek Vasut) [Orabug: 38930830] {CVE-2026-23049}
- drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare (Lyude Paul)
- mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free (Aboorva Devarajan)
- x86/resctrl: Fix memory bandwidth counter width for Hygon (Xiaochen Shen)
- x86/resctrl: Add missing resctrl initialization for Hygon (Xiaochen Shen)
- EDAC/i3200: Fix a resource leak in i3200_probe1() (Haoxiang Li)
- EDAC/x38: Fix a resource leak in x38_probe1() (Haoxiang Li)
- hrtimer: Fix softirq base check in update_needs_ipi() (Thomas Weissschuh)
- ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref (Yangerkun) [Orabug: 38970601] {CVE-2026-23145}
- nvme-pci: disable secondary temp for Wodposit WPBSNM8 (Ilikara Zheng)
- USB: serial: ftdi_sio: add support for PICAXE AXE027 cable (Ethan Nelson-Moore)
- USB: serial: option: add Telit LE910 MBIM composition (Ulrich Mohr)
- USB: OHCI/UHCI: Add soft dependencies on ehci_platform (Huacai Chen)
- usb: dwc3: Check for USB4 IP_NAME (Thinh Nguyen)
- phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 (Wayne Chang)
- phy: rockchip: inno-usb2: fix communication disruption in gadget mode (Luca Ceresoli)
- phy: rockchip: inno-usb2: fix disconnection in gadget mode (Louis Chauvet)
- x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers (Dan Williams)
- net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts (Tetsuo Handa) [Orabug: 38887710] {CVE-2026-22997}
- ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer (Jaroslav Kysela)
- HID: usbhid: paper over wrong bNumDescriptor field (Benjamin Tissoires)
- dmaengine: omap-dma: fix dma_pool resource leak in error paths (Xu Wang)
- phy: broadcom: ns-usb3: Fix Wvoid-pointer-to-enum-cast warning (again) (Krzysztof Kozlowski)
- phy: stm32-usphyc: Fix off by one in probe() (Dan Carpenter)
- dmaengine: xilinx_dma: Fix uninitialized addr_width when 'xlnx,addrwidth' property is missing (Suraj Gupta)
- dmaengine: tegra-adma: Fix use-after-free (Sheetal)
- mm, kfence: describe @slab parameter in __kfence_obj_info() (Bagas Sanjaya)
- textsearch: describe @list member in ts_ops search (Bagas Sanjaya)
- ASoC: tlv320adcx140: fix word length (Emil Svendsen)
- net/sched: sch_qfq: do not free existing class in qfq_change_class() (Eric Dumazet) [Orabug: 38887718] {CVE-2026-22999}
- selftests: drv-net: fix RPS mask handling for high CPU numbers (Gal Pressman)
- net/mlx5e: Restore destroying state bit after profile cleanup (Saeed Mahameed)
- vsock/test: add a final full barrier after run all tests (Stefano Garzarella)
- ipv4: ip_gre: make ipgre_header() robust (Eric Dumazet) [Orabug: 38887758] {CVE-2026-23011}
- macvlan: fix possible UAF in macvlan_forward_source() (Eric Dumazet) [Orabug: 38887730] {CVE-2026-23001}
- net: update netdev_lock_{type,name} (Eric Dumazet)
- ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() (Eric Dumazet) [Orabug: 38887738] {CVE-2026-23003}
- nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec (Shivam Kumar) [Orabug: 38887714] {CVE-2026-22998}
- nvmet-tcp: remove boilerplate code (Maurizio Lombardi)
- can: etas_es58x: allow partial RX URB allocation to succeed (Szymon Wilczek)
- pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() (Zilin Guan) [Orabug: 38914816] {CVE-2026-23038}
- LTS version: v5.15.198 (Vijayendra Suman)
- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (Neil Brown)
- NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT (Neil Brown)
- efi/cper: Fix cper_bits_to_str buffer handling and return value (Dandan Zhang)
- firmware: imx: scu-irq: Set mu_resource_id before get handle (Peng Fan)
- scsi: sg: Fix occasional bogus elapsed time that exceeds timeout (Michal Rabek)
- ASoC: fsl_sai: Add missing registers to cache default (Alexander Stein)
- can: j1939: make j1939_session_activate() fail if device is no longer registered (Tetsuo Handa) [Orabug: 38914675] {CVE-2025-71182}
- powercap: fix sscanf() error return value handling (Sumeet Pawnikar)
- powercap: fix race condition in register_control_type() (Sumeet Pawnikar)
- blk-throttle: Set BIO_THROTTLED when bio has been throttled (Laibin Qiu)
- pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping (Bartosz Golaszewski)
- pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cells (Andy Shevchenko)
- counter: interrupt-cnt: Drop IRQF_NO_THREAD flag (Alexander Sverdlin)
- nfsd: provide locking for v4_end_grace (Neil Brown) [Orabug: 38887659] {CVE-2026-22980}
- NFSD: Remove NFSERR_EAGAIN (Chuck Lever)
- nfs_common: factor out nfs_errtbl and nfs_stat_to_errno (Mike Snitzer)
- NFS: trace: show TIMEDOUT instead of 0x6e (Chen Hanxiao)
- arp: do not assume dev_hard_header() does not change skb-&gt;head (Eric Dumazet) [Orabug: 39004363] {CVE-2026-22988}
- net: usb: pegasus: fix memory leak in update_eth_regs_async() (Petko Manolov) [Orabug: 38914761] {CVE-2026-23021}
- net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset (Xiang Mei) [Orabug: 38872325] {CVE-2026-22976}
- HID: quirks: work around VID/PID conflict for appledisplay (Rene Rebe)
- bnxt_en: Fix potential data corruption with HW GRO/LRO (Srijit Bose)
- net/mlx5e: Don't print error message due to invalid module (Gal Pressman)
- netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates (Di Zhu)
- net: sock: fix hardened usercopy panic in sock_recv_errqueue (Weiming Shi) [Orabug: 38877947] {CVE-2026-22977}
- inet: ping: Fix icmp out counting (Yuan Gao)
- net: mscc: ocelot: Fix crash when adding interface under a lag (Jerry Wu)
- bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress (Alexandre Knecht)
- net: marvell: prestera: fix NULL dereference on devlink_alloc() failure (Alok Tiwari)
- netfilter: nf_conncount: update last_gc only when GC has been performed (Fernando Fernandez Mancera) [Orabug: 38970278] {CVE-2026-23139}
- netfilter: nf_tables: fix memory leak in nf_tables_newrule() (Zilin Guan)
- netfilter: nft_synproxy: avoid possible data-race on update operation (Fernando Fernandez Mancera)
- ARM: dts: imx6q-ba16: fix RTC interrupt level (Ian Ray)
- arm64: dts: add off-on-delay-us for usdhc2 regulator (Haibo Chen)
- scsi: Revert 'scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed' (Xingui Yang)
- scsi: ipr: Enable/disable IRQD_NO_BALANCING during reset (Wen Xiong)
- NFS: Fix up the automount fs_context to use the correct cred (Trond Myklebust)
- NFSv4: ensure the open stateid seqid doesn't go backwards (Scott Mayhew)
- alpha: don't reference obsolete termio struct for TC* constants (Sam James)
- ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels (Sebastian Andrzej Siewior)
- csky: fix csky_cmpxchg_fixup not working (Yang Li)
- ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (Ye Bin) [Orabug: 37844521] {CVE-2025-22121}
- ext4: introduce ITAIL helper (Ye Bin)
- libceph: make calc_target() set t-&gt;paused, not just clear it (Ilya Dryomov) [Orabug: 38930821] {CVE-2026-23047}
- libceph: return the handler error from mon_handle_auth_done() (Ilya Dryomov) [Orabug: 38887697] {CVE-2026-22992}
- libceph: make free_choose_arg_map() resilient to partial allocation (Tuo Li) [Orabug: 38887691] {CVE-2026-22991}
- libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (Ilya Dryomov) [Orabug: 38887685] {CVE-2026-22990}
- libceph: prevent potential out-of-bounds reads in handle_auth_done() (Ziming Zhang) [Orabug: 38887673] {CVE-2026-22984}
- wifi: avoid kernel-infoleak from struct iw_point (Eric Dumazet) [Orabug: 38887650] {CVE-2026-22978}
- drm/pl111: Fix error handling in pl111_amba_probe (Miaoqian Lin)
- lib/crypto: aes: Fix missing MMU protection for AES S-box (Eric Biggers)
- mei: me: add nova lake point S DID (Alexander Usyskin)
- net: 3com: 3c59x: fix possible null dereference in vortex_probe1() (Thomas Fourier) [Orabug: 38914755] {CVE-2026-23020}
- atm: Fix dma_free_coherent() size (Thomas Fourier)
- usb: gadget: lpc32xx_udc: fix clock imbalance in error path (Johan Hovold)
- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Su Hui) [Orabug: 39004163] {CVE-2024-40928}
- firmware: arm_scmi: Fix unused notifier-block in unregister (Amitai Gottlieb)
- ext4: fix error message when rejecting the default hash (Gabriel Krisman Bertazi)
- ext4: factor out ext4_hash_info_init() (Jason Yan)
- ext4: filesystems without casefold feature cannot be mounted with siphash (Lizhi Xu) [Orabug: 37206152] {CVE-2024-49968}
- pwm: stm32: Always program polarity (Sean Nyekjaer)
- x86: remove __range_not_ok() (Arnd Bergmann)
- selftests: net: test_vxlan_under_vrf: fix HV connectivity test (Andrea Righi)
- ipv4: Fix uninit-value access in __ip_make_skb() (Shigeru Yoshida) [Orabug: 36683410] {CVE-2024-36927}
- ipv6: Fix potential uninit-value access in __ip6_make_skb() (Shigeru Yoshida) [Orabug: 36683284] {CVE-2024-36903}
- KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning (Justin Stitt)
- HID: core: Harden s32ton() against conversion to 0 bits (Alan Stern) [Orabug: 38334903] {CVE-2025-38556}
- KVM: x86: Acquire kvm-&gt;srcu when handling KVM_SET_VCPU_EVENTS (Sean Christopherson) [Orabug: 37116451] {CVE-2024-46830}
- page_pool: Fix use-after-free in page_pool_recycle_in_ring (Dong Chenchen) [Orabug: 38152994] {CVE-2025-38129}
- drm/i915/selftests: fix subtraction overflow bug (Andrzej Hajda)
- mmc: core: use sysfs_emit() instead of sprintf() (Sergey Shtylyov)
- net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. (Thadeu Lima de Souza Cascardo) [Orabug: 37844500] {CVE-2025-22111}
- drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg() (Thomas Zimmermann)
- wifi: mac80211: Discard Beacon frames to non-broadcast address (Jouni Malinen) [Orabug: 38852361] {CVE-2025-71127}
- ASoC: stm32: sai: fix OF node leak on probe (Johan Hovold)
- lockd: fix vfs_test_lock() calls (Neil Brown)
- powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages (David Hildenbrand)
- mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize() (David Hildenbrand)
- mm/balloon_compaction: we cannot have isolated pages in the balloon list (David Hildenbrand)
- mm/balloon_compaction: make balloon page compaction callbacks static (Miaohe Lin)
- ASoC: stm32: sai: fix clk prepare imbalance on probe failure (Johan Hovold)
- ASoC: stm32: sai: Use the devm_clk_get_optional() helper (Christophe Jaillet)
- ASoC: stm: Use dev_err_probe() helper (Kuninori Morimoto)
- r8169: fix RTL8117 Wake-on-Lan in DASH mode (Rene Rebe)
- iommu/qcom: fix device leak on of_xlate() (Johan Hovold)
- powerpc/64s/slb: Fix SLB multihit issue during SLB preload (Donet Tom)
- PCI: brcmstb: Fix disabling L0s capability (Jim Quinlan)
- powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION (David Hildenbrand)
- media: renesas: rcar_drif: fix device node reference leak in rcar_drif_bond_enabled (Miaoqian Lin)
- media: samsung: exynos4-is: fix potential ABBA deadlock on init (Marek Szyprowski)
- NFSD: NFSv4 file creation neglects setting ACL (Chuck Lever) [Orabug: 38847872] {CVE-2025-68803}
- media: verisilicon: Protect G2 HEVC decoder against invalid DPB index (Nicolas Dufresne)
- media: vpif_capture: fix section mismatch (Johan Hovold)
- media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init() (Haoxiang Li)
- SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf (Joshua Rogers) [Orabug: 38852341] {CVE-2025-71120}
- KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (Jim Mattson)
- crypto: af_alg - zero initialize memory allocated via sock_kmalloc (Shivani Agarwal) [Orabug: 38852312] {CVE-2025-71113}
- svcrdma: bound check rq_pages index in inline path (Joshua Rogers) [Orabug: 38847976] {CVE-2025-71068}
- ARM: dts: microchip: sama7g5: fix uart fifo size to 32 (Nicolas Ferre)
- usb: ohci-nxp: fix device leak on probe failure (Johan Hovold)
- usb: ohci-nxp: Use helper function devm_clk_get_enabled() (Zhang Zekun)
- mptcp: pm: ignore unknown endpoint flags (Matthieu Baerts)
- usb: dwc3: keep susphy enabled during exit to avoid controller faults (Udipto Goswami)
- f2fs: fix to avoid updating zero-sized extent in extent cache (Chao Yu)
- f2fs: fix to propagate error from f2fs_enable_checkpoint() (Chao Yu)
- f2fs: use global inline_xattr_slab instead of per-sb slab cache (Chao Yu)
- f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() (Chao Yu)
- xfs: fix a memory leak in xfs_buf_item_init() (Haoxiang Li)
- KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit (Dongli Zhang)
- NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap (Chuck Lever)
- ALSA: wavefront: Fix integer overflow in sample size validation (Junrui Luo)
- ALSA: wavefront: Use standard print API (Takashi Iwai)
- ALSA: wavefront: Clear substream pointers on close (Junrui Luo)
- wifi: mt76: Fix DTS power-limits on little endian systems (Sven Eckelmann)
- btrfs: don't rewrite ret from inode_permission (Josef Bacik)
- tpm: Cap the number of PCR banks (Jarkko Sakkinen) [Orabug: 38848017] {CVE-2025-71077}
- jbd2: fix the inconsistency between checksum and data in memory for journal sb (Ye Bin)
- xhci: dbgtty: fix device unregister (Lukasz Bartosik)
- xhci: dbgtty: use IDR to support several dbc instances. (Mathias Nyman)
- usb: gadget: udc: fix use-after-free in usb_gadget_state_work (Jimmy Hu) [Orabug: 38773636] {CVE-2025-68282}
- usb: xhci: Apply the link chain quirk on NEC isoc endpoints (Michal Pecio) [Orabug: 37844150] {CVE-2025-22022}
- usb: xhci: move link chain bit quirk checks into one helper function. (Niklas Neronin)
- drm/vmwgfx: Fix a null-ptr access in the cursor snooper (Zack Rusin) [Orabug: 38643537] {CVE-2025-40110}
- virtio_console: fix order of fields cols and rows (Maximilian Immanuel Brandtner)
- kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules (Martin Nybo Andersen)
- mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggregate() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_of() (Seongjae Park)
- mm/damon/tests/core-kunit: handle memory failure from damon_test_target() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions_of() (Seongjae Park)
- mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at() (Seongjae Park)
- mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions() (Seongjae Park)
- mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ() (Seongjae Park)
- RDMA/core: Fix 'KASAN: slab-use-after-free Read in ib_register_device' problem (Zhu Yanjun) [Orabug: 38094814] {CVE-2025-38022}
- mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions() (Seongjae Park)
- mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail() (Seongjae Park)
- drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb (Lyude Paul)
- drm/ttm: Avoid NULL pointer deref for evicted BOs (Simon Richter) [Orabug: 38848052] {CVE-2025-71083}
- drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registers (Akhil P Oommen)
- net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write (Deepanshu Kartikey)
- net: usb: sr9700: fix incorrect command used to write single register (Ethan Nelson-Moore)
- nfsd: Drop the client reference in client_states_open() (Haoxiang Li)
- fjes: Add missing iounmap in fjes_hw_init() (Haoxiang Li)
- e1000: fix OOB in e1000_tbi_should_accept() (Guangshuo Li) [Orabug: 38848099] {CVE-2025-71093}
- RDMA/cm: Fix leaking the multicast GID table reference (Jason Gunthorpe) [Orabug: 38848058] {CVE-2025-71084}
- RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (Jason Gunthorpe) [Orabug: 38848117] {CVE-2025-71096}
- idr: fix idr_alloc() returning an ID out of range (Matthew Wilcox)
- media: i2c: adv7842: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: i2c: ADV7604: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: TDA1997x: Remove redundant cancel_delayed_work in probe (Duoming Zhou)
- media: msp3400: Avoid possible out-of-bounds array accesses in msp3400c_thread() (Ivan Abramov)
- media: cec: Fix debugfs leak on bus_register() failure (Xu Wang)
- fbdev: tcx.c fix mem_map to correct smem_start offset (Rene Rebe)
- fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing (Thorsten Blum)
- fbdev: gbefb: fix to use physical address instead of dma address (Rene Rebe)
- dm-ebs: Mark full buffer dirty even on partial write (Uladzislau Rezki)
- media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() (Ivan Abramov)
- parisc: entry: set W bit for !compat tasks in syscall_restore_rfi() (Sven Schnelle)
- parisc: entry.S: fix space adjustment on interruption for 64-bit userspace (Sven Schnelle)
- media: rc: st_rc: Fix reset control resource leak (Xu Wang)
- mfd: max77620: Fix potential IRQ chip conflict when probing two devices (Krzysztof Kozlowski)
- mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup (Johan Hovold)
- leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs (Christian Hitz)
- leds: leds-lp50xx: Allow LED 0 to be added to module bank (Christian Hitz)
- PCI/PM: Reinstate clearing state_saved in legacy and !PM codepaths (Lukas Wunner)
- HID: logitech-dj: Remove duplicate error logging (Hans de Goede)
- iommu/tegra: fix device leak on probe_device() (Johan Hovold)
- iommu/sun50i: fix device leak on of_xlate() (Johan Hovold)
- iommu/omap: fix device leaks on probe_device() (Johan Hovold)
- iommu/mediatek: fix device leak on of_xlate() (Johan Hovold)
- iommu/mediatek-v1: fix device leak on probe_device() (Johan Hovold)
- iommu/ipmmu-vmsa: fix device leak on of_xlate() (Johan Hovold)
- iommu/exynos: fix device leak on of_xlate() (Johan Hovold)
- iommu/apple-dart: fix device leak on of_xlate() (Johan Hovold)
- ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment. (Srinivas Kandagatla)
- ASoC: qcom: q6adm: the the copp device only during last instance (Srinivas Kandagatla)
- ASoC: qcom: q6asm-dai: perform correct state check before closing (Srinivas Kandagatla)
- ASoC: stm32: sai: fix device leak on probe (Johan Hovold)
- selftests/ftrace: traceonoff_triggers: strip off names (Yipeng Zou)
- RDMA/bnxt_re: fix dma_free_coherent() pointer (Thomas Fourier)
- RDMA/rtrs: Fix clt_path::max_pages_per_mr calculation (Lihonggang)
- RDMA/bnxt_re: Fix to use correct page size for PDE table (Kalesh Ap)
- RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_send (Alok Tiwari)
- RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db() (Alok Tiwari)
- RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr() (Jang Ingyu)
- RDMA/efa: Remove possible negative shift (Michael Margolin)
- RDMA/irdma: avoid invalid read in irdma_net_event (Michal Schmidt) [Orabug: 38852379] {CVE-2025-71133}
- net: rose: fix invalid array index in rose_kill_by_device() (Pwnverse)
- ipv4: Fix reference count leak when using error routes with nexthop objects (Ido Schimmel) [Orabug: 38848125] {CVE-2025-71097}
- ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() (Will Rosenberg) [Orabug: 38848061] {CVE-2025-71085}
- octeontx2-pf: fix 'UBSAN: shift-out-of-bounds error' (Anshumali Gaur)
- net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct (Bagas Sanjaya)
- net: usb: asix: validate PHY address before use (Deepanshu Kartikey) [Orabug: 38848107] {CVE-2025-71094}
- net: dsa: b53: skip multicast entries for fdb_dump() (Jonas Gorski)
- firewire: nosy: Fix dma_free_coherent() size (Thomas Fourier)
- genalloc.h: fix htmldocs warning (Andrew Morton)
- smc91x: fix broken irq-context in PREEMPT_RT (Levi Yun) [Orabug: 38852376] {CVE-2025-71132}
- net: usb: rtl8150: fix memory leak on usb_submit_urb() failure (Deepakkumar Karn) [Orabug: 38887620] {CVE-2025-71154}
- team: fix check for port enabled in team_queue_override_port_prio_changed() (Jiri Pirko) [Orabug: 38848088] {CVE-2025-71091}
- platform/x86: ibm_rtl: fix EBDA signature search pointer arithmetic (Junrui Luo)
- platform/x86: msi-laptop: add missing sysfs_remove_group() (Thomas Fourier)
- ip6_gre: make ip6gre_header() robust (Eric Dumazet) [Orabug: 38848131] {CVE-2025-71098}
- net: openvswitch: Avoid needlessly taking the RTNL on vport destroy (Toke Hoiland-Jorgensen)
- net: mdio: aspeed: add dummy read to avoid read-after-write issue (Jacky Chou)
- net: mdio: aspeed: move reg accessing part into separate functions (Potin Lai)
- Bluetooth: btusb: revert use of devm_kzalloc in btusb (Raphael Pinsonneault-Thibeault) [Orabug: 38848044] {CVE-2025-71082}
- crypto: seqiv - Do not use req-&gt;iv after crypto_aead_encrypt (Herbert Xu) [Orabug: 38852370] {CVE-2025-71131}
- iavf: fix off-by-one issues in iavf_config_rss_reg() (Kohei Enju) [Orabug: 38848073] {CVE-2025-71087}
- i40e: Refactor argument of i40e_detect_recover_hung() (Ivan Vecera)
- i40e: Refactor argument of several client notification functions (Ivan Vecera)
- i40e: fix scheduling in set_rx_mode (Przemyslaw Korba)
- hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU (Gui-Dong Han)
- hwmon: (w83791d) Convert macros to functions to avoid TOCTOU (Gui-Dong Han) [Orabug: 38852300] {CVE-2025-71111}
- hwmon: (max16065) Use local variable to avoid TOCTOU (Gui-Dong Han)
- i2c: amd-mp2: fix reference leak in MP2 PCI device (Ma Ke)
- rpmsg: glink: fix rpmsg device leak (Srinivas Kandagatla)
- soc: amlogic: canvas: fix device leak on lookup (Johan Hovold)
- soc: qcom: ocmem: fix device leak on lookup (Johan Hovold)
- amba: tegra-ahb: Fix device leak on SMMU enable (Johan Hovold)
- drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state() (Alex Deucher)
- io_uring: fix filename leak in __io_openat_prep() (Prithvi Tambewagh)
- svcrdma: return 0 on success from svc_rdma_copy_inline_range (Joshua Rogers)
- nfsd: Mark variable __maybe_unused to avoid W=1 build break (Andy Shevchenko)
- fsnotify: do not generate ACCESS/MODIFY events on child for special files (Amir Goldstein) [Orabug: 38847800] {CVE-2025-68788}
- tracing: Do not register unsupported perf events (Steven Rostedt) [Orabug: 38852355] {CVE-2025-71125}
- KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits (Sean Christopherson)
- KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN) (Sean Christopherson)
- KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation (Yosry Ahmed)
- KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer (Fuqiang Wang) [Orabug: 38852273] {CVE-2025-71104}
- KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn() (Fuqiang Wang)
- KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0 (Sean Christopherson)
- libceph: make decode_pool() more resilient against corrupted osdmaps (Ilya Dryomov) [Orabug: 38852325] {CVE-2025-71116}
- parisc: Do not reprogram affinitiy on ASP chip (Helge Deller)
- scs: fix a wrong parameter in __scs_magic (Zhichi Lin)
- platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver (Tzung-Bi Shih)
- ocfs2: fix kernel BUG in ocfs2_find_victim_chain (Prithvi Tambewagh) [Orabug: 38847688] {CVE-2025-68771}
- media: vidtv: initialize local pointers upon transfer of memory ownership (Jeongjun Park)
- tools/testing/nvdimm: Use per-DIMM device handle (Alison Schofield)
- f2fs: fix return value of f2fs_recover_fsync_data() (Chao Yu)
- f2fs: invalidate dentry cache on failed whiteout creation (Deepanshu Kartikey)
- scsi: target: Reset t_task_cdb pointer in error case (Andrey Vatoropin) [Orabug: 38847770] {CVE-2025-68782}
- NFSD: use correct reservation type in nfsd4_scsi_fence_client (Dai Ngo)
- scsi: aic94xx: fix use-after-free in device removal path (Junrui Luo) [Orabug: 38848009] {CVE-2025-71075}
- scsi: Revert 'scsi: qla2xxx: Perform lockless command completion in abort path' (Tony Battersby) [Orabug: 38847931] {CVE-2025-68818}
- cpufreq: nforce2: fix reference count leak in nforce2 (Miaoqian Lin)
- intel_th: Fix error handling in intel_th_output_open (Ma Ke)
- char: applicom: fix NULL pointer dereference in ac_ioctl (Tianchu Chen)
- usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc() (Haoxiang Li)
- usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probe (Miaoqian Lin)
- usb: phy: isp1301: fix non-OF device reference imbalance (Johan Hovold)
- USB: lpc32xx_udc: Fix error handling in probe (Ma Ke)
- phy: broadcom: bcm63xx-usbh: fix section mismatches (Johan Hovold)
- media: pvrusb2: Fix incorrect variable used in trace message (Colin Ian King)
- media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg() (Jeongjun Park) [Orabug: 38847937] {CVE-2025-68819}
- usb: usb-storage: Maintain minimal modifications to the bcdDevice range. (Chenchangcheng)
- media: v4l2-mem2mem: Fix outdated documentation (Laurent Pinchart)
- jbd2: use a weaker annotation in journal handling (Byungchul Park)
- ext4: fix incorrect group number assertion in mb_check_buddy (Yongjian Sun)
- ext4: xattr: fix null pointer deref in ext4_raw_inode() (Karina Yankevich) [Orabug: 38848276] {CVE-2025-68820}
- ktest.pl: Fix uninitialized var in config-bisect.pl (Steven Rostedt)
- floppy: fix for PAGE_SIZE != 4KB (Rene Rebe)
- block: rate-limit capacity change info log (Li Chen)
- lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bit (Eric Biggers)
- mmc: sdhci-msm: Avoid early clock doubling during HS400 transition (Sarthak Garg)
- KEYS: trusted: Fix a memory leak in tpm2_load_cmd (Jarkko Sakkinen) [Orabug: 38887597] {CVE-2025-71147}
- vhost/vsock: improve RCU read sections around vhost_vsock_get() (Stefano Garzarella)
- platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to VGBS DMI quirks (Chia-Lin Kao)
- nvme-fc: don't hold rport lock when putting ctrl (Daniel Wagner)
- serial: sprd: Return -EPROBE_DEFER when uart clock is not ready (Wenhua Lin)
- usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive. (Chenchangcheng)
- usb: xhci: limit run_graceperiod for only usb 3.0 devices (Hongyu Xie)
- usb: typec: ucsi: Handle incorrect num_connectors capability (Mark Pearson) [Orabug: 38852285] {CVE-2025-71108}
- usbip: Fix locking bug in RT-enabled kernels (Lizhi Xu)
- exfat: fix remount failure in different process environments (Yuezhang Mo)
- via_wdt: fix critical boot hang due to unnamed resource allocation (Li Qiang) [Orabug: 38852318] {CVE-2025-71114}
- scsi: qla2xxx: Use reinit_completion on mbx_intr_comp (Tony Battersby)
- scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusive (Tony Battersby)
- scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabled (Tony Battersby)
- powerpc/addnote: Fix overflow on 32-bit builds (Ben Collins)
- clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 &amp; pcie_x4 (Josua Mayer)
- ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx (Matthias Schiffer)
- firmware: imx: scu-irq: Init workqueue before request mbox channel (Peng Fan)
- ipmi: Fix __scan_channels() failing to rescan channels (Jinhui Guo)
- ipmi: Fix the race between __scan_channels() and deliver_response() (Jinhui Guo)
- ALSA: usb-mixer: us16x08: validate meter packet indices (Shipei Qu) [Orabug: 38847775] {CVE-2025-68783}
- ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path (Xu Wang)
- ALSA: vxpocket: Fix resource leak in vxpocket_probe error path (Xu Wang)
- net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() (Shaurya Rane) [Orabug: 38847724] {CVE-2025-68776}
- mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig (Jared Kangas)
- spi: fsl-cpm: Check length parity before switching to 16 bit mode (Christophe Leroy)
- ACPI: CPPC: Fix missing PCC check for guaranteed_perf (Pengjie Zhang)
- Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table (Christoffer Sandberg)
- Input: ti_am335x_tsc - fix off-by-one error in wire_order validation (Junjie Cao)
- HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen (Ping Cheng)
- net: hns3: add VLAN id validation before using (Jian Shen)
- net: hns3: using the num_tqps to check whether tqp_index is out of range when vf get ring info from mbx (Jian Shen)
- net: hns3: Align type of some variables with their print type (Hao Chen)
- net: hns3: using the num_tqps in the vf driver to apply for resources (Jian Shen)
- net/mlx5: fw_tracer, Handle escaped percent properly (Shay Drory)
- net/mlx5: fw_tracer, Validate format string parameters (Shay Drory) [Orabug: 38847914] {CVE-2025-68816}
- ethtool: Avoid overflowing userspace buffer on stats query (Gal Pressman) [Orabug: 38847826] {CVE-2025-68795}
- net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpers (Daniil Tatianin)
- net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats (Daniil Tatianin)
- ethtool: use phydev variable (Tom Rix)
- nfc: pn533: Fix error code in pn533_acr122_poweron_rdr() (Dan Carpenter)
- net/sched: ets: Remove drr class from the active list if it changes to strict (Victor Nogueira) [Orabug: 38847910] {CVE-2025-68815}
- caif: fix integer underflow in cffrml_receive() (Junrui Luo)
- ipvs: fix ipv4 null-ptr-deref in route error path (Slavin Liu) [Orabug: 38847900] {CVE-2025-68813}
- netfilter: nf_conncount: fix leaked ct in error paths (Fernando Fernandez Mancera) [Orabug: 38974757] {CVE-2025-71146}
- broadcom: b44: prevent uninitialized value usage (Alexey Simakov)
- net: openvswitch: fix middle attribute validation in push_nsh() action (Ilya Maximets) [Orabug: 38847784] {CVE-2025-68785}
- mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats (Ido Schimmel)
- mlxsw: spectrum_router: Fix neighbour use-after-free (Ido Schimmel)
- ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2() (Dmitry Skorodumov)
- net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change (Jamal Hadi Salim) [Orabug: 38847965] {CVE-2025-71066}
- netrom: Fix memory leak in nr_sendmsg() (Wang Liang)
- Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE (Gongwei Li)
- btrfs: scrub: always update btrfs_scrub_progress::last_physical (Qu Wenruo)
- hfsplus: fix volume corruption issue for generic/073 (Viacheslav Dubeyko)
- hfsplus: Verify inode mode when loading from disk (Tetsuo Handa)
- hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create (Yang Chenzhi)
- hfsplus: fix volume corruption issue for generic/070 (Viacheslav Dubeyko)
- fs/ntfs3: Support timestamps prior to epoch (Konstantin Komarov)
- livepatch: Match old_sympos 0 and 1 in klp_find_func() (Song Liu)
- cpufreq: s5pv210: fix refcount leak (Shuhao Fu)
- ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only (Sakari Ailus)
- ACPICA: Avoid walking the Namespace if start_node is NULL (Cryolitia Pukngae) [Orabug: 38852333] {CVE-2025-71118}
- x86/ptrace: Always inline trivial accessors (Peter Zijlstra)
- sched/deadline: only set free_cpus for online runqueues (Doug Berger) [Orabug: 38847753] {CVE-2025-68780}
- btrfs: fix memory leak of fs_devices in degraded seed device path (Deepanshu Kartikey)
- bpf, arm64: Do not audit capability check in do_jit() (Ondrej Mosnacek)
- spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers (Vishwaroop A)
- coresight: etm4x: Correct polling IDLE bit (Leo Yan)
- netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (Nicklas Bo Jensen)
- NFS: Fix missing unlock in nfs_unlink() (Sun Ke)
- ASoC: fsl_xcvr: get channel status data when PHY is not exists (Shengjiu Wang)
- ALSA: dice: fix buffer overflow in detect_stream_formats() (Junrui Luo) [Orabug: 38798767] {CVE-2025-68346}
- usb: phy: Initialize struct usb_phy list_head (Diogo Ivo)
- usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt (Haotien Hsu)
- ocfs2: fix memory leak in ocfs2_merge_rec_left() (Dmitry Antipov)
- efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs (Mauro Carvalho Chehab)
- efi/cper: Adjust infopfx size to accept an extra space (Mauro Carvalho Chehab)
- efi/cper: Add a new helper function to print bitmasks (Mauro Carvalho Chehab)
- dm log-writes: Add missing set_freezable() for freezable kthread (Xu Wang)
- dm-raid: fix possible NULL dereference with undefined raid type (Alexey Simakov)
- ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad() (Pangliyuan)
- ALSA: uapi: Fix typo in asound.h comment (Andres J Rosa)
- dma/pool: eliminate alloc_pages warning in atomic_pool_expand (Dave Kleikamp)
- blk-mq: Abort suspend when wakeup events are pending (Cong Zhang)
- ASoC: ak5558: Disable regulator when error happens (Shengjiu Wang)
- ASoC: ak4458: Disable regulator when error happens (Shengjiu Wang)
- ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure() (Xu Wang)
- platform/x86: asus-wmi: use brightness_set_blocking() for kbd led (Anton Khirnov)
- fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8() (Armin Wolf)
- NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags (Trond Myklebust) [Orabug: 38818237] {CVE-2025-68764}
- fs_context: drop the unused lsm_flags member (Ondrej Mosnacek)
- Revert 'nfs: ignore SB_RDONLY when mounting nfs' (Trond Myklebust)
- Revert 'nfs: clear SB_RDONLY before getting superblock' (Trond Myklebust)
- Revert 'nfs: ignore SB_RDONLY when remounting nfs' (Trond Myklebust)
- NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid (Jonathan Curley) [Orabug: 38798775] {CVE-2025-68349}
- NFS: Initialise verifiers for visible dentries in nfs_atomic_open() (Trond Myklebust)
- NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open() (Trond Myklebust)
- NFSv4: Add some support for case insensitive filesystems (Trond Myklebust)
- fs/nls: Fix utf16 to utf8 conversion (Armin Wolf)
- NFS: Avoid changing nlink when file removes and attribute updates race (Trond Myklebust)
- NFS: don't unhash dentry during unlink/rename (Neil Brown)
- NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink() (Trond Myklebust)
- fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() (Abdun Nihaal)
- pinctrl: single: Fix incorrect type for error return variable (Xu Wang)
- pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling (Matthijs Kooijman)
- perf tools: Fix split kallsyms DSO counting (Namhyung Kim)
- remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs (Alexandru Gagniuc)
- mtd: lpddr_cmds: fix signed shifts in lpddr_cmds (Ivan Stepchenko)
- net: stmmac: fix rx limit check in stmmac_rx_zc() (Alexey Kodanev)
- netfilter: nft_connlimit: update the count if add was skipped (Fernando Fernandez Mancera)
- netfilter: nf_conncount: rework API to use sk_buff directly (Fernando Fernandez Mancera)
- netfilter: nf_conncount: reduce unnecessary GC (William Tu)
- netfilter: flowtable: check for maximum number of encapsulations in bridge vlan (Pablo Neira Ayuso)
- regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex (Sparkhuang) [Orabug: 38798787] {CVE-2025-68354}
- ASoC: Intel: catpt: Fix error path in hw_params() (Cezary Rojewski)
- virtio: fix virtqueue_set_affinity() docs (Michael S. Tsirkin)
- virtio_vdpa: fix misleading return in void function (Alok Tiwari)
- ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation (Yongjian Sun)
- ext4: remove unused return value of __mb_check_buddy (Kemeng Shi)
- ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4 (Rene Rebe)
- drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1() (Dan Carpenter)
- ASoC: fsl_xcvr: clear the channel status control memory (Shengjiu Wang)
- ASoC: fsl_xcvr: Add support for i.MX93 platform (Chancel Liu)
- ASoC: fsl_xcvr: Add Counter registers (Shengjiu Wang)
- RDMA/irdma: Fix data race in irdma_free_pble (Krzysztof Czurylo)
- RDMA/irdma: Fix data race in irdma_sc_ccq_arm (Krzysztof Czurylo)
- iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metal (Stephan Gerhold)
- backlight: lp855x: Fix lp855x.h kernel-doc warnings (Randy Dunlap)
- backlight: led-bl: Add devlink to supplier LEDs (Luca Ceresoli)
- backlight: led_bl: Take led_access lock when required (Mans Rullgard)
- wifi: ieee80211: correct FILS status codes (Ria Thomas)
- PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition (Shawn Lin)
- staging: fbtft: core: fix potential memory leak in fbtft_probe_common() (Jianglei Nie)
- mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() (Zilin Guan)
- crypto: ccree - Correctly handle return of sg_nents_for_len (Xu Wang)
- selftests/bpf: Improve reliability of test_perf_branches_no_hw() (Matt Bobrowski)
- selftests/bpf: skip test_perf_branches_hw() on unsupported platforms (Matt Bobrowski)
- usb: dwc2: fix hang during suspend if set as peripheral (Jisheng Zhang)
- usb: dwc2: fix hang during shutdown if set as peripheral (Jisheng Zhang)
- usb: dwc2: disable platform lowlevel hw resources during shutdown (Jisheng Zhang)
- usb: chaoskey: fix locking for O_NONBLOCK (Oliver Neukum)
- ima: Handle error code returned by ima_filter_rule_match() (Zhao Yipeng) [Orabug: 38798922] {CVE-2025-68740}
- wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb() (Seungjin Bae) [Orabug: 38798815] {CVE-2025-68362}
- mfd: mt6358-irq: Fix missing irq_domain_remove() in error path (Xu Wang)
- mfd: mt6397-irq: Fix missing irq_domain_remove() in error path (Xu Wang)
- pwm: bcm2835: Make sure the channel is enabled after pwm_request() (Uwe Kleine-Konig)
- drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue (Jay Liu)
- fs/ntfs3: Prevent memory leaks in add sub record (Edward Adam Davis)
- fs/ntfs3: out1 also needs to put mi (Edward Adam Davis)
- fs/ntfs3: Make ni_ins_new_attr return error (Konstantin Komarov)
- fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free (Konstantin Komarov)
- fs/ntfs3: Remove unused mi_mark_free (Konstantin Komarov)
- powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format (Ritesh Harjani)
- wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() (Abdun Nihaal) [Orabug: 38818222] {CVE-2025-68759}
- NFSD/blocklayout: Fix minlength check in proc_layoutget (Sergey Bashirov)
- watchdog: wdat_wdt: Fix ACPI table leak in probe function (Xu Wang)
- watchdog: wdat_wdt: Stop watchdog when uninstalling module (Liu Xinpeng)
- selftests/bpf: Fix failure paths in send_signal test (Alexei Starovoitov)
- ps3disk: use memcpy_{from,to}_bvec index (Rene Rebe)
- PCI: keystone: Exit ks_pcie_probe() for invalid mode (Siddharth Vadapalli)
- leds: netxbig: Fix GPIO descriptor leak in error paths (Xu Wang)
- scsi: sim710: Fix resource leak by adding missing ioport_unmap() calls (Xu Wang)
- ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint() (Xu Wang)
- ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent() (Dmitry Antipov) [Orabug: 38798824] {CVE-2025-68364}
- lib/vsprintf: Check pointer before dereferencing in time_and_date() (Andy Shevchenko)
- clk: renesas: r9a06g032: Fix memory leak in error path (Xu Wang)
- coresight: etm4x: Add context synchronization before enabling trace (Leo Yan)
- coresight: etm4x: Extract the trace unit controlling (Leo Yan)
- coresight-etm4x: add isb() before reading the TRCSTATR (Yuanfang Zhang)
- coresight: etm4x: Use Trace Filtering controls dynamically (Suzuki K Poulose)
- coresight: etm4x: Save restore TRFCR_EL1 (Suzuki K Poulose)
- nbd: defer config unlock in nbd_genl_connect (Zheng Qixing) [Orabug: 38798833] {CVE-2025-68366}
- wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper() (Abdun Nihaal)
- macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse (Long Li) [Orabug: 38798838] {CVE-2025-68367}
- powerpc/32: Fix unpaired stwcx. on interrupt exit (Christophe Leroy)
- RDMA/rtrs: server: Fix error handling in get_or_create_srv (Ma Ke)
- dt-bindings: PCI: amlogic: Fix the register name of the DBI region (Manivannan Sadhasivam)
- dt-bindings: PCI: convert amlogic,meson-pcie.txt to dt-schema (Neil Armstrong)
- scsi: stex: Fix reboot_notifier leak in probe error path (Xu Wang)
- nbd: defer config put in recv_work (Zheng Qixing) [Orabug: 38798851] {CVE-2025-68372}
- nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply() (Yu Kuai)
- nbd: clean up return value checking of sock_xmit() (Yu Kuai)
- regulator: core: disable supply if enabling main regulator fails (Gabor Juhos)
- perf/x86/intel: Correct large PEBS flag check (Dapeng Mi)
- ext4: correct the checking of quota files before moving extents (Zhang Yi)
- ext4: minor defrag code improvements (Eric Whitney)
- mfd: da9055: Fix missing regmap_del_irq_chip() in error path (Xu Wang)
- spi: tegra210-quad: Fix timeout handling (Vishwaroop A) [Orabug: 38798944] {CVE-2025-68746}
- spi: tegra210-quad: modify chip select (CS) deactivation (Vishwaroop A)
- scsi: target: Do not write NUL characters into ASCII configfs output (Bart Van Assche)
- power: supply: apm_power: only unset own apm_get_power_status (Ahelenia Ziemianska)
- power: supply: wm831x: Check wm831x_set_bits() return value (Ivan Abramov)
- i3c: master: svc: Prevent incomplete IBI transaction (Stanley Chu)
- i3c: fix refcount inconsistency in i3c_master_register (Frank Li)
- pinctrl: stm32: fix hwspinlock resource leak in probe function (Xu Wang)
- x86/dumpstack: Prevent KASAN false positive warnings in __show_regs() (Tengda Wu)
- x86: kmsan: don't instrument stack walking functions (Alexander Potapenko)
- kmsan: introduce __no_sanitize_memory and __no_kmsan_checks (Alexander Potapenko)
- compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer (Kees Cook)
- sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock(). (Kuniyuki Iwashima)
- phy: mscc: Fix PTP for VSC8574 and VSC8572 (Horatiu Vultur)
- firmware: imx: scu-irq: fix OF node leak in (Peng Fan)
- s390/ap: Don't leak debug feature files if AP instructions are not available (Heiko Carstens)
- s390/smp: Fix fallback CPU detection (Heiko Carstens)
- crypto: hisilicon/qm - restore original qos values (Nieweiqiang)
- crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id (Thorsten Blum) [Orabug: 38798875] {CVE-2025-68724}
- uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe (Li Qiang)
- arm64: dts: imx8mm-venice-gw72xx: remove unused sdhc1 pinctrl (Tim Harvey)
- iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member (Francesco Lavra)
- iio: imu: st_lsm6dsx: discard samples during filters settling time (Lorenzo Bianconi)
- iio: imu: st_lsm6dsx: introduce st_lsm6dsx_device_set_enable routine (Lorenzo Bianconi)
- inet: Avoid ehash lookup race in inet_ehash_insert() (Luoxuanqiang)
- rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu() (Luoxuanqiang)
- ntfs3: Fix uninit buffer allocated by __getname() (Sidharth Seela)
- ntfs3: fix uninit memory after failed mi_read in mi_format_new (Raphael Pinsonneault-Thibeault)
- irqchip/qcom-irq-combiner: Fix section mismatch (Johan Hovold)
- USB: Fix descriptor count when handling invalid MBIM extended descriptor (Seungjin Bae)
- drm/vgem-fence: Fix potential deadlock on release (Janusz Krzysztofik) [Orabug: 38818212] {CVE-2025-68757}
- drm/panel: visionox-rm69299: Don't clear all mode flags (Guido Gunther)
- gpu: host1x: Fix race in syncpt alloc/free (Mainak Sen) [Orabug: 38798899] {CVE-2025-68732}
- smack: fix bug: unprivileged task can create labels (Konstantin Andreev)
- staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing (Navaneeth K) [Orabug: 38773544] {CVE-2025-68254}
- staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing (Navaneeth K) [Orabug: 38773554] {CVE-2025-68255}
- comedi: check device's attached status in compat ioctls (Nikita Zhandarovich)
- comedi: multiq3: sanitize config options in multiq3_attach() (Nikita Zhandarovich)
- comedi: c6xdigio: Fix invalid PNP driver unregistration (Ian Abbott)
- HID: elecom: Add support for ELECOM M-XT3URBK (018F) (Naoki Ueki)
- platform/x86: huawei-wmi: add keys for HONOR models (Ston Jia)
- platform/x86: acer-wmi: Ignore backlight event (Armin Wolf)
- pinctrl: qcom: msm: Fix deadlock in pinmux configuration (Praveen Talari)
- bfs: Reconstruct file type when loading from disk (Tetsuo Handa)
- spi: imx: keep dma request disabled before dma transfer setup (Robin Gong)
- spi: xilinx: increase number of retries before declaring stall (Alvaro Gamez Machado)
- USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC (Johan Hovold)
- USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC (Johan Hovold)
- serial: add support of CPCI cards (Magne Bruno)
- USB: serial: ftdi_sio: match on interface number for jtag (Johan Hovold)
- USB: serial: option: move Telit 0x10c7 composition in the right place (Fabio Porcedda)
- USB: serial: option: add Telit Cinterion FE910C04 new compositions (Fabio Porcedda)
- USB: serial: option: add Foxconn T99W760 (Slark Xiao)
- comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel() (Nikita Zhandarovich)
- ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock() (Alexey Nepomnyashih) [Orabug: 38773587] {CVE-2025-68261}
- locking/spinlock/debug: Fix data-race in do_raw_write_lock (Alexander Sverdlin)
- ext4: refresh inline data size before write operations (Deepanshu Kartikey) [Orabug: 38773603] {CVE-2025-68264}
- jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted (Ye Bin) [Orabug: 38792633] {CVE-2025-68337}
- Documentation: process: Also mention Sasha Levin as stable tree maintainer (Bagas Sanjaya)
- leds: spi-byte: Use devm_led_classdev_register_ext() (Stefan Kalscheuer)
- leds: Replace all non-returning strlcpy with strscpy (Azeem Shaikh)
- drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERR (Kai Song)
- dpaa2-mac: bail if the dpmacs fwnode is not found (Robert-Ionut Alexa)
- xfrm: flush all states in xfrm_state_fini (Sabrina Dubroca)
- xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added (Sabrina Dubroca) [Orabug: 39004269] {CVE-2025-40256}
- Revert 'xfrm: destroy xfrm_state synchronously on net exit path' (Sabrina Dubroca)

[5.15.0-317.197.5]
- KVM: x86: conditionally clear masterclock request for uek=exadata (Dongli Zhang) [Orabug: 38801641]
- Partial backport of 'KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()' (Dongli Zhang) [Orabug: 38801641]
- uek-rpm: pensando: Move crashkernel to cnic-image-builder (Henry Willard) [Orabug: 38851137]
- ext4: drop dio overwrite only flag and associated warning (Brian Foster) [Orabug: 38381010]
- ext4: fix racy may inline data check in dio write (Brian Foster) [Orabug: 38381010]
- ext4: allow concurrent unaligned dio overwrites (Brian Foster) [Orabug: 38381010]
- ext4: dio take shared inode lock when overwriting preallocated blocks (Zhang Yi) [Orabug: 38381010]
- net: mana: Reduce waiting time if HWC not responding (Haiyang Zhang) [Orabug: 38172423]
- uek-rpm: hnic: add unique hnic signing certs (Tom Saeger) [Orabug: 38894488]
- drivers/soc/pensando/sbus: Secure mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/pen_secure: Report register address on access errors (Maciej S. Szmigiero) [Orabug: 38894106]
- drivers/edac/elba_edac: Secure mode support (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/bsm: Add secure-mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/rstcause: Add secure mode support. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/penfw: New SMC support for secure-mode. (Hiren Mehta) [Orabug: 38894106]
- drivers/soc/pensando/sbus: Secure mode support (Hiren Mehta) [Orabug: 38894106]
- sunrpc: fix client side handling of tls alerts (Olga Kornievskaia) [Orabug: 38334981,38932988] {CVE-2025-38571}
- sunrpc: fix handling of server side tls alerts (Olga Kornievskaia) [Orabug: 38334968,38932991] {CVE-2025-38566}
- xfrm: delete x-&gt;tunnel as we delete x (Sabrina Dubroca) [Orabug: 38730492,38933003] {CVE-2025-40215}

[5.15.0-317.197.4]
- gpio: mlxbf3: use platform_get_irq_optional() (David Thompson) [Orabug: 38755419]
- platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1 (Alok Tiwari) [Orabug: 38755419]
- pinctrl: mlxbf3: Fix return value check for devm_platform_ioremap_resource (Chen Ni) [Orabug: 38755419]
- net/mlx5e: Query FW for buffer ownership (Alexei Lazar) [Orabug: 38755419]
- net/mlx5: Add IFC bits and enums for buf_ownership (Oren Sidi) [Orabug: 38755419]
- net/mlx5: Update mlx5_ifc to support FEC for 200G per lane link modes (Jianbo Liu) [Orabug: 38755419]
- net/mlx5e: Support FEC settings for 100G/lane modes (Cosmin Ratiu) [Orabug: 38755419]
- net/mlx5e: Extract checking of FEC support for a link mode (Cosmin Ratiu) [Orabug: 38755419]
- tcp: Set pingpong threshold via sysctl (Haiyang Zhang) [Orabug: 38853979]
- arm64: hnic: config: Add NBD driver (Patrick Colp) [Orabug: 38858773]
- arm64: pensando: Fix spec file for HNIC (Rob Gardner) [Orabug: 38858773]
- Enable additional drivers needed to support MIPS64 SmartNic (Vijay Kumar) [Orabug: 38846771]
- MIPS: Fix build error for mips ARCH_ATOMIC (Vijay Kumar) [Orabug: 38846771]
- Added atomic addition,subtraction functions. (Anagha K J) [Orabug: 38846771]
- Allocate the required IV size referenced by the cypher handle in init_state (Anagha K J) [Orabug: 38846771]
- Setting up numa system and memory initializations (Anagha K J) [Orabug: 38846771]
- Implemented clocksource provider driven by node-0 FPA_CLK_COUNT (Anagha K J) [Orabug: 38846771]
- Processor cache information made available to userspace (Anagha K J) [Orabug: 38846771]
- MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow (Thomas Bogendoerfer) [Orabug: 38851582]
- usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE (Gopi Krishna Menon)
- ext4: clear i_state_flags when alloc inode (Haibo Chen)
- ext4: align max orphan file size with e2fsprogs limit (Baokun Li)
- PM: runtime: Do not clear needs_force_resume with enabled runtime PM (Rafael J. Wysocki)
- net: enetc: fix build warning when PAGE_SIZE is greater than 128K (Wei Fang)
- net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop (Xiang Mei) [Orabug: 38783137] {CVE-2025-68325}
- block: fix comment for op_is_zone_mgmt() to include RESET_ALL (Shechenglong)
- fuse: fix readahead reclaim deadlock (Joanne Koong) [Orabug: 38847946] {CVE-2025-68821}
- i40e: validate ring_len parameter against hardware-specific values (Gregory Herrero)
- fs/ntfs3: fix mount failure for sparse runs in run_unpack() (Konstantin Komarov)
- ntfs3: init run lock for extend inode (Edward Adam Davis)

[5.15.0-317.197.3]
- kpcimgr: Enable loading firmware via kernel infrastructure (Joseph Dobosenski) [Orabug: 38546110]
- Move hnic crashkernel to cnic-image-builder (Henry Willard) [Orabug: 38546110]
- Bump supported capmem range count from 64 to 256 (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/pensando: Fix partial of_iomap() leak on error (#505) (Brad Larson) [Orabug: 38546110]
- pensando: Allow sparse allowed ranges in cap_mem (Maciej S. Szmigiero) [Orabug: 38546110]
- soc/pensando/cap-pcie: Handle zero-ed out MS_CFG_WDT_IDX/WDT_IDX (Joao Martins) [Orabug: 38546110]
- pensando: Enable penfw driver for smartnic (Jan Setje-Eilers) [Orabug: 38546110]
- irqchip/gic-v3-its: remove WARN_ON gic_reserve_range (Tom Saeger) [Orabug: 38546110]
- hnic: Disable CONFIG_OVERLAY_FS_INDEX (Patrick Colp) [Orabug: 38546110]
- pensando: missing diffs from AMD (Jan Setje-Eilers) [Orabug: 38546110]
- hnic: config: Build FUSE into the kernel (not as a module) (Patrick Colp) [Orabug: 38546110]
- hnic: config: Add DM_VERITY support (Patrick Colp) [Orabug: 38546110]
- hnic config: Add LOCKDOWN_LSM support (Patrick Colp) [Orabug: 38546110]
- Subject: uek-rpm: Build hostnic kernel for Pensando (Dave Kleikamp) [Orabug: 38546110]
- pensando: kpcimgr: support pcie port bifurcation (Darshan Prajapati) [Orabug: 38546110]
- Add changes for penfw and sbus.c for secureboot (Rahshekh) [Orabug: 38546110]
- arm64: GIC ITS MSI encapsulator address configured from device tree (Brad Larson) [Orabug: 38546110]
- perf/arm-cmn: Enable AMD Pensando Salina SoC CMN PMU driver (Brad Larson) [Orabug: 38546110]
- reset: salinasr: Add AMD Pensando Salina SoC reset (Brad Larson) [Orabug: 38546110]
- spi: dw-mmio: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- EDAC/elba: Support AMD Pensando Giglio SoC (Brad Larson) [Orabug: 38546110]
- arm64: defconfig: Add AMD Pensando Salina SoC defconfig (Brad Larson) [Orabug: 38546110]
- soc/pensando: Support AMD Pensando Salina SoC (Brad Larson) [Orabug: 38546110]
- arm64: dts: Add AMD Pensando Salina SoC support (Brad Larson) [Orabug: 38546110]
- mmc: sdhci-cadence: Support AMD Salina SoC (Brad Larson) [Orabug: 38546110]
- PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() (Breno Leitao) [Orabug: 38597010] {CVE-2025-40034}
- mm/hugetlb: disable huge_pmd_unshare TLB sync by default on Exadata (Joe Jin) [Orabug: 38829889]
- vhost: Account for worker thread under owner's nproc (Mike Christie) [Orabug: 38770748]
- vhost: revert CAP_SYS restrictions on worker ioctls (Mike Christie) [Orabug: 38770748]
- RDMA/cm: Base cm_id destruction timeout on CMA values (Hakon Bugge) [Orabug: 38753654]
- mlx5: Fix default values in create CQ (Akiva Goldberger) [Orabug: 38420735,38773370] {CVE-2025-68209}
- uek-rpm: Allow disabling kabichk at command line (Yifei Liu) [Orabug: 38744825]

[5.15.0-317.197.2]
- x86/its: Build fails with CONFIG_MITIGATION_ITS=n (Alexandre Chartre) [Orabug: 38756952]
- net/sched: adjust device watchdog timer to detect stopped queue at right time (Praveen Kumar Kannoju) [Orabug: 38341919]
- KVM: arm64: Add minimal handling for the ARMv8.7 PMU (Marc Zyngier) [Orabug: 38784458]
- scsi: megaraid_sas: Fix invalid node index (Chen Yu) [Orabug: 38175026] {CVE-2025-38239}
- Revert 'iommu/amd: Skip enabling command/event buffers for kdump' (Dongli Zhang) [Orabug: 38790823]
- mm: list_lru: avoid using NULL list_lru_one. (Imran Khan) [Orabug: 38619860]
- mm: list_lru: fix UAF for memory cgroup (Muchun Song) [Orabug: 38619860]
- net/rds: improve conn destroy printk message (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: expand kref coverage to rds_notifier-&gt;n_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: fix crash by expanding kref coverage to rds_incoming.i_conn (Sharath Srinivasan) [Orabug: 38728740]
- net/rds: rds_sendmsg must use rs_conn only when not being destroyed (Sharath Srinivasan) [Orabug: 38728743]
- net/mlx5e: Set default burst period for TX and RX reporters (Shahar Shitrit) [Orabug: 38512377]
- devlink: Make health reporter burst period configurable (Shahar Shitrit) [Orabug: 38512377]
- devlink: Introduce burst period for health reporter (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move health reporter recovery abort logic to a separate function (Shahar Shitrit) [Orabug: 38512377]
- devlink: Move graceful period parameter to reporter ops (Shahar Shitrit) [Orabug: 38512377]
- devlink: introduce devlink_nl_put_u64() (Przemek Kitszel) [Orabug: 38512377]
- net/mlx5: remove fw reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- net/mlx5: remove fw_fatal reporter dump option for non PF (Moshe Shemesh) [Orabug: 38512377]
- devlink: Hold devlink lock on health reporter dump get (Moshe Shemesh) [Orabug: 38512377]
- Revert 'net/mlx5: set graceful_period to 0 to allow multiple transmission queue recovery' (Qing Huang) [Orabug: 38512377]
- NVIDIA: SAUCE: iommu/arm-smmu-v3: Allow default substream bypass with a pasid support (Nicolin Chen) [Orabug: 38463999]
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Yishai Hadas) [Orabug: 37766291,38463999] {CVE-2025-21888}
- uek-rpm: replace CONFIG_IOMMU_SVA_LIB with CONFIG_IOMMU_SVA (Junxiao Bi) [Orabug: 38463999]
- iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA (Fenghua Yu) [Orabug: 38463999]

[5.15.0-317.197.1]
- LTS version: v5.15.197 (Vijayendra Suman)
- libbpf: Fix invalid return address register in s390 (Daniel T. Lee)
- libbpf, riscv: Use a0 for RC register (Yixun Lan)
- libbpf: Fix riscv register names (Ilya Leoshkevich)
- selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 (Andrii Nakryiko)
- scsi: pm80xx: Set phy-&gt;enable_completion only when we (Igor Pylypiv) [Orabug: 37159744] {CVE-2024-47666}
- Bluetooth: Add more enc key size check (Alex Lu)
- usb: renesas_usbhs: Fix synchronous external abort on unbind (Claudiu Beznea) [Orabug: 38792571] {CVE-2025-68327}
- usb: renesas_usbhs: Convert to platform remove callback returning void (Uwe Kleine-Konig)
- smb: client: fix memory leak in cifs_construct_tcon() (Paulo Alcantara) [Orabug: 38773704] {CVE-2025-68295}
- mptcp: Fix proto fallback detection with BPF (Jiayuan Chen) [Orabug: 38773435] {CVE-2025-68227}
- mptcp: avoid unneeded subflow-level drops (Paolo Abeni)
- selftests: mptcp: join: rm: set backup flag (Matthieu Baerts)
- staging: rtl8712: Remove driver using deprecated API wext (Philipp Hortmann)
- libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (Ziming Zhang) [Orabug: 38773649] {CVE-2025-68284}
- libceph: fix potential use-after-free in have_mon_and_osd_map() (Ilya Dryomov) [Orabug: 38773655] {CVE-2025-68285}
- drm/amd/display: Check NULL before accessing (Alex Hung) [Orabug: 38773664] {CVE-2025-68286}
- drm: sti: fix device leaks at component probe (Johan Hovold)
- USB: serial: option: add support for Rolling RW101R-GL (Vanillan Wang)
- USB: serial: ftdi_sio: add support for u-blox EVK-M101 (Oleksandr Suvorov)
- xhci: dbgtty: Fix data corruption when transmitting data form DbC to host (Mathias Nyman)
- usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (Manish Nagar) [Orabug: 38773671] {CVE-2025-68287}
- usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer (Owen Gu) [Orabug: 38792593] {CVE-2025-68331}
- usb: storage: sddr55: Reject out-of-bound new_pba (Tianchu Chen) [Orabug: 38762730] {CVE-2025-40345}
- usb: storage: Fix memory leak in USB bulk transport (Desnes Nunes) [Orabug: 38773677] {CVE-2018-1000204,CVE-2025-68288}
- usb: gadget: f_eem: Fix memory leak in eem_unwrap (Kuen-Han Tsai) [Orabug: 38773687] {CVE-2025-68289}
- usb: cdns3: Fix double resource release in cdns3_pci_probe (Miaoqian Lin)
- serial: amba-pl011: prefer dma_mapping_error() over explicit address checking (Miaoqian Lin)
- firmware: stratix10-svc: fix bug in saving controller data (Khairul Anuar Romli)
- slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves (Miaoqian Lin)
- thunderbolt: Add support for Intel Wildcat Lake (Alan Borzeszkowski)
- drivers/usb/dwc3: fix PCI parent check (Jamie Iles)
- dm-verity: fix unreliable memory allocation (Mikulas Patocka)
- can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling (Marc Kleine-Budde)
- can: sja1000: fix max irq loop handling (Thomas Muhlbacher)
- atm/fore200e: Fix possible data race in fore200e_open() (Gui-Dong Han)
- iio: accel: bmc150: Fix irq assumption regression (Linus Walleij) [Orabug: 38792587] {CVE-2025-68330}
- iio:common:ssp_sensors: Fix an error handling path ssp_probe() (Christophe Jaillet)
- iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields (Francesco Lavra)
- Revert 'perf/x86: Always store regs-&gt;ip in perf_callchain_kernel()' (Jiri Olsa) [Orabug: 38893604]
- spi: bcm63xx: fix premature CS deassertion on RX-only transactions (Hang Zhou)
- mailbox: mailbox-test: Fix debugfs_create_dir error checking (Xu Wang)
- net: atlantic: fix fragment overflow handling in RX path (Jiefeng Zhang) [Orabug: 38773729] {CVE-2025-68301}
- net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing traffic (Vladimir Oltean)
- net: dsa: sja1105: simplify static configuration reload (Russell King)
- net: dsa: sja1105: Convert to mdiobus_c45_read (Andrew Lunn)
- net: sxgbe: fix potential NULL dereference in sxgbe_rx() (Alexey Kodanev)
- net/mlx5e: Fix validation logic in rate limiting (Danielle Costantino)
- net: aquantia: Add missing descriptor cache invalidation on ATL2 (Kai-Heng Feng)
- platform/x86: intel: punit_ipc: fix memory corruption (Dan Carpenter)
- Bluetooth: SMP: Fix not generating mackey and ltk when repairing (Luiz Augusto von Dentz)
- can: kvaser_usb: leaf: Fix potential infinite loop in command parsers (Seungjin Bae) [Orabug: 38773760] {CVE-2025-68308}
- Revert 'block: don't add or resize partition on the disk with GENHD_FL_NO_PART' (Gulam Mohamed) [Orabug: 38652797]
- Revert 'block: Move checking GENHD_FL_NO_PART to bdev_add_partition()' (Gulam Mohamed) [Orabug: 38652797]
- mptcp: do not fallback when OoO is present (Paolo Abeni)
- mptcp: fix a race in mptcp_pm_del_add_timer() (Eric Dumazet) [Orabug: 38730656] {CVE-2025-40257}
- mptcp: fix premature close in case of fallback (Paolo Abeni)
- mptcp: fix ack generation for fallback msk (Paolo Abeni)
- dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups (Krzysztof Kozlowski)
- Input: pegasus-notetaker - fix potential out-of-bounds access (Seungjin Bae)
- Input: remove third argument of usb_maxpacket() (Vincent Mailhol)
- usb: deprecate the third argument of usb_maxpacket() (Vincent Mailhol)
- mptcp: Disallow MPTCP subflows from sockmap (Jiayuan Chen)
- selftests: mptcp: connect: fix fallback note due to OoO (Matthieu Baerts)
- pmdomain: samsung: plug potential memleak during probe (Andre Draszik)
- pmdomain: arm: scmi: Fix genpd leak on provider registration failure (Sudeep Holla)
- pmdomain: imx: Fix reference count leak in imx_gpc_remove (Miaoqian Lin)
- net: netpoll: fix incorrect refcount handling causing incorrect cleanup (Breno Leitao) [Orabug: 38773509] {CVE-2025-68245}
- mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4 (Shawn Lin)
- net: qede: Initialize qede_ll_ops with designated initializer (Nathan Chancellor)
- btrfs: fix crash on racing fsync and size-extending write into prealloc (Omar Sandoval) [Orabug: 36774582] {CVE-2024-37354}
- btrfs: add helper to truncate inode items when logging inode (Filipe Manana)
- Makefile.compiler: replace cc-ifversion with compiler-specific macros (Nick Desaulniers)
- tracing/tools: Fix incorrcet short option in usage text for --threads (Zhang Chujun)
- net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error (Nishanth Menon)
- ALSA: usb-audio: fix uac2 clock source at terminal parser (Rene Rebe)
- mm/secretmem: fix use-after-free race in fault handler (Lance Yang) [Orabug: 38737039] {CVE-2025-40272}
- mm/mm_init: fix hash table order logging in alloc_large_system_hash() (Isaac J. Manjarres)
- kconfig/nconf: Initialize the default locale at startup (Jakub Horky)
- kconfig/mconf: Initialize the default locale at startup (Jakub Horky)
- net: tls: Cancel RX async resync request on rcd_delta overflow (Shahar Shitrit)
- selftests: net: use BASH for bareudp testing (Po-Hsu Lin)
- scsi: core: Fix a regression triggered by scsi_host_busy() (Bart Van Assche) [Orabug: 38773426]
- vsock: Ignore signal/timeout on connect() if already established (Michal Luczaj) [Orabug: 38730611,38786193,38788594] {CVE-2025-40248}
- net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() (Pavel Zhigulin) [Orabug: 38730629] {CVE-2025-40252}
- kernel.h: Move ARRAY_SIZE() to a separate header (Alejandro Colomar)
- platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos (Xu Wang)
- s390/ctcm: Fix double-kfree (Aleksei Nikiforov)
- net: openvswitch: remove never-working support for setting nsh fields (Ilya Maximets) [Orabug: 38730648] {CVE-2025-40254}
- net: dsa: hellcreek: fix missing error handling in LED registration (Pavel Zhigulin)
- mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats() (Zilin Guan)
- drm/tegra: dc: Fix reference leak in tegra_dc_couple() (Ma Ke)
- mptcp: fix race condition in mptcp_schedule_work() (Eric Dumazet) [Orabug: 38730659,38932997] {CVE-2025-40258}
- MIPS: Malta: Fix !EVA SOC-it PCI MMIO (Maciej W. Rozycki)
- scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show() (Hamza Mahfooz) [Orabug: 38773440] {CVE-2025-68229}
- scsi: sg: Do not sleep in atomic context (Bart Van Assche) [Orabug: 38730663] {CVE-2025-40259}
- nvme: nvme-fc: Ensure -&gt;ioerr_work is cancelled in nvme_fc_delete_ctrl() (Ewan D. Milne) [Orabug: 38730673] {CVE-2025-40261}
- Input: imx_sc_key - fix memory corruption on unload (Dan Carpenter)
- Input: cros_ec_keyb - fix an invalid memory access (Tzung-Bi Shih) [Orabug: 38730680] {CVE-2025-40263}
- be2net: pass wrb_params in case of OS2BMC (Andrey Vatoropin) [Orabug: 38730689] {CVE-2025-40264}
- exfat: check return value of sb_min_blocksize in exfat_read_boot_sector (Yongpeng Yang)
- mtd: rawnand: cadence: fix DMA device NULL pointer dereference (Niravkumar L Rabara)
- net/sched: act_connmark: handle errno on tcf_idr_check_alloc (Pedro Tammela)
- isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() (Abdun Nihaal) [Orabug: 38798907] {CVE-2025-68734}
- EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection (Niravkumar L Rabara)
- EDAC/altera: Handle OCRAM ECC enable after warm reset (Niravkumar L Rabara)
- spi: Try to get ACPI GPIO IRQ earlier (Hans de Goede)
- ALSA: usb-audio: Fix missing unlock at error path of maxpacksize check (Takashi Iwai)
- ALSA: usb-audio: Fix potential overflow of PCM transfer buffer (Takashi Iwai) [Orabug: 38737023] {CVE-2025-40269}
- fs/proc: fix uaf in proc_readdir_de() (Wei Yang) [Orabug: 38737033,38786194,38788587] {CVE-2025-40271}
- ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe (Chuang Wang) [Orabug: 38773495] {CVE-2025-68241}
- strparser: Fix signed/unsigned mismatch bug (Nate Karstens)
- gcov: add support for GCC 15 (Peter Oberparleiter)
- NFSD: free copynotify stateid in nfs4_free_ol_stateid() (Olga Kornievskaia) [Orabug: 38737042] {CVE-2025-40273}
- HID: hid-ntrig: Prevent memory leak in ntrig_report_version() (Masami Ichikawa)
- mtd: onenand: Pass correct pointer to IRQ handler (Dan Carpenter)
- lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN (Eric Biggers)
- mm/ksm: fix flag-dropping behavior in ksm_madvise (Jakub Acs) [Orabug: 38592026] {CVE-2025-40040}
- bpf: Add bpf_prog_run_data_pointers() (Eric Dumazet) [Orabug: 38773327] {CVE-2025-68200}
- ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd (Haein Lee) [Orabug: 38737051] {CVE-2025-40275}
- NFSv4: Fix an incorrect parameter when calling nfs4_call_sync() (Trond Myklebust)
- drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE (Ian Forbes) [Orabug: 38737060] {CVE-2025-40277}
- ASoC: cs4271: Fix regulator leak on probe failure (Xu Wang)
- regulator: fixed: fix GPIO descriptor leak on register failure (Xu Wang)
- acpi,srat: Fix incorrect device handle check for Generic Initiator (Shuai Xue)
- Bluetooth: L2CAP: export l2cap_chan_hold for modules (Pauli Virtanen)
- hsr: Fix supervision frame sending on HSRv0 (Felix Maurer)
- net_sched: limit try_bulk_dequeue_skb() batches (Eric Dumazet)
- net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps (Gal Pressman)
- net/mlx5e: Fix maxrate wraparound in threshold between units (Gal Pressman)
- net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak (Ranganath V N)
- net: sched: act_connmark: initialize struct tc_ife to fix kernel leak (Ranganath V N) [Orabug: 38737072] {CVE-2025-40279}
- net_sched: act_connmark: use RCU in tcf_connmark_dump() (Eric Dumazet)
- net/sched: act_connmark: transition to percpu stats and rcu (Pedro Tammela)
- net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search (Zhengchao Shao)
- net: sched: act: move global static variable net_id to tc_action_ops (Zhengchao Shao)
- wifi: mac80211: skip rate verification for not captured PSDUs (Benjamin Berg)
- net: mdio: fix resource leak in mdiobus_register_device() (Csaba Buday)
- tipc: Fix use-after-free in tipc_mon_reinit_self(). (Kuniyuki Iwashima) [Orabug: 38737082,38786195,38788585] {CVE-2025-40280}
- net/smc: fix mismatch between CLC header and proposal (D. Wythe)
- sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto (Eric Dumazet) [Orabug: 38737090] {CVE-2025-40281}
- Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions (Pauli Virtanen)
- Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion (Pauli Virtanen)
- Bluetooth: 6lowpan: reset link-local header on ipv6 recv path (Pauli Virtanen)
- Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF (Raphael Pinsonneault-Thibeault) [Orabug: 38737103] {CVE-2025-40283}
- net: fec: correct rx_bytes statistic for the case SHIFT16 is set (Wei Fang)
- ASoC: max98090/91: fixed max98091 ALSA widget powering up/down (Sharique Mohammad)
- NFS: check if suid/sgid was cleared after a write as needed (Scott Mayhew)
- HID: quirks: avoid Cooler Master MM712 dongle wakeup bug (Tristan Lobb)
- NFS4: Fix state renewals missing after boot (Joshua Watt)
- RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors (Danil Skrebenkov)
- compiler_types: Move unused static inline functions warning to W=2 (Peter Zijlstra)
- drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD (Janusz Krzysztofik) [Orabug: 38773506] {CVE-2025-68244}
- selftests: netdevsim: set test timeout to 10 minutes (Jakub Kicinski)
- extcon: adc-jack: Cleanup wakeup source only if it was enabled (Krzysztof Kozlowski)
- lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC (Nathan Chancellor)
- rtc: rx8025: fix incorrect register reference (Yuta Hayama)
- tracing: Fix memory leaks in create_field_var() (Zilin Guan)
- bnxt_en: Fix a possible memory leak in bnxt_ptp_init (Kalesh Ap)
- net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup (Qendrim Maxhuni) [Orabug: 38773282] {CVE-2025-68192}
- sctp: Hold sock lock while iterating over address list (Stefan Wiehler)
- sctp: Prevent TOCTOU out-of-bounds write (Stefan Wiehler) [Orabug: 38747446] {CVE-2025-40331}
- sctp: Hold RCU read lock while iterating over address list (Stefan Wiehler)
- net: dsa: b53: stop reading ARL entries if search is done (Jonas Gorski)
- net: dsa: b53: fix enabling ip multicast (Jonas Gorski)
- net: dsa: b53: fix resetting speed and pause on forced link (Jonas Gorski)
- net: vlan: sync VLAN features with lower device (Hangbin Liu)
- selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh (Wang Liang)
- netdevsim: add Makefile for selftests (David Wei)
- selftests/net: use destination options instead of hop-by-hop (Anubhav Singh)
- selftests/net: fix GRO coalesce test and add ext header coalesce tests (Richard Gobert)
- selftests/net: fix out-of-order delivery of FIN in gro:tcp test (Anubhav Singh)
- net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx (Jonas Gorski)
- riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro (Josephine Pfeiffer)
- Revert 'wifi: ath10k: avoid unnecessary wait for service ready message' (Baochen Qiang)
- ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm boot again (Kailang Yang)
- ceph: add checking of wait_for_completion_killable() return value (Viacheslav Dubeyko)
- ASoC: meson: aiu-encoder-i2s: fix bit clock polarity (Valerio Setti)
- fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds (Albin Babu Varghese) [Orabug: 38737181] {CVE-2025-40304}
- ACPI: property: Return present device nodes only on fwnode interface (Sakari Ailus)
- 9p: sysfs_init: don't hardcode error to ENOMEM (Randall P. Embry)
- cpufreq: tegra186: Initialize all cores to max frequencies (Aaron Kling)
- 9p: fix /sys/fs/9p/caches overwriting itself (Randall P. Embry)
- clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled (Matthias Schiffer)
- clk: at91: clk-master: Add check for divide by 3 (Ryan Wanner)
- ARM: at91: pm: save and restore ACR during PLL disable/enable (Nicolas Ferre)
- rtc: pcf2127: clear minute/second interrupt (Josua Mayer)
- um: Fix help message for ssl-non-raw (Tiwei Bie)
- fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink (Yikang Yue)
- btrfs: mark dirty extent range for out of bound prealloc extents (Austinchang)
- RDMA/hns: Fix wrong WQE data when QP wraps around (Junxian Huang)
- RDMA/irdma: Set irdma_cq cq_num field during CQ create (Jacob Moroni)
- RDMA/irdma: Remove unused struct irdma_cq fields (Jacob Moroni)
- RDMA/irdma: Fix SD index calculation (Jacob Moroni)
- ACPICA: Update dsmethod.c to get rid of unused variable warning (Saket Dumbre)
- orangefs: fix xattr related buffer overflow... (Mike Marshall)
- page_pool: Clamp pool size to max 16K pages (Dragos Tatulea)
- exfat: limit log print for IO error (Chi Zhiling)
- ALSA: usb-audio: add mono main switch to Presonus S1824c (Roy Vegard Ovesen)
- Bluetooth: bcsp: receive data only if registered (Ivan Pravdin) [Orabug: 38737212] {CVE-2025-40308}
- Bluetooth: SCO: Fix UAF on sco_conn_free (Luiz Augusto von Dentz) [Orabug: 38737223] {CVE-2025-40309}
- net: macb: avoid dealing with endianness in macb_set_hwaddr() (Theo Lebrun)
- fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock (Chuguangqing)
- scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill() (Alok Tiwari)
- nfs4_setup_readdir(): insufficient locking for -&gt;d_parent-&gt;d_inode dereferencing (Al Viro) [Orabug: 38773244] {CVE-2025-68185}
- NFSv4.1: fix mount hang after CREATE_SESSION failure (Anthony Iliopoulos)
- NFSv4: handle ERR_GRACE on delegation recalls (Olga Kornievskaia)
- remoteproc: qcom: q6v5: Avoid handling handover twice (Stephan Gerhold)
- sparc/module: Add R_SPARC_UA64 relocation handling (Koakuma)
- PCI: cadence: Check for the existence of cdns_pcie::ops before using it (Chen Wang)
- r8169: set EEE speed down ratio to 1 (Chunhao Lin)
- net: intel: fm10k: Fix parameter idx set but not used (Brahmajit Das)
- wifi: ath10k: Fix connection after GTK rekeying (Loic Poulain)
- iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot() (Seyediman Seyedarab)
- net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X (Robert Marko)
- jfs: fix uninitialized waitqueue in transaction manager (Shaurya Rane)
- jfs: Verify inode mode when loading from disk (Tetsuo Handa)
- ipv6: np-&gt;rxpmtu race annotation (Eric Dumazet)
- usb: xhci: plat: Facilitate using autosuspend for xhci plat devices (Krishna Kurapati)
- usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs (Forest Crossman)
- allow finish_no_open(file, ERR_PTR(-E...)) (Al Viro)
- scsi: lpfc: Define size of debugfs entry for xri rebalancing (Justin Tee)
- scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup (Justin Tee)
- scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET (Justin Tee)
- selftests/Makefile: include  in clean target to clean net/lib dependency (Nai-Chen Cheng)
- page_pool: always add GFP_NOWARN for ATOMIC allocations (Jakub Kicinski) [Orabug: 38773835] {CVE-2025-68321}
- drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl (Tvrtko Ursulin)
- net/cls_cgroup: Fix task_get_classid() during qdisc run (Yafang Shao)
- udp_tunnel: use netdev_warn() instead of netdev_WARN() (Alok Tiwari) [Orabug: 38773275] {CVE-2025-68191}
- selftests: Replace sleep with slowwait (David Ahern)
- eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP (Daniel Palmer)
- selftests: Disable dad for ipv6 in fcnal-test.sh (David Ahern)
- x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT (Li Rongqing)
- netfilter: nf_reject: don't reply to icmp error messages (Florian Westphal)
- selftests: traceroute: Use require_command() (Ido Schimmel)
- media: redrat3: use int type to store negative error codes (Rong Qianfeng)
- net: sh_eth: Disable WoL if system can not suspend (Niklas Soderlund)
- phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0 (Michael Riesch)
- phy: cadence: cdns-dphy: Enable lower resolutions in dphy (Harikrishna Shenoy)
- ntfs3: pretend  records as regular files (Tetsuo Handa)
- net: phy: marvell: Fix 88e1510 downshift counter errata (Rohan G Thomas)
- drm/msm: make sure to not queue up recovery more than once (Antonino Maniscalco)
- usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget (Chen Yufeng)
- usb: gadget: f_hid: Fix zero length packet transfer (William Wu)
- iommu/amd: Skip enabling command/event buffers for kdump (Ashish Kalra)
- net: call cond_resched() less often in __release_sock() (Eric Dumazet)
- net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms (Juraj Sarinay)
- ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled (Yue Haibing)
- drm/msm/dsi/phy_7nm: Fix missing initial VCO rate (Krzysztof Kozlowski)
- drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL (Krzysztof Kozlowski)
- dmaengine: dw-edma: Set status for callback_result (Devendra K Verma)
- dmaengine: mv_xor: match alloc_wc and free_wc (Rosen Penev)
- dmaengine: sh: setup_xref error handling (Thomas Andreatta)
- ptp: Limit time setting of PTP clocks (Miroslav Lichvar)
- scsi: pm8001: Use int instead of u32 to store error codes (Rong Qianfeng)
- mips: lantiq: xway: sysctrl: rename stp clock (Aleksander Jan Bajkowski)
- mips: lantiq: danube: add missing device_type in pci node (Aleksander Jan Bajkowski)
- mips: lantiq: danube: add missing properties to cpu node (Aleksander Jan Bajkowski)
- media: fix uninitialized symbol warnings (Chelsy Ratnawat)
- drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption (Amber Lin)
- extcon: adc-jack: Fix wakeup source leaks on device unbind (Krzysztof Kozlowski)
- scsi: pm80xx: Fix race condition caused by static variables (Francisco Gutierrez)
- scsi: mpi3mr: Fix controller init failure on fault during queue creation (Chandrakanth Patil)
- ALSA: usb-audio: Add validation of UAC2/UAC3 effect units (Takashi Iwai)
- PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call (Sungho Kim)
- net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV. (Kuniyuki Iwashima)
- net: When removing nexthops, don't call synchronize_net if it is not necessary (Christoph Paasch)
- char: misc: Does not request module for miscdevice with dynamic minor (Zijun Hu)
- usb: gadget: f_ncm: Fix MAC assignment NCM ethernet (Raub Camaioni)
- iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register (Rodrigo Gobbi)
- drm/bridge: display-connector: don't set OP_DETECT for DisplayPorts (Dmitry Baryshkov)
- media: imon: make send_packet() more robust (Tetsuo Handa) [Orabug: 38773297] {CVE-2025-68194}
- net: ipv6: fix field-spanning memcpy warning in AH output (Charalampos Mitrodimas) [Orabug: 38773140] {CVE-2025-40363}
- bridge: Redirect to backup port when port is administratively down (Ido Schimmel)
- powerpc/eeh: Use result of error_detected() in uevent (Niklas Schnelle)
- thunderbolt: Use is_pciehp instead of is_hotplug_bridge (Lukas Wunner)
- net: stmmac: Check stmmac_hw_setup() in stmmac_resume() (Tiezhu Yang)
- x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall (Kirill A. Shutemov)
- drm/tidss: Set crtc modesetting parameters with adjusted mode (Jayesh Choudhary)
- drm/tidss: Use the crtc_* timings when programming the HW (Tomi Valkeinen)
- media: pci: ivtv: Don't create fake v4l2_fh (Laurent Pinchart)
- drm/amdkfd: return -ENOTTY for unsupported IOCTLs (Geoffrey Mcrae)
- selftests/net: Ensure assert() triggers in psock_tpacket.c (Wake Liu)
- selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8 (Wake Liu)
- PCI: Disable MSI on RDC PCI to PCIe bridges (Marcos Del Sol Vives)
- drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf() (Seyediman Seyedarab)
- drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff (Sathishkumar S)
- drm/amd/pm: Use cached metrics data on arcturus (Lijo Lazar)
- drm/amd/pm: Use cached metrics data on aldebaran (Lijo Lazar)
- mfd: da9063: Split chip variant reading in two bus transactions (Jens Kehne)
- mfd: madera: Work around false-positive -Wininitialized warning (Arnd Bergmann)
- mfd: stmpe-i2c: Add missing MODULE_LICENSE (Alexander Stein)
- mfd: stmpe: Remove IRQ domain upon removal (Alexander Stein)
- tools/power x86_energy_perf_policy: Prefer driver HWP limits (Len Brown)
- tools/power x86_energy_perf_policy: Enhance HWP enable (Len Brown)
- tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage (Kaushlendra Kumar)
- tools/cpupower: Fix incorrect size in cpuidle_state_disable() (Kaushlendra Kumar)
- hwmon: (dell-smm) Add support for Dell OptiPlex 7040 (Armin Wolf)
- uprobe: Do not emulate/sstep original instruction when ip is changed (Jiri Olsa)
- clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel (Daniel Lezcano)
- cpuidle: Fail cpuidle device registration if there is one already (Rafael J. Wysocki)
- tools/cpupower: fix error return value in cpupower_write_sysfs() (Kaushlendra Kumar)
- video: backlight: lp855x_bl: Set correct EPROM start for LP8556 (Svyatoslav Ryhel)
- nvme-fc: use lock accessing port_state and rport state (Daniel Wagner) [Orabug: 38747531] {CVE-2025-40342}
- nvmet-fc: avoid scheduling association deletion twice (Daniel Wagner) [Orabug: 38747538] {CVE-2025-40343}
- tee: allow a driver to allocate a tee_device without a pool (Amirreza Zarrabi)
- ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method() (Hans de Goede)
- mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card (Sarthak Garg)
- power: supply: sbs-charger: Support multiple devices (Fabien Proriol)
- hwmon: (sbtsi_temp) AMD CPU extended temperature range support (Chuande Chen)
- ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[] (Hans de Goede)
- ACPI: PRM: Skip handlers with NULL handler_address or NULL VA (Shang Song)
- irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment (Christian Bruel)
- arc: Fix __fls() const-foldability via __builtin_clzl() (Kees Cook)
- cpufreq/longhaul: handle NULL policy in longhaul_exit (Dennis Beier)
- selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2 (Ricardo B. Marliere)
- ACPI: video: force native for Lenovo 82K8 (Mario Limonciello)
- memstick: Add timeout to prevent indefinite waiting (Jiayi Li)
- mmc: host: renesas_sdhi: Fix the actual clock (Biju Das)
- pinctrl: single: fix bias pull up/down handling in pin_config_set (Chi Zhang)
- bpf: Don't use %pK through printk (Thomas Weissschuh)
- soc: ti: pruss: don't use %pK through printk (Thomas Weissschuh)
- spi: loopback-test: Don't use %pK through printk (Thomas Weissschuh)
- soc: qcom: smem: Fix endian-unaware access of num_entries (Jens Reidel)
- soc: aspeed: socinfo: Add AST27xx silicon IDs (Ryan Chen)
- block: make REQ_OP_ZONE_OPEN a write operation (Damien Le Moal)
- drm/sysfb: Do not dereference NULL pointer in plane reset (Thomas Zimmermann) [Orabug: 38773123] {CVE-2025-40360}
- drm/sched: Fix race in drm_sched_entity_select_rq() (Philipp Stanner)
- usb: gadget: f_fs: Fix epfile null pointer access after ep enable. (Owen Gu)
- Revert 'docs/process/howto: Replace C89 with C11' (Matthieu Baerts)
- arch: back to -std=gnu89 in &lt; v5.18 (Matthieu Baerts)
- x86/boot: Compile boot code with -std=gnu11 too (Alexey Dobriyan)
- xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event (Mathias Nyman)
- xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. (Mathias Nyman)
- xhci: dbc: Improve performance by removing delay in transfer event polling. (Mathias Nyman)
- xhci: dbc: Allow users to modify DbC poll interval via sysfs (Uday M Bhat)
- xhci: dbc: poll at different rate depending on data transfer activity (Mathias Nyman)
- xhci: dbc: Provide sysfs option to configure dbc descriptors (Mathias Nyman)
- x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID (Babu Moger)
- net: phy: dp83867: Disable EEE support as not implemented (Emanuele Ghidoli)
- can: gs_usb: increase max interface to U8_MAX (Celeste Liu)
- net: ravb: Enforce descriptor type ordering (Lad Prabhakar)
- ravb: Exclude gPTP feature support for RZ/G2L (Biju Das)
- dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp (Xu Yang)
- serial: 8250_dw: handle reset control deassert error (Artem Shimko)
- serial: 8250_dw: Use devm_add_action_or_reset() (Andy Shevchenko)
- block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL (Damien Le Moal)
- drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland (John Smith)
- drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji (John Smith)
- drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table() (Yang Wang)
- net: hns3: return error code when function fails (Jijie Shao)
- drm/etnaviv: fix flush sequence logic (Tomeu Vizoso)
- usbnet: Prevents free active kevent (Lizhi Xu) [Orabug: 38773783] {CVE-2025-68312}
- libbpf: Fix powerpc's stack register definition in bpf_tracing.h (Andrii Nakryiko)
- libbpf: Normalize PT_REGS_xxx() macro definitions (Andrii Nakryiko)
- riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h (Bjorn Topel)
- bpf: Do not audit capability check in do_jit() (Ondrej Mosnacek)
- bpf: Sync pending IRQ work before freeing ring buffer (Noorain Eqbal) [Orabug: 38737284] {CVE-2025-40319}
- ALSA: usb-audio: fix control pipe direction (Roy Vegard Ovesen)
- drm/msm/a6xx: Fix GMU firmware parser (Akhil P Oommen)
- wifi: ath10k: Fix memory leak on unsupported WMI command (Loic Poulain)
- ASoC: qdsp6: q6asm: do not sleep while atomic (Srinivas Kandagatla)
- mptcp: restore window probe (Paolo Abeni)
- fbdev: valkyriefb: Fix reference count leak in valkyriefb_init (Miaoqian Lin)
- fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS (Florian Fuchs)
- wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode (Gokul Sivakumar) [Orabug: 38737291] {CVE-2025-40321}
- fbdev: bitblit: bound-check glyph index in bit_putcs* (Junjie Cao) [Orabug: 38737300] {CVE-2025-40322}
- ACPI: video: Fix use-after-free in acpi_video_switch_brightness() (Yuhao Jiang) [Orabug: 38687004] {CVE-2025-40211}
- fbdev: atyfb: Check if pll_ops-&gt;init_pll failed (Daniel Palmer)
- net: usb: asix_devices: Check return value of usbnet_get_endpoints (Miaoqian Lin)
- NFSD: Fix crash in nfsd4_read_release() (Chuck Lever) [Orabug: 38737315] {CVE-2025-40324}
- btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot() (Filipe Manana)
- btrfs: always drop log root tree reference in btrfs_replay_log() (Filipe Manana)
- btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io() (Thorsten Blum)
- x86/bugs: Fix reporting of LFENCE retpoline (David Kaplan)
- net/sched: sch_qfq: Fix null-deref in agg_dequeue (Xiang Mei) [Orabug: 38597084] {CVE-2025-40083}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50145.html" type="self" title="ELSA-2026-50145" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26655.html" id="CVE-2024-26655" type="cve" title="CVE-2024-26655" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36903.html" id="CVE-2024-36903" type="cve" title="CVE-2024-36903" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36927.html" id="CVE-2024-36927" type="cve" title="CVE-2024-36927" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40928.html" id="CVE-2024-40928" type="cve" title="CVE-2024-40928" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46830.html" id="CVE-2024-46830" type="cve" title="CVE-2024-46830" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49968.html" id="CVE-2024-49968" type="cve" title="CVE-2024-49968" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-21979.html" id="CVE-2025-21979" type="cve" title="CVE-2025-21979" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22022.html" id="CVE-2025-22022" type="cve" title="CVE-2025-22022" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22111.html" id="CVE-2025-22111" type="cve" title="CVE-2025-22111" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22119.html" id="CVE-2025-22119" type="cve" title="CVE-2025-22119" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-22121.html" id="CVE-2025-22121" type="cve" title="CVE-2025-22121" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-37860.html" id="CVE-2025-37860" type="cve" title="CVE-2025-37860" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38007.html" id="CVE-2025-38007" type="cve" title="CVE-2025-38007" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38022.html" id="CVE-2025-38022" type="cve" title="CVE-2025-38022" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38057.html" id="CVE-2025-38057" type="cve" title="CVE-2025-38057" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38129.html" id="CVE-2025-38129" type="cve" title="CVE-2025-38129" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38232.html" id="CVE-2025-38232" type="cve" title="CVE-2025-38232" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38556.html" id="CVE-2025-38556" type="cve" title="CVE-2025-38556" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38591.html" id="CVE-2025-38591" type="cve" title="CVE-2025-38591" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40110.html" id="CVE-2025-40110" type="cve" title="CVE-2025-40110" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40149.html" id="CVE-2025-40149" type="cve" title="CVE-2025-40149" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40164.html" id="CVE-2025-40164" type="cve" title="CVE-2025-40164" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40256.html" id="CVE-2025-40256" type="cve" title="CVE-2025-40256" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68211.html" id="CVE-2025-68211" type="cve" title="CVE-2025-68211" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68254.html" id="CVE-2025-68254" type="cve" title="CVE-2025-68254" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68255.html" id="CVE-2025-68255" type="cve" title="CVE-2025-68255" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68261.html" id="CVE-2025-68261" type="cve" title="CVE-2025-68261" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68264.html" id="CVE-2025-68264" type="cve" title="CVE-2025-68264" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68282.html" id="CVE-2025-68282" type="cve" title="CVE-2025-68282" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68337.html" id="CVE-2025-68337" type="cve" title="CVE-2025-68337" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68346.html" id="CVE-2025-68346" type="cve" title="CVE-2025-68346" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68349.html" id="CVE-2025-68349" type="cve" title="CVE-2025-68349" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68354.html" id="CVE-2025-68354" type="cve" title="CVE-2025-68354" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68362.html" id="CVE-2025-68362" type="cve" title="CVE-2025-68362" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68364.html" id="CVE-2025-68364" type="cve" title="CVE-2025-68364" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68366.html" id="CVE-2025-68366" type="cve" title="CVE-2025-68366" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68367.html" id="CVE-2025-68367" type="cve" title="CVE-2025-68367" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68372.html" id="CVE-2025-68372" type="cve" title="CVE-2025-68372" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68724.html" id="CVE-2025-68724" type="cve" title="CVE-2025-68724" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68725.html" id="CVE-2025-68725" type="cve" title="CVE-2025-68725" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68732.html" id="CVE-2025-68732" type="cve" title="CVE-2025-68732" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68740.html" id="CVE-2025-68740" type="cve" title="CVE-2025-68740" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68746.html" id="CVE-2025-68746" type="cve" title="CVE-2025-68746" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68757.html" id="CVE-2025-68757" type="cve" title="CVE-2025-68757" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68759.html" id="CVE-2025-68759" type="cve" title="CVE-2025-68759" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68764.html" id="CVE-2025-68764" type="cve" title="CVE-2025-68764" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68771.html" id="CVE-2025-68771" type="cve" title="CVE-2025-68771" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68776.html" id="CVE-2025-68776" type="cve" title="CVE-2025-68776" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68780.html" id="CVE-2025-68780" type="cve" title="CVE-2025-68780" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68782.html" id="CVE-2025-68782" type="cve" title="CVE-2025-68782" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68783.html" id="CVE-2025-68783" type="cve" title="CVE-2025-68783" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68785.html" id="CVE-2025-68785" type="cve" title="CVE-2025-68785" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68788.html" id="CVE-2025-68788" type="cve" title="CVE-2025-68788" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68795.html" id="CVE-2025-68795" type="cve" title="CVE-2025-68795" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68803.html" id="CVE-2025-68803" type="cve" title="CVE-2025-68803" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68813.html" id="CVE-2025-68813" type="cve" title="CVE-2025-68813" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68815.html" id="CVE-2025-68815" type="cve" title="CVE-2025-68815" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68816.html" id="CVE-2025-68816" type="cve" title="CVE-2025-68816" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68818.html" id="CVE-2025-68818" type="cve" title="CVE-2025-68818" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68819.html" id="CVE-2025-68819" type="cve" title="CVE-2025-68819" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68820.html" id="CVE-2025-68820" type="cve" title="CVE-2025-68820" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71066.html" id="CVE-2025-71066" type="cve" title="CVE-2025-71066" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71068.html" id="CVE-2025-71068" type="cve" title="CVE-2025-71068" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71075.html" id="CVE-2025-71075" type="cve" title="CVE-2025-71075" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71077.html" id="CVE-2025-71077" type="cve" title="CVE-2025-71077" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71082.html" id="CVE-2025-71082" type="cve" title="CVE-2025-71082" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71083.html" id="CVE-2025-71083" type="cve" title="CVE-2025-71083" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71084.html" id="CVE-2025-71084" type="cve" title="CVE-2025-71084" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71085.html" id="CVE-2025-71085" type="cve" title="CVE-2025-71085" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71087.html" id="CVE-2025-71087" type="cve" title="CVE-2025-71087" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71091.html" id="CVE-2025-71091" type="cve" title="CVE-2025-71091" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71093.html" id="CVE-2025-71093" type="cve" title="CVE-2025-71093" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71094.html" id="CVE-2025-71094" type="cve" title="CVE-2025-71094" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71096.html" id="CVE-2025-71096" type="cve" title="CVE-2025-71096" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71097.html" id="CVE-2025-71097" type="cve" title="CVE-2025-71097" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71098.html" id="CVE-2025-71098" type="cve" title="CVE-2025-71098" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71104.html" id="CVE-2025-71104" type="cve" title="CVE-2025-71104" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71108.html" id="CVE-2025-71108" type="cve" title="CVE-2025-71108" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71111.html" id="CVE-2025-71111" type="cve" title="CVE-2025-71111" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71113.html" id="CVE-2025-71113" type="cve" title="CVE-2025-71113" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71114.html" id="CVE-2025-71114" type="cve" title="CVE-2025-71114" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71116.html" id="CVE-2025-71116" type="cve" title="CVE-2025-71116" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71118.html" id="CVE-2025-71118" type="cve" title="CVE-2025-71118" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71120.html" id="CVE-2025-71120" type="cve" title="CVE-2025-71120" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71125.html" id="CVE-2025-71125" type="cve" title="CVE-2025-71125" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71127.html" id="CVE-2025-71127" type="cve" title="CVE-2025-71127" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71131.html" id="CVE-2025-71131" type="cve" title="CVE-2025-71131" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71132.html" id="CVE-2025-71132" type="cve" title="CVE-2025-71132" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71133.html" id="CVE-2025-71133" type="cve" title="CVE-2025-71133" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71146.html" id="CVE-2025-71146" type="cve" title="CVE-2025-71146" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71147.html" id="CVE-2025-71147" type="cve" title="CVE-2025-71147" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71154.html" id="CVE-2025-71154" type="cve" title="CVE-2025-71154" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71182.html" id="CVE-2025-71182" type="cve" title="CVE-2025-71182" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71190.html" id="CVE-2025-71190" type="cve" title="CVE-2025-71190" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71194.html" id="CVE-2025-71194" type="cve" title="CVE-2025-71194" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-71197.html" id="CVE-2025-71197" type="cve" title="CVE-2025-71197" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22976.html" id="CVE-2026-22976" type="cve" title="CVE-2026-22976" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22977.html" id="CVE-2026-22977" type="cve" title="CVE-2026-22977" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22978.html" id="CVE-2026-22978" type="cve" title="CVE-2026-22978" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22980.html" id="CVE-2026-22980" type="cve" title="CVE-2026-22980" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22984.html" id="CVE-2026-22984" type="cve" title="CVE-2026-22984" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22988.html" id="CVE-2026-22988" type="cve" title="CVE-2026-22988" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22990.html" id="CVE-2026-22990" type="cve" title="CVE-2026-22990" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22991.html" id="CVE-2026-22991" type="cve" title="CVE-2026-22991" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22992.html" id="CVE-2026-22992" type="cve" title="CVE-2026-22992" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22997.html" id="CVE-2026-22997" type="cve" title="CVE-2026-22997" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22998.html" id="CVE-2026-22998" type="cve" title="CVE-2026-22998" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-22999.html" id="CVE-2026-22999" type="cve" title="CVE-2026-22999" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23001.html" id="CVE-2026-23001" type="cve" title="CVE-2026-23001" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23003.html" id="CVE-2026-23003" type="cve" title="CVE-2026-23003" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23011.html" id="CVE-2026-23011" type="cve" title="CVE-2026-23011" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23020.html" id="CVE-2026-23020" type="cve" title="CVE-2026-23020" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23021.html" id="CVE-2026-23021" type="cve" title="CVE-2026-23021" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23038.html" id="CVE-2026-23038" type="cve" title="CVE-2026-23038" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23047.html" id="CVE-2026-23047" type="cve" title="CVE-2026-23047" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23049.html" id="CVE-2026-23049" type="cve" title="CVE-2026-23049" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23058.html" id="CVE-2026-23058" type="cve" title="CVE-2026-23058" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23060.html" id="CVE-2026-23060" type="cve" title="CVE-2026-23060" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23061.html" id="CVE-2026-23061" type="cve" title="CVE-2026-23061" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23071.html" id="CVE-2026-23071" type="cve" title="CVE-2026-23071" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23073.html" id="CVE-2026-23073" type="cve" title="CVE-2026-23073" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23074.html" id="CVE-2026-23074" type="cve" title="CVE-2026-23074" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23076.html" id="CVE-2026-23076" type="cve" title="CVE-2026-23076" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23084.html" id="CVE-2026-23084" type="cve" title="CVE-2026-23084" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23085.html" id="CVE-2026-23085" type="cve" title="CVE-2026-23085" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23087.html" id="CVE-2026-23087" type="cve" title="CVE-2026-23087" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23089.html" id="CVE-2026-23089" type="cve" title="CVE-2026-23089" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23091.html" id="CVE-2026-23091" type="cve" title="CVE-2026-23091" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23097.html" id="CVE-2026-23097" type="cve" title="CVE-2026-23097" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23099.html" id="CVE-2026-23099" type="cve" title="CVE-2026-23099" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23101.html" id="CVE-2026-23101" type="cve" title="CVE-2026-23101" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23103.html" id="CVE-2026-23103" type="cve" title="CVE-2026-23103" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23105.html" id="CVE-2026-23105" type="cve" title="CVE-2026-23105" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23108.html" id="CVE-2026-23108" type="cve" title="CVE-2026-23108" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23111.html" id="CVE-2026-23111" type="cve" title="CVE-2026-23111" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23119.html" id="CVE-2026-23119" type="cve" title="CVE-2026-23119" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23120.html" id="CVE-2026-23120" type="cve" title="CVE-2026-23120" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23121.html" id="CVE-2026-23121" type="cve" title="CVE-2026-23121" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23124.html" id="CVE-2026-23124" type="cve" title="CVE-2026-23124" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23125.html" id="CVE-2026-23125" type="cve" title="CVE-2026-23125" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23133.html" id="CVE-2026-23133" type="cve" title="CVE-2026-23133" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23139.html" id="CVE-2026-23139" type="cve" title="CVE-2026-23139" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23145.html" id="CVE-2026-23145" type="cve" title="CVE-2026-23145" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23146.html" id="CVE-2026-23146" type="cve" title="CVE-2026-23146" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23164.html" id="CVE-2026-23164" type="cve" title="CVE-2026-23164" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23202.html" id="CVE-2026-23202" type="cve" title="CVE-2026-23202" />
      <reference href="https://linux.oracle.com/cve/CVE-2026-23209.html" id="CVE-2026-23209" type="cve" title="CVE-2026-23209" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d0fe911619b1d0715935bdf14816a4fdce069fd4c5330a808ab2ed33e5d07d08</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d1449983f00b9bf29ca6cc7c605e71c70d761a64a7c440ac315b33786e8f0620</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4cc2b0d9d8156d7981be6c03464d184b7e685b3bdab49c3f70a4325abb0b1e03</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">34dd38973e9dea94aa6d6a7809789bf068a2288f11d867a7c3303cd29811bc89</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7259cbf9d67261d084cb5db535c22d13633201fee82bec54fa05ce29958b7a8e</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-318.199.3.2.el8uek.src.rpm</filename>
          <sum type="sha256">04159f5f3df7de47d40f927e2e1cf1417eafdab7bf9346e00b07dd2d59dcae96</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bfa8eaaf8683781fb71f0c3108d4a17e4c29643dd233736c4734000ac355eed0</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">800cc6ef047c6d5c22942e996b21b6ad5a2eb72d2e5b5cdba17d73906e6cf330</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f5734e57a6fb3f22df670d54d317d5698ea141aa0e5320b73248932a64715e4a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">461da36866ba0d2730638d2df2e89880d5d0512bcc749517611b2270a36a06a5</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ebc00281f4df370bcc67c9c3ad22f276b13c67583263ae11364936f9d7291e4b</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8a67c757cbf00d0f5761b5e313b32c7659e26dbf779e7b087f403fde9092dc73</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">56a1128b7ed386ce58d9cf71a05370c6b10aa7027df0e8df789ece5cff36d6d1</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-318.199.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">214b2130079b7a0d8425fa89dfccff66ff8b4bc6db1be6dbe8d2a7f284fb3fc9</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="318.199.3.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-318.199.3.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">e477bea6d3f8b51ae477c17e0ccff608e489e3e6db73e87e0a04cca66a623921</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20202</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-03-31 00:00:00"/>
    <updated date="2025-03-31 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-306.177.4.1]
- jbd2: increase maximum transaction size (Jan Kara)  [Orabug: 37741884] 
- rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY feature (Alexandre Belloni)  [Orabug: 37741883] 
- thermal: core: Drop excessive lockdep_assert_held() calls (Rafael J. Wysocki)  [Orabug: 37741883] 
- thermal: core: Introduce thermal_cooling_device_update() (Rafael J. Wysocki)  [Orabug: 37741883] 
- thermal: core: Introduce thermal_cooling_device_present() (Rafael J. Wysocki)  [Orabug: 37741883] 
- thermal: sysfs: Reuse cdev-&gt;max_state (Viresh Kumar)  [Orabug: 37741883] 
- rtc: efi: Enable SET/GET WAKEUP services as optional (Shanker Donthineni)  [Orabug: 37741883] 
- rtc: efi: Add wakeup support (Riwen Lu)  [Orabug: 37741883] 
- rtc: efi: switch to RTC_FEATURE_UPDATE_INTERRUPT (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: add BSM parameter (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: add correction parameter (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: add parameter ioctl (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: expose correction feature (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: add alarm related features (Alexandre Belloni)  [Orabug: 37741883] 
- rtc: efi: switch to devm_rtc_allocate_device (Alexandre Belloni)  [Orabug: 37741883]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20202.html" type="self" title="ELBA-2025-20202" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dcf0a6c789e8a4d4dc33a8ac12993e827754d33283bff25ec9a1712ed5be2d36</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">107b7bfb2ee24d35c64102c53140be281f039e6fbf6a4ebca39dc72b10dc944d</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b928fe56ee6eab57d95b4651b2979994311e7eff1b9a80e6b25638de2d626107</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ea5c11d0d8c961befa954b20109e0d1b4ddadd4fe473cefd63f23ba37083776a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2353e44c9a81388aadd26565e0d79a0d720e9dc59ea54374ec6aed028a4ba0b0</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-306.177.4.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">2a0eaa7de6c8cea2cfd6d9a966c4bac2913db12d309f1d05e53a789d0ba17b45</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e5f868b3c6ae804eb7933529e628cdcec5d738f11b06424043cb8b2ad74149df</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cfb6f89f5d46be37a5aaf9087ba3ec68b2968a0f7081f55f3f59458ff2d3b007</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dc444fbedb6793e791dde06a5854808e43b2211cdb9b414a4aadc6e636652dcb</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">03365f2773f9eede94e4ca803fbc8bb5e7e20812d4bdba0ce47cff00560e228c</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bfed427c2f29b3139acfddefcbd86fd3795e3c6037f990733e3c0f11cd2a783b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-306.177.4.1.el8uek.src.rpm</filename>
          <sum type="sha256">9dfad98fe6d2807c88c3704ac08fc9ff420181a3710ccab2a2fba4012f4d31e5</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">877c84a5c12da15eafa8911005fe3ae10622ca712471124efff797078c10b3d7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fae42d7b1e27fb4b60c04e76a1d1d4f8564a3a200b5f49d640ee67d630790a16</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="306.177.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-306.177.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">22d46d7e96e1aea2d08f8dbe1cf05676cd076eab9101c69a5fe8243dfe2a5401</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9726</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-08-19 00:00:00"/>
    <updated date="2022-08-19 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-1.43.4.2]
- rds: copy_from_user only once per rds_sendmsg system call (Hans Westgaard Ry)  [Orabug: 33981854]  {CVE-2022-21385}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9726.html" type="self" title="ELSA-2022-9726" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21385.html" id="CVE-2022-21385" type="cve" title="CVE-2022-21385" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">95010eb16c805616c4881f7ae481b1ba88f164a27c238056f3ce15c4ce25fd41</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7bc78b6482c2a24287411bc8b5d5a616121d01c86803789898d2de784b676706</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4bd81a25ead9d0f1caec2575dd40bcac927503af9fc4ce9338415b9f6a299338</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9ee987ba4eede75edf8ebf900ba7548f975664fbe0928cb90b4d97feb4335c90</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">decc720aefc93e6cf154ec54a3fb2caa986b14453f33fcdd0e8e860e5722f614</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bdf1c43343afeba0b4ff5f6689b3ae1900a91d6916c52492d94868efac34debc</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4a39499242e14b46d4e23da56b440280b3504f0aa1afe27666eaf29eb91e023</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-1.43.4.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">67e5c8de91b8af6cdd57f8f76426774f4f95a5b11b8aba0ba81a6697b463ce44</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">16c9e2f35b1399691b50c1cd437bd32de07ed30d6dfbd24ce396471b264362c9</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-1.43.4.2.el8uek.src.rpm</filename>
          <sum type="sha256">370143a0573f868e556043bf3975deeaaeb112553966ffe11ad8cb9683e8cf8a</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c6206044035cb6b163e7ceba000a1bd08d11b3eb87fe355cea3d5351a53b6e3d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b71e093d52f1b0502c1b294f94cf92986c90fc83f7f5aead10b918cb615199f0</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="1.43.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-1.43.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d3da2168c1b16c400d80207bf2d2591f4b92761d0cfa25b7531948e2df3ac7c8</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20056</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-01-17 00:00:00"/>
    <updated date="2025-01-17 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-304.171.4.1]
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pNFS: Do layout state recovery upon reboot (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pNFS: Remove redundant call to unhash the layout (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pNFS: Handle server reboots in pnfs_poc_release() (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pNFS: Add a helper to defer failed layoutreturn calls (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flag (Trond Myklebust)  [Orabug: 37487056] 
- pNFS: Add a flag argument to pnfs_destroy_layouts_byclid() (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4: Clean up encode_nfs4_stateid() (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4.1: constify the stateid argument in nfs41_test_stateid() (Trond Myklebust)  [Orabug: 37487056] 
- NFSv4/pnfs: Remove redundant list check (Trond Myklebust)  [Orabug: 37487056] 
- NFS: nfs_async_write_reschedule_io must not recurse into the writeback code (Trond Myklebust)  [Orabug: 37487056]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20056.html" type="self" title="ELBA-2025-20056" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5aea87149aa0dc02733ef1e246b03b49db6f5c09f4835cbeb319a7e241007845</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2d705c68c26d61e387f06bbdfc77dfa9d282eb16794eb202cbc1973ca2ea2449</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7eda8f32601d6e50424f278625d334f52d2987a38cdf2a5c9195b315d65d191f</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">07788fc1cc3d47f0b38c88acb6195ebb591343560e7f32694c62971e6a7703d4</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6dba62bbc9ece00cf973421317462c0f2263f804fa386886fd83e4ae666cddf0</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">400d1c9592be5d2b43bb39e0f7bcd7c36f6eb82fd6d1affaf184c43f9d8406f2</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-304.171.4.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">be0ad5f3102bbd9cba61aa5fbe071d9d3bc078728e551439e5227b1a9a74e9c9</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">453c279af0644890013a20fade7949d96c43d4a38d617aca72db2ccb838f5fe7</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d688800f9312ed3fbfcdcfeece203b9d84194277e82804689ca0afdaf7f53a06</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4f43062d01dd2ee90a5036601b31df1475fd90e32d339649145a1b63a912c514</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">37dee0ec350a788f0b3b8fe6776031d30d0c16e4f0e6d6ab5232f75d9cdcc644</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e712dc904f3ec977f5b161415af7cde8889778fa69d22dfc56df6c7df992c513</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">22a3d102212962af8625fc1f7ceba5bb1cb512464e411598aadaf9f0aacdec9d</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-304.171.4.1.el8uek.src.rpm</filename>
          <sum type="sha256">76bf4f528d6bdd7adb6a70a1b84f8843867ef5380be8ecb09262b9fa5ced778c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="304.171.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-304.171.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c81091d2606eb2a03061133f8afa98f75b45ac4f709d31b1f2b1dd9345eb307a</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12682</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-09-23 00:00:00"/>
    <updated date="2024-09-23 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-300.163.18]
- crypto: qat - specify firmware files for 402xx (Giovanni Cabiddu)  [Orabug: 37044631]

[5.15.0-300.163.17]
- KVM/x86: Do not clear SIPI while in SMM (Boris Ostrovsky)  [Orabug: 36955051] 
- Revert 'Fix userfaultfd_api to return EINVAL as expected' (Vijayendra Suman)  [Orabug: 36992217]

[5.15.0-300.163.16]
- Revert 'bpf: Allow reads from uninit stack' (Vijayendra Suman)  [Orabug: 36977604] 
- platform/x86/amd/hsmp: Check HSMP support on AMD family of processors (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: switch to use device_add_groups() (Greg Kroah-Hartman)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc() (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Remove extra parenthesis and add a space (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Add support for ACPI based probing (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Restructure sysfs group creation (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Define a struct to hold mailbox regs (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Create static func to handle platdev (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket (Suma Hegde)  [Orabug: 36965024] 
- platform/x86/amd/hsmp: Move hsmp_test to probe (Suma Hegde)  [Orabug: 36965024] 
- uek-rpm/core-x86_64.list: Add amd_hsmp.ko in kernel-uek-core (Vijay Kumar)  [Orabug: 36970850] 
- mtd: use refcount to prevent corruption (Tomas Winkler)  [Orabug: 36975228] 
- mtd: core: clear out unregistered devices a bit more (Zev Weiss)  [Orabug: 36975228] 
- mtd: core: Drop duplicate NULL checks around nvmem_unregister() (Andy Shevchenko)  [Orabug: 36975228] 
- mtd: core: Fix refcount error in del_mtd_device() (Shang XiaoJing)  [Orabug: 36975228] 
- mips: add pte_unmap() to balance pte_offset_map() (Hugh Dickins)  [Orabug: 36975237] 
- selftests/vm: Fix build issue with pkey_sighandler_tests.c (Aruna Ramakrishna)  [Orabug: 36976755] 
- Revert 'igb: free up irq resources in device shutdown path.' (Yifei Liu)  [Orabug: 36948889] 
- Revert 'igb: fix __free_irq warnings seen during module unload.' (Yifei Liu)  [Orabug: 36948889] 
- SUNRPC: Improve accuracy of socket ENOBUFS determination (Trond Myklebust)  [Orabug: 36834328] 
- SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE (Trond Myklebust)  [Orabug: 36834328] 
- uek-rpm: mips: Disable CONFIG_CRYPTO_FIPS for kdump kernel (Dave Kleikamp)  [Orabug: 36935921] 
- MIPS: Octeon: Add PCIe link status check (Dave Kleikamp)  [Orabug: 36948261] 
- fwctl/mlx5: Add INTERNAL_DEV_RES uctx capability (Avihai Horon)  [Orabug: 36863219] 
- uek-rpm: build the fwctl mlx5 driver on UEK (Qing Huang)  [Orabug: 36466726] 
- fwctl: Adapt code for UEK7 (Mikhael Goikhman)  [Orabug: 36466726] 
- taint: Add TAINT_FWCTL (Jason Gunthorpe)  [Orabug: 36466726] 
- mm/slab: make __free(kfree) accept error pointers (Dan Carpenter)  [Orabug: 36466726] 
- mlx5: Create an auxiliary device for fwctl_mlx5 (Saeed Mahameed)  [Orabug: 36466726] 
- fwctl/mlx5: Support for communicating with mlx5 fw (Saeed Mahameed)  [Orabug: 36466726] 
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Jason Gunthorpe)  [Orabug: 36466726] 
- fwctl: FWCTL_INFO to return basic information about the device (Jason Gunthorpe)  [Orabug: 36466726] 
- fwctl: Basic ioctl dispatch for the character device (Jason Gunthorpe)  [Orabug: 36466726] 
- fwctl: Add basic structure for a class subsystem with a cdev (Jason Gunthorpe)  [Orabug: 36466726] 
- cleanup: Add conditional guard support (Peter Zijlstra)  [Orabug: 36466726] 
- cleanup: Make no_free_ptr() __must_check (Peter Zijlstra)  [Orabug: 36466726] 
- locking: Introduce __cleanup() based infrastructure (Peter Zijlstra)  [Orabug: 36466726] 
- dmaengine: ioat: Free up __cleanup() name (Peter Zijlstra)  [Orabug: 36466726] 
- container_of: Update header inclusions (Andy Shevchenko)  [Orabug: 36466726] 
- container_of: add container_of_const() that preserves const-ness of the pointer (Greg Kroah-Hartman)  [Orabug: 36466726] 
- linux/container_of.h: Warn about loss of constness (Sakari Ailus)  [Orabug: 36466726] 
- container_of: remove container_of_safe() (Greg Kroah-Hartman)  [Orabug: 36466726] 
- dmaengine: ioat: Fix spelling mistake 'idel' -&gt; 'idle' (Colin Ian King)  [Orabug: 36466726] 
- preempt: Provide preempt_[dis|en]able_nested() (Thomas Gleixner)  [Orabug: 36466726] 
- locking: Detect includes rwlock.h outside of spinlock.h (Sebastian Andrzej Siewior)  [Orabug: 36466726] 
- tracepoint: Allow trace events in modules with TAINT_TEST (Alison Schofield)  [Orabug: 36466726] 
- panic: Taint kernel if tests are run (David Gow)  [Orabug: 36466726] 
- linux/container_of.h: switch to static_assert (Rasmus Villemoes)  [Orabug: 36466726] 
- kernel.h: split out container_of() and typeof_member() macros (Andy Shevchenko)  [Orabug: 36466726] 
- uek-rpm: add CONFIG_NETDEVSIM=m build flag (Qing Huang)  [Orabug: 36836285] 
- Revert 'net: netdevsim: use mock PHC driver' (Qing Huang)  [Orabug: 36836285] 
- Revert 'net: netdevsim: mimic tc-taprio offload' (Qing Huang)  [Orabug: 36836285] 
- Revert 'net: netdevsim: don't try to destroy PHC on VFs' (Qing Huang)  [Orabug: 36836285] 
- xfrm: call xfrm_dev_policy_delete when kill policy (Jianbo Liu)  [Orabug: 36848687] 
- xfrm: fix netdev reference count imbalance (Jianbo Liu)  [Orabug: 36848687] 
- xfrm: don't skip free of empty state in acquire policy (Leon Romanovsky)  [Orabug: 36848687] 
- xfrm: delete offloaded policy (Leon Romanovsky)  [Orabug: 36848687] 
- Revert 'arch/arm64/boot/dts: psci support' (Joe Dobosenski)  [Orabug: 36911826] 
- uek-rpm: mips: Config changes for fips (Dave Kleikamp)  [Orabug: 36912607] 
- uek-rpm: Fix a missing closing parenthesis in spec file (Harshit Mogalapalli)  [Orabug: 36899944] 
- scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings (Kees Cook)  [Orabug: 36892249] 
- uek-rpm: Enable CONFIG_GNSS for GNSS receiver support (Harshvardhan Jha)  [Orabug: 36741354] 
- uek-rpm: Move ieee802154.ko out of extras, it is in core already (Harshit Mogalapalli)  [Orabug: 36769995] 
- tools/power/turbostat: Add initial support for GraniteRapids (Zhang Rui)  [Orabug: 36812907] 
- perf/x86/cstate: Add Granite Rapids support (Artem Bityutskiy)  [Orabug: 36812907] 
- perf/x86/intel: Add Granite Rapids (Kan Liang)  [Orabug: 36812907] 
- ACPI: APEI: EINJ: Add CXL error types (Tony Luck)  [Orabug: 36812907] 
- ACPI: APEI: EINJ: Refactor available_error_type_show() (Thomas Tai)  [Orabug: 36812907] 
- KVM: x86: Advertise PREFETCHIT0/1 CPUID to user space (Jiaxi Chen)  [Orabug: 36812907] 
- ntb: intel: add GNR support for Intel PCIe gen5 NTB (Dave Jiang)  [Orabug: 36812907] 
- scsi: mpi3mr: Driver version update (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Prevent PCI writes from driver during PCI error recovery (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Support PCI Error Recovery callback handlers (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add() (Tomas Henzl)  [Orabug: 36822033] 
- scsi: mpi3mr: Update driver version to 8.9.1.0.50 (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Add ioctl support for HDB (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Trigger support (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: HDB allocation and posting for hardware and firmware buffers (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Sanitise num_phys (Tomas Henzl)  [Orabug: 36822033] 
- scsi: mpi3mr: Driver version update to 8.8.1.0.50 (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Update MPI Headers to revision 31 (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Debug ability improvements (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI Request (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Clear ioctl blocking flag for an unresponsive controller (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Set MPI request flags appropriately (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Block devices are not removed even when VDs are offlined (Ranjan Kumar)  [Orabug: 36822033] 
- scsi: mpi3mr: Avoid memcpy field-spanning write WARNING (Shin'ichiro Kawasaki)  [Orabug: 36822033] 
- scsi: mpi3mr: Replace deprecated strncpy() with assignments (Justin Stitt)  [Orabug: 36822033] 
- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (Arnd Bergmann)  [Orabug: 36822033] 
- scsi: mpi3mr: Use ida to manage mrioc ID (Guixin Liu)  [Orabug: 36822033] 
- scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warnings (Randy Dunlap)  [Orabug: 36822033] 
- scsi: mpi3mr: Fix printk() format strings (Arnd Bergmann)  [Orabug: 36822033] 
- scsi: mpi3mr: Update driver version to 8.5.1.0.0 (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-3 (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-2 (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1 (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Fetch correct device dev handle for status reply descriptor (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable State (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: Clean up block devices post controller reset (Chandrakanth patil)  [Orabug: 36822033] 
- scsi: mpi3mr: driver version upgrade to 8.5.0.0.50 (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Add support for status reply descriptor (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32 (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116 (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Add support for SAS5116 PCI IDs (Sumit Saxena)  [Orabug: 36822033] 
- scsi: mpi3mr: Split off bus_reset function from host_reset (Hannes Reinecke)  [Orabug: 36822033] 
- bnxt_en: Make PTP timestamp HWRM more silent (Breno Leitao)  [Orabug: 36826374] 
- bnxt_en: Fix possible crash after creating sw mqprio TCs (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix RSS table entries calculation for P5_PLUS chips (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix memory leak in bnxt_hwrm_get_rings() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Make PTP TX timestamp HWRM query silent (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt_en: Skip nic close/open when configuring tstamp filters (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt_en: add rx_filter_miss extended stats (Damodharam Ammepalli)  [Orabug: 36826374] 
- bnxt_en: Configure UDP tunnel TPA (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add support for VXLAN GPE (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commands (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Support TX coalesced completion on 5760X chips (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Prevent TX timeout with a very small TX ring (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix TX ring indexing logic (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix AGG ring check logic in bnxt_check_rings() (Somnath Kotur)  [Orabug: 36826374] 
- bnxt_en: Fix trimming of P5 RX and TX rings (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix wrong return value check in bnxt_close_nic() (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() (Sreekanth Reddy)  [Orabug: 36826374] 
- bnxt_en: Clear resource reservation during resume (Somnath Kotur)  [Orabug: 36826374] 
- bnxt_en: Add 5760X (P7) PCI IDs (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Report the new ethtool link modes in the new firmware interface (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Support force speed using the new HWRM fields (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Support new firmware link parameters (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor ethtool speeds logic (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add support for new RX and TPA_START completion types for P7 (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end(). (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor RX VLAN acceleration logic. (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add new P7 hardware interface definitions (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor RSS capability fields (Ajit Khaparde)  [Orabug: 36826374] 
- bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chips (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Consolidate DB offset calculation (Hongguang Gao)  [Orabug: 36826374] 
- bnxt_en: Define basic P7 macros (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Update firmware interface to 1.10.3.15 (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Update HW interface headers (Chandramohan Akula)  [Orabug: 36826374] 
- bnxt_en: Fix backing store V2 logic (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Rename some macros for the P5 chips (Randy Schacher)  [Orabug: 36826374] 
- bnxt_en: Modify the NAPI logic for the new P7 chips (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Modify RX ring indexing logic. (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Modify TX ring indexing logic. (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct. (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add support for new backing store query firmware API (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add page info to struct bnxt_ctx_mem_type (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Restructure context memory data structures (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Free bp-&gt;ctx inside bnxt_free_ctx_mem() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp-&gt;ctx (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Optimize xmit_more TX path (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Use existing MSIX vectors for all mqprio TX rings (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add macros related to TC and TX rings (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add helper to get the number of CP rings required for TX rings (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Support up to 8 TX rings per MSIX (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor bnxt_hwrm_set_coal() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: New encoding for the TX opaque field (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Refactor bnxt_tx_int() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add completion ring pointer in TX and RX ring structures (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Add completion ring pointer in TX and RX ring structures (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Put the TX producer information in the TX BD opaque field (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix 2 stray ethtool -S counters (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: extend media types to supported and autoneg modes (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: convert to linkmode_set_bit() API (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: Refactor NRZ/PAM4 link speed related logic (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: refactor speed independent ethtool modes (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: support lane configuration via ethtool (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: add infrastructure to lookup ethtool link mode (Edwin Peer)  [Orabug: 36826374] 
- eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() (Saeed Mirzamohammadi)  [Orabug: 36826374] 
- eth: bnxt: move and rename reset helpers (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt_en: use dev_consume_skb_any() in bnxt_tx_int (Menglong Dong)  [Orabug: 36826374] 
- bnxt_en: Link representors to PCI device (Ivan Vecera)  [Orabug: 36826374] 
- bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt_en: Skip firmware fatal error recovery if chip is not accessible (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt_en: introduce initial link state of unknown (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: Fix invoking hwmon_notify_event (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36826374] 
- eth: bnxt: fix backward compatibility with older devices (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt_en: Update VNIC resource calculation for VFs (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: Event handler for Thermal event (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Use non-standard attribute to expose shutdown temperature (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Expose threshold temperatures through hwmon (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Modify the driver to use hwmon_device_register_with_info (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Move hwmon functions into a dedicated file (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Enhance hwmon temperature reporting (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Update firmware interface to 1.10.2.171 (Michael Chan)  [Orabug: 36826374] 
- bnxt: use the NAPI skb allocation cache (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt_en: Add tx_resets ring counter (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Display the ring error counters under ethtool -S (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Save ring error counters across reset (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Increment rx_resets counter in bnxt_disable_napi() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Let the page pool manage the DMA mapping (Somnath Kotur)  [Orabug: 36826374] 
- bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP (Somnath Kotur)  [Orabug: 36826374] 
- bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix max_mtu setting for multi-buf XDP (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: Fix page pool logic for page size &gt;= 64K (Somnath Kotur)  [Orabug: 36826374] 
- bnxt: don't handle XDP in netpoll (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt: use READ_ONCE/WRITE_ONCE for ring indexes (Jakub Kicinski)  [Orabug: 36826374] 
- eth: bnxt: fix warning for define in struct_group (Jakub Kicinski)  [Orabug: 36826374] 
- eth: bnxt: fix one of the W=1 warnings about fortified memcpy() (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt_en: Use struct_group_attr() for memcpy() region (Kees Cook)  [Orabug: 36826374] 
- bnxt_en: Share the bar0 address with the RoCE driver (Chandramohan Akula)  [Orabug: 36826374] 
- RDMA/bnxt_re: Update HW interface headers (Selvin Xavier)  [Orabug: 36826374] 
- bnxt: Enforce PTP software freq adjustments only when in non-RTC mode (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt: Defer PTP initialization to after querying function caps (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt: Change fw_cap to u64 to accommodate more capability bits (Pavan Chebbi)  [Orabug: 36826374] 
- bnxt_en: reset PHC frequency in free-running mode (Vadim Fedorenko)  [Orabug: 36826374] 
- bnxt_en: Fix the double free during device removal (Selvin Xavier)  [Orabug: 36826374] 
- bnxt_en: Remove runtime interrupt vector allocation (Ajit Khaparde)  [Orabug: 36826374] 
- RDMA/bnxt_re: Remove the sriov config callback (Ajit Khaparde)  [Orabug: 36826374] 
- bnxt_en: Remove struct bnxt access from RoCE driver (Hongguang Gao)  [Orabug: 36826374] 
- bnxt_en: Use auxiliary bus calls over proprietary calls (Ajit Khaparde)  [Orabug: 36826374] 
- bnxt_en: Use direct API instead of indirection (Ajit Khaparde)  [Orabug: 36826374] 
- bnxt_en: Remove usage of ulp_id (Ajit Khaparde)  [Orabug: 36826374] 
- RDMA/bnxt_re: Use auxiliary driver interface (Ajit Khaparde)  [Orabug: 36826374] 
- bnxt_en: Add auxiliary driver support (Ajit Khaparde)  [Orabug: 36826374] 
- RDMA/bnxt_re: Use separate response buffer for stat_ctx_free (Edwin Peer)  [Orabug: 36826374] 
- RDMA/bnxt_re: Use GFP_KERNEL in non atomic context (Selvin Xavier)  [Orabug: 36826374] 
- bnxt: Do not read past the end of test names (Kees Cook)  [Orabug: 36826374] 
- bnxt: report FEC block stats via standard interface (Jakub Kicinski)  [Orabug: 36826374] 
- bnxt_en: fix the handling of PCIE-AER (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: refactor bnxt_cancel_reservations() (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: fix memory leak in bnxt_nvm_test() (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: Remove duplicated include bnxt_devlink.c (Yang Li)  [Orabug: 36826374] 
- bnxt_en: implement callbacks for devlink selftests (vikas)  [Orabug: 36826374] 
- bnxt_en: fix livepatch query (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: Do not destroy health reporters during reset (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: Fix devlink fw_activate (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Restore the resets_reliable flag in bnxt_open() (Kalesh AP)  [Orabug: 36826374] 
- bnxt_en: Fix compile error regression when CONFIG_BNXT_SRIOV is not set (Michael Chan)  [Orabug: 36826374] 
- bnxt_en: fix format specifier in live patch error message (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: extend RTNL to VF check in devlink driver_reinit (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: avoid newline at end of message in NL_SET_ERR_MSG_MOD (Wan Jiabing)  [Orabug: 36826374] 
- bnxt_en: Remove not used other ULP define (Leon Romanovsky)  [Orabug: 36826374] 
- bnxt_en: Provide stored devlink 'fw' version on older firmware (Vikas Gupta)  [Orabug: 36826374] 
- bnxt_en: implement firmware live patching (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: implement dump callback for fw health reporter (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: extract coredump command line from current task (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: Retrieve coredump and crashdump size via FW command (Vasundhara Volam)  [Orabug: 36826374] 
- bnxt_en: Add compression flags information in coredump segment header (Vasundhara Volam)  [Orabug: 36826374] 
- bnxt_en: improve fw diagnose devlink health messages (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: consolidate fw devlink health reporters (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: remove fw_reset devlink health reporter (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: improve error recovery information messages (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: add enable_remote_dev_reset devlink parameter (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: implement devlink dev reload fw_activate (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: implement devlink dev reload driver_reinit (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: improve firmware timeout messaging (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: improve VF error messages when PF is unavailable (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: add dynamic debug support for HWRM messages (Edwin Peer)  [Orabug: 36826374] 
- bnxt_en: refactor cancellation of resource reservations (Edwin Peer)  [Orabug: 36826374] 
- scsi: smartpqi: Replace deprecated strncpy() with strscpy() (Justin Stitt)  [Orabug: 36837224] 
- scsi: smartpqi: Fix disable_managed_interrupts (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Bump driver version to 2.1.26-030 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Fix logical volume rescan race condition (Mahesh Rajashekhara)  [Orabug: 36837224] 
- scsi: smartpqi: Add new controller PCI IDs (David Strahan)  [Orabug: 36837224] 
- scsi: smartpqi: Change driver version to 2.1.24-046 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Enhance error messages (Mahesh Rajashekhara)  [Orabug: 36837224] 
- scsi: smartpqi: Enhance controller offline notification (David Strahan)  [Orabug: 36837224] 
- scsi: smartpqi: Enhance shutdown notification (David Strahan)  [Orabug: 36837224] 
- scsi: smartpqi: Simplify lun_number assignment (David Strahan)  [Orabug: 36837224] 
- scsi: smartpqi: Rename pciinfo to pci_info (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Rename MACRO to clarify purpose (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Add abort handler (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Replace one-element arrays with flexible-array members (Gustavo A. R. Silva)  [Orabug: 36837224] 
- scsi: smartpqi: Replace all non-returning strlcpy() with strscpy() (Azeem Shaikh)  [Orabug: 36837224] 
- scsi: smartpqi: Update version to 2.1.22-040 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Update copyright to 2023 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/device (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Stop sending driver-initiated TURs (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Fix byte aligned writew for ARM servers (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Add support for RAID NCQ priority (Gilbert Wu)  [Orabug: 36837224] 
- scsi: smartpqi: Validate block layer host tag (Murthy Bhat)  [Orabug: 36837224] 
- scsi: smartpqi: Remove contention for raid_bypass_cnt (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix rare SAS transport memory leak (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Remove NULL pointer check (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Add new controller PCI IDs (David Strahan)  [Orabug: 36837224] 
- scsi: smartpqi: Map full length of PCI BAR 0 (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Replace one-element array with flexible-array member (Gustavo A. R. Silva)  [Orabug: 36837224] 
- scsi: smartpqi: Change version to 2.1.20-035 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Initialize feature section info (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Add controller cache flush during rmmod (Gilbert Wu)  [Orabug: 36837224] 
- scsi: smartpqi: Correct device removal for multi-actuator devices (Kumar Meiyappan)  [Orabug: 36837224] 
- scsi: smartpqi: Change sysfs raid_level attribute to N/A for controllers (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Correct max LUN number (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Add new controller PCI IDs (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Convert to host_tagset (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Update version to 2.1.18-045 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Update copyright to current year (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Add ctrl ready timeout module parameter (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Update deleting a LUN via sysfs (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Add module param to disable managed ints (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix RAID map race condition (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Stop logging spurious PQI reset failures (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Add PCI IDs for Lenovo controllers (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Add PCI ID for Adaptec SmartHBA 2100-8i (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix PCI control linkdown system hang (Sagar Biradar)  [Orabug: 36837224] 
- scsi: smartpqi: Add driver support for multi-LUN devices (Kumar Meiyappan)  [Orabug: 36837224] 
- scsi: smartpqi: Close write read holes (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Add PCI IDs for ramaxel controllers (Murthy Bhat)  [Orabug: 36837224] 
- scsi: smartpqi: Add controller fw version to console log (Gilbert Wu)  [Orabug: 36837224] 
- scsi: smartpqi: Shorten drive visibility after removal (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix typo in comment (Julia Lawall)  [Orabug: 36837224] 
- scsi: smartpqi: Stop using the SCSI pointer (Bart Van Assche)  [Orabug: 36837224] 
- scsi: smartpqi: Fix unused variable pqi_pm_ops for clang (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Update version to 2.1.14-035 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Fix lsscsi -t SAS addresses (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Fix hibernate and suspend (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Fix BUILD_BUG_ON() statements (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix NUMA node not updated during init (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Expose SAS address for SATA drives (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Speed up RAID 10 sequential reads (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Update volume size after expansion (Mahesh Rajashekhara)  [Orabug: 36837224] 
- scsi: smartpqi: Avoid drive spin-down during suspend (Sagar Biradar)  [Orabug: 36837224] 
- scsi: smartpqi: Resolve delay issue with PQI_HZ value (Balsundar P)  [Orabug: 36837224] 
- scsi: smartpqi: Fix a typo in func pqi_aio_submit_io() (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Fix a name typo and cleanup code (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Quickly propagate path failures to SCSI midlayer (Murthy Bhat)  [Orabug: 36837224] 
- scsi: smartpqi: Eliminate drive spin down on warm boot (Sagar Biradar)  [Orabug: 36837224] 
- scsi: smartpqi: Enable SATA NCQ priority in sysfs (Gilbert Wu)  [Orabug: 36837224] 
- scsi: smartpqi: Add PCI IDs (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Fix rmmod stack trace (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Call scsi_done() directly (Bart Van Assche)  [Orabug: 36837224] 
- scsi: smartpqi: Update version to 2.1.12-055 (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Add 3252-8i PCI id (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Fix duplicate device nodes for tape changers (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Fix boot failure during LUN rebuild (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Add extended report physical LUNs (Mike McGowen)  [Orabug: 36837224] 
- scsi: smartpqi: Avoid failing I/Os for offline devices (Mahesh Rajashekhara)  [Orabug: 36837224] 
- scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation (Don Brace)  [Orabug: 36837224] 
- scsi: smartpqi: Update LUN reset handler (Kevin Barnett)  [Orabug: 36837224] 
- scsi: smartpqi: Capture controller reason codes (Murthy Bhat)  [Orabug: 36837224] 
- scsi: smartpqi: Update device removal management (Don Brace)  [Orabug: 36837224] 
- scsi: qla2xxx: Convert comma to semicolon (Chen Ni)  [Orabug: 36842785] 
- scsi: qla2xxx: Update version to 10.02.09.300-k (Nilesh Javali)  [Orabug: 36842785] 
- scsi: qla2xxx: Avoid possible run-time warning with long model_num (Kees Cook)  [Orabug: 36842785] 
- scsi: qla2xxx: Indent help text (Prasad Pandit)  [Orabug: 36842785] 
- scsi: qla2xxx: Drop driver owner assignment (Krzysztof Kozlowski)  [Orabug: 36842785] 
- scsi: qla2xxx: Use QP lock to search for bsg (Quinn Tran)  [Orabug: 36842785] 
- scsi: qla2xxx: Reduce fabric scan duplicate code (Quinn Tran)  [Orabug: 36842785] 
- scsi: qla2xxx: Fix optrom version displayed in FDMI (Shreyas Deodhar)  [Orabug: 36842785] 
- scsi: qla2xxx: During vport delete send async logout explicitly (Manish Rangankar)  [Orabug: 36842785] 
- scsi: qla2xxx: Complete command early within lock (Shreyas Deodhar)  [Orabug: 36842785] 
- scsi: qla2xxx: Fix flash read failure (Quinn Tran)  [Orabug: 36842785] 
- scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds (Saurav Kashyap)  [Orabug: 36842785] 
- scsi: qla2xxx: Fix for possible memory corruption (Shreyas Deodhar)  [Orabug: 36842785] 
- scsi: qla2xxx: validate nvme_local_port correctly (Nilesh Javali)  [Orabug: 36842785] 
- scsi: qla2xxx: Unable to act on RSCN for port online (Quinn Tran)  [Orabug: 36842785] 
- string.h: Introduce memtostr() and memtostr_pad() (Kees Cook)  [Orabug: 36842785] 
- uek-rpm/ol9: Remove linux-firmware dependency from embedded kernel (Vijay Kumar)  [Orabug: 36869776] 
- mips/cavium-octeon: Donot disable CPU0 for Cavium Octeon (Vijay Kumar)  [Orabug: 36869776] 
- Octeon/ethernet: Fix Random MAC address assignment (Vijay Kumar)  [Orabug: 36869776] 
- Add Micron devices in the SPI device table (Vijay Kumar)  [Orabug: 36869776] 
- WARNING in rds_ib_dev_free (William Kucharski)  [Orabug: 36877039] 
- vdpa/mlx5: Fix crash on shutdown for when no ndev exists (Dragos Tatulea)  [Orabug: 36622300] 
- vdpa/mlx5: Support interrupt bypassing (Eli Cohen)  [Orabug: 36622300] 
- genirq: Allow irq_chip registration functions to take a const irq_chip (Marc Zyngier)  [Orabug: 36725623] 
- net/ethernet/octeon: convert unsupported .adjfreq to .adjfine (Dave Kleikamp)  [Orabug: 36725623] 
- uek-rpm: Clean up mips64 config files (Dave Kleikamp)  [Orabug: 36725623] 
- uek-rpm: mips: build kdump kernel (Dave Kleikamp)  [Orabug: 36725623] 
- Always define hugepage_scan_file and hugepage_vma_check (Dave Kleikamp)  [Orabug: 36725623] 
- KSPLICE: mips: clear the stack before going in the freezer. (Quentin Casasnovas)  [Orabug: 36725623] 
- KSPLICE: mips: signals the freezer when we're coming from the entry code. (Quentin Casasnovas)  [Orabug: 36725623] 
- MIPS: octeon: shared_cpu_map cacheinfo (Henry Willard)  [Orabug: 36725623] 
- mips64: drivers/watchdog: Add IRQF_NOBALANCING when requesting irq (Thomas Tai)  [Orabug: 36725623] 
- MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK (Henry Willard)  [Orabug: 36725623] 
- netdev, octeon3-ethernet: increase num_packet_buffers to 4096 (Dave Kleikamp)  [Orabug: 36725623] 
- mips: Octeon: PCI console code was incorrectly finding the tty port (Dave Kleikamp)  [Orabug: 36725623] 
- mips64: Fix X.509 certificates parsing (Eric Saint-Etienne)  [Orabug: 36725623] 
- thermal: support for Marvell Octeon TX SoC temperature sensors (Eric Saint-Etienne)  [Orabug: 36725623] 
- netdev, octeon3-ethernet: move timecounter init to network driver probe() (Dave Aldridge)  [Orabug: 36725623] 
- mips64/octeon: Initialize netdevice in octeon_pow struct (Vijay Kumar)  [Orabug: 36725623] 
- MIPS: Add syscall auditing support (Ralf Baechle)  [Orabug: 36725623] 
- net/ethernet/octeon: Add ptp_dbg_group module param in octeon-pow-ethernet (Vijay Kumar)  [Orabug: 36725623] 
- net/ethernet/octeon: Set max/min mtu of pow equivalent to Octeon eth device (Vijay Kumar)  [Orabug: 36725623] 
- arch/mips: Discard the contents of the PCI console if the buffer is full for more than 10 milliseconds (Victor Michel)  [Orabug: 36725623] 
- MIPS: octeon: Suppress early_init_dt_scan_memory damage. (Henry Willard)  [Orabug: 36725623] 
- mips: Fails to create /sys/firmware/fdt during bootup (Vijay Kumar)  [Orabug: 36725623] 
- MIPS: probe_kernel_read() should not panic (Rob Gardner)  [Orabug: 36725623] 
- mips/cavium-octeon: Change access permission for /proc/pcie_reset to write (Vijay Kumar)  [Orabug: 36725623] 
- MIPS: OCTEON: OCTEON III build and configuration option (Dave Kleikamp)  [Orabug: 36725623] 
- uek-rpm: mips: Enable T73 options (Dave Kleikamp)  [Orabug: 36725623] 
- Removing the octeon_boot header file (Anagha K J)  [Orabug: 36725623] 
- OCTEON watchdog to check CIU3 feature rather than CN78XX model (Anagha K J)  [Orabug: 36725623] 
- Change OCTEON_WDT from tristate to boolean (Anagha K J)  [Orabug: 36725623] 
- Add compatible string 'micrel,ksz9031' for Micrel PHYs driver (Anagha K J)  [Orabug: 36725623] 
- Try harder to register mdio phy device (Anagha K J)  [Orabug: 36725623] 
- Export skb_release_head_state and check the SKB field cvm_info (Anagha K J)  [Orabug: 36725623] 
- Config options for builtin ethernet, OCTEON III PKI/PKO,SRIO,POW (Anagha K J)  [Orabug: 36725623] 
- Makefile for the Cavium network device drivers (Anagha K J)  [Orabug: 36725623] 
- Octeon POW Ethernet Driver (Anagha K J)  [Orabug: 36725623] 
- Modified and added workarounds for Octeon MII (management) port Network Driver (Anagha K J)  [Orabug: 36725623] 
- External interface for the Cavium Octeon ethernet driver (Anagha K J)  [Orabug: 36725623] 
- Cavium Networks common ethernet nexus driver (Anagha K J)  [Orabug: 36725623] 
- Common Network Driver (Anagha K J)  [Orabug: 36725623] 
- Cavium Networks BGX Ethernet MAC driver (Anagha K J)  [Orabug: 36725623] 
- Cavium Networks BGX MAC Nexus driver (Anagha K J)  [Orabug: 36725623] 
- Declared function pointers for bgx port. (Anagha K J)  [Orabug: 36725623] 
- Cavium Networks PKI/PKO Ethernet driver (Anagha K J)  [Orabug: 36725623] 
- Enables output qos and set number of queues per PKO port to 8 (Anagha K J)  [Orabug: 36725623] 
- OCTEON ethernet transmit functions (Anagha K J)  [Orabug: 36725623] 
- Setup SPI network device operations (Anagha K J)  [Orabug: 36725623] 
- Implements SGMII network device operations (Anagha K J)  [Orabug: 36725623] 
- Octeon ethernet receiver initialization, interrupt handler, SSO initialization (Anagha K J)  [Orabug: 36725623] 
- Implements RGMII interface operations (Anagha K J)  [Orabug: 36725623] 
- Implements NAPI poll function (Anagha K J)  [Orabug: 36725623] 
- Functions for allocating,releasing and filling FPA pool. (Anagha K J)  [Orabug: 36725623] 
- Cavium Octeon ethernet tool operations (Anagha K J)  [Orabug: 36725623] 
- Add a few defines to control the operation of ethernet driver (Anagha K J)  [Orabug: 36725623] 
- Implements Cavium Networks Octeon ethernet driver (Anagha K J)  [Orabug: 36725623] 
- In cvm_mmc_interrupt, exit if the interrupt has been previously handled (Anagha K J)  [Orabug: 36725623] 
- OCTEON gpio fixes (Anagha K J)  [Orabug: 36725623] 
- OCTEON EDAC PC fixes (Anagha K J)  [Orabug: 36725623] 
- OCTEON EDAC LMC fixes (Anagha K J)  [Orabug: 36725623] 
- OCTEON EDAC L2 fixes (Anagha K J)  [Orabug: 36725623] 
- Add OCTEON hotplug attributes to cpu_root_attrs (Anagha K J)  [Orabug: 36725623] 
- Replaced BUG_ON with WARN_ON macro (Anagha K J)  [Orabug: 36725623] 
- Add SATA PMP quirk (Anagha K J)  [Orabug: 36725623] 
- Documentation on Cortina CS4321 dual RXAIU/quad XAUI 10G Ethernet PHYs (Anagha K J)  [Orabug: 36725623] 
- OCTEON MSI enhancements (Anagha K J)  [Orabug: 36725623] 
- OCTEON TLB handling (Anagha K J)  [Orabug: 36725623] 
- Replace flush_icache_all with local_flush_icache_all in the get new mmu context (Anagha K J)  [Orabug: 36725623] 
- Declares local_flush_icache_all function pointer and exports it. (Anagha K J)  [Orabug: 36725623] 
- Updates to arch/mips/kernel/vmlinux.lds.S based on PHYSADDR (Anagha K J)  [Orabug: 36725623] 
- mips: improve unaligned pointer handling (Anagha K J)  [Orabug: 36725623] 
- Functions for plugging/unplugging the CPU (Anagha K J)  [Orabug: 36725623] 
- Kernel config updates for Octeon SOC (Anagha K J)  [Orabug: 36725623] 
- Added header file for the hotplug APIs (Anagha K J)  [Orabug: 36725623] 
- Changes the DEFINE_PER_CPU variable scope from static to global scope (Anagha K J)  [Orabug: 36725623] 
- Modify the set/get functions for ptrace watch registers and arch_ptrace functions (Anagha K J)  [Orabug: 36725623] 
- Updates to arch/mips/kernel/octeon_switch.S (Anagha K J)  [Orabug: 36725623] 
- Octeon support for arch/mips/kernel/genex.S (Anagha K J)  [Orabug: 36725623] 
- ftrace: add in_kernel_space function to use in place of core_kernel_text (Anagha K J)  [Orabug: 36725623] 
- Crash dump improvements (Anagha K J)  [Orabug: 36725623] 
- Add octeon_irq_core_inhibit_bit fucntion (Anagha K J)  [Orabug: 36725623] 
- Device specific IOCTL interface for the Cavium Octeon ethernet driver. (Anagha K J)  [Orabug: 36725623] 
- Interface to Octeon boot structure (Anagha K J)  [Orabug: 36725623] 
- Return UCTL USB registers address based on the Octeon model (Anagha K J)  [Orabug: 36725623] 
- Add Octeon stxx control and status registers (Anagha K J)  [Orabug: 36725623] 
- Add Octeon srxx control and status registers (Anagha K J)  [Orabug: 36725623] 
- Add Octeon spxx control and status registers (Anagha K J)  [Orabug: 36725623] 
- Spinlock improvements (Anagha K J)  [Orabug: 36725623] 
- Added comments and CSR definitions Octeon led for multiple SOCs (Anagha K J)  [Orabug: 36725623] 
- Added L2 Tag ECC SEC/DED Errors and Interrupt Enable register. (Anagha K J)  [Orabug: 36725623] 
- Add Octeon iob CSR definitions (Anagha K J)  [Orabug: 36725623] 
- Removed cvmx_bootinfo structure (Anagha K J)  [Orabug: 36725623] 
- Implement CVMX_ENABLE_CSR_ADDRESS_CHECKING in cvmx-asxx-defs.h (Anagha K J)  [Orabug: 36725623] 
- Modified the physical address of CKSEGx / XKPHYS address (Anagha K J)  [Orabug: 36725623] 
- Added IPI handler functions and modified other smp functions (Anagha K J)  [Orabug: 36725623] 
- Defined and exported dump_send_ipi function if CONFIG_KEXEC is defined. (Anagha K J)  [Orabug: 36725623] 
- Changed the Platform file based on the CAVIUM_OCTEON_SOC configuration. (Anagha K J)  [Orabug: 36725623] 
- oct_ilm enhancements (Anagha K J)  [Orabug: 36725623] 
- Module for injecting errors. (Anagha K J)  [Orabug: 36725623] 
- Modified the Makefile to compile octeon specific code changes. (Anagha K J)  [Orabug: 36725623] 
- Octeon ehnancement to kernel config (Anagha K J)  [Orabug: 36725623] 
- mips: Improve exception handling (Anagha K J)  [Orabug: 36725623] 
- OCTEON3 cache error handling (Anagha K J)  [Orabug: 36725623] 
- Add instructions for insn_zcb,insn_zcbt opcodes (Anagha K J)  [Orabug: 36725623] 
- Add octeon-cpu.o and  to Makefile (Anagha K J)  [Orabug: 36725623] 
- Initialized cnmips cu2 setup (Anagha K J)  [Orabug: 36725623] 
- Implement octeon_i2c_cvmx2i2c, modify hardware re-initialization of i2c. (Anagha K J)  [Orabug: 36725623] 
- Updates for Octeon error handling (Anagha K J)  [Orabug: 36725623] 
- Performace counter access code updates for Octeon (Anagha K J)  [Orabug: 36725623] 
- T73 support in arch/mips/mm/page.c (Anagha K J)  [Orabug: 36725623] 
- Modified the Octeon PCIe controllers functions. (Anagha K J)  [Orabug: 36725623] 
- Driver for the Octeon III Free Pool Unit (Anagha K J)  [Orabug: 36725623] 
- /proc interface to PCIe reset (Anagha K J)  [Orabug: 36725623] 
- Interface for controlling power throttling on OCTEON II based platforms (Anagha K J)  [Orabug: 36725623] 
- Modified the CSR type definitions for Octeon lmcx (Anagha K J)  [Orabug: 36725623] 
- /proc interface to the Octeon Performance Counters (Anagha K J)  [Orabug: 36725623] 
- Implement PCI console (Anagha K J)  [Orabug: 36725623] 
- Functions for accessing /proc/octeon_info file (Anagha K J)  [Orabug: 36725623] 
- Constructing, adding and removing octeon_hw_status_roots, their trees and nodes. (Anagha K J)  [Orabug: 36725623] 
- Set the output of the gpio pin of the corresponding octeon model (Anagha K J)  [Orabug: 36725623] 
- Add CVMX_ENABLE_CSR_ADDRESS_CHECKING flag to check if the CSR is valid (Anagha K J)  [Orabug: 36725623] 
- Enable,clear and disable interrupt on different cores. (Anagha K J)  [Orabug: 36725623] 
- Platform driver for Octeon SOC. (Anagha K J)  [Orabug: 36725623] 
- Workarounds for initializing the bootmem allocator and setting up initrd related data (Anagha K J)  [Orabug: 36725623] 
- Updates to various mips header files (Anagha K J)  [Orabug: 36725623] 
- Module to support operations on core such as TLB config. (Anagha K J)  [Orabug: 36725623] 
- Implement CVMX_ENABLE_CSR_ADDRESS_CHECKING for Octeon pescx and pexp (Anagha K J)  [Orabug: 36725623] 
- CSR definitions for different SOCS for Octeon npei and Octeon npi. (Anagha K J)  [Orabug: 36725623] 
- Utility functions for endian swapping (Anagha K J)  [Orabug: 36725623] 
- Octeon pcie endpoint and VF configuration and status register definitions (Anagha K J)  [Orabug: 36725623] 
- CSR type definitions for Octeon dtx (Anagha K J)  [Orabug: 36725623] 
- Configuration and status register type definitions for Octeon xcv (Anagha K J)  [Orabug: 36725623] 
- Configuration and status register (CSR) type definitions for Octeon lbk (Anagha K J)  [Orabug: 36725623] 
- Updates to cvmx-pcsxx-defs.h (Anagha K J)  [Orabug: 36725623] 
- Updates to cvmx-pcsx-defs.h (Anagha K J)  [Orabug: 36725623] 
- Interface to the SMI/MDIO hardware (Anagha K J)  [Orabug: 36725623] 
- Octeon smix and Octeon spemx Configuration and status register definitions. (Anagha K J)  [Orabug: 36725623] 
- Functions for skipping, exporting and importing the app configuration (Anagha K J)  [Orabug: 36725623] 
- Updates to octeon.h (Anagha K J)  [Orabug: 36725623] 
- Octeon rst CSR definitions (Anagha K J)  [Orabug: 36725623] 
- Modified functions for reading and writing processor local scratch memory (Anagha K J)  [Orabug: 36725623] 
- CSRs for interrupts for Octeon ciu,ciu2,ciu3 in different Octeon SOCs (Anagha K J)  [Orabug: 36725623] 
- Comments and CSRs for different SOCs for octeon pci and pciercx. (Anagha K J)  [Orabug: 36725623] 
- Defined the Octeon pemx CSR for different SOCs. (Anagha K J)  [Orabug: 36725623] 
- Configuration and status register (CSR) type definitions for Octeon gserx. (Anagha K J)  [Orabug: 36725623] 
- Check if CVMX_DBG_DATA is supported and modify the Debug Data Register. (Anagha K J)  [Orabug: 36725623] 
- CSR definitions for Octeon sriox (Anagha K J)  [Orabug: 36725623] 
- Octeon sriomaintx control and status register definitions (Anagha K J)  [Orabug: 36725623] 
- Functions for AGL (RGMII) common initialization, configuration (Anagha K J)  [Orabug: 36725623] 
- Configuration and status register (CSR) type definitions for Octeon bgxx (Anagha K J)  [Orabug: 36725623] 
- Provides atomic operations (Anagha K J)  [Orabug: 36725623] 
- Configuration and status register (CSR) type definitions for Octeon sso (Anagha K J)  [Orabug: 36725623] 
- Added comments and workarounds for the arch setup (Anagha K J)  [Orabug: 36725623] 
- Modified and added new structures for hardware scheduling unit (Anagha K J)  [Orabug: 36725623] 
- Added Interface to the hardware Fetch and Add Unit (Anagha K J)  [Orabug: 36725623] 
- Interface to the hardware Packet Output unit. (Anagha K J)  [Orabug: 36725623] 
- Octeon l2d Configuration and status register (CSR) type definitions (Anagha K J)  [Orabug: 36725623] 
- Add pki buffer pointer union (Anagha K J)  [Orabug: 36725623] 
- New functions for hardware Packet Input Processing unit interface (Anagha K J)  [Orabug: 36725623] 
- Add interface to the GMX hardware and SOC CSR definitions for Octeon gmxx (Anagha K J)  [Orabug: 36725623] 
- Update the WQE Error levels, error codes and data structure (Anagha K J)  [Orabug: 36725623] 
- Helper functions for FPA setup (Anagha K J)  [Orabug: 36725623] 
- CSR type definitions for Octeon tim and Octeon uahcx (Anagha K J)  [Orabug: 36725623] 
- Added Octeon rnm CSR definitions for more SOCs. (Anagha K J)  [Orabug: 36725623] 
- Modified CSR type definitions for Octeon (Anagha K J)  [Orabug: 36725623] 
- Header file for simple executive application initialization. (Anagha K J)  [Orabug: 36725623] 
- Implemented fast access to the thread pointer from userspace (Anagha K J)  [Orabug: 36725623] 
- Definitions for enumerations used with Octeon CSRs (Anagha K J)  [Orabug: 36725623] 
- Module to support operations on bitmap of cores. (Anagha K J)  [Orabug: 36725623] 
- Added more ASM primitives definitions for the executive (Anagha K J)  [Orabug: 36725623] 
- Updates to octeon header files (Anagha K J)  [Orabug: 36725623] 
- Updates to mips header files (Anagha K J)  [Orabug: 36725623] 
- Funtions to get core number, processor ID, node number (Anagha K J)  [Orabug: 36725623] 
- Modified the cflags based on the config options enabled (Anagha K J)  [Orabug: 36725623] 
- Added different Octeon model IDs and macros to compare them. (Anagha K J)  [Orabug: 36725623] 
- Modified functions for working with different Octeon models. (Anagha K J)  [Orabug: 36725623] 
- Added and modified checks for different Octeon features. (Anagha K J)  [Orabug: 36725623] 
- Update Makefile for cavium specific drivers (Anagha K J)  [Orabug: 36725623] 
- Added interface to the TWSI / I2C bus (Anagha K J)  [Orabug: 36725623] 
- Provide system/board/application information obtained by the bootloader (Anagha K J)  [Orabug: 36725623] 
- Functions for reserving and releasing SSO resources (Anagha K J)  [Orabug: 36725623] 
- Interface to SRIO (Anagha K J)  [Orabug: 36725623] 
- Support library for the SPI4000 card (Anagha K J)  [Orabug: 36725623] 
- Functions for reserving a memory range (Anagha K J)  [Orabug: 36725623] 
- File contains the QLM JTAG structure for different SOCs (Anagha K J)  [Orabug: 36725623] 
- Added helper utilities for qlm. (Anagha K J)  [Orabug: 36725623] 
- Allocate and initialize PKO internal ports (Anagha K J)  [Orabug: 36725623] 
- Workarounds for Octeon PKO (Anagha K J)  [Orabug: 36725623] 
- Allocate and initialize PKO resources. (Anagha K J)  [Orabug: 36725623] 
- Registering ,mapping channels and queue scheduling in PKO3 (Anagha K J)  [Orabug: 36725623] 
- Initialization and configuration of PKO3 (Anagha K J)  [Orabug: 36725623] 
- Adding CSR type definitions for Octeon pki (Anagha K J)  [Orabug: 36725623] 
- Adding PKI support (Anagha K J)  [Orabug: 36725623] 
- Added interface to PCIe as a host(RC) or target(EP) (Anagha K J)  [Orabug: 36725623] 
- Added support library for the OSM. (Anagha K J)  [Orabug: 36725623] 
- Add interface to the On Chip Logic Analyzer (OCLA) (Anagha K J)  [Orabug: 36725623] 
- Support library for the LAP interface (Anagha K J)  [Orabug: 36725623] 
- Level 2 Cache (L2C) control, measurement and debugging facilities (Anagha K J)  [Orabug: 36725623] 
- IPD support (Anagha K J)  [Orabug: 36725623] 
- Remove cvmx-interrupt-decodes.c and cvmx-interrupt-rsl.c (Anagha K J)  [Orabug: 36725623] 
- Added Support library for the ILK interface. (Anagha K J)  [Orabug: 36725623] 
- Configure the ILA-LA interface and CSR definitions for ILA interface (Anagha K J)  [Orabug: 36725623] 
- XAUI initialization, configuration and monitoring (Anagha K J)  [Orabug: 36725623] 
- Map interface numbers to IPD ports (Anagha K J)  [Orabug: 36725623] 
- SRIO initialization, configuration and monitoring (Anagha K J)  [Orabug: 36725623] 
- Modify the cvmx spi enumerate function (Anagha K J)  [Orabug: 36725623] 
- Modify SGMII initialization, configuration and monitoring (Anagha K J)  [Orabug: 36725623] 
- Workarounds for RGMII/GMII/MII (Anagha K J)  [Orabug: 36725623] 
- Helper functions for PKO and PKOv3 (Anagha K J)  [Orabug: 36725623] 
- Helper functions for PKI (Anagha K J)  [Orabug: 36725623] 
- Workaround for probing and enabling NPI interface for different SOCs (Anagha K J)  [Orabug: 36725623] 
- Make loop interface probing dependent on octeon model (Anagha K J)  [Orabug: 36725623] 
- QLM JTAG improvements (Anagha K J)  [Orabug: 36725623] 
- Added helper functions for IPD (Anagha K J)  [Orabug: 36725623] 
- ILK initialization, configuration and monitoring (Anagha K J)  [Orabug: 36725623] 
- Workaround for errata PKI-100 (Anagha K J)  [Orabug: 36725623] 
- Helper Functions for the Configuration Framework (Anagha K J)  [Orabug: 36725623] 
- Add more helper functions for common complicated tasks (Anagha K J)  [Orabug: 36725623] 
- Add helper functions (Anagha K J)  [Orabug: 36725623] 
- AGL (RGMII) initialization, configuration and monitoring (Anagha K J)  [Orabug: 36725623] 
- Adding APIs for global resources (Anagha K J)  [Orabug: 36725623] 
- Modified the interface to the hardware Free Pool Allocator (Anagha K J)  [Orabug: 36725623] 
- Workarounds for managing command queues used for various hardware blocks. (Anagha K J)  [Orabug: 36725623] 
- Interface to Core, IO and DDR Clock (Anagha K J)  [Orabug: 36725623] 
- Add macros for bootmem (Anagha K J)  [Orabug: 36725623] 
- Functions to configure the BGX MAC (Anagha K J)  [Orabug: 36725623] 
- Functions for importing/exporting app configurations (Anagha K J)  [Orabug: 36725623] 
- RGMII support (Anagha K J)  [Orabug: 36725623] 
- Add additional checks for cpu type in plat_swiotlb_setup (Anagha K J)  [Orabug: 36725623] 
- Implemented Octeon PTP clock (Anagha K J)  [Orabug: 36725623] 
- Clean up clocksource code (Anagha K J)  [Orabug: 36725623] 
- Replace octeon_has_crypto() with octeon_has_feature() (Anagha K J)  [Orabug: 36725623] 
- Remove arch/mips/cavium-octeon/cpu.c (Anagha K J)  [Orabug: 36725623] 
- Add syscall to for timer events (Anagha K J)  [Orabug: 36725623] 
- Remove Cavium Networks Octeon ethernet driver files from drivers/staging/octeon (Anagha K J)  [Orabug: 36725623] 
- Removed building of octeon in Makefile (Anagha K J)  [Orabug: 36725623] 
- Removed 'drivers/staging/octeon/Kconfig' source (Anagha K J)  [Orabug: 36725623] 
- uek-rpm: Build mips embedded kernel for ol9 (Dave Kleikamp)  [Orabug: 36725623] 
- include/uapi: Hide kabi magic from user space (Dave Kleikamp)  [Orabug: 36725623] 
- kbuild: linker should be called with KBUILD_LDFLAGS (Dave Kleikamp)  [Orabug: 36725623] 
- Provide thread_info flags for KSPLICE freezer support (Rob Gardner)  [Orabug: 36725623] 
- mips: mm: define MADV_DOEXEC and MADV_DONTEXEC (Dave Kleikamp)  [Orabug: 36725623] 
- mips: add PROT_RESERVED (Dave Kleikamp)  [Orabug: 36725623] 
- mips: add clear_page_uncached() (Dave Kleikamp)  [Orabug: 36725623] 
- dmaengine: idxd: add a write() method for applications to submit work (Nikhil Rao)  [Orabug: 36770955]  {CVE-2024-21823}
- dmaengine: idxd: add a new security check to deal with a hardware erratum (Arjan van de Ven)  [Orabug: 36770955]  {CVE-2024-21823}
- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist (Arjan van de Ven)  [Orabug: 36770955]  {CVE-2024-21823}
- dmaengine: idxd: Avoid unnecessary destruction of file_ida (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue (Rex Zhang)  [Orabug: 36747435] 
- dmaengine: idxd: Check for driver name match before sva user feature (Jerry Snitselaar)  [Orabug: 36747435] 
- dmaengine: idxd: constify the struct device_type usage (Ricardo B. Marliere)  [Orabug: 36747435] 
- dmaengine: idxd: Ensure safe user copy of completion record (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Remove shadow Event Log head stored in idxd (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Move dma_free_coherent() out of spinlocked context (Rex Zhang)  [Orabug: 36747435] 
- dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)  [Orabug: 36747435] 
- dmaengine: idxd: Add support for device/wq defaults (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: add callback support for iaa crypto (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: Add wq private data accessors (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: Export wq resource management functions (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: Export descriptor management functions (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export (Tom Zanussi)  [Orabug: 36747435] 
- dmaengine: idxd: add external module driver support for dsa_bus_type (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Fix incorrect descriptions for GRPCFG register (Guanjun)  [Orabug: 36747435] 
- dmaengine: idxd: Protect int_handle field in hw descriptor (Guanjun)  [Orabug: 36747435] 
- dmaengine: idxd: add wq driver name support for accel-config user tool (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: rate limit printk in misc interrupt thread (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Fix issues with PRS disable sysfs knob (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Allow ATS disable update only for configurable devices (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Remove unused declarations (Yue Haibing)  [Orabug: 36747435] 
- dmaengine: idxd: Clear PRS disable flag when disabling IDXD device (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Simplify WQ attribute visibility checks (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call (Christophe JAILLET)  [Orabug: 36747435] 
- dmaengine: idxd: Modify ABI documentation for attribute pasid_enabled (Rex Zhang)  [Orabug: 36747435] 
- dmaengine: idxd: Modify the dependence of attribute pasid_enabled (Rex Zhang)  [Orabug: 36747435] 
- dmaengine: idxd: Fix passing freed memory in idxd_cdev_open() (Harshit Mogalapalli)  [Orabug: 36747435] 
- dmaengine: idxd: Add enable/disable device IOPF feature (Lu Baolu)  [Orabug: 36747435] 
- dmaengine: idxd: add per wq PRS disable (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add pid to exported sysfs attribute for opened file (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: expose fault counters to sysfs (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add a device to represent the file opened (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add per file user counters for completion record faults (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: process batch descriptor completion record faults (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add descs_completed field for completion record (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: process user page faults for completion record (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add idxd_copy_cr() to copy user completion record during page fault handling (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: create kmem cache for event log fault items (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add per DSA wq workqueue for processing cr faults (Dave Jiang)  [Orabug: 36747435] 
- dmanegine: idxd: add debugfs for event log dump (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add interrupt handling for event log (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: setup event log configuration (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add event log size sysfs attribute (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: make misc interrupt one shot (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: expose IAA CAP register via sysfs knob (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: reformat swerror output to standard Linux bitmap output (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Add descriptor definitions for translation fetch operation (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Add descriptor definitions for DIX generate operation (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Add descriptor definitions for 16 bytes of pattern in memory fill operation (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: use const struct bus_type * (Greg Kroah-Hartman)  [Orabug: 36747435] 
- dmaengine: idxd: Remove unnecessary aer.h include (Bjorn Helgaas)  [Orabug: 36747435] 
- dmaengine: idxd: Fix default allowed read buffers value in group (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable (Reinette Chatre)  [Orabug: 36747435] 
- dmaengine: idxd: Prevent use after free on completion memory (Reinette Chatre)  [Orabug: 36747435] 
- dmaengine: idxd: Remove the unused function set_completion_address() (Jiapeng Chong)  [Orabug: 36747435] 
- dmaengine: idxd: Remove linux/msi.h include (Thomas Gleixner)  [Orabug: 36747435] 
- dmaengine: idxd: fix RO device state error after been disabled/reset (Fengqian Gao)  [Orabug: 36747435] 
- dmaengine: idxd: Fix max batch size for Intel IAA (Xiaochen Shen)  [Orabug: 36747435] 
- dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA (Xiaochen Shen)  [Orabug: 36747435] 
- dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAA (Xiaochen Shen)  [Orabug: 36747435] 
- dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Addressing (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: add configuration for concurrent batch descriptor processing (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add configuration for concurrent work descriptor processing (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add WQ operation cap restriction support (Dave Jiang)  [Orabug: 36747435] 
- dmanegine: idxd: reformat opcap output to match bitmap_parse() input (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: convert ats_dis to a wq flag (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Remove unused struct idxd_fault (Yuan Can)  [Orabug: 36747435] 
- dmaengine: idxd: track enabled workqueues in bitmap (Jerry Snitselaar)  [Orabug: 36747435] 
- dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup() (Jerry Snitselaar)  [Orabug: 36747435] 
- dmaengine: idxd: avoid deadlock in process_misc_interrupts() (Jerry Snitselaar)  [Orabug: 36747435] 
- dmaengine: idxd: Correct IAX operation code names (Fenghua Yu)  [Orabug: 36747435] 
- dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enabling SVA feature (Jerry Snitselaar)  [Orabug: 36747435] 
- dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq() (Minghao Chi)  [Orabug: 36747435] 
- dmaengine: idxd: skip irq free when wq type is not kernel (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: make idxd_register/unregister_dma_channel() static (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: free irq before wq type is reset (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: fix lockdep warning on device driver removal (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Separate user and kernel pasid enabling (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: refactor wq driver enable/disable operations (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: move wq irq enabling to after device enable (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: fix retry value to be constant for duration of function call (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: match type for retries var in idxd_enqcmds() (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: set max_xfer and max_batch for RO device (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: update IAA definitions for user header (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: remove trailing white space on input str for wq name (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: don't load pasid config until needed (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Remove useless DMA-32 fallback configuration (Christophe JAILLET)  [Orabug: 36747435] 
- dmaengine: idxd: deprecate token sysfs attributes for read buffers (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: change MSIX allocation based on per wq activation (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: fix descriptor flushing locking (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: embed irq_entry in idxd_wq struct (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add knob for enqcmds retries (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: set defaults for wq configs (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: handle interrupt handle revoked event (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: handle invalid interrupt handle descriptors (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: create locked version of idxd_quiesce() call (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: add helper for per interrupt handle drain (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: move interrupt handle assignment (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: int handle management refactoring (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: rework descriptor free path on failure (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: cleanup completion record allocation (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail (Bixuan Cui)  [Orabug: 36747435] 
- dmaengine: idxd: remove kernel wq type set when load configuration (Dave Jiang)  [Orabug: 36747435] 
- dmaengine: idxd: remove gen cap field per spec 1.2 update (Dave Jiang)  [Orabug: 36747435] 
- scsi: lpfc: Copyright updates for 14.4.0.2 patches (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.4.0.2 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Add support for 32 byte CDBs (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update logging of protection type for T10 DIF I/O (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Copyright updates for 14.4.0.1 patches (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.4.0.1 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Define types in a union for generic void *context3 ptr (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Use a dedicated lock for ras_fwlog state (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove unnecessary log message in queuecommand path (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (Muhammad Usama Anjum)  [Orabug: 36816944] 
- scsi: lpfc: Replace deprecated strncpy() with strscpy() (Justin Stitt)  [Orabug: 36816944] 
- scsi: lpfc: Copyright updates for 14.4.0.0 patches (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.4.0.0 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change lpfc_vport load_flag member into a bitmask (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change lpfc_vport fc_flag member into a bitmask (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Protect vport fc_nodes list with an explicit spin lock (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change nlp state statistic counters into atomic_t (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIs (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Move handling of reset congestion statistics events (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notifications (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTS (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Fix failure to delete vports when discovery is in progress (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlps (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodes (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove D_ID swap log message from trace event logger (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's length (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list() (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.2.0.17 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Move determination of vmid_flag after VMID reinitialization completes (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Change VMID driver load time parameters to read only (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literal (Ilpo Jarvinen)  [Orabug: 36816944] 
- PCI: Add PCI_HEADER_TYPE_MFD definition (Ilpo Jarvinen)  [Orabug: 36816944] 
- scsi: lpfc: Copyright updates for 14.2.0.16 patches (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.2.0.16 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Enhance driver logging for selected discovery events (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Refactor and clean up mailbox command memory free (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloading (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss() (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi() (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Correct maximum PCI function value for RAS fw logging (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.2.0.15 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Introduce LOG_NODE_VERBOSE messaging flag (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Validate ELS LS_ACC completion payload (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Reject received PRLIs with only initiator fcn role for NPIV ports (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Treat IOERR_SLI_DOWN I/O completion status the same as pci offline (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove unnecessary zero return code assignment in lpfc_sli4_hba_setup (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE (Andy Shevchenko)  [Orabug: 36816944] 
- scsi: lpfc: Modify when a node should be put in device recovery mode during RSCN (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Copyright updates for 14.2.0.14 patches (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Update lpfc version to 14.2.0.14 (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Clean up SLI-4 sysfs resource reporting (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Refactor cpu affinity assignment paths (Justin Tee)  [Orabug: 36816944] 
- cpumask: fix incorrect cpumask scanning result checks (Linus Torvalds)  [Orabug: 36816944] 
- scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited LOGO (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Set Establish Image Pair service parameter only for Target Functions (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Qualify ndlp discovery state when processing RSCN (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Simplify fcp_abort transport callback log message (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer (Justin Tee)  [Orabug: 36816944] 
- scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan() (Tuo Li)  [Orabug: 36816944] 
- scsi: lpfc: Fix lpfc_name struct packing (Arnd Bergmann)  [Orabug: 36816944] 
- scsi: lpfc: Avoid -Wstringop-overflow warning (Gustavo A. R. Silva)  [Orabug: 36816944] 
- net: mana: Add support for page sizes other than 4KB on ARM64 (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: Fix the extra HZ in mana_hwc_send_request (Souradeep Chakrabarti)  [Orabug: 36821477] 
- net: mana: Enable MANA driver on ARM64 with 4K page size (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: Annotate struct hwc_dma_buf with __counted_by (Kees Cook)  [Orabug: 36821477] 
- net: mana: Annotate struct mana_rxq with __counted_by (Kees Cook)  [Orabug: 36821477] 
- net: mana: Avoid open coded arithmetic (Erick Archer)  [Orabug: 36821477] 
- net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2 (Erick Archer)  [Orabug: 36821477] 
- net: mana: Fix Rx DMA datasize and skb_over_panic (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: add msix index sharing between EQs (Konstantin Taranov)  [Orabug: 36821477] 
- net: mana: Fix spelling mistake 'enforecement' -&gt; 'enforcement' (Colin Ian King)  [Orabug: 36821477] 
- net :mana :Add remaining GDMA stats for MANA to ethtool (Shradha Gupta)  [Orabug: 36821477] 
- net: mana: Use xdp_set_features_flag instead of direct assignment (Konstantin Taranov)  [Orabug: 36821477] 
- net: mana: Fix oversized sge0 for GSO packets (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: Fix the tso_bytes calculation (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: Fix TX CQE error handling (Haiyang Zhang)  [Orabug: 36821477] 
- net: mana: Add gdma stats to ethtool output for mana (Shradha Gupta)  [Orabug: 36821477] 
- net: mana: Configure hwc timeout from hardware (Souradeep Chakrabarti)  [Orabug: 36821477] 
- uek-rpm/config-x86_64: Add the IAA CRYPTO DEV to config (Jack Vogel)  [Orabug: 36822729] 
- crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core (Tom Zanussi)  [Orabug: 36822729] 
- crypto: iaa - Add IAA Compression Accelerator Documentation (Tom Zanussi)  [Orabug: 36822729] 
- tools/objtool: Check for use of the ENQCMD instruction in the kernel (Fenghua Yu)  [Orabug: 36822729] 
- x86/cpufeatures: Re-enable ENQCMD (Fenghua Yu)  [Orabug: 36822729] 
- uek-rpm/config-x86_64: Enable IDXD SVM config (Jack Vogel)  [Orabug: 36822729] 
- scsi: mpt3sas: Replace deprecated strncpy() with strscpy() (Justin Stitt)  [Orabug: 36826103] 
- scsi: mpt3sas: Update driver version to 48.100.00.00 (Ranjan Kumar)  [Orabug: 36826103] 
- scsi: mpt3sas: Reload SBR without rebooting HBA (Ranjan Kumar)  [Orabug: 36826103] 
- scsi: mpt3sas: Suppress a warning in debug kernel (Tomas Henzl)  [Orabug: 36826103] 
- scsi: mpt3sas: Replace dynamic allocations with local variables (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Replace a dynamic allocation with a local variable (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Fix typo of 'TRIGGER' (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Fix an outdated comment (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter struct (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Use struct_size() for struct size calculations (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible array (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible array (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible array (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible array (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible array (James Seo)  [Orabug: 36826103] 
- scsi: mpt3sas: Use flexible arrays when obviously possible (James Seo)  [Orabug: 36826103] 
- scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1 (Chandrakanth patil)  [Orabug: 36807009] 
- scsi: megaraid_sas: Call scsi_done() directly (Bart Van Assche)  [Orabug: 36807009] 
- scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays (Kees Cook)  [Orabug: 36807009] 
- scsi: megaraid_sas: Use pci_dev_id() to simplify the code (Jialin Zhang)  [Orabug: 36807009] 
- scsi: megaraid_sas: Log message when controller reset is requested but not issued (Chandrakanth patil)  [Orabug: 36807009] 
- uek-rpm: build embedded2 kernel (Joe Dobosenski)  [Orabug: 36721455] 
- uek-rpm: pensando: create uek7 config file for elba (Joe Dobosenski)  [Orabug: 36721455] 
- arm64: pensando: Suppress tree-loop-distribute-patterns optimization (Henry Willard)  [Orabug: 36721455] 
- Pensando: kexec: support kexec on elba (Joe Dobosenski)  [Orabug: 34091165] [Orabug: 36721455] 
- net/ethernet/pensando: Add out-of-tree network drivers (Joe Dobosenski)  [Orabug: 36721455] 
- drivers/soc/pensando: kpcimgr driver. (Joe Dobosenski)  [Orabug: 36721455] 
- arm64/configs: Add CONFIG_IP6_NF_IPTABLES for elba (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando: penfw driver (David Clear)  [Orabug: 36721455] 
- arch/arm64/boot/dts: psci support (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando: boot_count to sysfs for kdump.log (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando sbus driver (David Clear)  [Orabug: 36721455] 
- dts/pensando: add mnet and mcrypt devices, with reserved dma memory (David Clear)  [Orabug: 36721455] 
- soc/pensando: pcie driver (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando: Add the Reset Cause driver (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando: crash dump driver. (David Clear)  [Orabug: 36721455] 
- drivers/pensando/soc: Boot State Machine (BSM) integration. (David Clear)  [Orabug: 36721455] 
- drivers/uio: UIO drivers for Elba (David Clear)  [Orabug: 36721455] 
- Interrupt domain controllers for Elba ASIC. (David Clear)  [Orabug: 36721455] 
- drivers/soc/pensando: /dev/capmem driver. (David Clear)  [Orabug: 36721455] 
- drivers/edac: Add Elba EDAC support (David Clear)  [Orabug: 36721455] 
- dts/pensnado: Elba flash partitions (David Clear)  [Orabug: 36721455] 
- drivers/reset: Add emmc hardware reset (David Clear)  [Orabug: 36721455] 
- arch/arm64: Initial support for the Pensando Elba SoC (David Clear)  [Orabug: 36721455] 
- drivers/mtd/spi-nor: Winbond w25q02nw flash support. (David Clear)  [Orabug: 36721455] 
- spi-dw: Support Pensando Elba custom chip-select (David Clear)  [Orabug: 36721455] 
- drivers/mmc/host: Pensando Elba support in the Cadence EMMC host controller (David Clear)  [Orabug: 36721455] 
- drivers/spi/spi-cadence-quadspi.c: add quirks for the Pensando controller (David Clear)  [Orabug: 36721455] 
- arm64/traps: Call platform handler for do_serror (David Clear)  [Orabug: 36721455] 
- i2c: Add Lattice RD1173 I2C controller driver. (David Clear)  [Orabug: 36721455] 
- i2c-designware: Support stuck SDA line recovery. (David Clear)  [Orabug: 36721455] 
- drivers/hwmon: Adding support LTC3888 (David Clear)  [Orabug: 36721455] 
- hwmon/pmbus: Add support for the TI TPS53659 (David Clear)  [Orabug: 36721455] 
- uek-rpm: Run olddefconfig for UEK7 update 3 (Harshit Mogalapalli)  [Orabug: 36633514] 
- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: RSS, Block changing channels number when RXFH is configured (Carolina Jubran)  [Orabug: 36680931] 
- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5: Fix fw reporter diagnose output (Aya Levin)  [Orabug: 36680931] 
- Revert 'net/mlx5e: Check the number of elements before walk TC rhashtable' (Saeed Mahameed)  [Orabug: 36680931] 
- net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5e: Fix inconsistent hairpin RQT sizes (Tariq Toukan)  [Orabug: 36680931] 
- net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: Fix error codes in alloc_branch_attr() (Dan Carpenter)  [Orabug: 36680931] 
- net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get() (Dan Carpenter)  [Orabug: 36680931] 
- net/mlx5: Refactor mlx5_flow_destination-&gt;rep pointer to vport num (Vlad Buslov)  [Orabug: 36680931] 
- net/mlx5e: XDP, Drop fragmented packets larger than MTU size (Carolina Jubran)  [Orabug: 36680931] 
- net/mlx5e: Decrease num_block_tc when unblock tc offload (Chris Mi)  [Orabug: 36680931] 
- net/mlx5e: Fix a race in command alloc flow (Shifeng Li)  [Orabug: 36680931] 
- net/mlx5e: fix double free of encap_header (Vlad Buslov)  [Orabug: 36680931] 
- net/mlx5: Fix a NULL vs IS_ERR() check (Dan Carpenter)  [Orabug: 36680931] 
- net/mlx5e: Check netdev pointer before checking its net ns (Gavin Li)  [Orabug: 36680931] 
- net/mlx5e: TC, Don't offload post action rule if not supported (Chris Mi)  [Orabug: 36680931] 
- net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work (Moshe Shemesh)  [Orabug: 36680931] 
- net/mlx5e: Disable IPsec offload support if not FW steering (Chris Mi)  [Orabug: 36680931] 
- net/mlx5e: Check the number of elements before walk TC rhashtable (Jianbo Liu)  [Orabug: 36680931] 
- net/mlx5e: Reduce eswitch mode_lock protection context (Jianbo Liu)  [Orabug: 36680931] 
- net/mlx5e: Tidy up IPsec NAT-T SA discovery (Leon Romanovsky)  [Orabug: 36680931] 
- net/mlx5e: Add IPsec and ASO syndromes check in HW (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5e: Remove exposure of IPsec RX flow steering struct (Leon Romanovsky)  [Orabug: 36680931] 
- net/mlx5e: Unify esw and normal IPsec status table creation/destruction (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5e: Ensure that IPsec sequence packet number starts from 1 (Leon Romanovsky)  [Orabug: 36680931] 
- net/mlx5e: Honor user choice of IPsec replay window size (Leon Romanovsky)  [Orabug: 36680931] 
- netdevsim: Don't accept device bound programs (Stanislav Fomichev)  [Orabug: 36680931] 
- net/mlx5: Increase size of irq name buffer (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: Update doorbell for port timestamping CQ before the software counter (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: Track xmit submission to PTP WQ after populating metadata map (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit_wqe (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload (Jianbo Liu)  [Orabug: 36680931] 
- net/mlx5: Decouple PHC .adjtime and .adjphase implementations (Rahul Rameshbabu)  [Orabug: 36680931] 
- net/mlx5: DR, Allow old devices to use multi destination FTE (Erez Shitrit)  [Orabug: 36680931] 
- Revert 'net/mlx5: DR, Supporting inline WQE when possible' (Itamar Gozlan)  [Orabug: 36680931] 
- IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF (George Kennedy)  [Orabug: 36680931] 
- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (Jakub Kicinski)  [Orabug: 36680931] 
- netdevsim: Block until all devices are released (Ido Schimmel)  [Orabug: 36680931] 
- net/mlx5: fix uninit value use (Przemek Kitszel)  [Orabug: 36680931] 
- RDMA/mlx5: Change the key being sent for MPV device affiliation (Patrisious Haddad)  [Orabug: 36680931] 
- mlxsw: spectrum: Set SW LAG mode on Spectrum&gt;1 (Petr Machata)  [Orabug: 36680931] 
- mlxsw: spectrum: Allocate LAG table when in SW LAG mode (Petr Machata)  [Orabug: 36680931] 
- mlxsw: spectrum_pgt: Generalize PGT allocation (Petr Machata)  [Orabug: 36680931] 
- mlxsw: spectrum_fid: Allocate PGT for the whole FID family in one go (Petr Machata)  [Orabug: 36680931] 
- mlxsw: pci: Permit toggling LAG mode (Petr Machata)  [Orabug: 36680931] 
- mlxsw: core, pci: Add plumbing related to LAG mode (Petr Machata)  [Orabug: 36680931] 
- mlxsw: cmd: Add QUERY_FW.lag_mode_support (Petr Machata)  [Orabug: 36680931] 
- mlxsw: cmd: Add CONFIG_PROFILE.{set_, }lag_mode (Petr Machata)  [Orabug: 36680931] 
- mlxsw: cmd: Fix omissions in CONFIG_PROFILE field names in comments (Petr Machata)  [Orabug: 36680931] 
- mlxsw: reg: Add SGCR.lag_lookup_pgt_base (Petr Machata)  [Orabug: 36680931] 
- mlxsw: reg: Drop SGCR.llb (Petr Machata)  [Orabug: 36680931] 
- net/mlx5: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- mlxsw: core: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- net/mlx5e: Allow IPsec soft/hard limits in bytes (Leon Romanovsky)  [Orabug: 36680931] 
- net/mlx5e: Increase max supported channels number to 256 (Adham Faris)  [Orabug: 36680931] 
- net/mlx5e: Preparations for supporting larger number of channels (Adham Faris)  [Orabug: 36680931] 
- net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API's (Adham Faris)  [Orabug: 36680931] 
- net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh() (Adham Faris)  [Orabug: 36680931] 
- net/mlx5e: Refactor rx_res_init() and rx_res_free() APIs (Adham Faris)  [Orabug: 36680931] 
- net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify code (Yu Liao)  [Orabug: 36680931] 
- net/mlx5: Use PTR_ERR_OR_ZERO() to simplify code (Jinjie Ruan)  [Orabug: 36680931] 
- net/mlx5: fix config name in Kconfig parameter documentation (Lukas Bulwahn)  [Orabug: 36680931] 
- net/mlx5: Remove unused declaration (Yue Haibing)  [Orabug: 36680931] 
- net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lock (Shay Drory)  [Orabug: 36680931] 
- net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcom (Shay Drory)  [Orabug: 36680931] 
- net/mlx5: Avoid false positive lockdep warning by adding lock_class_key (Shay Drory)  [Orabug: 36680931] 
- net/mlx5: Redesign SF active work to remove table_lock (Wei Zhang)  [Orabug: 36680931] 
- net/mlx5: Parallelize vhca event handling (Wei Zhang)  [Orabug: 36680931] 
- net/mlx4_core: replace deprecated strncpy with strscpy (Justin Stitt)  [Orabug: 36680931] 
- mlxsw: pci: Allocate skbs using GFP_KERNEL during initialization (Ido Schimmel)  [Orabug: 36680931] 
- mlxsw: spectrum_ethtool: Fix -Wformat-truncation warning (Ido Schimmel)  [Orabug: 36680931] 
- mlxsw: core_thermal: Fix -Wformat-truncation warning (Ido Schimmel)  [Orabug: 36680931] 
- platform: mellanox: Fix misspelling error in routine name (Vadim Pasternak)  [Orabug: 36680931] 
- platform: mellanox: Rename some init()/exit() functions for consistent naming (Vadim Pasternak)  [Orabug: 36680931] 
- mlxsw: core_acl_flex_keys: Fill blocks with high entropy first (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: core_acl_flex_keys: Save chosen elements in all blocks per search (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: core_acl_flex_keys: Save chosen elements per block (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: core_acl_flex_keys: Add a bitmap to save which blocks are chosen (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: Mark high entropy key blocks (Amit Cohen)  [Orabug: 36680931] 
- mlx5: Fix type of mode parameter in mlx5_dpll_device_mode_get() (Nathan Chancellor)  [Orabug: 36680931] 
- mlxsw: spectrum_span: Annotate struct mlxsw_sp_span with __counted_by (Kees Cook)  [Orabug: 36680931] 
- mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info with __counted_by (Kees Cook)  [Orabug: 36680931] 
- mlxsw: spectrum: Annotate struct mlxsw_sp_counter_pool with __counted_by (Kees Cook)  [Orabug: 36680931] 
- mlxsw: core: Annotate struct mlxsw_env with __counted_by (Kees Cook)  [Orabug: 36680931] 
- mlxsw: Annotate struct mlxsw_linecards with __counted_by (Kees Cook)  [Orabug: 36680931] 
- IB/hfi1: Annotate struct tid_rb_node with __counted_by (Kees Cook)  [Orabug: 36680931] 
- net/mlx5: Handle IPsec steering upon master unbind/bind (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV traffic (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Configure IPsec steering for egress RoCEv2 MPV traffic (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Add create alias flow table function to ipsec roce (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Implement alias object allow and create functions (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Add alias flow table bits (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Store devcom pointer inside IPsec RoCE (Patrisious Haddad)  [Orabug: 36680931] 
- net/mlx5: Register mlx5e priv to devcom in MPV mode (Patrisious Haddad)  [Orabug: 36680931] 
- RDMA/mlx5: Send events from IB driver about device affiliation state (Patrisious Haddad)  [Orabug: 36680931] 
- mlxsw: i2c: Utilize standard macros for dividing buffer into chunks (Vadim Pasternak)  [Orabug: 36680931] 
- mlxsw: core: Extend allowed list of external cooling devices for thermal zone binding (Vadim Pasternak)  [Orabug: 36680931] 
- mlxsw: reg: Limit MTBR register payload to a single data record (Vadim Pasternak)  [Orabug: 36680931] 
- platform/x86: mlx-platform: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- platform/mellanox: nvsw-sn2201: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- platform/mellanox: mlxreg-lc: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- platform/mellanox: mlxreg-io: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- platform/mellanox: mlxreg-hotplug: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- platform/mellanox: mlxbf-bootctl: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- RDMA/ipoib: Add support for XDR speed in ethtool (Patrisious Haddad)  [Orabug: 36680931] 
- IB/mlx5: Adjust mlx5 rate mapping to support 800Gb (Patrisious Haddad)  [Orabug: 36680931] 
- IB/mlx5: Rename 400G_8X speed to comply to naming convention (Patrisious Haddad)  [Orabug: 36680931] 
- IB/mlx5: Add support for 800G_8X lane speed (Patrisious Haddad)  [Orabug: 36680931] 
- IB/mlx5: Expose XDR speed through MAD (Or Har-Toov)  [Orabug: 36680931] 
- IB/core: Add support for XDR link speed (Or Har-Toov)  [Orabug: 36680931] 
- mlxsw: Edit IPv6 key blocks to use one less block for multicast forwarding (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' flex key (Amit Cohen)  [Orabug: 36680931] 
- mlxsw: Add 'ipv4_5' flex key (Amit Cohen)  [Orabug: 36680931] 
- net: ethernet: mellanox: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- net/mlx5: Enable 4 ports multiport E-switch (Shay Drory)  [Orabug: 36680931] 
- net/mlx5: Add a health error syndrome for pci data poisoned (Moshe Shemesh)  [Orabug: 36680931] 
- net/mlx5: DR, Handle multi destination action in the right order (Erez Shitrit)  [Orabug: 36680931] 
- net/mlx5: DR, Add check for multi destination FTE (Erez Shitrit)  [Orabug: 36680931] 
- net/mlx5: Bridge, Enable mcast in smfs steering mode (Erez Shitrit)  [Orabug: 36680931] 
- net/mlx5e: Check police action rate for matchall filter (Jianbo Liu)  [Orabug: 36680931] 
- net/mlx5e: Consider aggregated port speed during rate configuration (Jianbo Liu)  [Orabug: 36680931] 
- net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_table (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Remove SF table reference counting (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Push common deletion code into mlx5_sf_del() (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all() (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Move state lock taking into mlx5_sf_dealloc() (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Convert SF port_indices xarray to function_ids xarray (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Use devlink port pointer to get the pointer of container SF struct (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc() (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5e: Set en auxiliary devlink instance as nested (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: SF, Implement peer devlink set for SF representor devlink port (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Lift reload limitation when SFs are present (Jiri Pirko)  [Orabug: 36680931] 
- net/mlx5: Disable eswitch as the first thing in mlx5_unload() (Jiri Pirko)  [Orabug: 36680931] 
- mlx5: Implement SyncE support using DPLL infrastructure (Jiri Pirko)  [Orabug: 36680931] 
- uapi: stddef.h: Fix header guard location (Alexey Dobriyan)  [Orabug: 36680931] 
- Compiler Attributes: counted_by: Adjust name and identifier expansion (Kees Cook)  [Orabug: 36680931] 
- Compiler Attributes: Add __counted_by macro (Kees Cook)  [Orabug: 36680931] 
- netdevsim: fix memory leak in nsim_bus_dev_new() (Zhengchao Shao)  [Orabug: 36680931] 
- IB/mlx5: Expose NDR speed through MAD (Maher Sanalla)  [Orabug: 36680931] 
- devlink: Fix length of eswitch inline-mode (William Tu)  [Orabug: 36680931] 
- devlink: avoid potential loop in devlink_rel_nested_in_notify_work() (Jiri Pirko)  [Orabug: 36680931] 
- tools: ynl-gen: always construct struct ynl_req_state (Jakub Kicinski)  [Orabug: 36680931] 
- tools: ynl: fix duplicate op name in devlink (Jakub Kicinski)  [Orabug: 36680931] 
- netlink: specs: devlink: add forgotten port function caps enum values (Jiri Pirko)  [Orabug: 36680931] 
- netlink: specs: devlink: add the remaining command to generate complete split_ops (Jiri Pirko)  [Orabug: 36680931] 
- netlink: specs: remove redundant type keys from attributes in subsets (Jiri Pirko)  [Orabug: 36680931] 
- devlink: remove netlink small_ops (Jiri Pirko)  [Orabug: 36680931] 
- devlink: remove duplicated netlink callback prototypes (Jiri Pirko)  [Orabug: 36680931] 
- devlink: rename netlink callback to be aligned with the generated ones (Jiri Pirko)  [Orabug: 36680931] 
- devlink: make devlink_flash_overwrite enum named one (Jiri Pirko)  [Orabug: 36680931] 
- netlink: specs: devlink: make dont-validate single line (Jiri Pirko)  [Orabug: 36680931] 
- netlink: specs: devlink: remove reload-action from devlink-get cmd reply (Jiri Pirko)  [Orabug: 36680931] 
- tools: ynl-gen: render rsp_parse() helpers if cmd has only dump op (Jiri Pirko)  [Orabug: 36680931] 
- genetlink: don't merge dumpit split op for different cmds into single iter (Jiri Pirko)  [Orabug: 36680931] 
- Revert 'tools: ynl-gen: always construct struct ynl_req_state' (Qing Huang)  [Orabug: 36680931] 
- staging: qlge: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- qed: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- octeontx2-af: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- hinic: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- netdevsim: devlink health: use retained error fmsg API (Przemek Kitszel)  [Orabug: 36680931] 
- devlink: retain error in struct devlink_fmsg (Przemek Kitszel)  [Orabug: 36680931] 
- devlink: document devlink_rel_nested_in_notify() function (Jiri Pirko)  [Orabug: 36680931] 
- Documentation: devlink: add a note about RTNL lock into locking section (Jiri Pirko)  [Orabug: 36680931] 
- Documentation: devlink: add nested instance section (Jiri Pirko)  [Orabug: 36680931] 
- devlink: don't take instance lock for nested handle put (Jiri Pirko)  [Orabug: 36680931] 
- devlink: take device reference for devlink object (Jiri Pirko)  [Orabug: 36680931] 
- devlink: call peernet2id_alloc() with net pointer under RCU read lock (Jiri Pirko)  [Orabug: 36680931] 
- net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu() (Jiri Pirko)  [Orabug: 36680931] 
- devlink: introduce possibility to expose info about nested devlinks (Jiri Pirko)  [Orabug: 36680931] 
- devlink: convert linecard nested devlink to new rel infrastructure (Jiri Pirko)  [Orabug: 36680931] 
- devlink: expose peer SF devlink instance (Jiri Pirko)  [Orabug: 36680931] 
- devlink: introduce object and nested devlink relationship infra (Jiri Pirko)  [Orabug: 36680931] 
- devlink: extend devlink_nl_put_nested_handle() with attrtype arg (Jiri Pirko)  [Orabug: 36680931] 
- devlink: move devlink_nl_put_nested_handle() into netlink.c (Jiri Pirko)  [Orabug: 36680931] 
- devlink: put netnsid to nested handle (Jiri Pirko)  [Orabug: 36680931] 
- devlink: move linecard struct into linecard.c (Jiri Pirko)  [Orabug: 36680931] 
- netdev: replace napi_reschedule with napi_schedule (Christian Marangi)  [Orabug: 36680931] 
- net: macb: simplify/cleanup NAPI reschedule checking (Robert Hancock)  [Orabug: 36680931] 
- docs: networking: document NAPI (Jakub Kicinski)  [Orabug: 36680931] 
- ice: Fix broken link in ice NAPI doc (Michal Wilczynski)  [Orabug: 36680931] 
- netdev: make napi_schedule return bool on NAPI successful schedule (Christian Marangi)  [Orabug: 36680931] 
- netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule (Christian Marangi)  [Orabug: 36680931] 
- net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush(). (Sebastian Andrzej Siewior)  [Orabug: 36680931] 
- leds: Convert all platform drivers to return void (Uwe Kleine-Konig)  [Orabug: 36680931] 
- Revert 'net/mlx5e: Fix a race in command alloc flow' (Qing Huang)  [Orabug: 36680931] 
- net/mlx5: E-switch, Change flow rule destination checking (Jianbo Liu)  [Orabug: 36680940] 
- RDMA/mlx5: Expose register c0 for RDMA device (Mark Bloch)  [Orabug: 36680940] 
- net/mlx5: E-Switch, expose eswitch manager vport (Mark Bloch)  [Orabug: 36680940] 
- SUNRPC: add a missing rpc_stat for TCP TLS (Olga Kornievskaia)  [Orabug: 36755424] 
- net/mlx5: offset comp irq index in name by one (Michael Liang)  [Orabug: 36760315] 
- uek-rpm: Enable cluster scheduling domain level in aarch64 kconfig files (Libo Chen)  [Orabug: 36473714] 
- arm64/uek-misc: add a new boot parameter uek=cls to turn on/off CLS sched domain at boot time (Libo Chen)  [Orabug: 36473714] 
- topology: Remove unused cpu_cluster_mask() (Dietmar Eggemann)  [Orabug: 36473714] 
- topology: make core_mask include at least cluster_siblings (Darren Hart)  [Orabug: 36473714] 
- topology/sysfs: export cluster attributes only if an architectures has support (Heiko Carstens)  [Orabug: 36473714] 
- sched: Add cluster scheduler level in core and related Kconfig for ARM64 (Barry Song)  [Orabug: 36473714] 
- topology: Represent clusters of CPUs within a die (Jonathan Cameron)  [Orabug: 36473714] 
- IB/core: Fix off-by-one attr index in setup_hw_port_stats (Sharath Srinivasan)  [Orabug: 36722740] 
- genirq/msi: msi_desc::msi_index KABI fix for out-of-tree drivers (Qing Huang)  [Orabug: 36727160] 
- mm: Incorrect argument for PAGEFLAG_FALSE (Vijay Kumar)  [Orabug: 36101034] 
- Revert 'RDMA/mlx5: Set MR cache limit for both PF and VF' (Qing Huang)  [Orabug: 36466391] 
- Revert 'net/mlx5: Disable mr_cache for SFs' (Qing Huang)  [Orabug: 36466391] 
- {IB,net}/mlx5: Spread IB CQs more evenly over EQs (Parav Pandit)  [Orabug: 26790181] [Orabug: 31556116] [Orabug: 31556117] [Orabug: 36385281] 
- rds: ib: fix non-determinism when comp_vector is zero (Hakon Bugge)  [Orabug: 33679626] [Orabug: 36385281] 
- net/mlx4: fix non-determinism when comp_vector is zero (Hakon Bugge)  [Orabug: 33679626] [Orabug: 36385281] 
- IB/core: Introduce IB_CQ_FORCE_ZERO_CV (Hakon Bugge)  [Orabug: 33679626] [Orabug: 36385281] 
- net: netdevsim: don't try to destroy PHC on VFs (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl: don't ignore errors in NLMSG_DONE messages (Jakub Kicinski)  [Orabug: 36385281] 
- platform/x86: mlx-platform: Add dependency on PCI to Kconfig (Vadim Pasternak)  [Orabug: 36385281] 
- net/mlx5: Free used cpus mask when an IRQ is released (Maher Sanalla)  [Orabug: 36385281] 
- RDMA/mlx5: Fix mkey cache WQ flush (Moshe Shemesh)  [Orabug: 36385281] 
- net/mlx5e: Fix VF representors reporting zero counters to 'ip -s' command (Amir Tzin)  [Orabug: 36385281] 
- net/mlx5e: Don't offload internal port if filter device is out device (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5: Bridge, fix peer entry ageing in LAG mode (Vlad Buslov)  [Orabug: 36385281] 
- net/mlx5: E-switch, register event handler before arming the event (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Perform DMA operations in the right locations (Shay Drory)  [Orabug: 36385281] 
- net/mlx5e: macsec: use update_pn flag instead of PN comparation (Radu Pirea (NXP OSS))  [Orabug: 36385281] 
- platform: mellanox: Fix a resource leak in an error handling path in probing flow (Vadim Pasternak)  [Orabug: 36385281] 
- RDMA/mlx5: Remove not-used cache disable flag (Leon Romanovsky)  [Orabug: 36385281] 
- RDMA/mlx5: Implement mkeys management via LIFO queue (Shay Drory)  [Orabug: 36385281] 
- RDMA/mlx5: Fix mkey cache possible deadlock on cleanup (Shay Drory)  [Orabug: 36385281] 
- RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation (Hamdan Igbaria)  [Orabug: 36385281] 
- power: reset: use capital 'OR' for multiple licenses in SPDX (Krzysztof Kozlowski)  [Orabug: 36385281] 
- platform/mellanox: NVSW_SN2201 should depend on ACPI (Geert Uytterhoeven)  [Orabug: 36385281] 
- mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode (Bodong Wang)  [Orabug: 36385281] 
- net/mlx5e: Clear mirred devices array if the rule is split (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5: Implement devlink port function cmds to control ipsec_packet (Dima Chumak)  [Orabug: 36385281] 
- net/mlx5: Implement devlink port function cmds to control ipsec_crypto (Dima Chumak)  [Orabug: 36385281] 
- net/mlx5: Provide an interface to block change of IPsec capabilities (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5: Add IFC bits to support IPsec enable/disable (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5e: Rewrite IPsec vs. TC block interface (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5: Drop extra layer of locks in IPsec (Leon Romanovsky)  [Orabug: 36385281] 
- i2c: mlxcpld: Add support for extended transaction length (Vadim Pasternak)  [Orabug: 36385281] 
- mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counter (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: nvsw-sn2201: change fans i2c busses. (Michael Shych)  [Orabug: 36385281] 
- platform: mellanox: mlxreg-hotplug: Extend condition for notification callback processing (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: Add initial support for PCIe based programming logic device (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Get interrupt line through ACPI (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Introduce ACPI init flow (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Prepare driver to allow probing through ACPI infrastructure (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Add reset callback (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: Cosmetic changes (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Modify power off callback (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: add support for additional CPLD (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Add reset cause attribute (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: mlx-platform: Modify health and power hotplug action (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: Modify reset causes description (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: Add field upgrade capability register (Vadim Pasternak)  [Orabug: 36385281] 
- platform: mellanox: Add new attributes (Vadim Pasternak)  [Orabug: 36385281] 
- mlx4: Delete custom device management logic (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Connect the infiniband part to the auxiliary bus (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Connect the ethernet part to the auxiliary bus (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Register mlx4 devices to an auxiliary virtual bus (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Avoid resetting MLX4_INTFF_BONDING per driver (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Move the bond work to the core driver (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Get rid of the mlx4_interface.activate callback (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Replace the mlx4_interface.event callback with a notifier (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Use 'void *' as the event param of mlx4_dispatch_event() (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Rename member mlx4_en_dev.nb to netdev_nb (Petr Pavlu)  [Orabug: 36385281] 
- mlx4: Get rid of the mlx4_interface.get_dev callback (Petr Pavlu)  [Orabug: 36385281] 
- net/mlx5e: Support IPsec upper TCP protocol selector (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5e: Support IPsec upper protocol selector field offload for RX (Emeel Hakim)  [Orabug: 36385281] 
- net/mlx5: Store vport in struct mlx5_devlink_port and use it in port ops (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Check vhca_resource_manager capability in each op and add extack msg (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Relax mlx5_devlink_eswitch_get() return value checking (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directly (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Reduce number of vport lookups passing vport pointer instead of index (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Embed struct devlink_port into driver structure (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in ops (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF code (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Allow mlx5_esw_offloads_devlink_port_register() to register SFs (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_register/unregister() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Push out SF devlink port init and cleanup code to separate helpers (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Rework devlink port alloc/free into init/cleanup (Jiri Pirko)  [Orabug: 36385281] 
- RDMA/mlx5: Fix trailing */ formatting in block comment (Rohit Chavan)  [Orabug: 36385281] 
- net/mlx5: Convert PCI error values to generic errnos (Ilpo Jarvinen)  [Orabug: 36385281] 
- net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event() (Li Zetao)  [Orabug: 36385281] 
- net/mlx5: DR, Supporting inline WQE when possible (Itamar Gozlan)  [Orabug: 36385281] 
- net/mlx5: Rename devlink port ops struct for PFs/VFs (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Remove VPORT_UPLINK handling from devlink_port.c (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directly (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Update dead links in Kconfig documentation (Rahul Rameshbabu)  [Orabug: 36385281] 
- net/mlx5: Remove health syndrome enum duplication (Gal Pressman)  [Orabug: 36385281] 
- net/mlx5: DR, Remove unneeded local variable (Yevgeny Kliteynik)  [Orabug: 36385281] 
- net/mlx5: DR, Fix code indentation (Yevgeny Kliteynik)  [Orabug: 36385281] 
- net/mlx5: IRQ, consolidate irq and affinity mask allocation (Saeed Mahameed)  [Orabug: 36385281] 
- net/mlx5e: Fix spelling mistake 'Faided' -&gt; 'Failed' (Colin Ian King)  [Orabug: 36385281] 
- net/mlx5e: aRFS, Introduce ethtool stats (Adham Faris)  [Orabug: 36385281] 
- net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS rule (Adham Faris)  [Orabug: 36385281] 
- net/mlx5e: aRFS, Prevent repeated kernel rule migrations requests (Adham Faris)  [Orabug: 36385281] 
- RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletion (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Add RoCE MACsec steering infrastructure in core (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Configure MACsec steering for ingress RoCEv2 traffic (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Configure MACsec steering for egress RoCEv2 traffic (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Add MACsec priorities in RDMA namespaces (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx5: Implement MACsec gid addition and deletion (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steering (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Remove netdevice from MACsec steering (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5e: Move MACsec flow steering and statistics database from ethernet to core (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5e: Rename MACsec flow steering functions/parameters to suit core naming style (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5: Remove dependency of macsec flow steering on ethernet (Patrisious Haddad)  [Orabug: 36385281] 
- net/mlx5e: Move MACsec flow steering operations to be used as core library (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx4: Copy union directly (Gustavo A. R. Silva)  [Orabug: 36385281] 
- mmc: sdhci-of-dwcmshc: Convert to platform remove callback returning void (Yangtao Li)  [Orabug: 36385281] 
- net/mlx5: Don't query MAX caps twice (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Remove unused MAX HCA capabilities (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Remove unused CAPs (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Remove redundant check of mlx5_vhca_event_supported() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling MLX5_CAP_GEN() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Use auxiliary_device_uninit() instead of device_put() (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: E-switch, Add checking for flow rule destinations (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5: Check with FW that sync reset completed successfully (Moshe Shemesh)  [Orabug: 36385281] 
- net/mlx5: Expose max possible SFs via devlink resource (Shay Drory)  [Orabug: 36385281] 
- net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQ (Rahul Rameshbabu)  [Orabug: 36385281] 
- net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs (Rahul Rameshbabu)  [Orabug: 36385281] 
- net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst (Rahul Rameshbabu)  [Orabug: 36385281] 
- i2c: mlxbf: Use devm_platform_get_and_ioremap_resource() (Yangtao Li)  [Orabug: 36385281] 
- mlxsw: spectrum: Stop ignoring learning notifications from redirected traffic (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_flower: Disable learning and security lookup when redirecting (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: core_acl_flex_actions: Add IGNORE_ACTION (Ido Schimmel)  [Orabug: 36385281] 
- i2c: mlxbf: Use dev_err_probe in probe function (Liao Chang)  [Orabug: 36385281] 
- net: netdevsim: mimic tc-taprio offload (Vladimir Oltean)  [Orabug: 36385281] 
- net: netdevsim: use mock PHC driver (Vladimir Oltean)  [Orabug: 36385281] 
- net/mlx5: Expose NIC temperature via hardware monitoring kernel API (Adham Faris)  [Orabug: 36385281] 
- net/mlx5: Expose port.c/mlx5_query_module_num() function (Adham Faris)  [Orabug: 36385281] 
- selftests: mlxsw: router_bridge_lag: Add a new selftest (Petr Machata)  [Orabug: 36385281] 
- mlxsw: Set port STP state on bridge enslavement (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equal() (Ruan Jinjie)  [Orabug: 36385281] 
- mlxbf_gige: Remove two unused function declarations (Yue Haibing)  [Orabug: 36385281] 
- rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE (Lin Ma)  [Orabug: 36385281] 
- net/mlx5: Bridge, Only handle registered netdev bridge events (Roi Dayan)  [Orabug: 36385281] 
- net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvl (Roi Dayan)  [Orabug: 36385281] 
- net/mlx5: Fix typo reminder -&gt; remainder (Gal Pressman)  [Orabug: 36385281] 
- net/mlx5: remove many unnecessary NULL values (Ruan Jinjie)  [Orabug: 36385281] 
- net/mlx5: Allocate completion EQs dynamically (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Handle SF IRQ request in the absence of SF IRQ pool (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max() (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Add IRQ vector to CPU lookup function (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Introduce mlx5_cpumask_default_spread (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Implement single completion EQ create/destroy methods (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Use xarray to store and manage completion EQs (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Refactor completion IRQ request/release handlers in EQ layer (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Use xarray to store and manage completion IRQs (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Refactor completion IRQ request/release API (Maher Sanalla)  [Orabug: 36385281] 
- net/mlx5: Track the current number of completion EQs (Maher Sanalla)  [Orabug: 36385281] 
- mlxsw: spectrum: Remove unused function declarations (Yue Haibing)  [Orabug: 36385281] 
- net/mlx4: Remove many unnecessary NULL values (Ruan Jinjie)  [Orabug: 36385281] 
- net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdev (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Add get IPsec offload stats for uplink representor (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Modify and restore TC rules for IPSec TX rules (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Make IPsec offload work together with eswitch and TC (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5: Compare with old_dest param to modify rule destination (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Support IPsec packet offload for TX in switchdev mode (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Refactor IPsec TX tables creation (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Handle IPsec offload for RX datapath in switchdev mode (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Support IPsec packet offload for RX in switchdev mode (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Refactor IPsec RX tables creation and destruction (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Prepare IPsec packet offload for switchdev mode (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Change the parameter of IPsec RX skb handle function (Jianbo Liu)  [Orabug: 36385281] 
- net/mlx5e: Add function to get IPsec offload namespace (Jianbo Liu)  [Orabug: 36385281] 
- selftests: mlxsw: rif_bridge: Add a new selftest (Petr Machata)  [Orabug: 36385281] 
- selftests: mlxsw: rif_lag_vlan: Add a new selftest (Petr Machata)  [Orabug: 36385281] 
- selftests: mlxsw: rif_lag: Add a new selftest (Petr Machata)  [Orabug: 36385281] 
- IB/mlx5: Add HW counter called rx_dct_connect (Shetu Ayalew)  [Orabug: 36385281] 
- RDMA/mlx: Remove unnecessary variable initializations (Ruan Jinjie)  [Orabug: 36385281] 
- mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold &amp; put netdevices (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: RIF: Use tracker helpers to hold &amp; put netdevices (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold &amp; put netdevices (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: FIB: Use tracker helpers to hold &amp; put netdevices (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_switchdev: Use tracker helpers to hold &amp; put netdevices (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_nve: Do not take reference when looking up netdevice (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum: Drop unused functions mlxsw_sp_port_lower_dev_hold/_put() (Petr Machata)  [Orabug: 36385281] 
- leds: Explicitly include correct DT includes (Rob Herring)  [Orabug: 36385281] 
- net/mlx5: Fix flowhash key set/get for custom RSS (Joe Damato)  [Orabug: 36385281] 
- net/mlx5: Give esw_offloads_load/unload_rep() 'mlx5_' prefix (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Make mlx5_eswitch_load/unload_vport() static (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Make mlx5_esw_offloads_rep_load/unload() static (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Remove pointless devlink_rate checks (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5: Don't check vport-&gt;enabled in port ops (Jiri Pirko)  [Orabug: 36385281] 
- net/mlx5e: Make flow classification filters static (Parav Pandit)  [Orabug: 36385281] 
- net/mlx5e: Remove duplicate code for user flow (Parav Pandit)  [Orabug: 36385281] 
- net/mlx5: Allocate command stats with xarray (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: split mlx5_cmd_init() to probe and reload routines (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Remove redundant cmdif revision check (Shay Drory)  [Orabug: 36385281] 
- net/mlx5: Re-organize mlx5_cmd struct (Shay Drory)  [Orabug: 36385281] 
- net/mlx5e: E-Switch, Allow devcom initialization on more vports (Roi Dayan)  [Orabug: 36385281] 
- net/mlx5e: E-Switch, Register devcom device with switch id key (Roi Dayan)  [Orabug: 36385281] 
- net/mlx5: Devcom, Infrastructure changes (Roi Dayan)  [Orabug: 36385281] 
- net/mlx5: Use shared code for checking lag is supported (Roi Dayan)  [Orabug: 36385281] 
- net/mlx4: clean up a type issue (Dan Carpenter)  [Orabug: 36385281] 
- mlxsw: core_env: Read transceiver module EEPROM in 128 bytes chunks (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: reg: Increase Management Cable Info Access Register length (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: reg: Remove unused function argument (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: reg: Add Management Capabilities Mask Register (Amit Cohen)  [Orabug: 36385281] 
- mlxsw: reg: Move 'mpsc' definition in 'mlxsw_reg_infos' (Amit Cohen)  [Orabug: 36385281] 
- platform: Explicitly include correct DT includes (Rob Herring)  [Orabug: 36385281] 
- net/mlx5e: Support IPsec NAT-T functionality (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5e: Check for IPsec NAT-T support (Leon Romanovsky)  [Orabug: 36385281] 
- net/mlx5: Add relevant capabilities bits to support NAT-T (Leon Romanovsky)  [Orabug: 36385281] 
- sch_htb: Allow HTB quantum parameter in offload mode (Naveen Mamindlapalli)  [Orabug: 36385281] 
- mlxsw: spectrum: Permit enslavement to netdevices with uppers (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavement (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavement (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Replay neighbours when RIF is made (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Replay MACVLANs when RIF is made (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Offload ethernet nexthops when RIF is made (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Join RIFs of LAG upper VLANs (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_switchdev: Replay switchdev objects on port join (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum: On port enslavement to a LAG, join upper's bridges (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum: Add a replay_deslavement argument to event handlers (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum: Allow event handlers to check unowned bridges (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event() (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Extract a helper to schedule neighbour work (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Allow address handlers to run on bridge ports (Petr Machata)  [Orabug: 36385281] 
- selftests: mlxsw: rtnetlink: Drop obsolete tests (Petr Machata)  [Orabug: 36385281] 
- net: switchdev: Add a helper to replay objects on a bridge port (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_switchdev: Manage RIFs on PVID change (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: mlxsw_sp_inetaddr_bridge_event: Add an argument (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Adjust mlxsw_sp_inetaddr_vlan_event() coding style (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Take VID for VLAN FIDs from RIF params (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_router: Pass struct mlxsw_sp_rif_params to fid_get (Petr Machata)  [Orabug: 36385281] 
- mlxsw: spectrum_switchdev: Pass extack to mlxsw_sp_br_ban_rif_pvid_change() (Petr Machata)  [Orabug: 36385281] 
- netdevsim: add dummy macsec offload (Sabrina Dubroca)  [Orabug: 36385281] 
- selftests: mlxsw: Test port range registers' occupancy (Ido Schimmel)  [Orabug: 36385281] 
- selftests: mlxsw: Add scale test for port ranges (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_flower: Add ability to match on port ranges (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_acl: Pass main driver structure to mlxsw_sp_acl_rulei_destroy() (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_acl: Add port range key element (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_port_range: Add devlink resource support (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: spectrum_port_range: Add port range core (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: resource: Add resource identifier for port range registers (Ido Schimmel)  [Orabug: 36385281] 
- mlxsw: reg: Add Policy-Engine Port Range Register (Ido Schimmel)  [Orabug: 36385281] 
- RDMA/mlx5: align MR mem allocation size to power-of-two (Yuanyuan Zhong)  [Orabug: 36385281] 
- RDMA/mlx5: Fix Q-counters query in LAG mode (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx5: Remove vport Q-counters dependency on normal Q-counters (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx5: Fix Q-counters per vport allocation (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx5: Expand switchdev Q-counters to expose representor statistics (Patrisious Haddad)  [Orabug: 36385281] 
- RDMA/mlx5: Use query_special_contexts for mkeys (Or Har-Toov)  [Orabug: 36385281] 
- platform_data/mlxreg: Add field with mapped resource address (Vadim Pasternak)  [Orabug: 36385281] 
- RDMA/mlx4: Remove NULL check before dev_{put, hold} (zhang songyi)  [Orabug: 36385281] 
- platform/chrome: cros_ec: sort header inclusion alphabetically (Tzung-Bi Shih)  [Orabug: 36385281] 
- Documentation: devlink: mlx5.rst: Fix htmldoc build warning (Saeed Mahameed)  [Orabug: 36385281] 
- RDMA/mlx5: Print wc status on CQE error and dump needed (Dust Li)  [Orabug: 36385281] 
- RDMA/mlx4: Use bitmap_alloc() when applicable (Christophe JAILLET)  [Orabug: 36385281] 
- RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=n (Arnd Bergmann)  [Orabug: 36385281] 
- RDMA/mlx5: Add optional counter support in get_hw_stats callback (Aharon Landau)  [Orabug: 36385281] 
- RDMA/mlx5: Add modify_op_stat() support (Aharon Landau)  [Orabug: 36385281] 
- RDMA/mlx5: Support optional counters in hw_stats initialization (Aharon Landau)  [Orabug: 36385281] 
- tools: ynl: fix setting presence bits in simple nests (Jakub Kicinski)  [Orabug: 36385281] 
- net: flow_dissector: Use 64bits for used_keys (Ratheesh Kannoth)  [Orabug: 36385281] 
- netfilter: flowtable: Support GRE (Toshiaki Makita)  [Orabug: 36385281] 
- tools: ynl: fix handling of multiple mcast groups (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl: don't leak mcast_groups on init error (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl: make sure we always pass yarg to mnl_cb_run (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: always construct struct ynl_req_state (Jakub Kicinski)  [Orabug: 36385281] 
- netlink: specs: devlink: fix reply command values (Jiri Pirko)  [Orabug: 36385281] 
- devlink: move devlink_notify_register/unregister() to dev.c (Jiri Pirko)  [Orabug: 36385281] 
- devlink: move small_ops definition into netlink.c (Jiri Pirko)  [Orabug: 36385281] 
- devlink: move tracepoint definitions into core.c (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push linecard related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push rate related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: Allow for devlink-rate nodes parent reassignment (Michal Wilczynski)  [Orabug: 36385281] 
- devlink: Introduce new attribute 'tx_weight' to devlink-rate (Michal Wilczynski)  [Orabug: 36385281] 
- devlink: Introduce new attribute 'tx_priority' to devlink-rate (Michal Wilczynski)  [Orabug: 36385281] 
- devlink: push trap related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: use tracepoint_enabled() helper (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push region related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push param related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push resource related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push dpipe related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push shared buffer related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push port related code into separate file (Jiri Pirko)  [Orabug: 36385281] 
- devlink: push object register/unregister notifications into separate helpers (Jiri Pirko)  [Orabug: 36385281] 
- devlink: Expose port function commands to control IPsec packet offloads (Dima Chumak)  [Orabug: 36385281] 
- devlink: Expose port function commands to control IPsec crypto offloads (Dima Chumak)  [Orabug: 36385281] 
- genetlink: add genlmsg_iput() API (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: add a family pointer to struct genl_info (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: use attrs from struct genl_info (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: add struct genl_info to struct genl_dumpit_info (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: remove userhdr from struct genl_info (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: make genl_info-&gt;nlhdr const (Jakub Kicinski)  [Orabug: 36385281] 
- genetlink: push conditional locking into dumpit/done (Jakub Kicinski)  [Orabug: 36385281] 
- net: ethtool: don't require empty header nests (Jakub Kicinski)  [Orabug: 36385281] 
- netlink: support extack in dump -&gt;start() (Jakub Kicinski)  [Orabug: 36385281] 
- netlink: specs: devlink: extend health reporter dump attributes by port index (Jiri Pirko)  [Orabug: 36385281] 
- devlink: extend health reporter dump selector by port index (Jiri Pirko)  [Orabug: 36385281] 
- netlink: specs: devlink: extend per-instance dump commands to accept instance attributes (Jiri Pirko)  [Orabug: 36385281] 
- devlink: allow user to narrow per-instance dumps by passing handle attrs (Jiri Pirko)  [Orabug: 36385281] 
- devlink: remove converted commands from small ops (Jiri Pirko)  [Orabug: 36385281] 
- devlink: remove duplicate temporary netlink callback prototypes (Jiri Pirko)  [Orabug: 36385281] 
- netlink: specs: devlink: add commands that do per-instance dump (Jiri Pirko)  [Orabug: 36385281] 
- devlink: pass flags as an arg of dump_one() callback (Jiri Pirko)  [Orabug: 36385281] 
- devlink: introduce dumpit callbacks for split ops (Jiri Pirko)  [Orabug: 36385281] 
- devlink: rename doit callbacks for per-instance dump commands (Jiri Pirko)  [Orabug: 36385281] 
- devlink: introduce devlink_nl_pre_doit_port*() helper functions (Jiri Pirko)  [Orabug: 36385281] 
- devlink: parse rate attrs in doit() callbacks (Jiri Pirko)  [Orabug: 36385281] 
- devlink: parse linecard attr in doit() callbacks (Jiri Pirko)  [Orabug: 36385281] 
- devlink: clear flag on port register error path (Jiri Pirko)  [Orabug: 36385281] 
- devlink: Remove unused devlink_dpipe_table_resource_set() declaration (Yue Haibing)  [Orabug: 36385281] 
- devlink: use generated split ops and remove duplicated commands from small ops (Jiri Pirko)  [Orabug: 36385281] 
- devlink: include the generated netlink header (Jiri Pirko)  [Orabug: 36385281] 
- devlink: add split ops generated according to spec (Jiri Pirko)  [Orabug: 36385281] 
- netlink: specs: devlink: add info-get dump op (Jiri Pirko)  [Orabug: 36385281] 
- devlink: un-static devlink_nl_pre/post_doit() (Jiri Pirko)  [Orabug: 36385281] 
- devlink: introduce couple of dumpit callbacks for split ops (Jiri Pirko)  [Orabug: 36385281] 
- devlink: rename couple of doit netlink callbacks to match generated names (Jiri Pirko)  [Orabug: 36385281] 
- devlink: rename devlink_nl_ops to devlink_nl_small_ops (Jiri Pirko)  [Orabug: 36385281] 
- devlink: Remove unused extern declaration devlink_port_region_destroy() (Yue Haibing)  [Orabug: 36385281] 
- devlink: add forgotten devlink instance lock assertion to devl_param_driverinit_value_set() (Jiri Pirko)  [Orabug: 36385281] 
- devlink: convert param list to xarray (Jiri Pirko)  [Orabug: 36385281] 
- devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one() (Jiri Pirko)  [Orabug: 36385281] 
- devlink: fix the name of value arg of devl_param_driverinit_value_get() (Jiri Pirko)  [Orabug: 36385281] 
- devlink: make sure driver does not read updated driverinit param before reload (Jiri Pirko)  [Orabug: 36385281] 
- devlink: don't use strcpy() to copy param value (Jiri Pirko)  [Orabug: 36385281] 
- tools: ynl-gen: fix enum index in _decode_enum(..) (Arkadiusz Kubalewski)  [Orabug: 36385281] 
- tools: ynl-gen: support / skip pads on the way to kernel (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: don't pass op_name to RenderInfo (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: support code gen for events (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: sanitize notification tracking (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl: regen: stop generating common notification handlers (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: stop generating common notification handlers (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl: regen: regenerate the if ladders (Jakub Kicinski)  [Orabug: 36385281] 
- tools: ynl-gen: get attr type outside of if() (Jakub Kicinski)  [Orabug: 36385281] 
...</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12682.html" type="self" title="ELSA-2024-12682" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52532.html" id="CVE-2023-52532" type="cve" title="CVE-2023-52532" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-52626.html" id="CVE-2023-52626" type="cve" title="CVE-2023-52626" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-21823.html" id="CVE-2024-21823" type="cve" title="CVE-2024-21823" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26587.html" id="CVE-2024-26587" type="cve" title="CVE-2024-26587" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26742.html" id="CVE-2024-26742" type="cve" title="CVE-2024-26742" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26746.html" id="CVE-2024-26746" type="cve" title="CVE-2024-26746" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26858.html" id="CVE-2024-26858" type="cve" title="CVE-2024-26858" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35991.html" id="CVE-2024-35991" type="cve" title="CVE-2024-35991" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36281.html" id="CVE-2024-36281" type="cve" title="CVE-2024-36281" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36890.html" id="CVE-2024-36890" type="cve" title="CVE-2024-36890" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36907.html" id="CVE-2024-36907" type="cve" title="CVE-2024-36907" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36920.html" id="CVE-2024-36920" type="cve" title="CVE-2024-36920" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36924.html" id="CVE-2024-36924" type="cve" title="CVE-2024-36924" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38629.html" id="CVE-2024-38629" type="cve" title="CVE-2024-38629" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41022.html" id="CVE-2024-41022" type="cve" title="CVE-2024-41022" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42159.html" id="CVE-2024-42159" type="cve" title="CVE-2024-42159" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42272.html" id="CVE-2024-42272" type="cve" title="CVE-2024-42272" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42286.html" id="CVE-2024-42286" type="cve" title="CVE-2024-42286" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42287.html" id="CVE-2024-42287" type="cve" title="CVE-2024-42287" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42288.html" id="CVE-2024-42288" type="cve" title="CVE-2024-42288" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42289.html" id="CVE-2024-42289" type="cve" title="CVE-2024-42289" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44952.html" id="CVE-2024-44952" type="cve" title="CVE-2024-44952" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dcc7cffaefda3fe5a6c9d4575d28fa934be693a8c906be0881eddf82bf6aaa0a</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ba157759be789edf249fc1efd6b5a940237484137d30bff9ab819faf2a297ad</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a4c4c1b05291a6575de617b08f26a5e89b4b0aee5984de9a22a79f3b63548a3c</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b7d54e5fce7d60a63affbc6da011b4c55312ec07c8030a00de5d30156163fe0</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d365f90fc2ab4cd77ba6f76e4e3bee235520e219dadc46191cdf3000db6ab03c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7afaf0d1122de6a600b1572b1575ff0f973665dd82d1db0059ad3bc572022b96</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">30ead0ba009d989b5d8bcb3ae5dfce53fae93f1d609291336818ffe7ff9ee68e</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-300.163.18.el8uek.src.rpm</filename>
          <sum type="sha256">dab136005fd1bd0658e904c3b55c9a266df038898ca9d85d88f88094bce1d8b6</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">035c422ac06821ec545474877590c7c6c4b838d64f15e2d657928c154a59f145</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a88e4aff5d068e82b3ac4d84ab83ac30284be6e13b10a6fa9513026e4bd4dc1c</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-300.163.18.el8uek.noarch.rpm</filename>
          <sum type="sha256">5e3b4c6e67a76c43e83ec0b783fb0c3b4868b954e4ac258e5afa2c1d680520ae</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9fa0654325bf7138610d1749daabdf88337b4e24f10770bc197facfd634b6c90</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6aa08828f1973acadef5f07d35601dd4bed9fe5377a8a5ce98013ffca72c1bc1</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">71a8d344d10b0c0ab7021a323179402d053b4081b997991393799a4d290b0a60</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="300.163.18.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-300.163.18.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fa640519080fdf93e036efcbe89293dde81874a18aafa3d13288e53cb20c0370</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12830</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-11-20 00:00:00"/>
    <updated date="2024-11-20 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-300.163.18.7]
- Revert 'net/mlx5: disable the 'fast unload' feature on Exadata systems' (Qing Huang)  [Orabug: 37285705] 
- Revert 'net/mlx5: pretend 'fast unload' succeeded on Exadata systems' (Qing Huang)  [Orabug: 37285705]

[5.15.0-300.163.18.6]
- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (Adamos Ttofari)  [Orabug: 37281022]  {CVE-2024-35801}
- devlink: fix possible use-after-free and memory leaks in devlink_init() (Vasiliy Kovalev)  [Orabug: 37281015]  {CVE-2024-26734}
- RDMA/mlx5: Fix Shared PD prefetch of ODP memory region (Mark Haywood)  [Orabug: 31688618] [Orabug: 37279424] 
- block: fix inflight io counter leaking when io sumit failure for dm device (Junxiao Bi)  [Orabug: 37279421]

[5.15.0-300.163.18.5]
- net/mlx5: pretend 'fast unload' succeeded on Exadata systems (Gerd Rausch)  [Orabug: 37264565] 
- rds: Do not invoke the transport's recv_path() while in atomic context (Hakon Bugge)  [Orabug: 37264563]

[5.15.0-300.163.18.4]
- nvme: fix deadlock between reset and scan (Bitao Hu)  [Orabug: 37260320] 
- rds: ib: Avoid reuse of IB MRs when cleaning is in progress (Hakon Bugge)  [Orabug: 37260304] 
- Revert 'rds: ib: Make sure receives are posted before connection is up' (Gerd Rausch)  [Orabug: 37260292]

[5.15.0-300.163.18.3]
- kobject_uevent: Fix OOB access within zap_modalias_env() (Zijun Hu)  [Orabug: 37203371]  {CVE-2024-42292}
- net/mlx5: disable the 'fast unload' feature on Exadata systems (Qing Huang)  [Orabug: 37203368]

[5.15.0-300.163.18.2]
- netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). (Kuniyuki Iwashima)  [Orabug: 37184791]  {CVE-2024-42269}
- netfilter: nf_tables: use timestamp to check for set element timeout (Pablo Neira Ayuso)  [Orabug: 37184793]  {CVE-2024-27397}
- IB/mlx5: Fix mlx5_ib_get_vector_irqn() after dynamic IRQ allocation change (Gerd Rausch)  [Orabug: 37189054] 
- x86/bugs: Adjust SRSO mitigation to new features (Boris Ostrovsky)  [Orabug: 37184802] 
- KVM: x86: Propagate the AMD Automatic IBRS feature to the guest (Kim Phillips)  [Orabug: 37184800] 
- x86/cpu, kvm: Add the SMM_CTL MSR not present feature (Kim Phillips)  [Orabug: 37184800] 
- x86/cpu, kvm: Add the Null Selector Clears Base feature (Kim Phillips)  [Orabug: 37184800] 
- x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf (Kim Phillips)  [Orabug: 37184800] 
- x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature (Kim Phillips)  [Orabug: 37184800] 
- KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation code (Kim Phillips)  [Orabug: 37184800] 
- KVM: x86: Advertise that the SMM_CTL MSR is not supported (Jim Mattson)  [Orabug: 37184800] 
- KVM: x86: synthesize CPUID leaf 0x80000021h if useful (Paolo Bonzini)  [Orabug: 37184800] 
- KVM: x86: skip host CPUID call for hypervisor leaves (Paolo Bonzini)  [Orabug: 37184800] 
- KVM: x86: add support for CPUID leaf 0x80000021 (Paolo Bonzini)  [Orabug: 37184800] 
- amd_hsmp: Update PwrEfficiencyModeSelection message (Suma Hegde)  [Orabug: 37185578] 
- amd_hsmp: Add support for new error codes returned from firmware (Suma Hegde)  [Orabug: 37185578] 
- amd_hsmp: Add new HSMP messages of protocol version 7 (Suma Hegde)  [Orabug: 37185578] 
- netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init(). (Kuniyuki Iwashima)  [Orabug: 37184779]  {CVE-2024-42270}
- mm: avoid leaving partial pfn mappings around in error case (Linus Torvalds)  [Orabug: 37184794]  {CVE-2024-47674}
- net/mlx5: Fix IPsec RoCE MPV trace call (Patrisious Haddad)  [Orabug: 37184799] 
- fwctl: Allow up to 4k devices (Saeed Mahameed)  [Orabug: 37184797] 
- mm/memory-failure: send SIGBUS in the event of thp split fail (Jane Chu)  [Orabug: 37184796] 
- mm/memory-failure: move hwpoison_filter() higher up (Jane Chu)  [Orabug: 37184796] 
- mm/memory-failure: improve memory failure action_result messages (Jane Chu)  [Orabug: 37184796] 
- mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED (Naoya Horiguchi)  [Orabug: 37184796] 
- mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON) (Jane Chu)  [Orabug: 37184796] 
- mm/memory-failure: try to send SIGBUS even if unmap failed (Jane Chu)  [Orabug: 37184796] 
- mm: memory-failure: cleanup try_to_split_thp_page() (Kefeng Wang)  [Orabug: 37184796]

[5.15.0-300.163.18.1]
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (Haoran Zhang)  [Orabug: 37132350]

[5.15.0-300.163.18]
- crypto: qat - specify firmware files for 402xx (Giovanni Cabiddu)  [Orabug: 37044631]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12830.html" type="self" title="ELSA-2024-12830" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26734.html" id="CVE-2024-26734" type="cve" title="CVE-2024-26734" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-27397.html" id="CVE-2024-27397" type="cve" title="CVE-2024-27397" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35801.html" id="CVE-2024-35801" type="cve" title="CVE-2024-35801" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42269.html" id="CVE-2024-42269" type="cve" title="CVE-2024-42269" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42270.html" id="CVE-2024-42270" type="cve" title="CVE-2024-42270" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42292.html" id="CVE-2024-42292" type="cve" title="CVE-2024-42292" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47674.html" id="CVE-2024-47674" type="cve" title="CVE-2024-47674" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c0b300ab18e2f3a2398426355fe9b267802de7d19475e9eb6bd1128b340353ca</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">11d6012a31bc4935100df4683112d9b29af7b28b8c7b75323eb6da537e603fcf</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-300.163.18.7.el8uek.noarch.rpm</filename>
          <sum type="sha256">0c9807eb130fc40648b7a9dfdc15c7ef36ca70fee7575cedf570e6929d0679bb</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b5b86a9f0fa8ca0f2a716d9cf86d516a2170f228a591e0ba637d4655e1975bcd</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9708160fe48185abf79ac7952f809cef634547d93ed18e50462cd9f0d88ee14d</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">caecbab872c0433072f0aa1b8272e88674ea2fd3f3377121fadc0f3d6bbb40fc</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8bc3a7139da01b2c5db008732729c6c5ec18910068e0fdfccdc48726d21ad962</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-300.163.18.7.el8uek.src.rpm</filename>
          <sum type="sha256">75014fa04a6af82483dfd370d8fa63a2e8ca5cfbc31d78ec732a4f347b58e1c1</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9f8bc2a1e45dbbf5802e7c621aef47399ea9e411bce61a037e9ba7a24454649e</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f5d0a13449eadf229296f77a3bfa19acc164660509c05fe071e900019ca84cad</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">17ebae2fcf234aeafcbe2e3718c992b6a20e4806670dd93dd40bec5289ef8869</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cff198177e6a606d7136c1e15ad489d84b81c8b1f1f9a242fd930acbb4a53202</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">84d080befc3b142efcb1a9a42f38afe4a4d11610f010c9369657b06a60da30b7</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">10c05d180a59d112344953e40bbbcae0e0af01414bb452dec0cd98565353c06d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="300.163.18.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-300.163.18.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">18954570f4745e624df83fbc47fbf686136e8ffe2707696a606a113ad2c677b5</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12692</id>
    <title> nfs-utils  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-09-25 00:00:00"/>
    <updated date="2024-09-25 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[2.3.3-59.0.2]
- Backport RPC with TLS patch from OL9 [Orabug: 36848873]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12692.html" type="self" title="ELBA-2024-12692" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="libnfsidmap" version="2.3.3" release="59.0.2.el8" epoch="1" arch="i686">
          <filename>libnfsidmap-2.3.3-59.0.2.el8.i686.rpm</filename>
          <sum type="sha256">54d754a538b018f49ef06e1ab6aa6b8a0fd288d8a41acb5cdb20241284e71b57</sum>
        </package>
        <package name="libnfsidmap" version="2.3.3" release="59.0.2.el8" epoch="1" arch="x86_64">
          <filename>libnfsidmap-2.3.3-59.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">7f07108ffa74fe5220dcea50a3395761b80bda652ffad286e82ecaf6c35ffb74</sum>
        </package>
        <package name="nfs-utils" version="2.3.3" release="59.0.2.el8" epoch="1" arch="src">
          <filename>nfs-utils-2.3.3-59.0.2.el8.src.rpm</filename>
          <sum type="sha256">72b0f97afaa4422785aca0765bb333316eab0ca8fc316cda765e18ef1dcf4925</sum>
        </package>
        <package name="libnfsidmap-devel" version="2.3.3" release="59.0.2.el8" epoch="1" arch="i686">
          <filename>libnfsidmap-devel-2.3.3-59.0.2.el8.i686.rpm</filename>
          <sum type="sha256">a0643b811aaea9d2b90103a15cb79bd77d80de34382ac5fa9b933801552a7569</sum>
        </package>
        <package name="libnfsidmap-devel" version="2.3.3" release="59.0.2.el8" epoch="1" arch="x86_64">
          <filename>libnfsidmap-devel-2.3.3-59.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">3590713c3278935b98e7dc6ea72daa51acead5bb3643de1e01ce7f132b448030</sum>
        </package>
        <package name="nfs-utils" version="2.3.3" release="59.0.2.el8" epoch="1" arch="x86_64">
          <filename>nfs-utils-2.3.3-59.0.2.el8.x86_64.rpm</filename>
          <sum type="sha256">3c4244da3dd18403bcbebda02c79bc501b4a0b3ac565518d28cafe32216cca9e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12693</id>
    <title> ktls-utils  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-09-25 00:00:00"/>
    <updated date="2024-09-25 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[0.11-0]
- Release ktls-utils 0.11 (RHEL-39442)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12693.html" type="self" title="ELBA-2024-12693" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ktls-utils" version="0.11" release="0.el8" epoch="0" arch="x86_64">
          <filename>ktls-utils-0.11-0.el8.x86_64.rpm</filename>
          <sum type="sha256">54f30b1f694a805c8f7a8f2141be8676a8293526aedbc3346d858c5fd86a7758</sum>
        </package>
        <package name="ktls-utils" version="0.11" release="0.el8" epoch="0" arch="src">
          <filename>ktls-utils-0.11-0.el8.src.rpm</filename>
          <sum type="sha256">1514ed8f2103a798197b3b23f60264677a77b849c07900ab0409250123b56583</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12272</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-04-08 00:00:00"/>
    <updated date="2024-04-08 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-205.149.5.1]
- KVM: x86: Add BHI_NO (Daniel Sneddon)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bhi: Mitigate KVM by default (Pawan Gupta)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bhi: Add BHI mitigation knob (Pawan Gupta)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bhi: Enumerate Branch History Injection (BHI) bug (Pawan Gupta)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (Daniel Sneddon)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bhi: Add support for clearing branch history at syscall entry (Pawan Gupta)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/cpufeature: Add missing leaf enumeration (Daniel Sneddon)  [Orabug: 36384802]  {CVE-2024-2201}
- KVM: x86: Use a switch statement and macros in __feature_translate() (Jim Mattson)  [Orabug: 36384802]  {CVE-2024-2201}
- KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace (Jim Mattson)  [Orabug: 36384802]  {CVE-2024-2201}
- KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs (Sean Christopherson)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/bugs: Use sysfs_emit() (Borislav Petkov)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/cpu: Support AMD Automatic IBRS (Kim Phillips)  [Orabug: 36384802]  {CVE-2024-2201}
- Documentation/hw-vuln: Update spectre doc (Lin Yujun)  [Orabug: 36384802]  {CVE-2024-2201}
- x86/speculation: Reorder SRSO and GDS functions (Alexandre Chartre)  [Orabug: 36384802]  {CVE-2024-2201}

[5.15.0-205.149.5]
- uek-rpm: Bluefield 3: enable lockdown mode for secure boot (Dave Kleikamp)  [Orabug: 36318788] 
- Documentation/x86: Update split lock documentation (Tony Luck)  [Orabug: 36298291] 
- x86/split_lock: Add sysctl to control the misery mode (Guilherme G. Piccoli)  [Orabug: 36298291] 
- x86/split-lock: Remove unused TIF_SLD bit (Tony Luck)  [Orabug: 36298291] 
- x86/split_lock: Make life miserable for split lockers (Tony Luck)  [Orabug: 36298291]

[5.15.0-205.149.4]
- Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST (Luiz Augusto von Dentz)  
- netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate() (Ignat Korchagin)  
- ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails (Fedor Pchelkin)  
- afs: Fix endless loop in directory parsing (David Howells)  
- PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq() (Dan Carpenter)  
- Revert 'drm/bridge: lt8912b: Register and attach our DSI device at probe' (Max Krummenacher)  
- net: usb: dm9601: fix wrong return value in dm9601_mdio_read (Javier Carrasco)  
- usb: dwc3: gadget: Don't disconnect if not started (Thinh Nguyen)  
- platform/x86: intel-vbtn: Stop calling 'VBDL' from notify_handler (Hans de Goede)  
- Fix null ptr in rds_tcp_recv_path (Allison Henderson)  [Orabug: 35587408] 
- cifs: fix mid leak during reconnection after timeout threshold (Shyam Prasad N)  [Orabug: 36123597] 
- vfio/mlx5: Activate the chunk mode functionality (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Add support for READING in chunk mode (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Add support for SAVING in chunk mode (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Pre-allocate chunks for the STOP_COPY phase (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Rename some stuff to match chunk mode (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Enable querying state size which is &gt; 4GB (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Refactor the SAVE callback to activate a work only upon an error (Yishai Hadas)  [Orabug: 36298327] 
- vfio/mlx5: Wake up the reader post of disabling the SAVING migration file (Yishai Hadas)  [Orabug: 36298327] 
- net/mlx5: Introduce ifc bits for migration in a chunk mode (Yishai Hadas)  [Orabug: 36298327] 
- af_unix: Drop oob_skb ref before purging queue in GC. (Kuniyuki Iwashima)  [Orabug: 36375407] 
- hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed (Shradha Gupta)  [Orabug: 36379479]

[5.15.0-205.149.3]
- net/rds: print PPID/COMM of process doing user reset on RDS connection (Juan Garcia)  [Orabug: 36248460] 
- platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace events (Shravan Kumar Ramani)  [Orabug: 36299543] 
- platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is full (Liming Sun)  [Orabug: 36299543] 
- platform/mellanox: mlxbf-tmfifo: Remove unnecessary bool conversion (Jules Irenge)  [Orabug: 36299543] 
- power: reset: pwr-mlxbf: support graceful reboot instead of emergency reset (Asmaa Mnebhi)  [Orabug: 36299543] 
- platform/mellanox: tmfifo: fix kernel-doc warnings (Randy Dunlap)  [Orabug: 36299543] 
- platform/mellanox: mlxbf-tmfifo: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36299543] 
- platform/mellanox: mlxbf-pmc: Add support for BlueField-3 (Shravan Kumar Ramani)  [Orabug: 36299543] 
- pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency (David Thompson)  [Orabug: 36299543] 
- pinctrl: mlxbf3: Remove gpio_disable_free() (Asmaa Mnebhi)  [Orabug: 36299543] 
- gpio: mlxbf3: use capital 'OR' for multiple licenses in SPDX (Krzysztof Kozlowski)  [Orabug: 36299543] 
- pinctrl: use capital 'OR' for multiple licenses in SPDX (Krzysztof Kozlowski)  [Orabug: 36299543] 
- gpio: mlxbf3: Support add_pin_ranges() (Asmaa Mnebhi)  [Orabug: 36299543] 
- uek: kabi: Add two new exported kABI symbols for ACFS and EDV (Saeed Mirzamohammadi)  [Orabug: 36303821] 
- uek-rpm: Update the aarch64 kABI files for new symbol (Yifei Liu)  [Orabug: 36323808] 
- arm64: Minimize tlb flush due to vttbr writes on AmpereOne (Ganapatrao Kulkarni)  [Orabug: 36349790]

[5.15.0-205.149.2]
- LTS version: v5.15.149 (Vijayendra Suman)  
- usb: dwc3: gadget: Ignore End Transfer delay on teardown (Thinh Nguyen)  
- media: Revert 'media: rkisp1: Drop IRQF_SHARED' (Tomi Valkeinen)  
- usb: dwc3: gadget: Execute gadget stop after halting the controller (Wesley Cheng)  
- usb: dwc3: gadget: Don't delay End Transfer on delayed_status (Thinh Nguyen)  
- staging: fbtft: core: set smem_len before fb_deferred_io_init call (Peter Suti)  
- smb3: Replace smb2pdu 1-element arrays with flex-arrays (Kees Cook)  
- fs/ntfs3: Add null pointer checks (Konstantin Komarov)  
- net: bcmgenet: Fix EEE implementation (Florian Fainelli)  
- drm/msm/dsi: Enable runtime PM (Konrad Dybcio)  
- PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend() (Douglas Anderson)  
- dm: limit the number of targets and parameter size area (Mikulas Patocka)  
- nilfs2: replace WARN_ONs for invalid DAT metadata block requests (Ryusuke Konishi)  
- nilfs2: fix potential bug in end_buffer_async_write (Ryusuke Konishi)  
- sched/membarrier: reduce the ability to hammer on sys_membarrier (Linus Torvalds)  
- netfilter: ipset: Missing gc cancellations fixed (Jozsef Kadlecsik)  
- net: prevent mss overflow in skb_segment() (Eric Dumazet)  
- hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range() (Davidlohr Bueso)  
- netfilter: ipset: fix performance regression in swap operation (Jozsef Kadlecsik)  
- scripts/decode_stacktrace.sh: optionally use LLVM utilities (Carlos Llamas)  
- scripts: decode_stacktrace: demangle Rust symbols (Miguel Ojeda)  
- scripts/decode_stacktrace.sh: support old bash version (Schspa Shi)  
- fbdev: flush deferred IO before closing (Nam Cao)  
- fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release() (Takashi Iwai)  
- fbdev: Fix invalid page access after closing deferred I/O devices (Takashi Iwai)  
- fbdev: Rename pagelist to pagereflist for deferred I/O (Thomas Zimmermann)  
- fbdev: Track deferred-I/O pages in pageref struct (Thomas Zimmermann)  
- fbdev: defio: fix the pagelist corruption (Chuansheng Liu)  
- fbdev: Don't sort deferred-I/O pages by default (Thomas Zimmermann)  
- fbdev/defio: Early-out if page is already enlisted (Thomas Zimmermann)  
- serial: 8250_exar: Set missing rs485_supported flag (Lino Sanfilippo)  
- serial: 8250_exar: Fill in rs485_supported (Ilpo Jarvinen)  
- usb: dwc3: gadget: Queue PM runtime idle on disconnect event (Wesley Cheng)  
- usb: dwc3: gadget: Handle EP0 request dequeuing properly (Wesley Cheng)  
- usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API (Wesley Cheng)  
- usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive (Wesley Cheng)  
- usb: dwc3: gadget: Submit endxfer command if delayed during disconnect (Wesley Cheng)  
- usb: dwc3: gadget: Force sending delayed status during soft disconnect (Wesley Cheng)  
- usb: dwc3: Fix ep0 handling when getting reset while doing control transfer (Mayank Rana)  
- usb: dwc3: gadget: Delay issuing End Transfer (Thinh Nguyen)  
- usb: dwc3: gadget: Only End Transfer for ep0 data phase (Thinh Nguyen)  
- usb: dwc3: ep0: Don't prepare beyond Setup stage (Thinh Nguyen)  
- usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue (Thinh Nguyen)  
- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (Tianjia Zhang)  
- bus: moxtet: Add spi device table (Sjoerd Simons)  
- dma-buf: add dma_fence_timestamp helper (Christian Konig)  
- af_unix: Fix task hung while purging oob_skb in GC. (Kuniyuki Iwashima)  
- tracing: Inform kmemleak of saved_cmdlines allocation (Steven Rostedt (Google))  
- pmdomain: core: Move the unused cleanup to a _sync initcall (Konrad Dybcio)  
- can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER) (Oleksij Rempel)  
- can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock (Ziqi Zhao)  
- of: property: fix typo in io-channels (Nuno Sa)  
- mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE (Prakash Sangappa)  
- ceph: prevent use-after-free in encode_cap_msg() (Rishabh Dave)  
- net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio (Sinthu Raja)  
- s390/qeth: Fix potential loss of L3-IP@ in case of network issues (Alexandra Winter)  
- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (Sinthu Raja)  
- irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update (Marc Zyngier)  
- irqchip/irq-brcmstb-l2: Add write memory barrier before exit (Doug Berger)  
- wifi: mac80211: reload info pointer in ieee80211_tx_dequeue() (Johannes Berg)  
- nfp: flower: prevent re-adding mac index for bonded port (Daniel de Villiers)  
- nfp: use correct macro for LengthSelect in BAR config (Daniel Basilio)  
- crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked (Kim Phillips)  
- nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() (Ryusuke Konishi)  
- nilfs2: fix data corruption in dsync block recovery for small block sizes (Ryusuke Konishi)  
- ALSA: hda/conexant: Add quirk for SWS JS201D (bo liu)  
- mmc: slot-gpio: Allow non-sleeping GPIO ro (Alexander Stein)  
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Steve Wahl)  
- x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6 (Aleksander Mazur)  
- powerpc/64: Set task pt_regs-&gt;link to the LR value on scv entry (Naveen N Rao)  
- serial: max310x: fail probe if clock crystal is unstable (Hugo Villeneuve)  
- serial: max310x: improve crystal stable clock detection (Hugo Villeneuve)  
- serial: max310x: set default value when reading clock ready bit (Hugo Villeneuve)  
- ring-buffer: Clean ring_buffer_poll_wait() error return (Vincent Donnefort)  
- hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove (Souradeep Chakrabarti)  
- drm/prime: Support page array &gt;= 4GB (Philip Yang)  
- media: rc: bpf attach/detach requires write permission (Sean Young)  
- iio: accel: bma400: Fix a compilation problem (Mario Limonciello)  
- iio: core: fix memleak in iio_device_register_sysfs (Dinghao Liu)  
- iio: magnetometer: rm3100: add boundary check for the value read from RM3100_REG_TMRC (zhili.liu)  
- staging: iio: ad5933: fix type mismatch regression (David Schiller)  
- tracing: Fix wasted memory in saved_cmdlines logic (Steven Rostedt (Google))  
- ext4: fix double-free of blocks due to wrong extents moved_len (Baokun Li)  
- misc: fastrpc: Mark all sessions as invalid in cb_remove (Ekansh Gupta)  
- binder: signal epoll threads of self-work (Carlos Llamas)  
- ALSA: hda/cs8409: Suppress vmaster control for Dolphin models (Vitaly Rodionov)  
- ASoC: codecs: wcd938x: handle deferred probe (Krzysztof Kozlowski)  
- ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL (Edson Juliano Drosdeck)  
- xen-netback: properly sync TX responses (Jan Beulich)  
- net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame() (Nikita Zhandarovich)  
- nfc: nci: free rx_data_reassembly skb on NCI device cleanup (Fedor Pchelkin)  
- kbuild: Fix changing ELF file type for output of gen_btf for big endian (Nathan Chancellor)  
- firewire: core: correct documentation of fw_csr_string() kernel API (Takashi Sakamoto)  
- lsm: fix the logic in security_inode_getsecctx() (Ondrej Mosnacek)  
- Revert 'drm/amd: flush any delayed gfxoff on suspend entry' (Mario Limonciello)  
- scsi: Revert 'scsi: fcoe: Fix potential deadlock on &amp;fip-&gt;ctlr_lock' (Lee Duncan)  
- mptcp: fix data re-injection from stale subflow (Paolo Abeni)  
- modpost: trim leading spaces when processing source files list (Radek Krejci)  
- i2c: i801: Fix block process call transactions (Jean Delvare)  
- i2c: i801: Remove i801_set_block_buffer_mode (Heiner Kallweit)  
- powerpc/kasan: Fix addr error caused by page alignment (Jiangfeng Xiao)  
- media: ir_toy: fix a memleak in irtoy_tx (Zhipeng Lu)  
- usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend (Uttkarsh Aggarwal)  
- usb: f_mass_storage: forbid async queue when shutdown happen (yuan linyu)  
- USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT (Oliver Neukum)  
- usb: ucsi_acpi: Fix command completion handling (Christian A. Ehrhardt)  
- iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMP (Srinivas Pandruvada)  
- HID: wacom: Do not register input devices until after hid_hw_start (Jason Gerecke)  
- HID: wacom: generic: Avoid reporting a serial of '0' to userspace (Tatsunosuke Tobita)  
- HID: i2c-hid-of: fix NULL-deref on failed power up (Johan Hovold)  
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx (Luka Guzenko)  
- ALSA: hda/realtek: Fix the external mic not being recognised for Acer Swift 1 SF114-32 (David Senoner)  
- scsi: storvsc: Fix ring buffer size calculation (Michael Kelley)  
- mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again (Zach O'Keefe)  
- tracing/trigger: Fix to return error if failed to alloc snapshot (Masami Hiramatsu (Google))  
- scs: add CONFIG_MMU dependency for vfree_atomic() (Samuel Holland)  
- i40e: Fix waiting for queues of all VSIs to be disabled (Ivan Vecera)  
- MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler (Guenter Roeck)  
path for statistics (Breno Leitao)  
- ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work() (Alexey Khoroshilov)  
- spi: ppc4xx: Drop write-only variable (Uwe Kleine-Konig)  
- net: openvswitch: limit the number of recursions from action sets (Aaron Conole)  
- wifi: iwlwifi: Fix some error codes (Dan Carpenter)  
- of: unittest: Fix compile in the non-dynamic case (Christian A. Ehrhardt)  
- btrfs: send: return EOPNOTSUPP on unknown flags (David Sterba)  
- btrfs: forbid deleting live subvol qgroup (Boris Burkov)  
- btrfs: do not ASSERT() if the newly created subvolume already got read (Qu Wenruo)  
- btrfs: forbid creating subvol qgroups (Boris Burkov)  
- netfilter: nft_set_rbtree: skip end interval element from gc (Pablo Neira Ayuso)  
- net: stmmac: xgmac: fix a typo of register name in DPP safety handling (Furong Xu)  
- net: stmmac: xgmac: use #define for string constants (Simon Horman)  
- clocksource: Skip watchdog check for large watchdog intervals (Jiri Wiesner)  
- Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID (Hans de Goede)  
- Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU (Werner Sembach)  
- usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK (Prashanth K)  
- usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK (Prashanth K)  
- USB: serial: cp210x: add ID for IMST iM871A-USB (Leonard Dallmayr)  
- USB: serial: option: add Fibocom FM101-GL variant (Puliang Lu)  
- USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e (JackBB Wu)  
- ALSA: usb-audio: Add a quirk for Yamaha YIT-W12TX transmitter (Julian Sikorski)  
- drivers: lkdtm: fix clang -Wformat warning (Justin Stitt)  
- blk-iocost: Fix an UBSAN shift-out-of-bounds warning (Tejun Heo)  
- scsi: core: Move scsi_host_busy() out of host lock if it is for per-command (Ming Lei)  
- fs/ntfs3: Fix an NULL dereference bug (Dan Carpenter)  
- netfilter: nft_set_pipapo: remove scratch_aligned pointer (Florian Westphal)  
- netfilter: nft_set_pipapo: add helper to release pcpu scratch area (Florian Westphal)  
- netfilter: nft_set_pipapo: store index in scratch maps (Florian Westphal)  
- netfilter: nft_ct: reject direction for ct id (Pablo Neira Ayuso)  
- drm/amd/display: Implement bounds check for stream encoder creation in DCN301 (Srinivasan Shanmugam)  
- drm/amd/display: Fix multiple memory leaks reported by coverity (Anson Jacob)  
- netfilter: nft_compat: restrict match/target protocol to u16 (Pablo Neira Ayuso)  
- netfilter: nft_compat: reject unused compat flag (Pablo Neira Ayuso)  
- ppp_async: limit MRU to 64K (Eric Dumazet)  
- af_unix: Call kfree_skb() for dead unix_(sk)-&gt;oob_skb in GC. (Kuniyuki Iwashima)  
- tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (Shigeru Yoshida)  
- rxrpc: Fix response to PING RESPONSE ACKs to a dead call (David Howells)  
- inet: read sk-&gt;sk_family once in inet_recv_error() (Eric Dumazet)  
- hwmon: (coretemp) Fix bogus core_id to attr name mapping (Zhang Rui)  
- hwmon: (coretemp) Fix out-of-bounds memory access (Zhang Rui)  
- hwmon: (aspeed-pwm-tacho) mutex for tach reading (Loic Prylli)  
- octeontx2-pf: Fix a memleak otx2_sq_init (Zhipeng Lu)  
- atm: idt77252: fix a memleak in open_card_ubr0 (Zhipeng Lu)  
- tunnels: fix out of bounds access when building IPv6 PMTU error (Antoine Tenart)  
- selftests: net: avoid just another constant wait (Paolo Abeni)  
- selftests: net: cut more slack for gro fwd tests. (Paolo Abeni)  
- net: stmmac: xgmac: fix handling of DPP safety error for DMA channels (Furong Xu)  
- drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case (Kuogee Hsieh)  
- phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP (Tony Lindgren)  
- dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV (Frank Li)  
- phy: renesas: rcar-gen3-usb2: Fix returning wrong error code (Yoshihiro Shimoda)  
- dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA (Christophe JAILLET)  
- dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA (Christophe JAILLET)  
- dmaengine: ti: k3-udma: Report short packet errors (Jai Luthra)  
- dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools (Guanhua Gao)  
- ASoC: codecs: lpass-wsa-macro: fix compander volume hack (Johan Hovold)  
- bonding: remove print in bond_verify_device_path (Zhengchao Shao)  
- HID: apple: Add 2021 magic keyboard FN key mapping (Benjamin Berg)  
- HID: apple: Add support for the 2021 Magic Keyboard (Alex Henrie)  
- gve: Fix use-after-free vulnerability (Praveen Kaligineedi)  
- arm64: irq: set the correct node for shadow call stack (Huang Shijie)  
path (Breno Leitao)  
- selftests: net: fix available tunnels detection (Paolo Abeni)  
- af_unix: fix lockdep positive in sk_diag_dump_icons() (Eric Dumazet)  
- net: ipv4: fix a memleak in ip_setup_cork (Zhipeng Lu)  
- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations (Pablo Neira Ayuso)  
- netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger (Pablo Neira Ayuso)  
- netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV (Pablo Neira Ayuso)  
- bridge: mcast: fix disabled snooping after long uptime (Linus Lussing)  
- llc: call sock_orphan() at release time (Eric Dumazet)  
- ipv6: Ensure natural alignment of const ipv6 loopback and router addresses (Helge Deller)  
- ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550() (Christophe JAILLET)  
- ixgbe: Refactor overtemp event handling (Jedrzej Jagielski)  
- ixgbe: Refactor returning internal error codes (Jedrzej Jagielski)  
- ixgbe: Remove non-inclusive language (Piotr Skajewski)  
- tcp: add sanity checks to rx zerocopy (Eric Dumazet)  
- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (Eric Dumazet)  
- ip6_tunnel: use dev_sw_netstats_rx_add() (Eric Dumazet)  
- selftests: net: give more time for GRO aggregation (Paolo Abeni)  
- scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler (Ming Lei)  
- scsi: isci: Fix an error code problem in isci_io_request_build() (Su Hui)  
- drm: using mul_u32_u32() requires linux/math64.h (Stephen Rothwell)  
- wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update (Edward Adam Davis)  
- perf: Fix the nr_addr_filters fix (Peter Zijlstra)  
- drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()' (Srinivasan Shanmugam)  
- drm/amdgpu: Release 'adev-&gt;pm.fw' before return in 'amdgpu_device_need_post()' (Srinivasan Shanmugam)  
- drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()' (Srinivasan Shanmugam)  
- ceph: fix deadlock or deadcode of misusing dget() (Xiubo Li)  
- blk-mq: fix IO hang from sbitmap wakeup race (Ming Lei)  
- virtio_net: Fix ''%d' directive writing between 1 and 11 bytes into a region of size 10' warnings (Zhu Yanjun)  
- drm/amdkfd: Fix lock dependency warning (Felix Kuehling)  
- libsubcmd: Fix memory leak in uniq() (Ian Rogers)  
- PCI/AER: Decode Requester ID when no error info found (Bjorn Helgaas)  
- PCI: Fix 64GT/s effective data rate calculation (Ilpo Jarvinen)  
- fs/kernfs/dir: obey S_ISGID (Max Kellermann)  
- tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE (Adrian Reber)  
- selftests/sgx: Fix linker script asserts (Jo Van Bulck)  
- usb: hub: Replace hardcoded quirk value with BIT() macro (Hardik Gajjar)  
- perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present (James Clark)  
- PCI: switchtec: Fix stdev_release() crash after surprise hot remove (Daniel Stodden)  
- PCI: Only override AMD USB controller if required (Guilherme G. Piccoli)  
- mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt (Xiaowu.ding)  
- mfd: ti_am335x_tscadc: Fix TI SoC dependencies (Peter Robinson)  
- xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import (Oleksandr Tyshchenko)  
- i3c: master: cdns: Update maximum prescaler value for i2c clock (Harshit Shah)  
- um: time-travel: fix time corruption (Johannes Berg)  
- um: net: Fix return type of uml_net_start_xmit() (Nathan Chancellor)  
- um: Don't use vfprintf() for os_info() (Benjamin Berg)  
- um: Fix naming clash between UML and scheduler (Anton Ivanov)  
- leds: trigger: panic: Don't register panic notifier if creating the trigger failed (Heiner Kallweit)  
- ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140 (bo liu)  
- drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()' (Srinivasan Shanmugam)  
- drm/amdgpu: Let KFD sync with VM fences (Felix Kuehling)  
- clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks (Alexander Stein)  
- clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu() (Kuan-Wei Chiu)  
- watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786 (Werner Fischer)  
- clk: mmp: pxa168: Fix memory leak in pxa168_clk_init() (Kuan-Wei Chiu)  
- clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() (Kuan-Wei Chiu)  
- drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap (Wang, Beyond)  
- drm/msm/dpu: Ratelimit framedone timeout msgs (Rob Clark)  
- media: i2c: imx335: Fix hblank min/max values (Kieran Bingham)  
- media: ddbridge: fix an error code problem in ddb_probe (Su Hui)  
- IB/ipoib: Fix mcast list locking (Daniel Vacek)  
- drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time (Douglas Anderson)  
- f2fs: fix to tag gcing flag on page during block migration (Chao Yu)  
- media: rkisp1: Drop IRQF_SHARED (Tomi Valkeinen)  
- ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL (Pierre-Louis Bossart)  
- ALSA: hda: Intel: add HDA_ARL PCI ID support (Pierre-Louis Bossart)  
- PCI: add INTEL_HDA_ARL to pci_ids.h (Pierre-Louis Bossart)  
- media: rockchip: rga: fix swizzling for RGB formats (Michael Tretter)  
- media: stk1160: Fixed high volume of stk1160_dbg messages (Ghanshyam Agrawal)  
- drm/mipi-dsi: Fix detach call without attach (Tomi Valkeinen)  
- drm/framebuffer: Fix use of uninitialized variable (Tomi Valkeinen)  
- drm/drm_file: fix use of uninitialized variable (Tomi Valkeinen)  
- f2fs: fix write pointers on zoned device after roll forward (Jaegeuk Kim)  
- drm/amd/display: Fix tiled display misalignment (Meenakshikumar Somasundaram)  
- RDMA/IPoIB: Fix error code return in ipoib_mcast_join (Jack Wang)  
- fast_dput(): handle underflows gracefully (Al Viro)  
- ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument (Cristian Ciocaltea)  
- ALSA: hda: Refer to correct stream index at loops (Takashi Iwai)  
- f2fs: fix to check return value of f2fs_reserve_new_block() (Chao Yu)  
- octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry (Suman Ghosh)  
- i40e: Fix VF disable behavior to block all traffic (Andrii Staikov)  
- bridge: cfm: fix enum typo in br_cc_ccm_tx_parse (Lin Ma)  
- Bluetooth: L2CAP: Fix possible multiple reject send (Frederic Danis)  
- Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066 (Zijun Hu)  
- wifi: cfg80211: free beacon_ies when overridden from hidden BSS (Benjamin Berg)  
- wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift() (Su Hui)  
- ALSA: usb-audio: Add delay quirk for MOTU M Series 2nd revision (Alexander Tsoy)  
- libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos (Mingyi Zhang)  
- wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices (Zenm Chen)  
- arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property (Mao Jinlong)  
- arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property (Mao Jinlong)  
- md: Whenassemble the array, consult the superblock of the freshest device (Alex Lyakas)  
- block: prevent an integer overflow in bvec_try_merge_hw_page (Christoph Hellwig)  
- net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path (Tobias Waldekranz)  
- ARM: dts: imx23/28: Fix the DMA controller node name (Fabio Estevam)  
- ARM: dts: imx23-sansa: Use preferred i2c-gpios properties (Fabio Estevam)  
- ARM: dts: imx27-apf27dev: Fix LED name (Fabio Estevam)  
- ARM: dts: imx25/27: Pass timing0 (Fabio Estevam)  
- ARM: dts: imx25: Fix the iim compatible string (Fabio Estevam)  
- block/rnbd-srv: Check for unlikely string overflow (Kees Cook)  
- ionic: pass opcode to devcmd_wait (Shannon Nelson)  
- ARM: dts: imx1: Fix sram node (Fabio Estevam)  
- ARM: dts: imx27: Fix sram node (Fabio Estevam)  
- ARM: dts: imx: Use flash@0,0 pattern (Fabio Estevam)  
- ARM: dts: imx25/27-eukrea: Fix RTC node name (Fabio Estevam)  
- ARM: dts: rockchip: fix rk3036 hdmi ports node (Johan Jonker)  
- bpf: Set uattr-&gt;batch.count as zero before batched update or deletion (Hou Tao)  
- scsi: libfc: Fix up timeout error in fc_fcp_rec_error() (Hannes Reinecke)  
- scsi: libfc: Don't schedule abort twice (Hannes Reinecke)  
- bpf: Add map and need_defer parameters to .map_fd_put_ptr() (Hou Tao)  
- wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus() (Minsuk Kang)  
- ARM: dts: imx7s: Fix nand-controller #size-cells (Alexander Stein)  
- ARM: dts: imx7s: Fix lcdif compatible (Alexander Stein)  
- ARM: dts: imx7d: Fix coresight funnel ports (Alexander Stein)  
- scsi: arcmsr: Support new PCI device IDs 1883 and 1886 (ching Huang)  
- bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk (Zhengchao Shao)  
- PCI: Add no PM reset quirk for NVIDIA Spectrum devices (Ido Schimmel)  
- scsi: lpfc: Fix possible file string name overflow when updating firmware (Justin Tee)  
- selftests/bpf: Fix issues in setup_classid_environment() (Yafang Shao)  
- selftests/bpf: Fix pyperf180 compilation failure with clang18 (Yonghong Song)  
- selftests/bpf: satisfy compiler by having explicit return in btf test (Andrii Nakryiko)  
- wifi: rt2x00: restart beacon queue when hardware reset (Shiji Yang)  
- ext4: avoid online resizing failures due to oversized flex bg (Baokun Li)  
- ext4: remove unnecessary check from alloc_flex_gd() (Baokun Li)  
- ext4: unify the type of flexbg_size to unsigned int (Baokun Li)  
- ext4: fix inconsistent between segment fstrim and full fstrim (Ye Bin)  
- ecryptfs: Reject casefold directory inodes (Gabriel Krisman Bertazi)  
- SUNRPC: Fix a suspicious RCU usage warning (Anna Schumaker)  
- KVM: s390: fix setting of fpc register (Heiko Carstens)  
- s390/ptrace: handle setting of fpc register correctly (Heiko Carstens)  
- arch: consolidate arch_irq_work_raise prototypes (Arnd Bergmann)  
- jfs: fix array-index-out-of-bounds in diNewExt (Edward Adam Davis)  
- rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() (Oleg Nesterov)  
- afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() (Oleg Nesterov)  
- afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() (Oleg Nesterov)  
- crypto: stm32/crc32 - fix parsing list of devices (Thomas Bourgoin)  
- crypto: octeontx2 - Fix cptvf driver cleanup (Bharat Bhushan)  
- pstore/ram: Fix crash when setting number of cpus to an odd number (Weichen Chen)  
- jfs: fix uaf in jfs_evict_inode (Edward Adam Davis)  
- jfs: fix array-index-out-of-bounds in dbAdjTree (Manas Ghandat)  
- jfs: fix slab-out-of-bounds Read in dtSearch (Manas Ghandat)  
- UBSAN: array-index-out-of-bounds in dtSplitRoot (Osama Muhammad)  
- FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree (Osama Muhammad)  
- ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events (Shuai Xue)  
- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (Mukesh Ojha)  
- ACPI: extlog: fix NULL pointer dereference check (Prarit Bhargava)  
- PNP: ACPI: fix fortify warning (Dmitry Antipov)  
- ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop (Yuluo Qiu)  
- audit: Send netlink ACK before setting connection in auditd_set (Chris Riches)  
- regulator: core: Only increment use_count when enable_count changes (Rui Zhang)  
- debugobjects: Stop accessing objects after releasing hash bucket lock (Andrzej Hajda)  
- perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file (Greg KH)  
- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (Zhiquan Li)  
- powerpc/lib: Validate size for vector operations (Naveen N Rao)  
- powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE (Stephen Rothwell)  
- x86/boot: Ignore NMIs during very early boot (Jun'ichi Nomura)  
- powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping() (Michael Ellerman)  
- powerpc/mm: Fix build failures due to arch_reserved_kernel_pages() (Michael Ellerman)  
- powerpc: Fix build error due to is_valid_bugaddr() (Michael Ellerman)  
- drivers/perf: pmuv3: don't expose SW_INCR event in sysfs (Mark Rutland)  
- arm64: irq: set the correct node for VMAP stack (Huang Shijie)  
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add (Kunwu Chan)  
- x86/entry/ia32: Ensure s32 is sign extended to s64 (Richard Palethorpe)  
- tick/sched: Preserve number of idle sleeps across CPU hotplug events (Tim Chen)  
- mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan (Xi Ruoyao)  
- mtd: cfi: allow building spi-intel standalone (Arnd Bergmann)  
- spi: bcm-qspi: fix SFDP BFPT read by usig mspi read (Kamal Dasu)  
- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (Li Lingfeng)  
- gpio: eic-sprd: Clear interrupt after set the interrupt type (Wenhua Lin)  
- drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume (Fedor Pchelkin)  
- drm/exynos: fix accidental on-stack copy of exynos_drm_plane (Arnd Bergmann)  
- drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33] (Markus Niebel)  
- cpufreq: intel_pstate: Refine computation of P-state for given frequency (Rafael J. Wysocki)  
- cpufreq: intel_pstate: Drop redundant intel_pstate_get_hwp_cap() call (Rafael J. Wysocki)  
- ksmbd: fix global oob in ksmbd_nl_policy (Lin Ma)  
- btrfs: add definition for EXTENT_TREE_V2 (Josef Bacik)  
- PM / devfreq: Fix buffer overflow in trans_stat_show (Christian Marangi)  
- mm/sparsemem: fix race in accessing memory_section-&gt;usage (Charan Teja Kalla)  
- mm: use __pfn_to_section() instead of open coding it (Rolf Eike Beer)  
- media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run (Zheng Wang)  
- ARM: dts: qcom: sdx55: fix USB SS wakeup (Johan Hovold)  
- ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts (Johan Hovold)  
- ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' (Johan Hovold)  
- ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12 (Paul Cercueil)  
- ARM: dts: qcom: sdx55: fix USB wakeup interrupt types (Johan Hovold)  
- pipe: wakeup wr_wait after setting max_usage (Lukas Schauer)  
- fs/pipe: move check to pipe_has_watch_queue() (Max Kellermann)  
- bus: mhi: host: Add alignment check for event ring read pointer (Krishna chaitanya chundru)  
- bus: mhi: host: Rename 'struct mhi_tre' to 'struct mhi_ring_element' (Manivannan Sadhasivam)  
- PM: sleep: Fix possible deadlocks in core system-wide PM code (Rafael J. Wysocki)  
- PM: core: Remove unnecessary (void *) conversions (Li zeming)  
- drm/bridge: nxp-ptn3460: simplify some error checking (Dan Carpenter)  
- drm/tidss: Fix atomic_flush check (Tomi Valkeinen)  
- drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking (Dan Carpenter)  
- drm: Don't unref the same fb many times by mistake due to deadlock handling (Ville Syrjala)  
- gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04 (Mario Limonciello)  
- xfs: read only mounts with fsopen mount API are busted (Dave Chinner)  
- firmware: arm_scmi: Check mailbox/SMT channel for consistency (Cristian Marussi)  
- netfilter: nf_tables: reject QUEUE/DROP verdict parameters (Florian Westphal)  
- netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain (Pablo Neira Ayuso)  
- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes (Michael Kelley)  
- wifi: iwlwifi: fix a memory corruption (Emmanuel Grumbach)  
- exec: Fix error handling in begin_new_exec() (Bernd Edlinger)  
- rbd: don't move requests to the running list on errors (Ilya Dryomov)  
- btrfs: don't abort filesystem when attempting to snapshot deleted subvolume (Omar Sandoval)  
- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (Qu Wenruo)  
- btrfs: don't warn if discard range is not aligned to sector (David Sterba)  
- btrfs: tree-checker: fix inline ref size in error messages (Chung-Chiang Cheng)  
- btrfs: ref-verify: free ref cache before clearing mount opt (Fedor Pchelkin)  
- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume being deleted (Omar Sandoval)  
- btrfs: fix race between reading a directory and adding entries to it (Filipe Manana)  
- btrfs: refresh dir last index during a rewinddir(3) call (Filipe Manana)  
- btrfs: set last dir index to the current last index when opening dir (Filipe Manana)  
- btrfs: fix infinite directory reads (Filipe Manana)  
- net: fec: fix the unhandled context fault from smmu (Shenwei Wang)  
- fjes: fix memleaks in fjes_hw_setup (Zhipeng Lu)  
- selftests: netdevsim: fix the udp_tunnel_nic test (Jakub Kicinski)  
- net: mvpp2: clear BM pool before initialization (Jenishkumar Maheshbhai Patel)  
- net: stmmac: Wait a bit for the reset to take effect (Bernd Edlinger)  
- netfilter: nf_tables: validate NFPROTO_* family (Pablo Neira Ayuso)  
- netfilter: nf_tables: restrict anonymous set and map names to 16 bytes (Florian Westphal)  
- netfilter: nft_limit: reject configurations that cause integer overflow (Florian Westphal)  
- overflow: Allow mixed type arguments (Kees Cook)  
- net/mlx5e: fix a potential double-free in fs_any_create_groups (Dinghao Liu)  
- net/mlx5e: fix a double-free in arfs_create_groups (Zhipeng Lu)  
- net/mlx5: DR, Can't go to uplink vport on RX rule (Yevgeny Kliteynik)  
- net/mlx5: DR, Use the right GVMI number for drop action (Yevgeny Kliteynik)  
- ipv6: init the accept_queue's spinlocks in inet6_create (Zhengchao Shao)  
- netlink: fix potential sleeping issue in mqueue_flush_file (Zhengchao Shao)  
- tcp: Add memory barrier to tcp_push() (Salvatore Dipietro)  
- afs: Hide silly-rename files from userspace (David Howells)  
- tracing: Ensure visibility when inserting an element into tracing_map (Petr Pavlu)  
- net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv (Sharath Srinivasan)  
- llc: Drop support for ETH_P_TR_802_2. (Kuniyuki Iwashima)  
- llc: make llc_ui_sendmsg() more robust against bonding changes (Eric Dumazet)  
- vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING (Lin Ma)  
- bnxt_en: Wait for FLR to complete during probe (Michael Chan)  
- tcp: make sure init the accept_queue's spinlocks once (Zhengchao Shao)  
- net/smc: fix illegal rmb_desc access in SMC-D connection dump (Wen Gu)  
- ksmbd: Add missing set_freezable() for freezable kthread (Namjae Jeon)  
- ksmbd: send lease break notification on FILE_RENAME_INFORMATION (Namjae Jeon)  
- ksmbd: don't increment epoch if current state and request state are same (Namjae Jeon)  
- ksmbd: fix potential circular locking issue in smb2_set_ea() (Namjae Jeon)  
- ksmbd: set v2 lease version on lease upgrade (Namjae Jeon)  
- rename(): fix the locking of subdirectories (Al Viro)  
- ubifs: ubifs_symlink: Fix memleak of inode-&gt;i_link in error path (Zhihao Cheng)  
- nouveau/vmm: don't set addr on the fail path to avoid warning (Dave Airlie)  
- rtc: Adjust failure return code for cmos_set_alarm() (Mario Limonciello)  
- mmc: mmc_spi: remove custom DMA mapped buffers (Andy Shevchenko)  
- mmc: core: Use mrq.sbc in close-ended ffu (Avri Altman)  
- scripts/get_abi: fix source path leak (Vegard Nossum)  
- lsm: new security_file_ioctl_compat() hook (Alfred Piccioni)  
- arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts (Johan Hovold)  
- arm64: dts: qcom: sm8150: fix USB wakeup interrupt types (Johan Hovold)  
- arm64: dts: qcom: sdm845: fix USB wakeup interrupt types (Johan Hovold)  
- arm64: dts: qcom: sc7180: fix USB wakeup interrupt types (Johan Hovold)  
- async: Introduce async_schedule_dev_nocall() (Rafael J. Wysocki)  
- async: Split async_schedule_node_domain() (Rafael J. Wysocki)  
- parisc/firmware: Fix F-extend for PDC addresses (Helge Deller)  
- bus: mhi: host: Add spinlock to protect WP access when queueing TREs (Bhaumik Bhatt)  
- bus: mhi: host: Drop chan lock before queuing buffers (Qiang Yu)  
- mips: Fix max_mapnr being uninitialized on early stages (Serge Semin)  
- media: ov9734: Enable runtime PM before registering async sub-device (Bingbu Cao)  
- rpmsg: virtio: Free driver_override when rpmsg_remove() (Xiaolei Wang)  
- media: imx355: Enable runtime PM before registering async sub-device (Bingbu Cao)  
- crypto: s390/aes - Fix buffer overread in CTR mode (Herbert Xu)  
- hwrng: core - Fix page fault dead lock on mmap-ed hwrng (Herbert Xu)  
- PM: hibernate: Enforce ordering during image compression/decompression (Hongchen Zhang)  
- crypto: api - Disallow identical driver names (Herbert Xu)  
- btrfs: sysfs: validate scrub_speed_max value (David Disseldorp)  
- ext4: allow for the last group to be marked as trimmed (Suraj Jitindar Singh)  
- iio:adc:ad7091r: Move exports into IIO_AD7091R namespace. (Jonathan Cameron)  
- scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan() (Bart Van Assche)  
- scsi: ufs: core: Simplify power management during async scan (Bart Van Assche)  
- dmaengine: fix NULL pointer in channel unregistration function (Amelie Delaunay)  
- iio: adc: ad7091r: Enable internal vref if external vref is not supplied (Marcelo Schmitt)  
- iio: adc: ad7091r: Allow users to configure device events (Marcelo Schmitt)  
- iio: adc: ad7091r: Set alert bit in config register (Marcelo Schmitt)  
- ksmbd: only v2 leases handle the directory (Namjae Jeon)  
- ksmbd: fix UAF issue in ksmbd_tcp_new_connection() (Namjae Jeon)  
- ksmbd: validate mech token in session setup (Namjae Jeon)  
- ksmbd: don't allow O_TRUNC open on read-only share (Namjae Jeon)  
- ksmbd: free ppace array on error in parse_dacl (Fedor Pchelkin)  
- LTS version: v5.15.148 (Vijayendra Suman)  
- Revert 'Revert 'md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d'' (Song Liu)  
- arm64: dts: armada-3720-turris-mox: set irq type for RTC (Sjoerd Simons)  
- netfilter: nft_quota: copy content when cloning expression (Pablo Neira Ayuso)  
- netfilter: nft_last: copy content when cloning expression (Pablo Neira Ayuso)  
- netfilter: nft_limit: Clone packet limits' cost value (Phil Sutter)  
- netfilter: nft_limit: fix stateful object memory leak (Florian Westphal)  
- netfilter: nft_connlimit: memleak if nf_ct_netns_get() fails (Pablo Neira Ayuso)  
- netfilter: nf_tables: typo NULL check in _clone() function (Pablo Neira Ayuso)  
- block: Remove special-casing of compound pages (Matthew Wilcox (Oracle))  
- i2c: s3c24xx: fix transferring more than one message in polling mode (Marek Szyprowski)  
- i2c: s3c24xx: fix read transfers in polling mode (Marek Szyprowski)  
- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work (Nikita Zhandarovich)  
- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes (Amit Cohen)  
- mlxsw: spectrum_acl_tcam: Fix stack corruption (Ido Schimmel)  
- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure (Amit Cohen)  
- ethtool: netlink: Add missing ethnl_ops_begin/complete (Ludvig Parsson)  
- kdb: Fix a potential buffer overflow in kdb_local() (Christophe JAILLET)  
- ipvs: avoid stat macros calls from preemptible context (Fedor Pchelkin)  
- netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description (Pablo Neira Ayuso)  
- netfilter: nf_tables: skip dead set elements in netlink dump (Pablo Neira Ayuso)  
- netfilter: nf_tables: do not allow mismatch field size and set key length (Pablo Neira Ayuso)  
- netfilter: nft_limit: do not ignore unsupported flags (Pablo Neira Ayuso)  
- netfilter: nf_tables: memcg accounting for dynamically allocated objects (Vasily Averin)  
- netfilter: nft_limit: move stateful fields out of expression data (Pablo Neira Ayuso)  
- netfilter: nft_limit: rename stateful structure (Pablo Neira Ayuso)  
- netfilter: nft_quota: move stateful fields out of expression data (Pablo Neira Ayuso)  
- netfilter: nft_last: move stateful fields out of expression data (Pablo Neira Ayuso)  
- netfilter: nft_connlimit: move stateful fields out of expression data (Pablo Neira Ayuso)  
- netfilter: nf_tables: reject invalid set policy (Pablo Neira Ayuso)  
- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe (Kunwu Chan)  
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (Hao Sun)  
- net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake calls (Qiang Ma)  
- net: ravb: Fix dma_addr_t truncation in error case (Nikita Yushchenko)  
- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req() (Eric Dumazet)  
- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect() (Eric Dumazet)  
- mptcp: strict validation before using mp_opt-&gt;hmac (Eric Dumazet)  
- mptcp: drop unused sk in mptcp_get_options (Geliang Tang)  
- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN (Eric Dumazet)  
- net: phy: micrel: populate .soft_reset for KSZ9131 (Claudiu Beznea)  
- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames (Sanjuan Garcia, Jorge)  
- net: qualcomm: rmnet: fix global oob in rmnet_policy (Lin Ma)  
- s390/pci: fix max size calculation in zpci_memcpy_toio() (Niklas Schnelle)  
- PCI: keystone: Fix race condition when initializing PHYs (Siddharth Vadapalli)  
- nvmet-tcp: Fix the H2C expected PDU len calculation (Maurizio Lombardi)  
- nvmet: re-fix tracing strncpy() warning (Arnd Bergmann)  
- serial: imx: Correct clock error message in function probe() (Christoph Niedermaier)  
- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer (Chunfeng Yun)  
- apparmor: avoid crash when parsed profile name is empty (Fedor Pchelkin)  
- perf env: Avoid recursively taking env-&gt;bpf_progs.lock (Ian Rogers)  
- nvmet-tcp: fix a crash in nvmet_req_complete() (Maurizio Lombardi)  
- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length (Maurizio Lombardi)  
- usb: cdc-acm: return correct error code on unsupported break (Oliver Neukum)  
- tty: use 'if' in send_break() instead of 'goto' (Jiri Slaby (SUSE))  
- tty: don't check for signal_pending() in send_break() (Jiri Slaby (SUSE))  
- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK (Jiri Slaby (SUSE))  
- tty: change tty_write_lock()'s ndelay parameter to bool (Jiri Slaby (SUSE))  
- perf genelf: Set ELF program header addresses properly (Namhyung Kim)  
- iio: adc: ad9467: fix scale setting (Nuno Sa)  
- iio: adc: ad9467: don't ignore error codes (Nuno Sa)  
- iio: adc: ad9467: fix reset gpio handling (Nuno Sa)  
- iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplify (Uwe Kleine-Konig)  
- selftests/sgx: Skip non X86_64 platform (Zhao Mengmeng)  
- selftests/sgx: Fix uninitialized pointer dereference in error path (Jo Van Bulck)  
- serial: imx: fix tx statemachine deadlock (Paul Geurts)  
- software node: Let args be NULL in software_node_get_reference_args (Sakari Ailus)  
- libapi: Add missing linux/types.h header to get the __u64 type on io.h (Arnaldo Carvalho de Melo)  
- serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed (Uwe Kleine-Konig)  
- power: supply: bq256xx: fix some problem in bq256xx_hw_init (Su Hui)  
- power: supply: cw2015: correct time_to_empty units in sysfs (Jan Palus)  
- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup() (Christophe JAILLET)  
- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup() (Christophe JAILLET)  
- riscv: Fix module_alloc() that did not reset the linear mapping permissions (Alexandre Ghiti)  
- riscv: Check if the code to patch lies in the exit section (Alexandre Ghiti)  
- mips: Fix incorrect max_low_pfn adjustment (Serge Semin)  
- mips: dmi: Fix early remap on MIPS32 (Serge Semin)  
- mfd: intel-lpss: Fix the fractional clock divider flags (Andy Shevchenko)  
- leds: aw2013: Select missing dependency REGMAP_I2C (Dang Huynh)  
- mfd: syscon: Fix null pointer dereference in of_syscon_register() (Kunwu Chan)  
- ARM: 9330/1: davinci: also select PINCTRL (Randy Dunlap)  
- iommu/dma: Trace bounce buffer usage when mapping buffers (Isaac J. Manjarres)  
- serial: sc16is7xx: set safe default SPI clock frequency (Hugo Villeneuve)  
- serial: sc16is7xx: add check for unsupported SPI modes during probe (Hugo Villeneuve)  
- HID: wacom: Correct behavior when processing some confidence == false touches (Jason Gerecke)  
- iio: adc: ad7091r: Pass iio_dev to event handler (Marcelo Schmitt)  
- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache (Oliver Upton)  
- KVM: arm64: vgic-v4: Restore pending state on host userspace write (Marc Zyngier)  
- x86/kvm: Do not try to disable kvmclock if it was not enabled (Kirill A. Shutemov)  
- PCI: mediatek: Clear interrupt status before dispatching handler (qizhong cheng)  
- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support (Niklas Cassel)  
- wifi: mwifiex: configure BSSID consistently when starting AP (David Lin)  
- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors (Ilpo Jarvinen)  
- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code (Ilpo Jarvinen)  
- wifi: mt76: fix broken precal loading from MTD for mt7915 (Christian Marangi)  
- iommu/arm-smmu-qcom: Add missing GMU entry to match table (Rob Clark)  
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach (Jiri Olsa)  
- Bluetooth: Fix atomicity violation in {min,max}_key_size_set (Gui-Dong Han)  
- rootfs: Fix support for rootfstype= when root= is given (Stefan Berger)  
- io_uring/rw: ensure io-&gt;bytes_done is always initialized (Jens Axboe)  
- pwm: jz4740: Don't use dev_err_probe() in .request() (Uwe Kleine-Konig)  
- block: add check that partition length needs to be aligned with block size (Min Li)  
- scsi: mpi3mr: Refresh sdev queue depth after controller reset (Chandrakanth patil)  
- fbdev: flush deferred work in fb_deferred_io_fsync() (Nam Cao)  
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx (Caghan Demir)  
- ALSA: oxygen: Fix right channel of capture volume mixer (Takashi Iwai)  
- serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock (Christoph Niedermaier)  
- usb: mon: Fix atomicity violation in mon_bin_vma_fault (Gui-Dong Han)  
- usb: typec: class: fix typec_altmode_put_partner to put plugs (RD Babiera)  
- Revert 'usb: typec: class: fix typec_altmode_put_partner to put plugs' (Heikki Krogerus)  
- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabled (Frank Li)  
- usb: cdns3: fix iso transfer error when mult is not zero (Frank Li)  
- usb: cdns3: fix uvc failure work since sg support enabled (Frank Li)  
- usb: chipidea: wait controller resume finished for wakeup irq (Xu Yang)  
- Revert 'usb: dwc3: don't reset device side if dwc3 was configured as host-only' (Thinh Nguyen)  
- Revert 'usb: dwc3: Soft reset phy on probe for host' (Thinh Nguyen)  
- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart (Uttkarsh Aggarwal)  
- usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host() (Xu Yang)  
- tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug (Heiko Carstens)  
- binder: fix race between mmput() and do_exit() (Carlos Llamas)  
- xen-netback: don't produce zero-size SKB frags (Jan Beulich)  
- virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session() (Wei Yongjun)  
- dma-mapping: Fix build error unused-value (Ren Zhijie)  
- Input: atkbd - use ab83 as id when skipping the getid command (Hans de Goede)  
- binder: fix unused alloc-&gt;free_async_space (Carlos Llamas)  
- binder: fix async space check for 0-sized buffers (Carlos Llamas)  
- selftests/bpf: Add assert for user stacks in test_task_stack (Jordan Rome)  
- of: unittest: Fix of_count_phandle_with_args() expected value message (Geert Uytterhoeven)  
- of: Fix double free in of_parse_phandle_with_args_map (Christian A. Ehrhardt)  
- ksmbd: validate the zero field of packet header (Li Nan)  
- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init (Zhipeng Lu)  
- IB/iser: Prevent invalidating wrong MR (Sergey Gorenko)  
- mmc: sdhci_omap: Fix TI SoC dependencies (Peter Robinson)  
- mmc: sdhci_am654: Fix TI SoC dependencies (Peter Robinson)  
- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() (Geoffrey D. Bennett)  
- ALSA: scarlett2: Add missing error checks to *_ctl_get() (Geoffrey D. Bennett)  
- ALSA: scarlett2: Allow passing any output to line_out_remap() (Geoffrey D. Bennett)  
- ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config() (Geoffrey D. Bennett)  
- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (Geoffrey D. Bennett)  
- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[] (Hans de Goede)  
- pwm: stm32: Fix enable count for clk in .probe() (Philipp Zabel)  
- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels (Philipp Zabel)  
- pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable (Uwe Kleine-Konig)  
- clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw (Theo Lebrun)  
- clk: fixed-rate: add devm_clk_hw_register_fixed_rate (Dmitry Baryshkov)  
- clk: asm9260: use parent index to link the reference clock (Dmitry Baryshkov)  
- clk: si5341: fix an error code problem in si5341_output_clk_set_rate (Su Hui)  
- watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused (Vignesh Raghavendra)  
- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling (Stefan Wahren)  
- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO (Jerry Hoemann)  
- watchdog: set cdev owner before adding (Curtis Klein)  
- drivers: clk: zynqmp: update divider round rate logic (Jay Buddhabhatti)  
- clk: zynqmp: Add a check for NULL pointer (Shubhrajyoti Datta)  
- clk: zynqmp: make bestdiv unsigned (Shubhrajyoti Datta)  
- drivers: clk: zynqmp: calculate closest mux rate (Jay Buddhabhatti)  
- clk: qcom: videocc-sm8150: Add missing PLL config property (Satya Priya Kakitapalli)  
- clk: qcom: videocc-sm8150: Update the videocc resets (Satya Priya Kakitapalli)  
- dt-bindings: clock: Update the videocc resets for sm8150 (Satya Priya Kakitapalli)  
- gpu/drm/radeon: fix two memleaks in radeon_vm_init (Zhipeng Lu)  
- drivers/amd/pm: fix a use-after-free in kv_parse_power_table (Zhipeng Lu)  
- drm/amd/pm: fix a double-free in si_dpm_init (Zhipeng Lu)  
- drm/amdgpu/debugfs: fix error code when smc register accessors are NULL (Alex Deucher)  
- media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe() (Christophe JAILLET)  
- media: dvbdev: drop refcount on error path in dvb_device_open() (Dan Carpenter)  
- f2fs: fix the f2fs_file_write_iter tracepoint (Eric Biggers)  
- f2fs: fix to update iostat correctly in f2fs_filemap_fault() (Chao Yu)  
- f2fs: fix to check compress file in f2fs_move_file_range() (Chao Yu)  
- media: rkisp1: Disable runtime PM in probe error path (Laurent Pinchart)  
- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config (Satya Priya Kakitapalli)  
- media: cx231xx: fix a memleak in cx231xx_init_isoc (Zhipeng Lu)  
- drm/bridge: tc358767: Fix return value on error case (Tomi Valkeinen)  
- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable (Tomi Valkeinen)  
- drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table (Zhipeng Lu)  
- drm/radeon/dpm: fix a memleak in sumo_parse_power_table (Zhipeng Lu)  
- drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() (Yang Yingliang)  
- drm/drv: propagate errors from drm_modeset_register_all() (Dmitry Baryshkov)  
- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks (Konrad Dybcio)  
- drm/msm/mdp4: flush vblank event on disable (Dmitry Baryshkov)  
- ASoC: cs35l34: Fix GPIO name and drop legacy include (Linus Walleij)  
- ASoC: cs35l33: Fix GPIO name and drop legacy include (Linus Walleij)  
- drm/radeon: check return value of radeon_ring_lock() (Nikita Zhandarovich)  
- drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check() (Nikita Zhandarovich)  
- drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg() (Nikita Zhandarovich)  
- f2fs: fix to avoid dirent corruption (Chao Yu)  
- drm/bridge: Fix typo in post_disable() description (Dario Binacchi)  
- media: pvrusb2: fix use after free on context disconnection (Ricardo B. Marliere)  
- drm/tilcdc: Fix irq free on unload (Tomi Valkeinen)  
- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function (Uwe Kleine-Konig)  
- drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer (Abhinav Singh)  
- drm/panel-elida-kd35t133: hold panel in reset for unprepare (Chris Morgan)  
- RDMA/hns: Fix inappropriate err code for unsupported operations (Junxian Huang)  
- RDMA/usnic: Silence uninitialized symbol smatch warnings (Leon Romanovsky)  
- Revert 'drm/omapdrm: Annotate dma-fence critical section in commit path' (Tomi Valkeinen)  
- Revert 'drm/tidss: Annotate dma-fence critical section in commit path' (Tomi Valkeinen)  
- ARM: davinci: always select CONFIG_CPU_ARM926T (Arnd Bergmann)  
- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (Eric Dumazet)  
- mlxbf_gige: Enable the GigE port in mlxbf_gige_open (Asmaa Mnebhi)  
- mlxbf_gige: Fix intermittent no ip issue (Asmaa Mnebhi)  
- net/sched: act_ct: fix skb leak and crash on ooo frags (Tao Liu)  
- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS (Christoph Hellwig)  
- block: make BLK_DEF_MAX_SECTORS unsigned (Keith Busch)  
- Bluetooth: btmtkuart: fix recv_buf() return value (Francesco Dolcini)  
- Bluetooth: Fix bogus check for re-auth no supported with non-ssp (Luiz Augusto von Dentz)  
- netfilter: nf_tables: mark newset as dead on transaction abort (Florian Westphal)  
- wifi: iwlwifi: mvm: send TX path flush in rfkill (Johannes Berg)  
- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request (Johannes Berg)  
- wifi: rtlwifi: rtl8192se: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8192de: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8192c: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() (Su Hui)  
- wifi: rtlwifi: add calculate_bit_shift() (Su Hui)  
- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent (Konrad Dybcio)  
- block: add check of 'minors' and 'first_minor' in device_add_disk() (Li Nan)  
- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators (Dmitry Baryshkov)  
- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration (Atul Dhudase)  
- dma-mapping: clear dev-&gt;dma_mem to NULL after freeing it (Joakim Zhang)  
- dma-mapping: Add dma_release_coherent_memory to DMA API (Mark-PK Tsai)  
- virtio/vsock: fix logic which reduces credit update messages (Arseniy Krasnov)  
- selftests/net: fix grep checking for fib_nexthop_multiprefix (Hangbin Liu)  
- scsi: hisi_sas: Correct the number of global debugfs registers (Yihang Li)  
- scsi: hisi_sas: Rollback some operations if FLR failed (Yihang Li)  
- scsi: hisi_sas: Replace with standard error code return value (Yihang Li)  
- scsi: hisi_sas: Prevent parallel FLR and controller reset (Qi Liu)  
- scsi: hisi_sas: Rename HISI_SAS_{RESET -&gt; RESETTING}_BIT (Luo Jiaxing)  
- block: Set memalloc_noio to false on device_add_disk() error path (Li Nan)  
- bpf: Fix verification of indirect var-off stack access (Andrei Matei)  
- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types (Johan Hovold)  
- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator (Krzysztof Kozlowski)  
- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator (Krzysztof Kozlowski)  
- scsi: fnic: Return error if vmalloc() failed (Artem Chernyshev)  
- bpf: fix check for attempt to corrupt spilled pointer (Andrii Nakryiko)  
- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge triggered (Douglas Anderson)  
- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge triggered (Douglas Anderson)  
- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge triggered (Douglas Anderson)  
- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge triggered (Douglas Anderson)  
- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered (Douglas Anderson)  
- ARM: dts: qcom: sdx65: correct SPMI node name (Krzysztof Kozlowski)  
- bpf: enforce precision of R0 on callback return (Andrii Nakryiko)  
- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type (Tomi Valkeinen)  
- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior (Su Hui)  
- firmware: meson_sm: populate platform devices from sm device tree data (Dmitry Rokosov)  
- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() (Christophe JAILLET)  
- net/ncsi: Fix netlink major/minor version numbers (Peter Delevoryas)  
- ARM: dts: qcom: apq8064: correct XOADC register address (Dmitry Baryshkov)  
- wifi: libertas: stop selecting wext (Arnd Bergmann)  
- wifi: ath11k: Defer on rproc_get failure (Luca Weiss)  
- bpf: Add crosstask check to __bpf_get_stack (Jordan Rome)  
- bpf, lpm: Fix check prefixlen before walking trie (Florian Lehner)  
- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (Chih-Kang Chang)  
- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT (Trond Myklebust)  
- blocklayoutdriver: Fix reference leak of pnfs_device_node (Benjamin Coddington)  
- crypto: scomp - fix req-&gt;dst buffer overflow (Chengming Zhou)  
- crypto: sahara - do not resize req-&gt;src when doing hash operations (Ovidiu Panait)  
- crypto: sahara - fix processing hash requests with req-&gt;nbytes &lt; sg-&gt;length (Ovidiu Panait)  
- crypto: sahara - improve error handling in sahara_sha_process() (Ovidiu Panait)  
- crypto: sahara - fix wait_for_completion_timeout() error handling (Ovidiu Panait)  
- crypto: sahara - fix ahash reqsize (Ovidiu Panait)  
- crypto: sahara - handle zero-length aes requests (Ovidiu Panait)  
- crypto: sahara - avoid skcipher fallback code duplication (Ovidiu Panait)  
- crypto: virtio - Wait for tasklet to complete on device remove (wangyangxin)  
- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump (Osama Muhammad)  
- fs: indicate request originates from old mount API (Christian Brauner)  
- pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() (Sergey Shtylyov)  
- crypto: sahara - fix error handling in sahara_hw_descriptor_create() (Ovidiu Panait)  
- crypto: sahara - fix processing requests with cryptlen &lt; sg-&gt;length (Ovidiu Panait)  
- crypto: sahara - fix ahash selftest failure (Ovidiu Panait)  
- crypto: sahara - fix cbc selftest failure (Ovidiu Panait)  
- crypto: sahara - remove FLAGS_NEW_KEY logic (Ovidiu Panait)  
- crypto: af_alg - Disallow multiple in-flight AIO requests (Herbert Xu)  
- crypto: ccp - fix memleak in ccp_init_dm_workarea (Dinghao Liu)  
- crypto: sa2ul - Return crypto_aead_setkey to transfer the error (Chen Ni)  
- crypto: virtio - Handle dataq logic with tasklet (Gonglei (Arei))  
- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket (Mickael Salaun)  
- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier (ZhaoLong Wang)  
- kunit: debugfs: Fix unchecked dereference in debugfs_print_results() (Richard Fitzgerald)  
- ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the error (Tony Luck)  
- ACPI: LPSS: Fix the fractional clock divider flags (Andy Shevchenko)  
- spi: sh-msiof: Enforce fixed DTDL for R-Car H3 (Wolfram Sang)  
- efivarfs: force RO when remounting if SetVariable is not supported (Ilias Apalodimas)  
- calipso: fix memory leak in netlbl_calipso_add_pass() (Gavrilov Ilia)  
- cpufreq: scmi: process the result of devm_of_clk_add_hw_provider() (Alexandra Diupina)  
- cpufreq: Use of_property_present() for testing DT property presence (Rob Herring)  
- of: Add of_property_present() helper (Rob Herring)  
- of: property: define of_property_read_u{8,16,32,64}_array() unconditionally (Michael Walle)  
- ACPI: LPIT: Avoid u32 multiplication overflow (Nikita Kiryushin)  
- ACPI: video: check for error while searching for backlight device parent (Nikita Kiryushin)  
- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response (Ronald Monthero)  
- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies (Amit Kumar Mahapatra)  
- powerpc/imc-pmu: Add a null pointer check in update_events_in_group() (Kunwu Chan)  
- powerpc/powernv: Add a null pointer check in opal_powercap_init() (Kunwu Chan)  
- powerpc/powernv: Add a null pointer check in opal_event_init() (Kunwu Chan)  
- powerpc/powernv: Add a null pointer check to scom_debug_init_one() (Kunwu Chan)  
- selftests/powerpc: Fix error handling in FPU/VMX preemption tests (Michael Ellerman)  
- powerpc/pseries/memhp: Fix access beyond end of drmem array (Nathan Lynch)  
- powerpc/44x: select I2C for CURRITUCK (Randy Dunlap)  
- powerpc: add crtsavres.o to always-y instead of extra-y (Masahiro Yamada)  
- powerpc: remove checks for binutils older than 2.25 (Masahiro Yamada)  
- powerpc/toc: Future proof kernel toc (Alan Modra)  
- powerpc: Mark .opd section read-only (Christophe Leroy)  
- EDAC/thunderx: Fix possible out-of-bounds string access (Arnd Bergmann)  
- x86/lib: Fix overflow when counting digits (Colin Ian King)  
- coresight: etm4x: Fix width of CCITMIN field (James Clark)  
- PCI: Add ACS quirk for more Zhaoxin Root Ports (LeoLiuoc)  
- leds: ledtrig-tty: Free allocated ttyname buffer on deactivate (Florian Eckert)  
- parport: parport_serial: Add Brainboxes device IDs and geometry (Cameron Williams)  
- parport: parport_serial: Add Brainboxes BAR details (Cameron Williams)  
- uio: Fix use-after-free in uio_open (Guanghui Feng)  
- binder: fix comment on binder_alloc_new_buf() return value (Carlos Llamas)  
- binder: fix trivial typo of binder_free_buf_locked() (Carlos Llamas)  
- binder: fix use-after-free in shinker's callback (Carlos Llamas)  
- binder: use EPOLLERR from eventpoll.h (Carlos Llamas)  
- kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list (Masami Hiramatsu (Google))  
- bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25 (Alan Maguire)  
- Revert 'ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek' (Greg Kroah-Hartman)  
- ACPI: resource: Add another DMI match for the TongFang GMxXGxx (Hans de Goede)  
- drm/crtc: fix uninitialized variable use (Jani Nikula)  
- ARM: sun9i: smp: fix return code check of of_property_match_string (Stefan Wahren)  
- net: qrtr: ns: Return 0 if server port is not present (Sarannya S)  
- ida: Fix crash in ida_free when the bitmap is empty (Matthew Wilcox (Oracle))  
- i2c: rk3x: fix potential spinlock recursion on poll (Jensen Huang)  
- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346 (Hans de Goede)  
- Input: xpad - add Razer Wolverine V2 support (Luca Weiss)  
- wifi: iwlwifi: pcie: avoid a NULL pointer dereference (Avraham Stern)  
- ARC: fix spare error (Vineet Gupta)  
- s390/scm: fix virtual vs physical address confusion (Vineeth Vijayan)  
- Input: i8042 - add nomux quirk for Acer P459-G2-M (Esther Shimanovich)  
- Input: atkbd - skip ATKBD_CMD_GETID in translated mode (Hans de Goede)  
- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning (Krzysztof Kozlowski)  
- ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI (Steven Rostedt (Google))  
- tracing: Fix uaf issue when open the hist or hist_debug file (Zheng Yejian)  
- MIPS: dts: loongson: drop incorrect dwmac fallback compatible (Krzysztof Kozlowski)  
- stmmac: dwmac-loongson: drop useless check for compatible fallback (Krzysztof Kozlowski)  
- tracing: Add size check when printing trace_marker output (Steven Rostedt (Google))  
- tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing (Steven Rostedt (Google))  
- jbd2: fix soft lockup in journal_finish_inode_data_buffers() (Ye Bin)  
- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events (Hans de Goede)  
- neighbour: Don't let neigh_forced_gc() disable preemption for long (Judy Hsiao)  
- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc (Ziqi Zhao)  
- jbd2: correct the printing of write_flags in jbd2_write_superblock() (Zhang Yi)  
- clk: rockchip: rk3128: Fix HCLK_OTG gate register (Weihao Li)  
- hwmon: (corsair-psu) Fix probe when built-in (Armin Wolf)  
- drm/exynos: fix a wrong error checking (Inki Dae)  
- drm/exynos: fix a potential error pointer dereference (Xiang Yang)  
- drm/amdgpu: Add NULL checks for function pointers (Lijo Lazar)  
- nvme: introduce helper function to get ctrl state (Keith Busch)  
- ASoC: ops: add correct range check for limiting volume (Srinivas Kandagatla)  
- ASoC: da7219: Support low DC impedance headset (David Rau)  
- net/tg3: fix race condition in tg3_reset_task() (Thinh Tran)  
- nouveau/tu102: flush all pdbs on vmm flush (Dave Airlie)  
- ASoC: rt5650: add mutex to avoid the jack detection failure (Shuming Fan)  
- ASoC: cs43130: Fix incorrect frame delay configuration (Maciej Strozek)  
- ASoC: cs43130: Fix the position of const qualifier (Maciej Strozek)  
- ASoC: Intel: Skylake: mem leak in skl register function (Kamil Duljas)  
- ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16 (David Lin)  
- ASoC: Intel: Skylake: Fix mem leak in few functions (Kamil Duljas)  
- ASoC: wm8974: Correct boost mixer inputs (Charles Keepax)  
- nvme-core: check for too small lba shift (Keith Busch)  
- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer (Lu Yao)  
- debugfs: fix automount d_fsdata usage (Johannes Berg)  
- wifi: cfg80211: lock wiphy mutex for rfkill poll (Johannes Berg)  
- mptcp: fix uninit-value in mptcp_incoming_options (Edward Adam Davis)  
- ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro (Vasiliy Kovalev)  
- pinctrl: lochnagar: Don't build on MIPS (Charles Keepax)  
- f2fs: explicitly null-terminate the xattr list (Eric Biggers)

[5.15.0-205.147.1]
- mm: avoid conflict between MADV_DOEXEC and upstream advice values (Anthony Yznaga)  [Orabug: 36334308]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12272.html" type="self" title="ELSA-2024-12272" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-2201.html" id="CVE-2024-2201" type="cve" title="CVE-2024-2201" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26679.html" id="CVE-2024-26679" type="cve" title="CVE-2024-26679" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">10e3fcdbf7726f012a3bab6e105480a59dcd70ef956692d84155a8d08c792bcf</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">89f9ad9792f802a2ff1209d7eba7e4d608198d4a8414b6c8075635f85009fb4e</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-205.149.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">eb186a8702d44bf57be231229e494f04ffbfdea9c6dc11d02478cda9272189da</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9cf6f0d3a7cb302290b2810293ba2050809e5a965a9c4620639bb9e965b52eea</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8c3284e4fd0095c678307e5e8142c59761f08729cdaf68ce67ade210cf5be269</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7edae6be1415a455413b1f04bb6bdadb03199d4f0239527c4c5b95ca3e1600dc</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">55c6d9d1cd8a7bb9c6bb9dc608f2a0bfdf4995aa898458a3f57753eecfde4429</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a296832dfc9720151637c4c44f47c2b3a29267925d90ab110f59ac96c4262a4f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-205.149.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">3ab1cefa795e864847fcfce42637fa32ae693c91c3500e7b4b121905c9789916</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aede8a9a0993df511d6b45646e2415aef3eb9138a235266b2913673b581b27c2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">42b517ce01d469ca7d2f80558c533901ee79c4743dd5362954fcf75612a9e1e8</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dc3c09ad62fe33f303c68c1b04387e3ac0b5683700cd71627ff7e20c6d378cf6</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">76c888674c5f174cbc9f0d99ce8d4e2f0cb45b7e065eea0cae4955a5f87e1351</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cf5679e48636384e5668a649af022c8c21b0cfd58761a58758d66cb2a10aa2a8</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="205.149.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-205.149.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">85347202c5343b8b233c020d96d11ff43782c29c9e98cee3ca934903d1e20829</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20412</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-08 00:00:00"/>
    <updated date="2025-07-08 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.0.3-1]
- This is only released on OL10.
- Redesigned USDT support to work for LTO compilations.  [Orabug: 38011704]
- New builtin variable: execargs.
- Offset probes in pid provider.  (Eugene Loh)
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Sam James, Eugene Loh, Kris Van Hees)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20412.html" type="self" title="ELBA-2025-20412" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-testsuite" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">fffcdbb7db5e8d45b9c41520ec92db09ba49bd3959c0abdf974ac665d8d48178</sum>
        </package>
        <package name="dtrace" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">fe4a36871579c7ba30e04aea2bb64488c58b20bb045875d7b100879b386826b5</sum>
        </package>
        <package name="dtrace-devel" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">44f8d4888b2583f0118b5bdc0381c9b5f4e7dbf1044643be40df546f88efedfc</sum>
        </package>
        <package name="dtrace" version="2.0.3" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.3-1.el8.src.rpm</filename>
          <sum type="sha256">0adfb18afae9c7c34175b60a73ba20fcdb2fb07deaa665bc40da0f0682e22bca</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12589</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-08-14 00:00:00"/>
    <updated date="2024-08-14 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-209.161.7.1]
- fsnotify: clear PARENT_WATCHED flags lazily (Amir Goldstein)  [Orabug: 36940606]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12589.html" type="self" title="ELBA-2024-12589" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b651e99ec4fe7eba8228f1c7cabe97e973aabcbfdf129cee03accacd187fef65</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b25ac4a87d1d2e637b664840f7b01477daa3cc37b4553cd1cf1f1d9321d7639a</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-209.161.7.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">74bb89bf1347ec9179d23ae58c6223182705602dc2fd740ba0a74005285a287a</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ab71fddd4ca331c57fdec163c9f3507132f4b21f1e66e95d15e55083e8bf2ff6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-209.161.7.1.el8uek.src.rpm</filename>
          <sum type="sha256">bf0aa94cd1fda579c5e2fce7b1b139910b0d5490e5c5bb0b072c5bfd84281045</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a345ed847e19d270c4c05b6153792512c56d25f3a809f8f3a5b3b4983e787ccd</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9bd06e20b67bb24e7dcc7910c420a980408e651faf4de760587d44c5a73ca7fd</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0e282e775a5b86984b98f5e0938fa275b6bb362852ce2657c08b1e886535deb5</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b87522ec0c90a2d74c989b056203c5fd210c96c5c2e876685320f95e0dff538a</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4ce500c30a0fe33e2488a9716bdef8471f453eb01de1bcdf724168d19090afd7</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2fb7ca638e2f06e42877d40c57836b0d548a92518542804bad168737ffc52d4f</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8ef39b7f0d841b58f569587b29625e76bd584d95045735ef9f3d4cea1d7f4d2d</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3cd39224d3e0b5763e27c1664228e5dd86a3fa9726569f70394efca3fec7b174</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3a26ef56c88faa41a71bd830ccacf3308ead7a221800c94001fb2edb84b25856</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="209.161.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-209.161.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dd64934ef5177a936350f85d3921e6c8c3430567c11b1c8aa2b59d320053c397</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12546</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-07-23 00:00:00"/>
    <updated date="2024-07-23 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-208.159.3.2]
- net/mlx5e: drop shorter ethernet frames (Manjunath Patil)  [Orabug: 36660755]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12546.html" type="self" title="ELSA-2024-12546" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41090.html" id="CVE-2024-41090" type="cve" title="CVE-2024-41090" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41091.html" id="CVE-2024-41091" type="cve" title="CVE-2024-41091" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">95a4234564819e5a543eaf017f0dd9009a838d419b8b32c9aec3e1a0f29cdf79</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b50c3fbbaf295b24231dcc990db051d7506e08844b2504192e4493304ae923a6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-208.159.3.2.el8uek.src.rpm</filename>
          <sum type="sha256">5ba185b96eddc20068cba5da9334d427663c88bdadba2a50084578af71612303</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7bdbd7407bcd3e79055219838da0379fdb2c67d1f6727506b95636b9df519cfc</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0e0a36e43921de395b1bd84e4ccc4497f0d4231bde81a2cc4f1396a506d1dde</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1833eee0176b1c7b4f1b2a946e2b52c571d15819694257ae3853631c052adc72</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ada7f3f96fa65d2ecda609463b3b4174f6c21ec1b1c5770fa7c31681bc115379</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">15f875251890db1f27ce2a29c2ad7bf5c2716eed6beb3cd43a50b1bc328482d2</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-208.159.3.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">0f85be2e59234bec7e52c41965c31bd7be4773d9be52bf36f69810d5867849b5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cbc521413a9b56f0a02cf6ea12dfa120af4b49df01d591b773714468b45b4e1a</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7fc73393f93d12bbe3bbe3b9a41e766eb69fbb3473974cffebbdf5fc741dbdfd</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">48608eef55d04fd9467ba5c4c7bccf4d1997224949f3e192e3a1c894b7249470</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">47b28d685b8ef3dd9b5112c14f56f501f55e3f186e3c957637cdde40195f7fa2</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4d113fd523c5683aba946e2a47c0f69f62eb82030ace071695f2ca4961ad7566</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="208.159.3.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-208.159.3.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e909e877f8b1788e3ce960c3b3fa8046127a8a9ddfcae5f0d6cfee05063cf244</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50133</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-27 00:00:00"/>
    <updated date="2026-02-27 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-317.197.5.2]
- xfrm: flush all states in xfrm_state_fini (Sabrina Dubroca)  [Orabug: 39016261] 
- xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added (Sabrina Dubroca)  [Orabug: 39016261] 
- Revert 'xfrm: destroy xfrm_state synchronously on net exit path' (Sabrina Dubroca)  [Orabug: 39016261] 
- tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). (Kuniyuki Iwashima)  [Orabug: 39016219]  {CVE-2025-40149}
- net: Add locking to protect skb-&gt;dev access in ip_output (Sharath Chandra Vurukala)  [Orabug: 39016219]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50133.html" type="self" title="ELSA-2026-50133" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40149.html" id="CVE-2025-40149" type="cve" title="CVE-2025-40149" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40256.html" id="CVE-2025-40256" type="cve" title="CVE-2025-40256" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9cbc8ab5f3dbdd42f9a3b52d6a4ba865c01e702ea0eaecf13a5f1bbb3edca1c0</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-317.197.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">581f36f1c43b9fb0b583bef4199bf61c0de3be5ca25cbcb12cc1a1c6d431a57c</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fc1f909c6baa1cf1f671805a1b06142097330fc0a0693b5e72a6f64d412418ca</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">594cf460c37457720b7f19a46597959628adb4d0298eb6ff376e3aae286e9310</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0929e6767316b4199b172de407f717898769e4183f98eb02ac566c7d3fd79b99</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5407848d654414790f95e6d2eb248ef5adc747be6597a38867e29c303f0213f4</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8f63e93d34eed434b4ff66f7de04b7fcdcfb4af865b690235287a0470d73de2c</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2cea48256a117e1d05a226d9dd16ecc9adf275215e687eeded959766b75cbf6b</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">78ee3b7ca87023474b5f2fa146180f9925476e58b9c532115358a50fdb5e235c</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1020a1d0ffb6a8462847d431b1a490f2cf4d0ba64c9c777220a082385cf02893</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6e69f690cdf058f8cc5a1416bd2c9367e002b5d27cdf91e484814177bb407fc4</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-317.197.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">ea3b710c82b72cc4e9efa718b0234b1ae3ac29e792b5e594a947056dfd003cf1</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">edd1ed61b07660c853e98e9620f31ed55efc8bec2eaa4a7168068ef69a6018b4</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fe367955d5261828a872c579d9a5a3aa54c82ec62aa5f303bd0c2a6ac15fcce6</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="317.197.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-317.197.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d72115b6e52941017481c17284494b0420306c72477ff6177c7c5d68b4624e53</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20130</id>
    <title> adaptived  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-02-26 00:00:00"/>
    <updated date="2025-02-26 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[1.0.1]
- Update to v1.0.1 of upstream adaptived

[1.0.0]
- Initial release
- Delete the devel build RPM
- Disable the automated tests in the spec file</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20130.html" type="self" title="ELBA-2025-20130" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="adaptived" version="1.0.1" release="1.el8" epoch="0" arch="src">
          <filename>adaptived-1.0.1-1.el8.src.rpm</filename>
          <sum type="sha256">3abd317e9da4d07282924a2a96dd8e57eeedc27537f31e535308a1b726491ff5</sum>
        </package>
        <package name="adaptived" version="1.0.1" release="1.el8" epoch="0" arch="x86_64">
          <filename>adaptived-1.0.1-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c5bb64a377ac3bdcc990c85ae206356df638a3c7975d94b517d3a2cbbe47e062</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2026-50084</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-06 00:00:00"/>
    <updated date="2026-02-06 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[2.0.5-1]
- Implement PID-specific uprobes.  (Kris Van Hees)
- Allocate the buffers BPF map to fit highest CPU id.  (Kris Van Hees)
- Fix argument handling for multi-location user probes.
  (Kris Van Hees) [Orabug: 38922360]
- Change the 'stack skip' to 3 for fbt (fprobe) and rawtp providers.
  [Orabug: 38776929]
- Fix prvname so that both rawfbt and fbt probes are seen.
  [Orabug: 38842114]
- Do not convert '__' to '-' for stapsdt provider names.
- Fix printf formatting with non-monetary grouping chars.
  [Orabug: 30430270]
- Discontinue -xversion=V as an option.  (Kris Van Hees) [Orabug: 38615307]
- Add the DTrace Tutorial to the git repo and install package.
- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
- Update LLM context files to forbid 'if' statements.
- Test suite weakly pulls in kernel-uek-tools to get perf.  (Nick Alcock)
  [Orabug: 38064413]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2026-50084.html" type="self" title="ELBA-2026-50084" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">7d33ee026bcfeaa48ebb08199d7963e5beeb22edc0be62264c5cd0c04247d859</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">2442bb139f27c7810b8c91e99fc89a33a1fb006041f441e44c1d475929429585</sum>
        </package>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.5-2.el8.src.rpm</filename>
          <sum type="sha256">890aa0a8e2abeed39ad03ab1fdacb3de6f3dc585dce86b8c83d444a03657466a</sum>
        </package>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">9664000fef498ca7ba6969ec49e53335896a25475acc42b66a2e5fb678b05688</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2026-50097</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-06 00:00:00"/>
    <updated date="2026-02-06 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[2.0.5-1]
- Implement PID-specific uprobes.  (Kris Van Hees)
- Allocate the buffers BPF map to fit highest CPU id.  (Kris Van Hees)
- Fix argument handling for multi-location user probes.
  (Kris Van Hees) [Orabug: 38922360]
- Change the 'stack skip' to 3 for fbt (fprobe) and rawtp providers.
  [Orabug: 38776929]
- Fix prvname so that both rawfbt and fbt probes are seen.
  [Orabug: 38842114]
- Do not convert '__' to '-' for stapsdt provider names.
- Fix printf formatting with non-monetary grouping chars.
  [Orabug: 30430270]
- Discontinue -xversion=V as an option.  (Kris Van Hees) [Orabug: 38615307]
- Add the DTrace Tutorial to the git repo and install package.
- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
- Update LLM context files to forbid 'if' statements.
- Test suite weakly pulls in kernel-uek-tools to get perf.  (Nick Alcock)
  [Orabug: 38064413]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2026-50097.html" type="self" title="ELBA-2026-50097" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">7d33ee026bcfeaa48ebb08199d7963e5beeb22edc0be62264c5cd0c04247d859</sum>
        </package>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">9664000fef498ca7ba6969ec49e53335896a25475acc42b66a2e5fb678b05688</sum>
        </package>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.5-2.el8.src.rpm</filename>
          <sum type="sha256">890aa0a8e2abeed39ad03ab1fdacb3de6f3dc585dce86b8c83d444a03657466a</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">2442bb139f27c7810b8c91e99fc89a33a1fb006041f441e44c1d475929429585</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2026-50085</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-06 00:00:00"/>
    <updated date="2026-02-06 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[2.0.5-1]
- Implement PID-specific uprobes.  (Kris Van Hees)
- Allocate the buffers BPF map to fit highest CPU id.  (Kris Van Hees)
- Fix argument handling for multi-location user probes.
  (Kris Van Hees) [Orabug: 38922360]
- Change the 'stack skip' to 3 for fbt (fprobe) and rawtp providers.
  [Orabug: 38776929]
- Fix prvname so that both rawfbt and fbt probes are seen.
  [Orabug: 38842114]
- Do not convert '__' to '-' for stapsdt provider names.
- Fix printf formatting with non-monetary grouping chars.
  [Orabug: 30430270]
- Discontinue -xversion=V as an option.  (Kris Van Hees) [Orabug: 38615307]
- Add the DTrace Tutorial to the git repo and install package.
- Add missing documentation:  trunc(), stapsdt, usdt.h include path.
- Update LLM context files to forbid 'if' statements.
- Test suite weakly pulls in kernel-uek-tools to get perf.  (Nick Alcock)
  [Orabug: 38064413]

[2.0.4-1]
- TCP, UDP, and stapsdt providers implemented.  (Alan Maguire)
- New learning materials:  the User's Guide in Markdown format,
  example scripts, and a context file for LLMs.
  (Eugene Loh, Bruce McCulloch, Ruud van der Pas, Elena Zannoni).
- Allow [u]stack() to be used as a variable value.  (Kris Van Hees)
  [Orabug: 37950533]
- Comments using // are now supported.  (Kris Van Hees)
- Scalability improvements.  (Kris Van Hees)
- Error injection via return() action.  (Kris Van Hees)
- Improved string handling.  (Kris Van Hees)
- Various bug fixes.  (Eugene Loh, Kris Van Hees)
- Fix dyn vars overwriting one another.  [Orabug: 37994729]
- Fix regression:  list fbt probes by default.  [Orabug: 38249511]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees)
- Add test for preprocessor definitions.  [Orabug: 28763074]
- Fix some stack tests.  [Orabug: 37459289]

[2.0.3-1]
- This is only released on OL10.
- Redesigned USDT support to work for LTO compilations.  [Orabug: 38011704]
- New builtin variable: execargs.
- Offset probes in pid provider.  (Eugene Loh)
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Sam James, Eugene Loh, Kris Van Hees)

[2.0.2-1]
- Translators to support kernels 6.10 and later.
- FBT return probe argument support.
- The print() action is augmented with type information.  (Alan Maguire)
- Support to discover and trace USDT probes after a tracing session has
  started.  (Eugene Loh, Nick Alcock)
- USDT probe argument support (translated types, mapping).  (Nick Alcock)
- Installation locations are now configurable.  (Nick Alcock)
- Valgrind is no longer a required build dependency.  (Nick Alcock)
- Self-grabs have been improved.  (Nick Alcock)
- New provider: rawfbt.  (Kris Van Hees)
- Various bug fixes.  (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Sam James, Eugene Loh, Kris Van Hees)
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 37274251]

[2.0.1-1]
- Implement FBT probes with fentry/fexit tracepoints
- Provide argument info for FBT probes.
- Provide pre-generated translator files sets. [Orabug: 36504847]

[2.0.0-1.14]
- Implement provider: io.  (Eugene Loh, Kris Van Hees)
- Implement actions: print().  (Alan Maguire)
- Implement subroutines: link_ntop(), cleanpath().  (Eugene Loh)
- Implement options: -xcpu, -xaggpercpu.  (Eugene Loh)
- Improve providers: pid (offset-based probes) and rawtp (arg info).
- Improve options: -xlockmem (improve default).  (Eugene Loh)
- Ensure USDT probes can survive dtprobed restarts.  (Nick Alcock)
- Improve USDT probe creation/deletion.  (Nick Alcock)
- Improve support for DTrace with upstream kernels.  (Nick Alcock)
- Improve support for compiling DTrace in older environments.  (Kris Van Hees)
- Add support for aggregations of stacks.  (Eugene Loh)
- Improve lexer parsing (top-level wildcard ambiguities and numerals).
  (Nick Alcock)
- Fix END probe execution with multiple tracers.  (Nick Alcock)
- Preemptive BPF program execution for DTrace probes is not allowed.
- Buffer overrun fix for systems with non-sequential online CPU ids.
  (Kris Van Hees, Nick Alcock) [Orabug: 36356681]
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 36329725]

[2.0.0-1.13.2]
- Support using DTrace with upstream kernels.
- Implement provider: ip.
- Implement actions: trunc(), pcap().
- Implement subroutines: inet_ntoa6().
- Implement subroutines: inet_ntop(). (Eugene Loh)
- Support modules.builtin.ranges for builtin module-symbol association.
- Provide a BTF-to-CTF convertor to provide (limited) kernel type information
  when CTF is not available.
- Remove dependency on waitfd(). (Nick Alcock)
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various code improvements. (Nick Alcock, Eugene Loh, Kris Van Hees)

[2.0.0-1.13.1]
- Restart dtprobed when upgrading DTrace.
- Report and clean up orphaned tracing events after each test.

[2.0.0-1.13]
- Full support for is-enabled USDT probes. (Nick Alcock)
- Report error on programs that exceed aggsize or dynvarsize.
- Support for drop counters for principal, speculation, and aggregation buffers
  and for dynamic variables.
- Implement probe: proc:::signal-clear.
- Implement provider: sched (partial implementation).
- Implement provider: lockstat (for kernels &gt;= 5.10.0 and UEK6 with fix).
- Support NULL strings. (Eugene Loh)
- Support uregs[] on older kernels. (Eugene Loh)
- New option: lonknommap. (Nick Alcock)
- Support for USDT probes in programs in different fs namespaces. (Nick Alcock)
- Support for USDT probes in non-PIE executables. (Nick Alcock)
- Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock)
  [Orabug: 35411920]
- Do not modify input files with dtrace -G if unchanged. (Steven Sistare)
  [Orabug: 35417184]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195]
- Various code improvements.  (Nick Alcock, Eugene Loh, Kris Van Hees)
  [Orabug: 35435195]

[2.0.0-1.12]
- Fix evaluation order of bcopy() arguments and lift non-alloca restriction
  on the source address. (Eugene Loh, Kris Van Hees)
- Implement actions: clear(), tracemem(). (Kris Van Hees, Eugene Loh)
- Implement subroutines: copyout(), copyinstr(). (Kris Van Hees, Eugene Loh)
- Implement options: switchrate, aggrate.
- Implement provider: cpc. (Eugene Loh)
- Implement provider: proc.
- Implement built-in variable: uregs. (Eugene Loh)
- Increase strtab maximum size.
- Support using indirect load instructions for pointers to alloca()'d and
  DTrace managed memory. (Kris Van Hees, Eugene Loh)
- Fix arg0 and arg1 for profile-* and tick-* probes. (Eugene Loh)
- Implement runtime bounds checking for scalar array access. (Eugene Loh)
- Updated manpage and moved to dtrace.8.
- Support arbitrary address pointers for basename(), dirname(), strchr(),
  strrchr(), and inet_ntoa(). (Eugene Loh) [Orabug: 34857846]
- Add runtime bounds checking for scalar array access. (Eugene Loh)
  [Orabug: 35045463]
- Various testsuite fixes and improvements. [Orabug: 34829509]
- Various code improvements. [Orabug: 34829509]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2026-50085.html" type="self" title="ELBA-2026-50085" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.5-2.el8.src.rpm</filename>
          <sum type="sha256">890aa0a8e2abeed39ad03ab1fdacb3de6f3dc585dce86b8c83d444a03657466a</sum>
        </package>
        <package name="dtrace" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">9664000fef498ca7ba6969ec49e53335896a25475acc42b66a2e5fb678b05688</sum>
        </package>
        <package name="dtrace-devel" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">7d33ee026bcfeaa48ebb08199d7963e5beeb22edc0be62264c5cd0c04247d859</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.5" release="2.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.5-2.el8.x86_64.rpm</filename>
          <sum type="sha256">2442bb139f27c7810b8c91e99fc89a33a1fb006041f441e44c1d475929429585</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20277</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-04-18 00:00:00"/>
    <updated date="2025-04-18 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-303.171.5.2.2]
- Uek-rpm/ol9: Enable CONFIG_FIPS_SIGNATURE_SELFTEST for mips64 (Vijay Kumar)  [Orabug: 37509583] 
- uek-rpm: Enable CONFIG_FIPS_SIGNATURE_SELFTEST for all archs (Saeed Mirzamohammadi)  [Orabug: 37509575] 
- Revert 'crypto: jitter - permanent and intermittent health errors' (Saeed Mirzamohammadi)  [Orabug: 37492621] 
- Revert 'crypto: jitter - correct health test during initialization' (Saeed Mirzamohammadi)  [Orabug: 37492621]

[5.15.0-303.171.5.2.1]
- cgroup: cgroup-v1: do not exclude cgrp_dfl_root (Vishal Verma)  [Orabug: 37410450]
- vhost_scsi: log write descriptors (Dongli Zhang)  [Orabug: 37423790]
- vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex (Dongli Zhang)  [Orabug: 37423790]

[5.15.0-303.171.5.2]
- build: populate modules_thick.builtin for dirs containing only modules (Nick Alcock)  [Orabug: 37393454]
- x86/pkeys: Ensure updated PKRU value is XRSTOR'd (Aruna Ramakrishna)  [Orabug: 37384237]
- x86/pkeys: Change caller of update_pkru_in_sigframe() (Aruna Ramakrishna)  [Orabug: 37384237]
- Revert 'ocfs2: fix the la space leak when unmounting an ocfs2 volume' (Sherry Yang)  [Orabug: 37383283]

[5.15.0-303.171.5.1]
- sunrpc: fix a NULL deref in svc_process() when -&gt;sv_stats doesn't exist (Calum Mackay)  [Orabug: 37346134]

[5.15.0-303.171.5]
- intel_idle: fix ACPI _CST matching for newer Xeon platforms (Artem Bityutskiy)  [Orabug: 37249457]
- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram (Peter Zijlstra)  [Orabug: 37249457]
- perf/tests: Add AMX instructions to x86 instruction decoder test (Adrian Hunter)  [Orabug: 37249457]
- x86/insn: Add AMX instructions to the x86 instruction decoder (Adrian Hunter)  [Orabug: 37249457]
- intel_idle: add Granite Rapids Xeon support (Artem Bityutskiy)  [Orabug: 37249457]
- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* (Peter Zijlstra)  [Orabug: 37249457]
- intel_idle: Fix false positive RCU splats due to incorrect hardirqs state (Waiman Long)  [Orabug: 37249457]
- cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE (Peter Zijlstra)  [Orabug: 37249457]
- intel_idle: Add a new flag to initialize the AMX state (Chang S. Bae)  [Orabug: 37249457]
- x86/fpu: Add a helper to prepare AMX state for low-power CPU idle (Chang S. Bae)  [Orabug: 37249457]
- intel_idle: enable interrupts before C1 on Xeons (Artem Bityutskiy)  [Orabug: 37249457]

[5.15.0-303.171.4]
- rds: recv_payload_bad_checksum was not 0 after running rds-stress on UEK6 (William Kucharski)  [Orabug: 37265126]
- rds: If RDS Checksums are enabled for RDMA RDS operations, the extension headers will overflow causing incorrect operation (William Kucharski)  [Orabug: 37265124]
- rds: rds_message_alloc() needlessly zeroes m_used_sgs (William Kucharski)  [Orabug: 37265122]
- rds: tracepoint in rds_receive_csum_err() prints pointless information (William Kucharski)  [Orabug: 37265120]
- rds: rds_inc_init() should initialize the inc-&gt;i_conn_path field (William Kucharski)  [Orabug: 37265116]
- rds: Race condition in adding RDS payload checksum extension header may result in RDS header corruption (William Kucharski)  [Orabug: 37265114]
- Revert 'net/mlx5: disable the 'fast unload' feature on Exadata systems' (Qing Huang)  [Orabug: 37285222]
- Revert 'net/mlx5: pretend 'fast unload' succeeded on Exadata systems' (Qing Huang)  [Orabug: 37285222]
- RDMA/mlx5: Fix Shared PD prefetch of ODP memory region (Mark Haywood)  [Orabug: 31688618] [Orabug: 37279176]
- blk-mq: fix missing blk_account_io_done() in error path (Yu Kuai)  [Orabug: 37228086]
- rds: Add rds stuck shutdown timeout (Rohit Nair)  [Orabug: 37214078]
- KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD (Sean Christopherson)  [Orabug: 37273739]
- KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run() (Sean Christopherson)  [Orabug: 37273739]
- KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwinding (Sean Christopherson)  [Orabug: 37273739]
- mm/memory-failure: pass the folio and the page to collect_procs() (Matthew Wilcox (Oracle))  [Orabug: 37270260]
- LTS version: v5.15.171 (Vijayendra Suman)
- mac80211: always have ieee80211_sta_restart() (Johannes Berg)
- vt: prevent kernel-infoleak in con_font_get() (Jeongjun Park)
- drm/i915: Fix potential context UAFs (Rob Clark)
- Revert 'drm/mipi-dsi: Set the fwnode for mipi_dsi_device' (Jason-JH.Lin)
- mm: shmem: fix data-race in shmem_getattr() (Jeongjun Park) [Orabug: 37268580] {CVE-2024-50228}
- wifi: iwlwifi: mvm: fix 6 GHz scan construction (Johannes Berg) [Orabug: 37304734] {CVE-2024-53055}
- nilfs2: fix kernel bug due to missing clearing of checked flag (Ryusuke Konishi) [Orabug: 37268588] {CVE-2024-50230}
- x86/bugs: Use code segment selector for VERW operand (Pawan Gupta) [Orabug: 37227383] {CVE-2024-50072}
- ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow (Edward Adam Davis) [Orabug: 37268563] {CVE-2024-50218}
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves (Matt Fleming) [Orabug: 37268568] {CVE-2024-50219}
- mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations accesses reserves (Mel Gorman)
- mm/page_alloc: explicitly define what alloc flags deplete min reserves (Mel Gorman)
- mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags (Mel Gorman)
- mm/page_alloc: treat RT tasks similar to __GFP_HIGH (Mel Gorman)
- mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE (Mel Gorman)
- mm/page_alloc: split out buddy removal code from rmqueue into separate helper (Mel Gorman)
- mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked() (Wonhyuk Yang)
- mm/page_alloc: call check_new_pages() while zone spinlock is not held (Eric Dumazet)
- riscv: Remove duplicated GET_RM (Chunyan Zhang)
- riscv: Remove unused GENERATING_ASM_OFFSETS (Chunyan Zhang)
- riscv: Use '%u' to format the output of 'cpu' (WangYuli)
- riscv: efi: Set NX compat flag in PE/COFF header (Heinrich Schuchardt)
- riscv: vdso: Prevent the compiler from inserting calls to memset() (Alexandre Ghiti)
- nilfs2: fix potential deadlock with newly created symlinks (Ryusuke Konishi) [Orabug: 37268584] {CVE-2024-50229}
- iio: light: veml6030: fix microlux value calculation (Javier Carrasco)
- iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr() (Zicheng Qu) [Orabug: 37268595] {CVE-2024-50232}
- staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() (Zicheng Qu) [Orabug: 37268597] {CVE-2024-50233}
- wifi: iwlegacy: Clear stale interrupts before resuming device (Ville Syrjala) [Orabug: 37268602] {CVE-2024-50234}
- wifi: ath10k: Fix memory leak in management tx (Manikanta Pubbisetty) [Orabug: 37268610] {CVE-2024-50236}
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower (Felix Fietkau) [Orabug: 37268613] {CVE-2024-50237}
- xhci: Use pm_runtime_get to prevent RPM on unsupported systems (Basavaraj Natikar)
- xhci: Fix Link TRB DMA in command ring stopped completion event (Faisal Hassan)
- usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes() (Javier Carrasco)
- usb: phy: Fix API devm_usb_put_phy() can not release the phy (Zijun Hu)
- usbip: tools: Fix detach_port() invalid port error path (Zongmin Zhou)
- misc: sgi-gru: Don't disable preemption in GRU driver (Dimitri Sivanich)
- net: amd: mvme147: Fix probe banner message (Daniel Palmer)
- scsi: scsi_transport_fc: Allow setting rport state to current state (Benjamin Marzinski)
- fs/ntfs3: Additional check in ni_clear() (Konstantin Komarov) [Orabug: 37268638] {CVE-2024-50244}
- fs/ntfs3: Fix possible deadlock in mi_read (Konstantin Komarov) [Orabug: 37268644] {CVE-2024-50245}
- fs/ntfs3: Fix warning possible deadlock in ntfs_set_state (Konstantin Komarov)
- fs/ntfs3: Check if more than chunk-size bytes are written (Andrew Ballance) [Orabug: 37268655] {CVE-2024-50247}
- firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state() (Xiongfeng Wang)
- netfilter: nft_payload: sanitize offset and length before calling skb_checksum() (Pablo Neira Ayuso) [Orabug: 37268670] {CVE-2024-50251}
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension (Benoit Monin)
- netfilter: Fix use-after-free in get_info() (Dong Chenchen) [Orabug: 37268689] {CVE-2024-50257}
- bpf: Fix out-of-bounds write in trie_get_next_key() (Byeonguk Jeong) [Orabug: 37268702] {CVE-2024-50262}
- netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() (Zichen Xie) [Orabug: 37268697] {CVE-2024-50259}
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (Pedro Tammela) [Orabug: 37304740] {CVE-2024-53057}
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data (Furong Xu) [Orabug: 37304745] {CVE-2024-53058}
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe() (Christophe JAILLET)
- wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd() (Daniel Gabay) [Orabug: 37304749] {CVE-2024-53059}
- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (Emmanuel Grumbach)
- mac80211: Add support to trigger sta disconnect on hardware restart (Youghandhar Chintala)
- mac80211: do drv_reconfig_complete() before restarting all (Johannes Berg)
- RDMA/bnxt_re: synchronize the qp-handle table array (Selvin Xavier)
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (Patrisious Haddad)
- RDMA/cxgb4: Dump vendor specific QP details (Leon Romanovsky)
- wifi: brcm80211: BRCM_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys (Felix Fietkau)
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING (Geert Uytterhoeven)
- cgroup: Fix potential overflow issue when checking max_depth (Xiu Jianfeng)
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context (Koba Ko) [Orabug: 37264072] {CVE-2024-50141}
- ACPI: PRM: Change handler_addr type to void pointer (Sudeep Holla)
- ACPI: PRM: Remove unnecessary blank lines (Aubrey Li)
- ksmbd: fix user-after-free from session log off (Namjae Jeon) [Orabug: 37227413] {CVE-2024-50086}
- selftests/mm: fix incorrect buffer-&gt;mirror size in hmm2 double_map test (Donet Tom)
- LTS version: v5.15.170 (Vijayendra Suman)
- xfrm: validate new SA's prefixlen using SA family when sel.family is unset (Sabrina Dubroca) [Orabug: 37264074] {CVE-2024-50142}
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() (Zichen Xie) [Orabug: 37252324] {CVE-2024-50103}
- net: phy: dp83822: Fix reset pin definitions (Michel Alex)
- serial: protect uart_port_dtr_rts() in uart_shutdown() too (Jiri Slaby (SUSE))
- selinux: improve error checking in sel_write_load() (Paul Moore)
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (Haiyang Zhang)
- xfrm: fix one more kernel-infoleak in algo dumping (Petr Vaganov) [Orabug: 37252349] {CVE-2024-50110}
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593 (Jose Relvas)
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (Sean Christopherson) [Orabug: 37252372] {CVE-2024-50115}
- openat2: explicitly return -E2BIG for (usize &gt; PAGE_SIZE) (Aleksa Sarai)
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag (Ryusuke Konishi) [Orabug: 37252377] {CVE-2024-50116}
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue (Shubham Panwar)
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] (Christian Heusel)
- drm/amd: Guard against bad data for ATIF ACPI method (Mario Limonciello) [Orabug: 37252383] {CVE-2024-50117}
- btrfs: zoned: fix zone unusable accounting for freed reserved extent (Naohiro Aota)
- ALSA: hda/realtek: Update default depop procedure (Kailang Yang)
- ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() (Andrey Shumilin) [Orabug: 37264274] {CVE-2024-50205}
- bpf,perf: Fix perf_event_detach_bpf_prog error handling (Jiri Olsa)
- posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (Jinjie Ruan) [Orabug: 37320233] {CVE-2024-50210}
- r8169: avoid unsolicited interrupts (Heiner Kallweit)
- net: sched: fix use-after-free in taprio_change() (Dmitry Antipov) [Orabug: 37252407] {CVE-2024-50127}
- net: wwan: fix global oob in wwan_rtnl_policy (Lin Ma) [Orabug: 37252410] {CVE-2024-50128}
- net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x (Peter Rashleigh)
- net: plip: fix break; causing plip to never transmit (Jakub Boehm)
- be2net: fix potential memory leak in be_xmit() (Wang Hai) [Orabug: 37264143] {CVE-2024-50167}
- net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() (Wang Hai) [Orabug: 37264149] {CVE-2024-50168}
- xfrm: respect ip protocols rules criteria when performing dst lookups (Eyal Birger)
- xfrm: extract dst lookup parameters into a struct (Eyal Birger)
- tracing: Consider the NULL character when validating the event length (Leo Yan) [Orabug: 37252415] {CVE-2024-50131}
- platform/x86: dell-sysman: add support for alienware products (Crag Wang)
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string (Alexey Klimov)
- arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning (junhua huang)
- platform/x86: dell-wmi: Ignore suspend notifications (Armin Wolf)
- udf: fix uninit-value use in udf_get_fileshortad (Gianfranco Trad) [Orabug: 37264080] {CVE-2024-50143}
- arm64: Force position-independent veneers (Mark Rutland)
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit (Shengjiu Wang)
- ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (Alexey Klimov)
- drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA (Hans de Goede) [Orabug: 37252420] {CVE-2024-50134}
- exec: don't WARN for racy path_noexec check (Mateusz Guzik) [Orabug: 37206344] {CVE-2024-50010}
- XHCI: Separate PORT and CAPs macros into dedicated file (Frank Li)
- usb: gadget: Add function wakeup support (Elson Roy Serrao)
- KVM: s390: gaccess: Check if guest address is in memslot (Nico Boehr)
- KVM: s390: gaccess: Cleanup access to guest pages (Janis Schoetterl-Glausch)
- KVM: s390: gaccess: Refactor access address range check (Janis Schoetterl-Glausch)
- KVM: s390: gaccess: Refactor gpa and length calculation (Janis Schoetterl-Glausch)
- arm64: probes: Fix uprobes for big-endian kernels (Mark Rutland) [Orabug: 37264236] {CVE-2024-50194}
- arm64:uprobe fix the uprobe SWBP_INSN in big-endian (junhua huang)
- Bluetooth: bnep: fix wild-memory-access in proto_unregister (Ye Bin) [Orabug: 37264096] {CVE-2024-50148}
- s390: Initialize psw mask in perf_arch_fetch_caller_regs() (Heiko Carstens)
- usb: typec: altmode should keep reference to parent (Thadeu Lima de Souza Cascardo) [Orabug: 37264102] {CVE-2024-50150}
- smb: client: fix OOBs when building SMB2_IOCTL request (Paulo Alcantara) [Orabug: 37264107] {CVE-2024-50151}
- scsi: target: core: Fix null-ptr-deref in target_alloc_device() (Wang Hai) [Orabug: 37264112] {CVE-2024-50153}
- genetlink: hold RCU in genlmsg_mcast() (Eric Dumazet)
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink(). (Kuniyuki Iwashima) [Orabug: 37264114] {CVE-2024-50154}
- net: systemport: fix potential memory leak in bcm_sysport_xmit() (Wang Hai) [Orabug: 37264156] {CVE-2024-50171}
- net: xilinx: axienet: fix potential memory leak in axienet_start_xmit() (Wang Hai)
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Li RongQing)
- net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit() (Wang Hai)
- macsec: don't increment counters for an unrelated SA (Sabrina Dubroca)
- net: usb: usbnet: fix race in probe failure (Oliver Neukum)
- drm/msm: Allocate memory for disp snapshot with kvzalloc() (Douglas Anderson)
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs() (Douglas Anderson) [Orabug: 37264122] {CVE-2024-50156}
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation (Jonathan Marek)
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (Bhargava Chenna Marreddy) [Orabug: 37264280] {CVE-2024-50208}
- RDMA/bnxt_re: Return more meaningful error (Kalesh AP)
- ipv4: give an IPv4 dev to blackhole_netdev (Xin Long)
- RDMA/irdma: Fix misspelling of 'accept*' (Alexander Zubkov)
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (Anumula Murali Mohan Reddy)
- ALSA: hda/cs8409: Fix possible NULL dereference (Murad Masimov) [Orabug: 37264129] {CVE-2024-50160}
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin (Florian Klink)
- x86/resctrl: Avoid overflow in MB settings in bw_validate() (Martin Kletzander)
- RDMA/bnxt_re: Add a check for memory allocation (Kalesh AP) [Orabug: 37264285] {CVE-2024-50209}
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (Saravanan Vajravel)
- bpf: devmap: provide rxq after redirect (Florian Kauer) [Orabug: 37264132] {CVE-2024-50162}
- bpf: Make sure internal and UAPI bpf_redirect flags don't overlap (Toke Hoiland-Jorgensen) [Orabug: 37264134] {CVE-2024-50163}
- LTS version: v5.15.169 (Vijayendra Suman)
- ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2 (Vasiliy Kovalev)
- powerpc/mm: Always update max/min_low_pfn in mem_topology_setup() (Aneesh Kumar K.V)
- nilfs2: propagate directory read errors from nilfs_find_entry() (Ryusuke Konishi) [Orabug: 37264266] {CVE-2024-50202}
- mptcp: prevent MPC handshake on port-based signal endpoints (Paolo Abeni)
- mptcp: fallback when MPTCP opts are dropped after 1st data (Matthieu Baerts (NGI0))
- tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni) [Orabug: 37227408] {CVE-2024-50083}
- mptcp: handle consistently DSS corruption (Paolo Abeni) [Orabug: 37264210] {CVE-2024-50185}
- mptcp: track and update contiguous data status (Geliang Tang)
- irqchip/gic-v4: Don't allow a VMOVP on a dying VPE (Marc Zyngier) [Orabug: 37264231] {CVE-2024-50192}
- pinctrl: ocelot: fix system hang on level based interrupts (Sergey Matsievskiy) [Orabug: 37264246] {CVE-2024-50196}
- x86/entry_32: Clear CPU buffers after register restore in NMI return (Pawan Gupta) [Orabug: 37264234] {CVE-2024-50193}
- x86/entry_32: Do not clobber user EFLAGS.ZF (Pawan Gupta)
- x86/apic: Always explicitly disarm TSC-deadline timer (Zhang Rui)
- x86/resctrl: Annotate get_mem_config() functions as __init (Nathan Chancellor)
- USB: serial: option: add Telit FN920C04 MBIM compositions (Daniele Palmas)
- USB: serial: option: add support for Quectel EG916Q-GL (Benjamin B. Frost)
- xhci: Mitigate failed set dequeue pointer commands (Mathias Nyman)
- xhci: Fix incorrect stream context type macro (Mathias Nyman)
- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (Luiz Augusto von Dentz)
- Bluetooth: Remove debugfs directory on module init failure (Aaron Thompson)
- iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: light: opt3001: add missing full-scale range value (Emil Gedenryd)
- iio: light: veml6030: fix IIO device retrieval from embedded device (Javier Carrasco) [Orabug: 37264254] {CVE-2024-50198}
- iio: light: veml6030: fix ALS sensor resolution (Javier Carrasco)
- iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency() (Christophe JAILLET)
- iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig (Javier Carrasco)
- iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- drm/vmwgfx: Handle surface check failure correctly (Nikolay Kuratov)
- drm/radeon: Fix encoder-&gt;possible_clones (Ville Syrjala) [Orabug: 37264263] {CVE-2024-50201}
- io_uring/sqpoll: close race on waiting for sqring entries (Jens Axboe)
- blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (Omar Sandoval) [Orabug: 37227403] {CVE-2024-50082}
- x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (Johannes Wikner)
- x86/bugs: Skip RSB fill at VMEXIT (Johannes Wikner)
- x86/entry: Have entry_ibpb() invalidate return predictions (Johannes Wikner)
- x86/cpufeatures: Add a IBPB_NO_RET BUG flag (Johannes Wikner)
- x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (Jim Mattson)
- KVM: s390: Change virtual to physical address access in diag 0x258 handler (Michael Mueller)
- s390/sclp_vt220: Convert newlines to CRLF instead of LFCR (Thomas Weissschuh)
- iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices (Lu Baolu) [Orabug: 37252321] {CVE-2024-50101}
- io_uring/sqpoll: do not put cpumask on stack (Felix Moessbauer)
- io_uring/sqpoll: retain test for whether the CPU is valid (Jens Axboe)
- io_uring/sqpoll: do not allow pinning outside of cpuset (Felix Moessbauer)
- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (Wachowski, Karol)
- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (Breno Leitao) [Orabug: 36835836] {CVE-2024-40953}
- dm-crypt, dm-verity: disable tasklets (Mikulas Patocka)
- wifi: mac80211: fix potential key use-after-free (Johannes Berg)
- secretmem: disable memfd_secret() if arch cannot set direct map (Patrick Roy) [Orabug: 37264195] {CVE-2024-50182}
- mm/swapfile: skip HugeTLB pages for unuse_vma (Liu Shixin) [Orabug: 37264256] {CVE-2024-50199}
- fat: fix uninitialized variable (OGAWA Hirofumi)
- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (Nianyao Tang)
- net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY (Oleksij Rempel)
- arm64: probes: Fix simulate_ldr*_literal() (Mark Rutland)
- arm64: probes: Remove broken LDR (literal) uprobe support (Mark Rutland) [Orabug: 37252316] {CVE-2024-50099}
- posix-clock: Fix missing timespec64 check in pc_clock_settime() (Jinjie Ruan) [Orabug: 37264241] {CVE-2024-50195}
- net: enetc: add missing static descriptor and inline keyword (Wei Fang)
- net: enetc: remove xdp_drops statistic from enetc_xdp_drop() (Wei Fang)
- udf: Fix bogus checksum computation in udf_rename() (Jan Kara) [Orabug: 37320204] {CVE-2024-43845}
- udf: Don't return bh from udf_expand_dir_adinicb() (Jan Kara)
- udf: Handle error when expanding directory (Jan Kara)
- udf: Remove old directory iteration code (Jan Kara)
- udf: Convert udf_link() to new directory iteration code (Jan Kara)
- udf: Convert udf_mkdir() to new directory iteration code (Jan Kara)
- udf: Convert udf_add_nondir() to new directory iteration (Jan Kara)
- udf: Implement adding of dir entries using new iteration code (Jan Kara)
- udf: Convert udf_unlink() to new directory iteration code (Jan Kara)
- udf: Convert udf_rmdir() to new directory iteration code (Jan Kara)
- udf: Convert empty_dir() to new directory iteration code (Jan Kara)
- udf: Convert udf_get_parent() to new directory iteration code (Jan Kara)
- udf: Convert udf_lookup() to use new directory iteration code (Jan Kara)
- udf: Convert udf_readdir() to new directory iteration (Jan Kara)
- udf: Convert udf_rename() to new directory iteration code (Jan Kara)
- udf: Provide function to mark entry as deleted using new directory iteration code (Jan Kara)
- udf: Implement searching for directory entry using new iteration code (Jan Kara)
- udf: Move udf_expand_dir_adinicb() to its callsite (Jan Kara)
- udf: Convert udf_expand_dir_adinicb() to new directory iteration (Jan Kara)
- udf: New directory iteration code (Jan Kara)
- ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2 (Vasiliy Kovalev)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20277.html" type="self" title="ELBA-2025-20277" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5812a8e4feeb540f0005a9047328091c413168b5811d390dcc0a7c61af5510c2</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fa3254fe948b52ce4514ff8ee487d7f6b97b8fbe76657d5b9a0ef41f7b0291ce</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d75203007c9db934dc325f1c5b2befcaf5904e717cbb22e21d104dec10a1fd0d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5f9752ed42b1d01b379d5989e4da0833aa3e2945ff57dab1ad11710362a7fc38</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-303.171.5.2.2.el8uek.src.rpm</filename>
          <sum type="sha256">3c704a899c496c7bead7b30bef66328bc2c88d904192a95e3c0ddb19242fd634</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">29fd106da531ca36e91b4f33cabd0612a5a075401cb69c24ef023d5848072a71</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9a91fd3c8e2d57b5bc769348f7345c0568bbf0c6f16d319994c82f98f5b1aed8</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">85a92d7959ebc2a975c5672806d9aaea81ef59289fd2d5e8cb6efcb76edcbbfe</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">043cdbeb264e02865fda14e03c77918aa7e45370164097bfd4ee16a78da50eac</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e4b91f280c6523375840112e373182f175fbe2d5b03b5d851ee7784b277f7bc0</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">22fa096e91acb0897d06950f62c4bead852d33954e6e76a2612bd9bc8b5256c9</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c1827f08b30049f42e11e29f39840634b61572945cd02f1c4aa5e309e7e906fd</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-303.171.5.2.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">3e93ef001e1629cba4d557fc493a41819c73c76a0846db8208281d67e8ce4f2c</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">48a798394cca8bec2abc6ffe349e2066aeb4db89ebb9ffe70fd8870013a339af</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="303.171.5.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-303.171.5.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7cd806210173ed79b5671f9206e1d79494c189507dc502ed533ff4842a84614f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9580</id>
    <title> iniparser  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-19 00:00:00"/>
    <updated date="2022-07-19 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[4.1-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

[4.1-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[4.1-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[4.1-2]
- Add symlinks for headers to be compitable with Debian (BZ#1635706)

[4.1-1]
- Update to 4.1 (BZ#1508863)

[4.0-6.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[4.0-5.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[4.0-4.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[4.0-3.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[4.0-2.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

[4.0-1.20160821git]
- Update to 4.0 [git e24843b] (#1346451)
- Spec file maintenance

[3.1-7]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

[3.1-6]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

[3.1-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

[3.1-4]
- resolves: #1031119 - Fix possible crash with crafted ini files.

[3.1-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

[3.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

[3.1-1]
- Update to 3.1
- Minor spec file changes according to the latest guidelines

[3.0-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

[3.0-1]
- Final 3.0 release

[3.0-0.4.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

[3.0-0.3.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

[3.0-0.2.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

[3.0-0.1.b]
- change version number to reflect 'pre-release' status

[3.0b-3]
- ensure LICENSE file is installed

[3.0b-2]
- respond to review: added -fPIC to cflags, used 'install'

[3.0b-1]
- Initial packaging attempt</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9580.html" type="self" title="ELBA-2022-9580" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="iniparser" version="4.1" release="5.el8" epoch="0" arch="src">
          <filename>iniparser-4.1-5.el8.src.rpm</filename>
          <sum type="sha256">02cdf49744ff9c6bf1914f7a9bc2592e06ac579d2ce51a48f31bc7d07a73f1e3</sum>
        </package>
        <package name="iniparser" version="4.1" release="5.el8" epoch="0" arch="x86_64">
          <filename>iniparser-4.1-5.el8.x86_64.rpm</filename>
          <sum type="sha256">cb1b94d75037f3657e17a3f635e98d7bc2f854323d2b50ec9ffb288761d6ec96</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12950</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-10-26 00:00:00"/>
    <updated date="2023-10-26 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-200.131.27]
- net/mlx5: E-Switch, Protect unloading driver while adding rules (Chris Mi)  [Orabug: 35806544] 
- scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() (Nilesh Javali)  [Orabug: 35847181] 
- scsi: qla2xxx: Correct endianness for rqstlen and rsplen (Nilesh Javali)  [Orabug: 35847181] 
- scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe (Manish Rangankar)  [Orabug: 35847181] 
- RDMA/mlx5: Fix UMR cleanup on error flow of driver init (Maor Gottlieb)  [Orabug: 35290200] 
- mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch manager (Bodong Wang)  [Orabug: 35290200] 
- net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc() (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: enable the kernel build options to support new features (Qing Huang)  [Orabug: 35290200] 
- rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler (Ze Gao)  [Orabug: 35290200] 
- devlink: Fix crash with CONFIG_NET_NS=n (Ido Schimmel)  [Orabug: 35290200] 
- devlink: change per-devlink netdev notifier to static one (Jiri Pirko)  [Orabug: 35290200] 
- net/sched: cls_api: Initialize miss_cookie_node when action miss is not used (Ivan Vecera)  [Orabug: 35290200] 
- net/sched: clear actions pointer in miss cookie init fail (Pedro Tammela)  [Orabug: 35290200] 
- net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy() (Nathan Chancellor)  [Orabug: 35290200] 
- devlink: allow to call devl_param_driverinit_value_get() without holding instance lock (Jiri Pirko)  [Orabug: 35290200] 
- devlink: Fix memleak in health diagnose callback (Moshe Shemesh)  [Orabug: 35290200] 
- net/sched: fix retpoline wrapper compilation on configs without tc filters (Pedro Tammela)  [Orabug: 35290200] 
- bpf: Resolve fext program type when checking map compatibility (Toke Hoiland-Jorgensen)  [Orabug: 35290200] 
- genetlink: fix single op policy dump when do is present (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: correctly begin the iteration over policies (Jakub Kicinski)  [Orabug: 35290200] 
- rethook: fix a potential memleak in rethook_alloc() (Yi Yang)  [Orabug: 35290200] 
- tracing/fprobe: Fix to check whether fprobe is registered correctly (Masami Hiramatsu (Google))  [Orabug: 35290200] 
- fprobe: Check rethook_alloc() return in rethook initialization (Rafael Mendonca)  [Orabug: 35290200] 
- net: openvswitch: add missing .resv_start_op (Jakub Kicinski)  [Orabug: 35290200] 
- net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERIMENTAL is disabled (Gal Pressman)  [Orabug: 35290200] 
- netdevsim: Fix hwstats debugfs file permissions (Ido Schimmel)  [Orabug: 35290200] 
- rethook: Reject getting a rethook if RCU is not watching (Masami Hiramatsu (Google))  [Orabug: 35290200] 
- xsk: add usage of XDP features flags (Marek Majtyka)  [Orabug: 35290200] 
- drivers: net: turn on XDP features (Marek Majtyka)  [Orabug: 35290200] 
- netdev-genl: fix repeated typo oflloading -&gt; offloading (Tariq Toukan)  [Orabug: 35290200] 
- net, xdp: Add missing xdp_features description (Lorenzo Bianconi)  [Orabug: 35290200] 
- netdev-genl: create a simple family for netdev stuff (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: convert control family to split ops (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: allow families to use split ops directly (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: inline old iteration helpers (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: use iterator in the op to policy map dumping (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: add iterator for walking family ops (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: inline genl_get_cmd() (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: support split policies in ctrl_dumppolicy_put_op() (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start() (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: check for callback type at op load time (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: load policy based on validation flags (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: move the private fields in struct genl_family (Jakub Kicinski)  [Orabug: 35290200] 
policy mapping dump (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: limit the use of validation workarounds to old ops (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: piggy back on resv_op to default to a reject policy (Jakub Kicinski)  [Orabug: 35290200] 
- netlink: add helpers for extack attr presence checking (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: start to validate reserved header bytes (Jakub Kicinski)  [Orabug: 35290200] 
- docs: netlink: basic introduction to Netlink (Jakub Kicinski)  [Orabug: 35290200] 
- netlink: factor out extack composition (Jakub Kicinski)  [Orabug: 35290200] 
- bpf, xdp, docs: Correct some English grammar and spelling (Kev Jackson)  [Orabug: 35290200] 
- Revert 'net/mlx5: Enable management PF initialization' (Jakub Kicinski)  [Orabug: 35290200] 
- mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type (Jesper Dangaard Brouer)  [Orabug: 35290200] 
- mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type (Jesper Dangaard Brouer)  [Orabug: 35290200] 
- xdp: rss hash types representation (Jesper Dangaard Brouer)  [Orabug: 35290200] 
- xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support (Jesper Dangaard Brouer)  [Orabug: 35290200] 
- mlxsw: spectrum_fid: Fix incorrect local port type (Ido Schimmel)  [Orabug: 35290200] 
- net/mlx5e: Overcome slow response for first macsec ASO WQE (Emeel Hakim)  [Orabug: 35290200] 
- net/mlx5e: Initialize link speed to zero (Roy Novich)  [Orabug: 35290200] 
- net/mlx5e: Block entering switchdev mode with ns inconsistency (Gavin Li)  [Orabug: 35290200] 
- mlxsw: core_thermal: Fix fan speed in maximum cooling state (Ido Schimmel)  [Orabug: 35290200] 
- net/mlx5e: TC, Remove error message log print (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: TC, fix cloned flow attribute (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: TC, fix missing error code (Oz Shlomo)  [Orabug: 35290200] 
- net/sched: TC, fix raw counter initialization (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites (Adham Faris)  [Orabug: 35290200] 
- net/mlx5: Set BREAK_FW_WAIT flag first when removing driver (Shay Drory)  [Orabug: 35290200] 
- net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher type (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: Fix cleanup null-ptr deref on encap lock (Paul Blakey)  [Orabug: 35290200] 
- net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port (Maor Dickman)  [Orabug: 35290200] 
- net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules (Maor Dickman)  [Orabug: 35290200] 
- net/mlx5: Disable eswitch before waiting for VF pages (Daniel Jurgens)  [Orabug: 35290200] 
- net/mlx5: Fix setting ec_function bit in MANAGE_PAGES (Parav Pandit)  [Orabug: 35290200] 
- net/mlx5e: Don't cache tunnel offloads capability (Parav Pandit)  [Orabug: 35290200] 
- net/mlx5e: Fix macsec ASO context alignment (Emeel Hakim)  [Orabug: 35290200] 
- mlxsw: spectrum: Fix incorrect parsing depth after reload (Ido Schimmel)  [Orabug: 35290200] 
- platform: mellanox: mlx-platform: Initialize shift variable to 0 (Hans de Goede)  [Orabug: 35290200] 
- platform: mellanox: select REGMAP instead of depending on it (Randy Dunlap)  [Orabug: 35290200] 
- net/mlx5: ECPF, wait for VF pages only after disabling host PFs (Maher Sanalla)  [Orabug: 35290200] 
- mlx5: fix possible ptp queue fifo use-after-free (Vadim Fedorenko)  [Orabug: 35290200] 
- mlx5: fix skb leak while fifo resync and push (Vadim Fedorenko)  [Orabug: 35290200] 
- net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create() (Yang Yingliang)  [Orabug: 35290200] 
- net/mlx5: Remove NULL check before dev_{put, hold} (Yang Li)  [Orabug: 35290200] 
- net/mlx5e: Remove hairpin write debugfs files (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5: Fix memory leak in IPsec RoCE creation (Patrisious Haddad)  [Orabug: 35290200] 
- net/mlx5e: Align IPsec ASO result memory to be as required by hardware (Leon Romanovsky)  [Orabug: 35290200] 
- net/mlx5e: TC, Set CT miss to the specific ct action instance (Paul Blakey)  [Orabug: 35290200] 
- net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG (Paul Blakey)  [Orabug: 35290200] 
- net/mlx5: Refactor tc miss handling to a single function (Paul Blakey)  [Orabug: 35290200] 
- net/mlx5: Kconfig: Make tc offload depend on tc skb extension (Paul Blakey)  [Orabug: 35290200] 
- net/mlx4_en: Introduce flexible array to silence overflow warning (Kees Cook)  [Orabug: 35290200] 
- net/sched: cls_api: Support hardware miss to tc action (Paul Blakey)  [Orabug: 35290200] 
- net/sched: Rename user cookie and act cookie (Paul Blakey)  [Orabug: 35290200] 
- IB/mlx5: Extend debug control for CC parameters (Edward Srouji)  [Orabug: 35290200] 
- net/mlx5e: RX, Remove doubtful unlikely call (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: Fix outdated TLS comment (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Remove unused function mlx5e_sq_xmit_simple (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Allow offloading of ct 'new' match (Vlad Buslov)  [Orabug: 35290200] 
- net/mlx5e: Implement CT entry update (Vlad Buslov)  [Orabug: 35290200] 
- net/mlx5: Simplify eq list traversal (Parav Pandit)  [Orabug: 35290200] 
- net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle() (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff() (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Switch to using napi_build_skb() (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Use query_special_contexts for mkeys (Or Har-Toov)  [Orabug: 35290200] 
- net/mlx5: Change define name for 0x100 lkey value (Or Har-Toov)  [Orabug: 35290200] 
- net/mlx5: Expose bits for querying special mkeys (Or Har-Toov)  [Orabug: 35290200] 
- net/mlx5: Configure IPsec steering for egress RoCEv2 traffic (Mark Zhang)  [Orabug: 35290200] 
- net/mlx5: Configure IPsec steering for ingress RoCEv2 traffic (Mark Zhang)  [Orabug: 35290200] 
- net/mlx5: Add IPSec priorities in RDMA namespaces (Mark Zhang)  [Orabug: 35290200] 
- net/mlx5: Implement new destination type TABLE_TYPE (Mark Zhang)  [Orabug: 35290200] 
- net/mlx5: Introduce new destination type TABLE_TYPE (Patrisious Haddad)  [Orabug: 35290200] 
- net/mlx5: Suspend auxiliary devices only in case of PCI device suspend (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Remove 'recovery' arg from mlx5_load_one() function (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Create auxdev devlink instance in the same ns as parent devlink (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Move devlink port registration to be done before netdev alloc (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Move dl_port to struct mlx5e_dev (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev-&gt;devlink_port (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Pass mdev to mlx5e_devlink_port_register() (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Remove outdated comment (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: TC, Remove redundant parse_attr argument (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: Use a simpler comparison for uplink rep (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Lag, Add single RDMA device in multiport mode (Mark Bloch)  [Orabug: 35290200] 
- net/mlx5: Lag, set different uplink vport metadata in multiport eswitch mode (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: E-Switch, rename bond update function to be reused (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: TC, Add peer flow in mpesw mode (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Lag, Control MultiPort E-Switch single FDB mode (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: TC, support per action stats (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: TC, map tc action cookie to a hw counter (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: TC, store tc action cookies per attr (Oz Shlomo)  [Orabug: 35290200] 
- net/mlx5e: TC, add hw counter to branching actions (Oz Shlomo)  [Orabug: 35290200] 
- net/sched: avoid indirect classify functions on retpoline kernels (Pedro Tammela)  [Orabug: 35290200] 
- net/sched: add retpoline wrapper for tc (Pedro Tammela)  [Orabug: 35290200] 
- net/sched: Enable tc skb ext allocation on chain miss only when needed (Paul Blakey)  [Orabug: 35290200] 
- net: sched: do not allocate a tracker in tcf_exts_init() (Eric Dumazet)  [Orabug: 35290200] 
- net: sched: add netns refcount tracker to struct tcf_exts (Eric Dumazet)  [Orabug: 35290200] 
- net/sched: support per action hw stats (Oz Shlomo)  [Orabug: 35290200] 
- net/sched: pass flow_stats instead of multiple stats args (Oz Shlomo)  [Orabug: 35290200] 
- flow_offload: rename exts stats update functions with hw (Baowen Zheng)  [Orabug: 35290200] 
- net/sched: act_pedit, setup offload action for action stats query (Oz Shlomo)  [Orabug: 35290200] 
- net/sched: optimize action stats api calls (Oz Shlomo)  [Orabug: 35290200] 
- net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h (Vladimir Oltean)  [Orabug: 35290200] 
- platform: mellanox: mlx-platform: Move bus shift assignment out of the loop (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: mlx-platform: Add mux selection register to regmap (Vadim Pasternak)  [Orabug: 35290200] 
- platform/mellanox: mlxreg-hotplug: Allow more flexible hotplug events configuration (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Extend all systems with I2C notification callback (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Split logic in init and exit flow (Vadim Pasternak)  [Orabug: 35290200] 
- Documentation: isdn: correct spelling (Randy Dunlap)  [Orabug: 35290200] 
- platform: mellanox: Split initialization procedure (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Introduce support of new Nvidia L1 switch (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Introduce support for next-generation 800GB/s switch (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Cosmetic changes - rename to more common name (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Change 'reset_pwr_converter_fail' attribute (Vadim Pasternak)  [Orabug: 35290200] 
- platform: mellanox: Introduce support for rack manager switch (Vadim Pasternak)  [Orabug: 35290200] 
- RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregister (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Propagate an internal event in case uplink netdev changes (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Fix trap event handling (Jiri Pirko)  [Orabug: 35290200] 
- mlxsw: core: Register devlink instance before sub-objects (Ido Schimmel)  [Orabug: 35290200] 
- mlxsw: spectrum_acl_tcam: Move devlink param to TCAM code (Ido Schimmel)  [Orabug: 35290200] 
- mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarations (Ido Schimmel)  [Orabug: 35290200] 
- mlxsw: spectrum_acl_tcam: Make fini symmetric to init (Ido Schimmel)  [Orabug: 35290200] 
- mlxsw: spectrum_acl_tcam: Add missing mutex_destroy() (Ido Schimmel)  [Orabug: 35290200] 
- mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set() (Danielle Ratson)  [Orabug: 35290200] 
- net/mlx5: fw_tracer, Add support for unrecognized string (Shay Drory)  [Orabug: 35290200] 
- net/mlx5: fw_tracer, Add support for strings DB update event (Shay Drory)  [Orabug: 35290200] 
- net/mlx5: fw_tracer, allow 0 size string DBs (Shay Drory)  [Orabug: 35290200] 
- net/mlx5: fs, Remove redundant assignment of size (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: fs_core, Remove redundant variable err (Maor Dickman)  [Orabug: 35290200] 
- net/mlx5e: Remove incorrect debugfs_create_dir NULL check in TLS (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: Remove incorrect debugfs_create_dir NULL check in hairpin (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5: fs, Remove redundant vport_number assignment (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: Remove redundant code for handling vlan actions (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: Don't listen to remove flows event (Leon Romanovsky)  [Orabug: 35290200] 
- net/mlx5: fw reset: Skip device ID check if PCI link up failed (Moshe Shemesh)  [Orabug: 35290200] 
- net/mlx5: Remove redundant health work lock (Shay Drory)  [Orabug: 35290200] 
- mlx5: reduce stack usage in mlx5_setup_tc (Arnd Bergmann)  [Orabug: 35290200] 
- net/mlx5e: Trigger NAPI after activating an SQ (Maxim Mikityanskiy)  [Orabug: 35290200] 
- net/mlx5e: IPsec, support upper protocol selector field offload (Raed Salem)  [Orabug: 35290200] 
- net/mlx5e: IPoIB, Add support for XDR speed (Dragos Tatulea)  [Orabug: 35290200] 
- net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustments (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Document support for RoCE HCA disablement capability (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Add counter information to mlx5 driver documentation (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Document previously implemented mlx5 tracepoints (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Update Kconfig parameter documentation (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Separate mlx5 driver documentation into multiple pages (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Lag, Move mpesw related definitions to mpesw.h (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Lag, Use flag to check for shared FDB mode (Mark Bloch)  [Orabug: 35290200] 
- net/mlx5: Lag, Remove redundant bool allocation on the stack (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointers (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Lag, Update multiport eswitch check to log an error (Roi Dayan)  [Orabug: 35290200] 
- devlink: Move devlink dev reload code to dev (Moshe Shemesh)  [Orabug: 35290200] 
- devlink: Split out dev get and dump code (Moshe Shemesh)  [Orabug: 35290200] 
- net: flow_offload: provision conntrack info in ct_metadata (Vlad Buslov)  [Orabug: 35290200] 
- devlink: rename and reorder instances of struct devlink_cmd (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove 'gen' from struct devlink_gen_cmd name (Jiri Pirko)  [Orabug: 35290200] 
- devlink: rename devlink_nl_instance_iter_dump() to 'dumpit' (Jiri Pirko)  [Orabug: 35290200] 
- selftests: mlxsw: qos_defprio: Convert from lldptool to dcb (Petr Machata)  [Orabug: 35290200] 
- selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcb (Petr Machata)  [Orabug: 35290200] 
- selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcb (Petr Machata)  [Orabug: 35290200] 
- docs: ftrace: always use canonical ftrace path (Ross Zwisler)  [Orabug: 35290200] 
- net/mlx5e: kTLS, Improve connection rate by using fast update encryption key (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Keep only one bulk of full available DEKs (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add async garbage collector for DEK bulk (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Reuse DEKs after executing SYNC_CRYPTO command (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Use bulk allocation for fast update encryption key (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add bulk allocation and modify_dek operation (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add support SYNC_CRYPTO command (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add new APIs for fast update encryption key (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Refactor the encryption key creation (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add const to the key pointer of encryption key creation (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Prepare for fast crypto key update if hardware supports it (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Change key type to key purpose (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add IFC bits and enums for crypto key (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Add IFC bits for general obj create param (Jianbo Liu)  [Orabug: 35290200] 
- net/mlx5: Header file for crypto (Tariq Toukan)  [Orabug: 35290200] 
- RDMA/mlx5: Remove implicit ODP cache entry (Aharon Landau)  [Orabug: 35290200] 
- RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries (Aharon Landau)  [Orabug: 35290200] 
- net/mlx5: Move eswitch port metadata devlink param to flow eswitch code (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Move flow steering devlink param to flow steering code (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Move fw reset devlink param to fw reset code (Jiri Pirko)  [Orabug: 35290200] 
- devlink: protect devlink param list by instance lock (Jiri Pirko)  [Orabug: 35290200] 
- qed: remove pointless call to devlink_param_driverinit_value_set() (Jiri Pirko)  [Orabug: 35290200] 
- ice: remove pointless calls to devlink_param_driverinit_value_set() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove devlink features (Jiri Pirko)  [Orabug: 35290200] 
- devlink: send objects notifications during devlink reload (Jiri Pirko)  [Orabug: 35290200] 
- devlink: move devlink reload notifications back in between _down() and _up() calls (Jiri Pirko)  [Orabug: 35290200] 
- devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: make devlink_param_driverinit_value_set() return void (Jiri Pirko)  [Orabug: 35290200] 
- devlink: don't work with possible NULL pointer in devlink_param_unregister() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: make devlink_param_register/unregister static (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Covert devlink params registration to use devlink_params_register/unregister() (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5: Change devlink param register/unregister function names (Jiri Pirko)  [Orabug: 35290200] 
- netdevsim: Fill IPsec state validation failure reason (Leon Romanovsky)  [Orabug: 35290200] 
- net/mlx5e: Fill IPsec state validation failure reason (Leon Romanovsky)  [Orabug: 35290200] 
- xfrm: extend add state callback to set failure reason (Leon Romanovsky)  [Orabug: 35290200] 
- net/mlx5e: Fill IPsec policy validation failure reason (Leon Romanovsky)  [Orabug: 35290200] 
- xfrm: extend add policy callback to set failure reason (Leon Romanovsky)  [Orabug: 35290200] 
- Documentation: kprobetrace: Fix some typos (Yoann Congal)  [Orabug: 35290200] 
- net/mlx5e: Support RX XDP metadata (Toke Hoiland-Jorgensen)  [Orabug: 35290200] 
- net/mlx5e: Introduce wrapper for xdp_buff (Toke Hoiland-Jorgensen)  [Orabug: 35290200] 
- xsk: Add cb area to struct xdp_buff_xsk (Toke Hoiland-Jorgensen)  [Orabug: 35290200] 
- net/mlx4_en: Support RX XDP metadata (Stanislav Fomichev)  [Orabug: 35290200] 
- net/mlx4_en: Introduce wrapper for xdp_buff (Stanislav Fomichev)  [Orabug: 35290200] 
- mlxsw: Add support of latency TLV (Amit Cohen)  [Orabug: 35290200] 
- mlxsw: core: Define latency TLV fields (Amit Cohen)  [Orabug: 35290200] 
- mlxsw: emad: Add support for latency TLV (Amit Cohen)  [Orabug: 35290200] 
- mlxsw: core: Do not worry about changing 'enable_string_tlv' while sending EMADs (Amit Cohen)  [Orabug: 35290200] 
- mlxsw: Enable string TLV usage according to MGIR output (Amit Cohen)  [Orabug: 35290200] 
- mlxsw: reg: Add TLV related fields to MGIR register (Amit Cohen)  [Orabug: 35290200] 
- net: Remove C45 check in C22 only MDIO bus drivers (Andrew Lunn)  [Orabug: 35290200] 
- net/mlx5: Remove MLX5E_LOCKED_FLOW flag (Jiri Pirko)  [Orabug: 35290200] 
- net/mlx5e: Create separate devlink instance for ethernet auxiliary device (Jiri Pirko)  [Orabug: 35290200] 
- bitfield: add FIELD_PREP_CONST() (Johannes Berg)  [Orabug: 35290200] 
- net/mlx5e: Use read lock for eswitch get callbacks (Leon Romanovsky)  [Orabug: 35290200] 
- net/mlx5e: Remove redundant allocation of spec in create indirect fwd group (Maor Dickman)  [Orabug: 35290200] 
- net/mlx5e: Support Geneve and GRE with VF tunnel offload (Maor Dickman)  [Orabug: 35290200] 
- net/mlx5: E-Switch, Fix typo for egress (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: Warn when destroying mod hdr hash table that is not empty (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: TC, Use common function allocating flow mod hdr or encap mod hdr (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: TC, Add tc prefix to attach/detach hdr functions (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: TC, Pass flow attr to attach/detach mod hdr functions (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5e: Add warning when log WQE size is smaller than log stride size (Adham Faris)  [Orabug: 35290200] 
- net/mlx5e: Fail with messages when params are not valid for XSK (Adham Faris)  [Orabug: 35290200] 
- net/mlx5: E-switch, Remove redundant comment about meta rules (Roi Dayan)  [Orabug: 35290200] 
- net/mlx5: Add hardware extended range support for PTP adjtime and adjphase (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Add adjphase function to support hardware-only offset control (Rahul Rameshbabu)  [Orabug: 35290200] 
- net/mlx5: Suppress error logging on UCTX creation (Yishai Hadas)  [Orabug: 35290200] 
- net/mlx5e: Suppress Send WQEBB room warning for PAGE_SIZE &gt;= 16KB (Rahul Rameshbabu)  [Orabug: 35290200] 
- RDMA/mlx: Calling qp event handler in workqueue context (Mark Zhang)  [Orabug: 35290200] 
- net/mlx5: Introduce CQE error syndrome (Patrisious Haddad)  [Orabug: 35290200] 
- net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create() (YueHaibing)  [Orabug: 35290200] 
- net/mlx5: remove redundant ret variable (zhang songyi)  [Orabug: 35290200] 
- net/mlx5e: Replace 0-length array with flexible array (Kees Cook)  [Orabug: 35290200] 
- net/mlx5e: Replace zero-length array with flexible-array member (Gustavo A. R. Silva)  [Orabug: 35290200] 
- net/mlx5: Prevent high-rate FW commands from populating all slots (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5: Introduce and use opcode getter in command interface (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5: Enable management PF initialization (Shay Drory)  [Orabug: 35290200] 
- net/mlx5e: Add hairpin debugfs files (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: Add flow steering debugfs directory (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: Add hairpin params structure (Gal Pressman)  [Orabug: 35290200] 
- net/mlx5e: kTLS, Add debugfs (Tariq Toukan)  [Orabug: 35290200] 
- net/mlx5e: Add Ethernet driver debugfs (Gal Pressman)  [Orabug: 35290200] 
- thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function (Daniel Lezcano)  [Orabug: 35290200] 
- netdevsim: Fix memory leak of nsim_dev-&gt;fa_cookie (Wang Yufen)  [Orabug: 35290200] 
- platform/x86: use PLATFORM_DEVID_NONE instead of -1 (Barnabas Pocze)  [Orabug: 35290200] 
- netdevsim: remove redundant variable ret (Jinpeng Cui)  [Orabug: 35290200] 
- thermal/core: Add missing EXPORT_SYMBOL_GPL (Daniel Lezcano)  [Orabug: 35290200] 
- thermal/core: Add thermal_trip in thermal_zone (Daniel Lezcano)  [Orabug: 35290200] 
- thermal/of: Move thermal_trip structure to thermal.h (Daniel Lezcano)  [Orabug: 35290200] 
- thermal/of: Remove the device node pointer for thermal_trip (Daniel Lezcano)  [Orabug: 35290200] 
- thermal/of: Replace device node match with device node search (Daniel Lezcano)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add COME board revision register (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add support for new system XH3000 (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Introduce support for COMe NVSwitch management module for Vulcan chassis (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add support for systems equipped with two ASICs (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add cosmetic changes for alignment (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Make activation of some drivers conditional (Vadim Pasternak)  [Orabug: 35290200] 
- Revert 'workqueue: remove unused cancel_work()' (Andrey Grodzovsky)  [Orabug: 35290200] 
- RDMA/mlx4: Avoid flush_scheduled_work() usage (Tetsuo Handa)  [Orabug: 35290200] 
- netdevsim: Introduce support for L3 offload xstats (Petr Machata)  [Orabug: 35290200] 
- parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers (Helge Deller)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add support for new system SGN2410 (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add BIOS attributes for CoffeeLake COMEx based systems (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Extend FAN and LED configuration to support new MQM97xx systems (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add support for multiply cooling devices (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Configure notifier callbacks for modular system (Vadim Pasternak)  [Orabug: 35290200] 
- platform/x86: mlx-platform: Add initial support for new modular system (Vadim Pasternak)  [Orabug: 35290200] 
- bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs (David Vernet)  [Orabug: 35290200] 
- xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support (Jesper Dangaard Brouer)  [Orabug: 35290200] 
- bpf: XDP metadata RX kfuncs (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Populate kfunc BTF ID sets in struct btf (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- bpf: Introduce btf_tracing_ids (Song Liu)  [Orabug: 35290200] 
- bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs (Song Liu)  [Orabug: 35290200] 
- tools/resolve_btfids: Add support for 8-byte BTF sets (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- bpf: Introduce 8-byte BTF set (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- bpf: generalise tail call map compatibility check (Toke Hoiland-Jorgensen)  [Orabug: 35290200] 
- bpf: Introduce helper bpf_find_vma (Song Liu)  [Orabug: 35290200] 
- bpf: Replace callers of BPF_CAST_CALL with proper function typedef (Kees Cook)  [Orabug: 35290200] 
- bpf: btf: Introduce helpers for dynamic BTF set registration (Kumar Kartikeya Dwivedi)  [Orabug: 35290200] 
- bpf: Replace 'want address' users of BPF_CAST_CALL with BPF_CALL_IMM (Kees Cook)  [Orabug: 35290200] 
- selftests/bpf: Update expected test_offload.py messages (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Introduce device-bound XDP programs (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Reshuffle some parts of bpf/offload.c (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Move offload initialization into late_initcall (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded (Stanislav Fomichev)  [Orabug: 35290200] 
- bpf: Document XDP RX metadata (Stanislav Fomichev)  [Orabug: 35290200] 
- kallsyms: Skip the name search for empty string (Jiri Olsa)  [Orabug: 35290200] 
- lib/sort: Add priv pointer to swap function (Jiri Olsa)  [Orabug: 35290200] 
- fprobe: Add a selftest for fprobe (Masami Hiramatsu)  [Orabug: 35290200] 
- docs: fprobe: Add fprobe description to ftrace-use.rst (Masami Hiramatsu)  [Orabug: 35290200] 
- fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe (Masami Hiramatsu)  [Orabug: 35290200] 
- fprobe: Add sample program for fprobe (Masami Hiramatsu)  [Orabug: 35290200] 
- fprobe: Add exit_handler support (Masami Hiramatsu)  [Orabug: 35290200] 
- ARM: rethook: Add rethook arm implementation (Masami Hiramatsu)  [Orabug: 35290200] 
- powerpc: Add rethook support (Masami Hiramatsu)  [Orabug: 35290200] 
- rethook: x86: Add rethook x86 implementation (Masami Hiramatsu)  [Orabug: 35290200] 
- rethook: Add a generic return hook (Masami Hiramatsu)  [Orabug: 35290200] 
- fprobe: Add ftrace based probe APIs (Masami Hiramatsu)  [Orabug: 35290200] 
- ftrace: Add ftrace_set_filter_ips function (Jiri Olsa)  [Orabug: 35290200] 
- ARM: Recover kretprobe modified return address in stacktrace (Masami Hiramatsu)  [Orabug: 35290200] 
- ARM: kprobes: Make a frame pointer on __kretprobe_trampoline (Masami Hiramatsu)  [Orabug: 35290200] 
- arm64: Recover kretprobe modified return address in stacktrace (Masami Hiramatsu)  [Orabug: 35290200] 
- arm64: kprobes: Make a frame pointer on __kretprobe_trampoline (Masami Hiramatsu)  [Orabug: 35290200] 
- arm64: kprobes: Record frame pointer with kretprobe instance (Masami Hiramatsu)  [Orabug: 35290200] 
- x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y (Masami Hiramatsu)  [Orabug: 35290200] 
- sched: Move kprobes cleanup out of finish_task_switch() (Thomas Gleixner)  [Orabug: 35290200] 
- x86/kprobes: Fixup return address in generic trampoline handler (Masami Hiramatsu)  [Orabug: 35290200] 
- tracing: Show kretprobe unknown indicator only for kretprobe_trampoline (Masami Hiramatsu)  [Orabug: 35290200] 
- x86/unwind: Recover kretprobe trampoline entry (Masami Hiramatsu)  [Orabug: 35290200] 
- x86/kprobes: Push a fake return address at kretprobe_trampoline (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Enable stacktrace from pt_regs in kretprobe handler (Masami Hiramatsu)  [Orabug: 35290200] 
- arm: kprobes: Make space for instruction pointer on stack (Masami Hiramatsu)  [Orabug: 35290200] 
- ia64: Add instruction_pointer_set() API (Masami Hiramatsu)  [Orabug: 35290200] 
- ARC: Add instruction_pointer_set() API (Masami Hiramatsu)  [Orabug: 35290200] 
- x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline() (Josh Poimboeuf)  [Orabug: 35290200] 
- objtool: Ignore unwind hints for ignored functions (Josh Poimboeuf)  [Orabug: 35290200] 
- kprobes: Add kretprobe_find_ret_addr() for searching return address (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: treewide: Make it harder to refer kretprobe_trampoline directly (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor() (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Use bool type for functions which returns boolean value (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe() (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Add assertions for required lock (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Use IS_ENABLED() instead of kprobes_built_in() (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Fix coding style issues (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: treewide: Cleanup the error messages for kprobes (Masami Hiramatsu)  [Orabug: 35290200] 
- kprobes: Make arch_check_ftrace_location static (Punit Agrawal)  [Orabug: 35290200] 
- csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location() (Punit Agrawal)  [Orabug: 35290200] 
- kprobe: Simplify prepare_kprobe() by dropping redundant version (Punit Agrawal)  [Orabug: 35290200] 
- kprobes: Use helper to parse boolean input from userspace (Punit Agrawal)  [Orabug: 35290200] 
- devlink: remove a dubious assumption in fmsg dumping (Jakub Kicinski)  [Orabug: 35290200] 
- netlink: fix spelling mistake in dump size assert (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: add instance lock assertion in devl_is_registered() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove devlink_dump_for_each_instance_get() helper (Jiri Pirko)  [Orabug: 35290200] 
- devlink: convert reporters dump to devlink_nl_instance_iter_dump() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: convert linecards dump to devlink_nl_instance_iter_dump() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove reporter reference counting (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove devl*_port_health_reporter_destroy() (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove reporters_lock (Jiri Pirko)  [Orabug: 35290200] 
- devlink: protect health reporter operation with instance lock (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove linecard reference counting (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove linecards lock (Jiri Pirko)  [Orabug: 35290200] 
- devlink: remove some unnecessary code (Dan Carpenter)  [Orabug: 35290200] 
- devlink: keep the instance mutex alive until references are gone (Jakub Kicinski)  [Orabug: 35290200] 
- netdevsim: move devlink registration under the instance lock (Jakub Kicinski)  [Orabug: 35290200] 
- netdevsim: rename a label (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: allow registering parameters after the instance (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: don't require setting features before registration (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: remove the registration guarantee of references (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: always check if the devlink instance is registered (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: protect devlink-&gt;dev by the instance lock (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: update the code in netns move to latest helpers (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: bump the instance index directly when iterating (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: convert remaining dumps to the by-instance scheme (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: add by-instance dump infra (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: uniformly take the devlink instance lock in the dump loop (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: restart dump based on devlink instance ids (function) (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: restart dump based on devlink instance ids (nested) (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: restart dump based on devlink instance ids (simple) (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: health: combine loops in dump (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: drop the filter argument from devlinks_xa_find_get (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: remove start variables from dumps (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: use an explicit structure for dump context (Jakub Kicinski)  [Orabug: 35290200] 
- netlink: add macro for checking dump ctx size (Jakub Kicinski)  [Orabug: 35290200] 
- netfilter: ctnetlink: use dump structure instead of raw args (Florian Westphal)  [Orabug: 35290200] 
- devlink: split out netlink code (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: split out core code (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: rename devlink_netdevice_event -&gt; devlink_port_netdevice_event (Jakub Kicinski)  [Orabug: 35290200] 
- devlink: move code to a dedicated directory (Jakub Kicinski)  [Orabug: 35290200] 
- net: devlink: convert port_list into xarray (Jiri Pirko)  [Orabug: 35290200] 
- genetlink: introduce split op representation (Jakub Kicinski)  [Orabug: 35290200] 
- genetlink: fix kdoc warnings (Jakub Kicinski)  [Orabug: 35290200] 
- net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types (Ahmed S. Darwish)  [Orabug: 35290200] 
- net: sched: Use _bstats_update/set() instead of raw writes (Ahmed S. Darwish)  [Orabug: 35290200] 
- net: sched: Protect Qdisc::bstats with u64_stats (Ahmed S. Darwish)  [Orabug: 35290200] 
- net/sched: sch_ets: properly init all active DRR list handles (Davide Caratti)  [Orabug: 35290200] 
- u64_stats: Introduce u64_stats_set() (Ahmed S. Darwish)  [Orabug: 35290200] 
- gen_stats: Move remaining users to gnet_stats_add_queue(). (Sebastian Andrzej Siewior)  [Orabug: 35290200] 
- mq, mqprio: Use gnet_stats_add_queue(). (Sebastian Andrzej Siewior)  [Orabug: 35290200] 
- gen_stats: Add gnet_stats_add_queue(). (Sebastian Andrzej Siewior)  [Orabug: 35290200] 
- gen_stats: Add instead Set the value in __gnet_stats_copy_basic(). (Sebastian Andrzej Siewior)  [Orabug: 35290200] 
- net/mlx5: Free IRQ rmap and notifier on kernel shutdown (Saeed Mahameed)  
- Revert 'net/rds: Change c_net field to possible_net_t' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Add basic support for network namespaces' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Use per-namespace bind hash tables' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Use per-namespace connection hash tables' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Monitor socket congestion per network namespace' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Track 'rds' module statistics per network namespace' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Track 'rds_tcp' module statistics per network namespace' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Use per-namespace connection lists in 'rds_tcp'' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Use per-namespace loopback connection lists' (Greg Jumper)  [Orabug: 35811165] 
- Revert 'net/rds: Restrict use of RDS/IB to the initial network namespace' (Greg Jumper)  [Orabug: 35811165] 
- Disallow file map THP creation at fault time if transparent_hugepage is 'never' (Prakash Sangappa)  [Orabug: 35810398] 
- platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notifications (Shih-Yi Chen)  [Orabug: 35782760] 
- platform/mellanox: fix potential race in mlxbf-tmfifo driver (Liming Sun)  [Orabug: 35782760] 
- uek-rpm: Bluefield 3: Disable CONFIG_NUMA (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'platform/mellanox: Updates to mlxbf-pmc' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf_pmc: Fix references to sprintf' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-pmc: Fix error when reading unprogrammed events' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-pmc: Support for BlueField-3 performance counters' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-pmc: Bug fix for BlueField-3 counter offsets' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-ptm: power and thermal management debugfs driver' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-ptm: update license' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-ptm: use 0444 instead of S_IRUGO' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-ptm: add atx debugfs nodes' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-ptm: update module version' (Dave Kleikamp)  [Orabug: 35782760] 
- uek-rpm: Bluefield 3: Remove mlxbf-pmc driver (Dave Kleikamp)  [Orabug: 35782760] 
- mlxbf-bootctl: Support sysfs entries for MFG fields (David Thompson)  [Orabug: 35782760] 
- mlxbf-bootctl: Support setting the ARM boot state to 'OS up' (Asmaa Mnebhi)  [Orabug: 35782760] 
- mlxbf-bootctl: Support the large icmc write/read (Asmaa Mnebhi)  [Orabug: 35782760] 
- mlxbf-bootctl: Add sysfs file for BlueField boot log (Liming Sun)  [Orabug: 35782760] 
- mlxbf-bootctl: Add sysfs file for BlueField boot fifo (Liming Sun)  [Orabug: 35782760] 
- platform/mellanox: add firmware reset support (Khalil Blaiech)  [Orabug: 35782760] 
- Revert 'platform/mellanox: Updates to mlxbf-bootctl' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlx-bootctl: support icm carveout eeprom region read/write' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-bootctl: support SMC call for setting ARM boot state' (Dave Kleikamp)  [Orabug: 35782760] 
- Revert 'mlxbf-bootctl: Fix kernel panic due to buffer overflow' (Dave Kleikamp)  [Orabug: 35782760] 
- mmc: sdhci-of-dwcmshc: Add runtime PM operations (Liming Sun)  [Orabug: 35782760] 
- mmc: sdhci-of-dwcmshc: Add error handling in dwcmshc_resume (Liming Sun)  [Orabug: 35782760] 
- mmc: sdhci-of-dwcmshc: Update DLL and pre-change delay for rockchip platform (Shawn Lin)  [Orabug: 35782760] 
- mmc: sdhci-of-dwcmshc: add support for rk3588 (Yifeng Zhao)  [Orabug: 35782760] 
- Revert 'mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3' (Dave Kleikamp)  [Orabug: 35782760] 
- net: mana: use vmalloc_array and vcalloc (Julia Lawall)  [Orabug: 35664334] 
- RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing (Long Li)  [Orabug: 35664334] 
- RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering memory on first packet (Long Li)  [Orabug: 35664334] 
- RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw() (Dan Carpenter)  [Orabug: 35664334] 
- net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Check if netdev/napi_alloc_frag returns single page (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Rename mana_refill_rxoob and remove some empty lines (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Add support for jumbo frame (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Enable RX path to handle various MTU sizes (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Refactor RX buffer allocation code to prepare for various MTU (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Use napi_build_skb in RX path (Haiyang Zhang)  [Orabug: 35664334] 
- net: mana: Remove redundant pci_clear_master (Cai Huoqing)  [Orabug: 35664334] 
- net: mana: Add new MANA VF performance counters for easier troubleshooting (Shradha Gupta)  [Orabug: 35664334] 
- RDMA/mana: Remove redefinition of basic u64 type (Leon Romanovsky)  [Orabug: 35664334] 
- net: mana: Define data structures for allocating doorbell page from GDMA (Long Li)  [Orabug: 35664334] 
- RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter (Long Li)  [Orabug: 35664334] 
- net: mana: Fix return type of mana_start_xmit() (Nathan Huckleberry)  [Orabug: 35664334] 
- net: mana: Define data structures for protection domain and memory registration (Ajay Sharma)  [Orabug: 35664334] 
- net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES (Ajay Sharma)  [Orabug: 35664334] 
- net: mana: Define max values for SGL entries (Long Li)  [Orabug: 35664334] 
- net: mana: Move header files to a common location (Long Li)  [Orabug: 35664334] 
- net: mana: Record port number in netdev (Long Li)  [Orabug: 35664334] 
- net: mana: Export Work Queue functions for use by RDMA driver (Long Li)  [Orabug: 35664334] 
- net: mana: Set the DMA device max segment size (Ajay Sharma)  [Orabug: 35664334] 
- net: mana: Handle vport sharing between devices (Long Li)  [Orabug: 35664334] 
- net: mana: Record the physical address for doorbell page region (Long Li)  [Orabug: 35664334] 
- net: mana: Add support for auxiliary device (Long Li)  [Orabug: 35664334] 
- scsi: qla2xxx: Update version to 10.02.09.100-k (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: Allow 32-byte CDBs (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Move resource to allow code reuse (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove unsupported ql2xenabledif option (Manish Rangankar)  [Orabug: 35733157] 
- scsi: qla2xxx: Error code did not return to upper layer (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Add logs for SFP temperature monitoring (Bikash Hazarika)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix firmware resource tracking (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Flush mailbox commands on chip reset (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Update version to 10.02.08.500-k (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: fix inconsistent TMF timeout (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Turn off noisy message log (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix session hang in gnl (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix erroneous link up failure (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Adjust IOCB resource on qpair create (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix deletion race condition (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Update version to 10.02.08.400-k (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: Drop useless LIST_HEAD (Christophe JAILLET)  [Orabug: 35733157] 
- scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helper (Gustavo A. R. Silva)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix end of loop test (Dan Carpenter)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix NULL pointer dereference in target mode (Gleb Chesnokov)  [Orabug: 35733157] 
- scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy() (Azeem Shaikh)  [Orabug: 35733157] 
- scsi: qla2xxx: Update version to 10.02.08.300-k (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix mem access after free (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove default fabric ops callouts (Dmitry Bogdanov)  [Orabug: 35733157] 
- scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting() (Bjorn Helgaas)  [Orabug: 35733157] 
- scsi: qla2xxx: Add option to disable FC2 Target support (Daniel Wagner)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove the unused variable wwn (Jiapeng Chong)  [Orabug: 35733157] 
- scsi: qla2xxx: Simplify if condition evaluation (Deepak R Varma)  [Orabug: 35733157] 
- scsi: qla2xxx: Use a variable for repeated mem_size computation (Deepak R Varma)  [Orabug: 35733157] 
- scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() static (Tom Rix)  [Orabug: 35733157] 
- scsi: qla2xxx: Fix printk() format string (Arnd Bergmann)  [Orabug: 35733157] 
- scsi: qla2xxx: Update version to 10.02.08.200-k (Nilesh Javali)  [Orabug: 35733157] 
- scsi: qla2xxx: Select qpair depending on which CPU post_cmd() gets called (Shreyas Deodhar)  [Orabug: 35733157] 
- scsi: qla2xxx: edif: Fix clang warning (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: edif: Reduce memory usage during low I/O (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: edif: Fix stall session after app start (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: edif: Fix performance dip due to lock contention (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Relocate/rename vp map (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove dead code (GNN ID) (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove dead code (GPNID) (Quinn Tran)  [Orabug: 35733157] 
- scsi: qla2xxx: Remove dead code (Quinn Tran)  [Orabug: 35733157] 
- net: mana: Add support for vlan tagging (Haiyang Zhang)  [Orabug: 35496502] 
- wifi: brcmfmac: support brcm,ccode-map-trivial DT property (Alvin Sipraga)  [Orabug: 35435347] 
- wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 43430 (Hans de Goede)  [Orabug: 35435347] 
- brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices (Hans de Goede)  [Orabug: 35435347] 
- uek-rpm/aarch64: Enable CONFIG_I2C_MUX_PINCTRL for RPi (Vijay Kumar)  [Orabug: 35609812] 
- cpufreq: amd-pstate: Enable amd-pstate (Henry Willard)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add a kernel config option to set default mode (Mario Limonciello)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Set a fallback policy based on preferred_profile (Mario Limonciello)  [Orabug: 35617133] 
- ACPI: CPPC: Add definition for undefined FADT preferred PM profile value (Mario Limonciello)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Write CPPC enable bit per-socket (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Update policy-&gt;cur in amd_pstate_adjust_perf() (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add -&gt;fast_switch() callback (Gautham R. Shenoy)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Make varaiable mode_state_machine static (Tom Rix)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add guided mode control support via sysfs (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add guided autonomous mode (Wyes Karny)  [Orabug: 35617133] 
- ACPI: CPPC: Add auto select register read/write support (Wyes Karny)  [Orabug: 35617133] 
- Documentation: cpufreq: amd-pstate: Move amd_pstate param to alphabetical order (Wyes Karny)  [Orabug: 35617133] 
- Documentation: introduce amd pstate active mode kernel command line options (Perry Yuan)  [Orabug: 35617133] 
- Documentation: add amd-pstate kernel command line options (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules (Nick Alcock)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Let user know amd-pstate is disabled (Kai-Heng Feng)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQ (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: avoid uninitialized variable use (Arnd Bergmann)  [Orabug: 35617133] 
- cpufreq: Make cpufreq_unregister_driver() return void (Uwe Kleine-Konig)  [Orabug: 35617133] 
- cpufreq: amd-pstate: convert sprintf with sysfs_emit() (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: add driver working mode switch support (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: implement suspend and resume callbacks (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: implement amd pstate cpu online and offline callback (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors (Perry Yuan)  [Orabug: 35617133] 
- ACPI: CPPC: Add AMD pstate energy performance preference cppc control (Perry Yuan)  [Orabug: 35617133] 
- x86/msr: Add AMD CPPC MSR definitions (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_param() (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: add amd-pstate driver parameter for mode selection (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: change amd-pstate driver to be built-in type (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add test module for amd-pstate driver (Meng Li)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init (Wyes Karny)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Expose struct amd_cpudata (Meng Li)  [Orabug: 35617133] 
- tools/power/x86/amd_pstate_tracer: Add tracer tool for AMD P-state (Jinzhou Su)  [Orabug: 35617133] 
- MAINTAINERS: Add AMD P-State driver maintainer entry (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Fix initial highest_perf value (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: update pstate frequency transition delay time (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd_pstate: fix wrong lowest perf fetch (Perry Yuan)  [Orabug: 35617133] 
- cpufreq: amd-pstate: simplify cpudata pointer assignment (Perry Yuan)  [Orabug: 35617133] 
- ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() (Perry Yuan)  [Orabug: 35617133] 
- arch_topology: obtain cpu capacity using information from CPPC (Ionela Voinescu)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add resume and suspend callbacks (Jinzhou Su)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add more tracepoint for AMD P-State module (Jinzhou Su)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment (Yang Li)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add AMD P-State performance attributes (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add AMD P-State frequencies attributes (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add boost mode support for AMD P-State (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add trace for AMD P-State module (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Introduce the support for the processors with shared memory solution (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Add fast switch function for AMD P-State (Huang Rui)  [Orabug: 35617133] 
- cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future processors (Huang Rui)  [Orabug: 35617133] 
- x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature flag (Huang Rui)  [Orabug: 35617133] 
- ACPI: CPPC: Add CPPC enable register function (Jinzhou Su)  [Orabug: 35617133] 
- rds: lb: Initialize t_type for loop-back transport to avoid ambiguity (Hakon Bugge)  [Orabug: 35703698] 
- nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices (Christoph Hellwig)  [Orabug: 35683572] 
- uek-rpm: Build embedded kernel for Bluefield 3 smartnic (Dave Kleikamp)  [Orabug: 35653899] 
- mlxbf-bootctl: Fix kernel panic due to buffer overflow (David Thompson)  [Orabug: 35653899] 
- mlxbf-bootctl: support SMC call for setting ARM boot state (Asmaa Mnebhi)  [Orabug: 35653899] 
- mlxbf-ptm: update module version (Jitendra Lanka)  [Orabug: 35653899] 
- mlxbf-ptm: add atx debugfs nodes (Jitendra Lanka)  [Orabug: 35653899] 
- mlxbf-ptm: use 0444 instead of S_IRUGO (Jitendra Lanka)  [Orabug: 35653899] 
- mlxbf-ptm: update license (Jitendra Lanka)  [Orabug: 35653899] 
- mmc: sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 (David Thompson)  [Orabug: 35653899] 
- mlxbf-ptm: power and thermal management debugfs driver (David Thompson)  [Orabug: 35653899] 
- mlxbf-pmc: Bug fix for BlueField-3 counter offsets (David Thompson)  [Orabug: 35653899] 
- mlxbf-pmc: Support for BlueField-3 performance counters (David Thompson)  [Orabug: 35653899] 
- mlxbf-pmc: Fix error when reading unprogrammed events (David Thompson)  [Orabug: 35653899] 
- mlxbf_pmc: Fix references to sprintf (David Thompson)  [Orabug: 35653899] 
- platform/mellanox: Updates to mlxbf-pmc (David Thompson)  [Orabug: 35653899] 
- mlx-bootctl: support icm carveout eeprom region read/write (David Thompson)  [Orabug: 35653899] 
- platform/mellanox: Updates to mlxbf-bootctl (David Thompson)  [Orabug: 35653899] 
- gpio: mmio: handle 'ngpios' properly in bgpio_init() (Asmaa Mnebhi)  [Orabug: 35653899] 
- gpio: mlxbf3: Add gpio driver support (Asmaa Mnebhi)  [Orabug: 35653899] 
- pinctrl: mlxbf3: set varaiable mlxbf3_pmx_funcs storage-class-specifier to static (Tom Rix)  [Orabug: 35653899] 
- pinctrl: mlxbf3: Add pinctrl driver support (Asmaa Mnebhi)  [Orabug: 35653899] 
- mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpi (Liming Sun)  [Orabug: 35653899] 
- mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoC (Liming Sun)  [Orabug: 35653899] 
- mlxbf_gige: fix white space in mlxbf_gige_eth_ioctl (David Thompson)  [Orabug: 35653899] 
- mlxbf_gige: add 'set_link_ksettings' ethtool callback (David Thompson)  [Orabug: 35653899] 
- mlxbf_gige: support 10M/100M/1G speeds on BlueField-3 (David Thompson)  [Orabug: 35653899] 
- mlxbf_gige: add MDIO support for BlueField-3 (David Thompson)  [Orabug: 35653899] 
- pinctrl: Introduce struct pinfunction and PINCTRL_PINFUNCTION() macro (Andy Shevchenko)  [Orabug: 35653899] 
- net/sched: introduce flow_offload action cookie (Oz Shlomo)  [Orabug: 35653899] 
- net/sched: cls_api: Fix flow action initialization (Oz Shlomo)  [Orabug: 35653899] 
- tick/rcu: Fix bogus ratelimit condition (Wen Yang)  [Orabug: 35653899] 
- tick/rcu: Stop allowing RCU_SOFTIRQ in idle (Frederic Weisbecker)  [Orabug: 35653899] 
- uek-rpm: Enable CONFIG_NVME_AUTH and CONFIG_NVME_TARGET_AUTH (Alan Adamson)  [Orabug: 35449881] 
- rds: ib: Tune ring_mid_permille on BM machines (Hakon Bugge)  [Orabug: 35349756] 
- uek-misc: Add uek_runs_in_kvm (Hakon Bugge)  [Orabug: 35349756] 
- rds: ib: Make ring_{low,mid} parametrizable (Hakon Bugge)  [Orabug: 35349756] 
- rds: ib: Attempt to refill recv when send lock is busy (Hakon Bugge)  [Orabug: 35349756] 
- net/rds: Add rds_ib_ring_mid() (Ankur Arora)  [Orabug: 35349756] 
- rds: Avoid priority inversion whilst queuing recv worker (Hakon Bugge)  [Orabug: 35349756] 
- Attempt to create THP page for mapped executable text at fault time. (Prakash Sangappa)  [Orabug: 35207805] 
- nvmet: fix a memory leak in nvmet_auth_set_key (Sagi Grimberg)  [Orabug: 35450713] 
- nvme: quiet user passthrough command errors (Keith Busch)  [Orabug: 35450713] 
- nvme-multipath: set queue dma alignment to 3 (Keith Busch)  [Orabug: 35450713] 
- nvme-tcp: fix possible circular locking when deleting a controller under memory pressure (Sagi Grimberg)  [Orabug: 35450713] 
- nvme-tcp: replace sg_init_marker() with sg_init_table() (Nam Cao)  [Orabug: 35450713] 
- nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_show (Daniel Wagner)  [Orabug: 35450713] 
- nvme-apple: don't limit DMA segement size (Russell King (Oracle))  [Orabug: 35450713] 
- nvme-tcp: fix possible hang caused during ctrl deletion (Sagi Grimberg)  [Orabug: 35450713] 
- nvme-rdma: fix possible hang caused during ctrl deletion (Sagi Grimberg)  [Orabug: 35450713] 
- nvmet: add helpers to set the result field for connect commands (Christoph Hellwig)  [Orabug: 35450713] 
- nvme: improve the NVME_CONNECT_AUTHREQ* definitions (Christoph Hellwig)  [Orabug: 35450713] 
- nvmet-auth: don't try to cancel a non-initialized work_struct (Christoph Hellwig)  [Orabug: 35450713] 
- nvmet-tcp: remove nvmet_tcp_finish_cmd (zhenwei pi)  [Orabug: 35450713] 
- nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state (Varun Prakash)  [Orabug: 35450713] 
- nvmet-tcp: fix NULL pointer dereference during release (zhenwei pi)  [Orabug: 35450713] 
- nvmet-tcp: don't map pages which can't come from HIGHMEM (Fabio M. De Francesco)  [Orabug: 35450713] 
- nvme-pci: report the actual number of tagset maps (Keith Busch)  [Orabug: 35450713] 
- nvme: send a rediscover uevent when a persistent discovery controller reconnects (Sagi Grimberg)  [Orabug: 35450713] 
- nvme: enumerate controller flags (Sagi Grimberg)  [Orabug: 35450713] 
- nvme-tcp: print actual source IP address through sysfs 'address' attr (Martin Belanger)  [Orabug: 35450713] 
- nvme: consider also host_iface when checking ip options (Daniel Wagner)  [Orabug: 35450713] 
- nvme-rdma: handle number of queue changes (Daniel Wagner)  [Orabug: 35450713] 
- nvme-tcp: handle number of queue changes (Daniel Wagner)  [Orabug: 35450713] 
- nvmet: expose max queues to configfs (Daniel Wagner)  [Orabug: 35450713] 
- nvmet-auth: remove redundant parameters req (Genjian Zhang)  [Orabug: 35450713] 
- nvmet-auth: clean up with done_kfree (Jackie Liu)  [Orabug: 35450713] 
- nvme-auth: remove the redundant req-&gt;cqe-&gt;result.u16 assignment operation (Jackie Liu)  [Orabug: 35450713] 
- nvme: move from strlcpy with unused retval to strscpy (Wolfram Sang)  [Orabug: 35450713] 
- nvme: add comment for unaligned 'fake' nqn (Linjun Bao)  [Orabug: 35450713] 
- net/rds: dont expose kernel address to usercopy (Devesh Sharma)  [Orabug: 35596878] 
- net/rds: Perform pre-rdma_accept address sanity checks (Gerd Rausch)  [Orabug: 35663497] 
- nvme-pci: disable Write Zeroes on Phison E3C/E4C (Tina Hsu)  [Orabug: 35450705] 
- nvme: requeue aen after firmware activation (Keith Busch)  [Orabug: 35450705] 
- nvmet-auth: add missing goto in nvmet_setup_auth() (Hannes Reinecke)  [Orabug: 35450705] 
- nvme-tcp: check if the queue is allocated before stopping it (Maurizio Lombardi)  [Orabug: 35450705] 
- nvme-fabrics: Fix a typo in an error message (Christophe JAILLET)  [Orabug: 35450705] 
- nvme-fabrics: parse nvme connect Linux error codes (Amit Engel)  [Orabug: 35450705] 
- nvmet-auth: use kmemdup instead of kmalloc + memcpy (Zhang Xiaoxu)  [Orabug: 35450705] 
- nvme-fc: fix the fc_appid_store return value (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-fc: restart admin queue if the caller needs to restart queue (Ming Lei)  [Orabug: 35450705] 
- nvme: enable generic interface (/dev/ngXnY) for unknown command sets (Joel Granados)  [Orabug: 35450705] 
- nvme: factor out a nvme_ns_is_readonly helper (Christoph Hellwig)  [Orabug: 35450705] 
- nvme: refactor namespace probing (Christoph Hellwig)  [Orabug: 35450705] 
- nvme: generalize the nvme_multi_css check in nvme_scan_ns (Christoph Hellwig)  [Orabug: 35450705] 
- nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns (Christoph Hellwig)  [Orabug: 35450705] 
- nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPS (Lukas Bulwahn)  [Orabug: 35450705] 
- nvmet-auth: fix return value check in auth receive (Chaitanya Kulkarni)  [Orabug: 35450705] 
- nvmet-auth: fix return value check in auth send (Chaitanya Kulkarni)  [Orabug: 35450705] 
- nvmet-auth: fix a couple of spelling mistakes (Colin Ian King)  [Orabug: 35450705] 
- nvmet: fix a format specifier in nvmet_auth_ctrl_exponential (Christoph Hellwig)  [Orabug: 35450705] 
- nvmet: don't check for NULL pointer before kfree in nvmet_host_release (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-apple: stop casting function pointer signatures (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-tcp: split nvme_tcp_alloc_tagset (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-rdma: split nvme_rdma_alloc_tagset (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-pci: split nvme_dev_add (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-pci: split nvme_alloc_admin_tags (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-pci: print the command name of aborted commands (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-pci: remove useless assignment in nvme_pci_setup_prps (Liu Song)  [Orabug: 35450705] 
- nvme-auth: uninitialized variable in nvme_auth_transform_key() (Dan Carpenter)  [Orabug: 35450705] 
- nvme-auth: fix off by one checks (Dan Carpenter)  [Orabug: 35450705] 
- nvme: don't always build constants.o (Christoph Hellwig)  [Orabug: 35450705] 
- nvme-multipath: refactor nvme_mpath_add_disk (Joel Granados)  [Orabug: 35450705] 
- nvme-apple: use nvme core helper to cancel requests in tagset (Guixin Liu)  [Orabug: 35450705] 
- nvme-pci: use nvme core helper to cancel requests in tagset (Guixin Liu)  [Orabug: 35450705] 
- nvme-tcp: use in-capsule data for I/O connect (Caleb Sander)  [Orabug: 35450705] 
- nvme-rdma: remove timeout for getting RDMA-CM established event (Israel Rukshin)  [Orabug: 35450705] 
- nvmet-auth: expire authentication sessions (Hannes Reinecke)  [Orabug: 35450705] 
- nvmet-auth: Diffie-Hellman key exchange support (Hannes Reinecke)  [Orabug: 35450705] 
- nvmet: implement basic In-Band Authentication (Hannes Reinecke)  [Orabug: 35450705] 
- nvmet: parse fabrics commands on io queues (Hannes Reinecke)  [Orabug: 35450705] 
- nvme-auth: Diffie-Hellman key exchange support (Hannes Reinecke)  [Orabug: 35450705] 
- nvme: implement In-Band authentication (Hannes Reinecke)  [Orabug: 35450705] 
- nvme: expose cntrltype and dctype through sysfs (Martin Belanger)  [Orabug: 35450705] 
- nvme-fabrics: decode 'authentication required' connect error (Hannes Reinecke)  [Orabug: 35450705] 
- nvme: add definitions for NVMe In-Band authentication (Hannes Reinecke)  [Orabug: 35450705] 
- lib/base64: RFC4648-compliant base64 encoding (Hannes Reinecke)  [Orabug: 35450705] 
- crypto: add crypto_has_kpp() (Hannes Reinecke)  [Orabug: 35450705] 
- crypto: add crypto_has_shash() (Hannes Reinecke)  [Orabug: 35450705] 
- nvme-loop: use nvme core helpers to cancel all requests in a tagset (Sagi Grimberg)  [Orabug: 35450705] 
- nvme: fix qid param blk_mq_alloc_request_hctx (Chaitanya Kulkarni)  [Orabug: 35450705] 
- nvme: remove unused timeout parameter (Chaitanya Kulkarni)  [Orabug: 35450705] 
- nvme: remove a double word in a comment (Xiang wangx)  [Orabug: 35450705] 
- nvme: add bug report info for global duplicate id (Keith Busch)  [Orabug: 35450705] 
- nvme: check that EUI/GUID/UUID are globally unique (Christoph Hellwig)  [Orabug: 35450705] 
- net/rds: Restrict use of RDS/IB to the initial network namespace (Greg Jumper)  [Orabug: 34319530] 
- net/rds: Use per-namespace loopback connection lists (Greg Jumper)  [Orabug: 34319530] 
- net/rds: Use per-namespace connection lists in 'rds_tcp' (Ka-Cheong Poon)  [Orabug: 34319530] 
- net/rds: Track 'rds_tcp' module statistics per network namespace (Mark Haywood)  [Orabug: 34319530] 
- net/rds: Track 'rds' module statistics per network namespace (Rao Shoaib)  [Orabug: 34319530] 
- net/rds: Monitor socket congestion per network namespace (Mark Haywood)  [Orabug: 34319530] 
- net/rds: Use per-namespace connection hash tables (Mark Haywood)  [Orabug: 34319530] 
- net/rds: Use per-namespace bind hash tables (Mark Haywood)  [Orabug: 34319530] 
- net/rds: Add basic support for network namespaces (Mark Haywood)  [Orabug: 34319530] 
- net/rds: Change c_net field to possible_net_t (Mark Haywood)  [Orabug: 34319530] 
- xfrm: add missed call to delete offloaded policies (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: Fix leak of dev tracker (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: Fix spelling mistake 'oflload' -&gt; 'offload' (Colin Ian King)  [Orabug: 35290196] 
- xfrm: release all offloaded policy memory (Leon Romanovsky)  [Orabug: 35290196] 
- net: skb_partial_csum_set() fix against transport header magic value (Eric Dumazet)  [Orabug: 35290196] 
- bridge: Fix flushing of dynamic FDB entries (Ido Schimmel)  [Orabug: 35290196] 
- i2c: mlxbf: depend on ACPI; clean away ifdeffage (Adam Borowski)  [Orabug: 35290196] 
- tcp: md5: fix IPv4-mapped support (Eric Dumazet)  [Orabug: 35290196] 
- r8152: fix accessing unset transport header (Hayes Wang)  [Orabug: 35290196] 
- tcp_ipv6: set the drop_reason in the right place (Jakub Kicinski)  [Orabug: 35290196] 
- net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv() (Menglong Dong)  [Orabug: 35290196] 
- tcp: fix signed/unsigned comparison (Eric Dumazet)  [Orabug: 35290196] 
- net: disable preemption in dev_core_stats_XXX_inc() helpers (Eric Dumazet)  [Orabug: 35290196] 
- net: tcp: fix shim definition of tcp_inbound_md5_hash (Vladimir Oltean)  [Orabug: 35290196] 
- net/mlx5: Expose SF firmware pages counter (Maher Sanalla)  [Orabug: 35290196] 
- net/mlx5: Store page counters in a single array (Maher Sanalla)  [Orabug: 35290196] 
- net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode (Amir Tzin)  [Orabug: 35290196] 
- net/mlx5: DR, Fix potential race in dr_rule_create_rule_nic (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: E-switch, Fix switchdev mode after devlink reload (Chris Mi)  [Orabug: 35290196] 
- net/mlx5e: Protect global IPsec ASO (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Remove optimization which prevented update of ESN state (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Set decap action based on attr for sample (Chris Mi)  [Orabug: 35290196] 
- net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING_ELEMENT (Maor Dickman)  [Orabug: 35290196] 
- net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xsk (Adham Faris)  [Orabug: 35290196] 
- net/mlx5e: Avoid false lock dependency warning on tc_ht even more (Vlad Buslov)  [Orabug: 35290196] 
- net: fix call location in kfree_skb_list_reason (Jesper Dangaard Brouer)  [Orabug: 35290196] 
- net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY) (Emeel Hakim)  [Orabug: 35290196] 
- net/mlx5e: Fix macsec ssci attribute handling in offload path (Emeel Hakim)  [Orabug: 35290196] 
- net/mlx5: E-switch, Coverity: overlapping copy (Shay Drory)  [Orabug: 35290196] 
- net/mlx5e: Fix memory leak on updating vport counters (Aya Levin)  [Orabug: 35290196] 
- net/mlx5e: TC, Restore pkt rate policing support (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, ignore match level for post meter rules (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path (Dragos Tatulea)  [Orabug: 35290196] 
- net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent (Dragos Tatulea)  [Orabug: 35290196] 
- net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present (Dragos Tatulea)  [Orabug: 35290196] 
- net/mlx5e: Verify dev is present for fix features ndo (Roy Novich)  [Orabug: 35290196] 
- net/mlx5: Fix command stats access after free (Moshe Shemesh)  [Orabug: 35290196] 
- net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc (Ariel Levkovich)  [Orabug: 35290196] 
- net/mlx5: check attr pointer validity before dereferencing it (Ariel Levkovich)  [Orabug: 35290196] 
- net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule (Yevgeny Kliteynik)  [Orabug: 35290196] 
- mlxsw: spectrum_router: Replace 0-length array with flexible array (Kees Cook)  [Orabug: 35290196] 
- net/mlx5: Lag, fix failure to cancel delayed bond work (Eli Cohen)  [Orabug: 35290196] 
- net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option (Maor Dickman)  [Orabug: 35290196] 
- net/mlx5e: CT: Fix ct debugfs folder name (Chris Mi)  [Orabug: 35290196] 
- net/mlx5e: Fix RX reporter for XSK RQs (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5: Fix RoCE setting at HCA level (Shay Drory)  [Orabug: 35290196] 
- net/mlx5: Fix io_eq_size and event_eq_size params validation (Shay Drory)  [Orabug: 35290196] 
- selftests: mlxsw: Move IPv6 decap_error test to shared directory (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre support (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operations (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_router: Add support for double entry RIFs (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_router: Parametrize RIF allocation size (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_router: Use gen_pool for RIF index allocation (Ido Schimmel)  [Orabug: 35290196] 
- net/mlx5: Expose steering dropped packets counter (Michael Guralnik)  [Orabug: 35290196] 
- net/mlx5: Refactor and expand rep vport stat group (Or Har-Toov)  [Orabug: 35290196] 
- net/mlx5e: multipath, support routes with more than 2 nexthops (Maor Dickman)  [Orabug: 35290196] 
- net/mlx5e: TC, add support for meter mtu offload (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: meter, add mtu post meter tables (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: meter, refactor to allow multiple post meter tables (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5: DR, Add support for range match action (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Add function that tells if STE miss addr has been initialized (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Some refactoring of miss address handling (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Manage definers with refcounts (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Handle FT action in a separate function (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Rework is_fw_table function (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: fs, add match on ranges API (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx4: small optimization in mlx4_en_xmit() (Eric Dumazet)  [Orabug: 35290196] 
- net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGS (Eric Dumazet)  [Orabug: 35290196] 
- net/mlx4: rename two constants (Eric Dumazet)  [Orabug: 35290196] 
- net/mlx5e: TC, allow meter jump control action (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, init post meter rules with branching attributes (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, rename post_meter actions (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, initialize branching action with target attr (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, initialize branch flow attributes (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, set control params for branching actions (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, validate action list per attribute (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, add terminating actions (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: TC, reuse flow attribute post parser processing (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5: fs, assert null dest pointer when dest_num is 0 (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: E-Switch, handle flow attribute with no destinations (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: Open mlx5 driver to accept IPsec packet offload (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Handle ESN update events (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Handle hardware IPsec limits events (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Update IPsec soft and hard limits (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Store all XFRM SAs in Xarray (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Provide intermediate pointer to access IPsec struct (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Skip IPsec encryption for TX path without matching policy (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flows (Raed Salem)  [Orabug: 35290196] 
- net/mlx5e: Improve IPsec flow steering autogroup (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Configure IPsec packet offload flow steering (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Use same coding pattern for Rx and Tx flows (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Add XFRM policy offload logic (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Create IPsec policy offload tables (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5: E-Switch, Implement devlink port function cmds to control migratable (Shay Drory)  [Orabug: 35290196] 
- net/mlx5: E-Switch, Implement devlink port function cmds to control RoCE (Yishai Hadas)  [Orabug: 35290196] 
- net/mlx5: Add generic getters for other functions caps (Shay Drory)  [Orabug: 35290196] 
- net/mlx5e: Generalize creation of default IPsec miss group and rule (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Group IPsec miss handles into separate struct (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Make clear what IPsec rx_err does (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Flatten the IPsec RX add rule path (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Refactor FTE setup code to be more clear (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Move IPsec flow table creation to separate function (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Create hardware IPsec packet offload objects (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Create Advanced Steering Operation object for IPsec (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Remove accesses to priv for low level IPsec FS code (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Use mlx5 print routines for low level IPsec code (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Create symmetric IPsec RX and TX flow steering structs (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Remove extra layers of defines (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Store replay window in XFRM attributes (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Advertise IPsec packet offload support (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5: Add HW definitions for IPsec packet offload (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5: Return ready to use ASO WQE (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: document IPsec packet offload mode (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: add support to HW update soft and hard limits (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: speed-up lookup of HW policies (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: add RX datapath protection for IPsec packet offload mode (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: add TX datapath support for IPsec packet offload mode (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: add an interface to offload policy (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: allow state packet offload mode (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: add new packet offload flag (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Support devlink reload of IPsec core (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: TC, Add offload support for trap with additional actions (Maor Dickman)  [Orabug: 35290196] 
- net/mlx5e: Do early return when setup vports dests for slow path flow (Roi Dayan)  [Orabug: 35290196] 
- net/mlx5: Remove redundant check (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Delete always true DMA check (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Don't access directly DMA device pointer (Leon Romanovsky)  [Orabug: 35290196] 
- net/mlx5e: Don't use termination table when redundant (Roi Dayan)  [Orabug: 35290196] 
- net/mlx5: Use generic definition for UMR KLM alignment (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5: Generalize name of UMR alignment definition (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5: Remove unused UMR MTT definitions (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5e: Add padding when needed in UMR WQEs (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5: Remove unused ctx variables (Petr Pavlu)  [Orabug: 35290196] 
- net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (Gustavo A. R. Silva)  [Orabug: 35290196] 
- net/mlx5e: Remove unneeded io-mapping.h #include (Christophe JAILLET)  [Orabug: 35290196] 
- net/mlxsw: Convert to i2c's .probe_new() (Uwe Kleine-Konig)  [Orabug: 35290196] 
- devlink: Allow to set up parent in devl_rate_leaf_create() (Michal Wilczynski)  [Orabug: 35290196] 
- devlink: Enable creation of the devlink-rate nodes from the driver (Michal Wilczynski)  [Orabug: 35290196] 
- mlxsw: update adjfine to use adjust_by_scaled_ppm (Jacob Keller)  [Orabug: 35290196] 
- platform/mellanox: Add BlueField-3 support in the tmfifo driver (Liming Sun)  [Orabug: 35290196] 
- i2c: core: Introduce i2c_client_get_device_id helper function (Angel Iglesias)  [Orabug: 35290196] 
- net/mlx5e: ethtool: get_link_ext_stats for PHY down events (Saeed Mahameed)  [Orabug: 35290196] 
- net/mlx5e: CT, optimize pre_ct table lookup (Oz Shlomo)  [Orabug: 35290196] 
- net/mlx5e: kTLS, Use a single async context object per a callback bulk (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5e: kTLS, Remove unnecessary per-callback completion (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5e: kTLS, Remove unused work field (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5e: TC, Remove redundant WARN_ON() (Roi Dayan)  [Orabug: 35290196] 
- net/mlx5e: Add error flow when failing update_rx (Guy Truzman)  [Orabug: 35290196] 
- net/mlx5e: Move params kernel log print to probe function (Tariq Toukan)  [Orabug: 35290196] 
- net/mlx5e: Support enhanced CQE compression (Ofer Levi)  [Orabug: 35290196] 
- net/mlx5e: Use clamp operation instead of open coding it (Gal Pressman)  [Orabug: 35290196] 
- net/mlx5e: remove unused list in arfs (Anisse Astier)  [Orabug: 35290196] 
- net/mlx5: Expose vhca_id to debugfs (Eli Cohen)  [Orabug: 35290196] 
- net/mlx5: Unregister traps on driver unload flow (Moshe Shemesh)  [Orabug: 35290196] 
- net/mlx5: Fix spelling mistake 'destoy' -&gt; 'destroy' (Colin Ian King)  [Orabug: 35290196] 
- net/mlx5: Bridge, Use debug instead of warn if entry doesn't exists (Roi Dayan)  [Orabug: 35290196] 
- selftests: mlxsw: Add a test for invalid locked bridge port configurations (Ido Schimmel)  [Orabug: 35290196] 
- selftests: mlxsw: Add a test for locked port trap (Ido Schimmel)  [Orabug: 35290196] 
- selftests: mlxsw: Add a test for EAPOL trap (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_switchdev: Use extack in bridge port flag validation (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum: Add an API to configure security checks (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: reg: Add Switch Port FDB Security Register (Ido Schimmel)  [Orabug: 35290196] 
- mlxsw: spectrum_trap: Register 802.1X packet traps with devlink (Ido Schimmel)  [Orabug: 35290196] 
- ethtool: linkstate: add a statistic for PHY down events (Jakub Kicinski)  [Orabug: 35290196] 
- net: dropreason: propagate drop_reason to skb_release_data() (Eric Dumazet)  [Orabug: 35290196] 
- net: dropreason: add SKB_CONSUMED reason (Eric Dumazet)  [Orabug: 35290196] 
- ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppm (Jacob Keller)  [Orabug: 35290196] 
- ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppm (Jacob Keller)  [Orabug: 35290196] 
- ptp: introduce helpers to adjust by scaled parts per million (Jacob Keller)  [Orabug: 35290196] 
- net/mlx5: DR, Remove the buddy used_list (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Keep track of hot ICM chunks in an array instead of list (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Lower sync threshold for ICM hot memory (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Allocate htbl from its own slab allocator (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Allocate icm_chunks from their own slab allocator (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Manage STE send info objects in pool (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, In rehash write the line in the entry immediately (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Handle domain memory resources init/uninit separately (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Initialize chunk's ste_arrays at chunk creation (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, For short chains of STEs, avoid allocating ste_arr dynamically (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Remove unneeded argument from dr_icm_chunk_destroy (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Check device state when polling CQ (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, Fix the SMFS sync_steering for fast teardown (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net/mlx5: DR, In destroy flow, free resources even if FW command failed (Yevgeny Kliteynik)  [Orabug: 35290196] 
- xfrm: Remove not-used total variable (Leon Romanovsky)  [Orabug: 35290196] 
- mlxsw: Add support for 800Gbps link modes (Amit Cohen)  [Orabug: 35290196] 
- ethtool: Add support for 800Gbps link modes (Amit Cohen)  [Orabug: 35290196] 
- i2c: fix spelling typos in comments (Jiangshan Yi)  [Orabug: 35290196] 
- i2c: mlxbf: remove device tree support (Asmaa Mnebhi)  [Orabug: 35290196] 
- i2c: mlxbf: support BlueField-3 SoC (Asmaa Mnebhi)  [Orabug: 35290196] 
- i2c: mlxbf: add multi slave functionality (Asmaa Mnebhi)  [Orabug: 35290196] 
- xfrm: add extack support to xfrm_dev_state_add (Sabrina Dubroca)  [Orabug: 35290196] 
- i2c: mlxbf: remove IRQF_ONESHOT (Asmaa Mnebhi)  [Orabug: 35290196] 
- net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM (Menglong Dong)  [Orabug: 35290196] 
- xfrm: add extack to verify_policy_type (Sabrina Dubroca)  [Orabug: 35290196] 
- xfrm: add extack to verify_policy_dir (Sabrina Dubroca)  [Orabug: 35290196] 
- xfrm: add extack support to verify_newpolicy_info (Sabrina Dubroca)  [Orabug: 35290196] 
- xfrm: propagate extack to all netlink doit handlers (Sabrina Dubroca)  [Orabug: 35290196] 
- net: skb: prevent the split of kfree_skb_reason() by gcc (Menglong Dong)  [Orabug: 35290196] 
- igb: convert .adjfreq to .adjfine (Jacob Keller)  [Orabug: 35290196] 
- ixgbe: convert .adjfreq to .adjfine (Jacob Keller)  [Orabug: 35290196] 
- i40e: convert .adjfreq to .adjfine (Jacob Keller)  [Orabug: 35290196] 
- i40e: use mul_u64_u64_div_u64 for PTP frequency calculation (Jacob Keller)  [Orabug: 35290196] 
- e1000e: convert .adjfreq to .adjfine (Jacob Keller)  [Orabug: 35290196] 
- e1000e: remove unnecessary range check in e1000e_phc_adjfreq (Jacob Keller)  [Orabug: 35290196] 
- i2c: mlxcpld: Add callback to notify probing completion (Vadim Pasternak)  [Orabug: 35290196] 
- power: reset: pwr-mlxbf: change rst_pwr_hid and low_pwr_hid from global to local variables (Tom Rix)  [Orabug: 35290196] 
- power: reset: pwr-mlxbf: add missing include (Asmaa Mnebhi)  [Orabug: 35290196] 
- power: reset: pwr-mlxbf: add BlueField SoC power control driver (Asmaa Mnebhi)  [Orabug: 35290196] 
- RDMA/mlx5: Support handling of modify-header pattern ICM area (Yevgeny Kliteynik)  [Orabug: 35290196] 
- net: dropreason: reformat the comment fo skb drop reasons (Menglong Dong)  [Orabug: 35290196] 
- net: skb: use auto-generation to convert skb drop reason to string (Menglong Dong)  [Orabug: 35290196] 
- net: skb: move enum skb_drop_reason to standalone header file (Menglong Dong)  [Orabug: 35290196] 
- net: skb: change the definition SKB_DR_SET() (Menglong Dong)  [Orabug: 35290196] 
- net: skb: check the boundrary of drop reason in kfree_skb_reason() (Menglong Dong)  [Orabug: 35290196] 
- net: warn if transport header was not set (Eric Dumazet)  [Orabug: 35290196] 
- net: add CONFIG_DEBUG_NET (Eric Dumazet)  [Orabug: 35290196] 
- net: add include/net/net_debug.h (Eric Dumazet)  [Orabug: 35290196] 
- skbuff: render the checksum comment to documentation (Jakub Kicinski)  [Orabug: 35290196] 
- skbuff: rewrite the doc for data-only skbs (Jakub Kicinski)  [Orabug: 35290196] 
- skbuff: add a basic intro doc (Jakub Kicinski)  [Orabug: 35290196] 
- xfrm: drop not needed flags variable in XFRM offload struct (Leon Romanovsky)  [Orabug: 35290196] 
- netdevsim: rely on XFRM state direction instead of flags (Leon Romanovsky)  [Orabug: 35290196] 
- xfrm: rename xfrm_state_offload struct to allow reuse (Leon Romanovsky)  [Orabug: 35290196] 
- ethtool: Add 10base-T1L link mode entry (Alexandru Tachici)  [Orabug: 35290196] 
- tcp: add drop reason support to tcp_ofo_queue() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: add drop reasons to tcp_rcv_synsent_state_process() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: make tcp_rcv_synsent_state_process() drop monitor friend (Eric Dumazet)  [Orabug: 35290196] 
- tcp: add drop reason support to tcp_prune_ofo_queue() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: add two drop reasons for tcp_ack() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: add drop reasons to tcp_rcv_state_process() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: make tcp_rcv_state_process() drop monitor friendly (Eric Dumazet)  [Orabug: 35290196] 
- tcp: add drop reason support to tcp_validate_incoming() (Eric Dumazet)  [Orabug: 35290196] 
- tcp: get rid of rst_seq_match (Eric Dumazet)  [Orabug: 35290196] 
- tcp: consume incoming skb leading to a reset (Eric Dumazet)  [Orabug: 35290196] 
- net: ip: add skb drop reasons to ip forwarding (Menglong Dong)  [Orabug: 35290196] 
- net: ipv4: add skb drop reasons to ip_error() (Menglong Dong)  [Orabug: 35290196] 
- skb: add some helpers for skb drop reasons (Menglong Dong)  [Orabug: 35290196] 
- net: bridge: fdb: add support for fine-grained flushing (Nikolay Aleksandrov)  [Orabug: 35290196] 
- net: bridge: fdb: add ndo_fdb_del_bulk (Nikolay Aleksandrov)  [Orabug: 35290196] 
- net: add ndo_fdb_del_bulk (Nikolay Aleksandrov)  [Orabug: 35290196] 
- net: icmp: add skb drop reasons to icmp protocol (Menglong Dong)  [Orabug: 35290196] 
- net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons (Menglong Dong)  [Orabug: 35290196] 
- net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT (Menglong Dong)  [Orabug: 35290196] 
- net: sock: introduce sock_queue_rcv_skb_reason() (Menglong Dong)  [Orabug: 35290196] 
- net: add per-cpu storage and net-&gt;core_stats (Eric Dumazet)  [Orabug: 35290196] 
- skb: make drop reason booleanable (Jakub Kicinski)  [Orabug: 35290196] 
- net: tun: track dropped skb via kfree_skb_reason() (Dongli Zhang)  [Orabug: 35290196] 
- net: tap: track dropped skb via kfree_skb_reason() (Dongli Zhang)  [Orabug: 35290196] 
- net: dev: use kfree_skb_reason() for __netif_receive_skb_core() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: use kfree_skb_reason() for sch_handle_ingress() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: use kfree_skb_reason() for do_xdp_generic() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: use kfree_skb_reason() for enqueue_to_backlog() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: add skb drop reasons to __dev_xmit_skb() (Menglong Dong)  [Orabug: 35290196] 
- net: skb: introduce the function kfree_skb_list_reason() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: use kfree_skb_reason() for sch_handle_egress() (Menglong Dong)  [Orabug: 35290196] 
- net: neigh: use kfree_skb_reason() for __neigh_event_send() (Menglong Dong)  [Orabug: 35290196] 
- net: ip: add skb drop reasons for ip egress path (Menglong Dong)  [Orabug: 35290196] 
- net/tcp: Merge TCP-MD5 inbound callbacks (Dmitry Safonov)  [Orabug: 35290196] 
- net: bridge: Add support for bridge port in locked mode (Hans Schultz)  [Orabug: 35290196] 
- net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: use tcp_drop_reason() for tcp_data_queue() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: use tcp_drop_reason() for tcp_rcv_established() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: add skb drop reasons to tcp_add_backlog() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: use kfree_skb_reason() for tcp_v6_rcv() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: add skb drop reasons to tcp_v4_rcv() (Menglong Dong)  [Orabug: 35290196] 
- net: tcp: introduce tcp_drop_reason() (Menglong Dong)  [Orabug: 35290196] 
- net: dev: Make rps_lock() disable interrupts. (Sebastian Andrzej Siewior)  [Orabug: 35290196] 
- net: drop_monitor: support drop reason (Menglong Dong)  [Orabug: 35290196] 
- net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() (Menglong Dong)  [Orabug: 35290196] 
- net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu() (Menglong Dong)  [Orabug: 35290196] 
- nfp: only use kdoc style comments for kdoc (Simon Horman)  [Orabug: 35290196] 
- tcp: tcp_send_challenge_ack delete useless param skb (Benjamin Yim)  [Orabug: 35290196] 
- RDMA/mlx5: Add support to multiple priorities for FDB rules (Maor Gottlieb)  [Orabug: 35290196] 
- net: phylink: add 1000base-KX to phylink_caps_to_linkmodes() (Russell King (Oracle))  [Orabug: 35290196] 
- net: use .data.once section in netdev_level_once() (Eric Dumazet)  [Orabug: 35290196] 
- net: phylink: add generic validate implementation (Russell King (Oracle))  [Orabug: 35290196] 
- bnxt_en: refactor printing of device info (Edwin Peer)  [Orabug: 35290196] 
- net: bridge: create a common function for populating switchdev FDB entries (Vladimir Oltean)  [Orabug: 35290196] 
- net: bridge: move br_fdb_replay inside br_switchdev.c (Vladimir Oltean)  [Orabug: 35290196] 
- net: phylink: use supported_interfaces for phylink validation (Russell King (Oracle))  [Orabug: 35290196] 
- net: phylink: add MAC phy_interface_t bitmap (Russell King)  [Orabug: 35290196] 
- net: phy: add phy_interface_t bitmap support (Russell King (Oracle))  [Orabug: 35290196] 
- i2c: mlxcpld: Allow flexible polling time setting for I2C transactions (Vadim Pasternak)  [Orabug: 35290196] 
- selftests: mlxsw: devlink_trap_tunnel_ipip6: Add test case for IPv6 decap_error (Amit Cohen)  [Orabug: 35290196] 
- i2c: mlxcpld: Reduce polling time for performance improvement (Vadim Pasternak)  [Orabug: 35290196] 
- tcp: remove sk_{tr}x_skb_cache (Eric Dumazet)  [Orabug: 35290196] 
- devlink: Fix netdev notifier chain corruption (Ido Schimmel)  [Orabug: 35290196] 
- devlink: change port event netdev notifier from per-net to global (Jiri Pirko)  [Orabug: 35290196] 
- devlink: protect devlink dump by the instance lock (Jakub Kicinski)  [Orabug: 35290196] 
- selftests: devlink: add a warning for interfaces coming up (Jakub Kicinski)  [Orabug: 35290196] 
- devlink: hold region lock when flushing snapshots (Jakub Kicinski)  [Orabug: 35290196] 
- net: devlink: Add missing error check to devlink_resource_put() (Gavrilov Ilia)  [Orabug: 35290196] 
- devlink: Expose port function commands to control migratable (Shay Drory)  [Orabug: 35290196] 
- devlink: Expose port function commands to control RoCE (Shay Drory)  [Orabug: 35290196] 
- devlink: Move devlink port function hw_addr attr documentation (Shay Drory)  [Orabug: 35290196] 
- net/mlx5: Fix orthography errors in documentation (Rahul Rameshbabu)  [Orabug: 35290196] 
- Documentation: devlink: Add blank line padding on numbered lists in Devlink Port documentation (Bagas Sanjaya)  [Orabug: 35290196] 
- Documentation: Add documentation for new devlink-rate attributes (Michal Wilczynski)  [Orabug: 35290196] 
- devlink: Validate port function request (Shay Drory)  [Orabug: 35290196] 
- net: devlink: clean-up empty devlink_ops::info_get() (Vincent Mailhol)  [Orabug: 35290196] 
- net: devlink: make the devlink_ops::info_get() callback optional (Vincent Mailhol)  [Orabug: 35290196] 
- net: devlink: let the core report the driver name instead of the drivers (Vincent Mailhol)  [Orabug: 35290196] 
- devlink: support directly reading from region memory (Jacob Keller)  [Orabug: 35290196] 
- devlink: refactor region_read_snapshot_fill to use a callback function (Jacob Keller)  [Orabug: 35290196] 
- devlink: remove unnecessary parameter from chunk_fill function (Jacob Keller)  [Orabug: 35290196] 
- devlink: find snapshot in devlink_nl_cmd_region_read_dumpit (Jacob Keller)  [Orabug: 35290196] 
- devlink: report extended error message in region_read_dumpit() (Jacob Keller)  [Orabug: 35290196] 
- devlink: use min_t to calculate data_size (Jacob Keller)  [Orabug: 35290196] 
- net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_notifier_net() call (Jiri Pirko)  [Orabug: 35290196] 
- ice: move devlink port creation/deletion (Paul M Stillwell Jr)  [Orabug: 35290196] 
- bnxt_en: fix devlink port registration to netdev (Vikas Gupta)  [Orabug: 35290196] 
- devlink: remove redundant health state set to error (Moshe Shemesh)  [Orabug: 35290196] 
- devlink: Fix warning when unregistering a port (Ido Schimmel)  [Orabug: 35290196] 
- devlink: Add packet traps for 802.1X operation (Ido Schimmel)  [Orabug: 35290196] 
- net: devlink: move netdev notifier block to dest namespace during reload (Jiri Pirko)  [Orabug: 35290196] 
- net: introduce a helper to move notifier block to different namespace (Jiri Pirko)  [Orabug: 35290196] 
- net: expose devlink port over rtnetlink (Jiri Pirko)  [Orabug: 35290196] 
- net: remove unused ndo_get_devlink_port (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: use devlink_port pointer instead of ndo_get_devlink_port (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: add not cleared type warning to port unregister (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: store copy netdevice ifindex and ifname to allow port_fill() without RTNL held (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: remove net namespace check from devlink_nl_port_fill() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: remove netdev arg from devlink_port_type_eth_set() (Jiri Pirko)  [Orabug: 35290196] 
- net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: track netdev with devlink_port assigned (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: take RTNL in port_fill() function only if it is not held (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: convert devlink port type-specific pointers to union (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: add port_init/fini() helpers to allow pre-register/post-unregister functions (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: introduce a flag to indicate devlink port being registered (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: introduce port registered assert helper and use it (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: stub port params cmds for they are unused internally (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: limit flash component name to match version returned by info_get() (Jiri Pirko)  [Orabug: 35290196] 
- netdevsim: add version fw.mgmt info info_get() and mark as a component (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: extend info_get() version put to indicate a flash component (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: Fix missing mutex_unlock() call (Ammar Faizi)  [Orabug: 35290196] 
- Documentation: devlink: add add devlink-selftests to the table of contents (Bagas Sanjaya)  [Orabug: 35290196] 
- net: devlink: enable parallel ops on netlink interface (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: remove devlink_mutex (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: introduce 'unregistering' mark and use it during devlinks iteration (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: remove region snapshots list dependency on devlink-&gt;lock (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: remove region snapshot ID tracking dependency on devlink-&gt;lock (Jiri Pirko)  [Orabug: 35290196] 
- devlink: introduce framework for selftests (Vikas Gupta)  [Orabug: 35290196] 
- net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: move net check into devlinks_xa_for_each_registered_get() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: make sure that devlink_try_get() works with valid pointer during xarray iteration (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: move unlocked function prototypes alongside the locked ones (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: fix return statement in devlink_port_new_notify() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: fix a typo in function name devlink_port_new_notifiy() (Jiri Pirko)  [Orabug: 35290196] 
- net: devlink: fix unlocked vs locked functions descriptions (Jiri Pirko)  [Orabug: 35290196] 
- devlink: Remove unused functions devlink_rate_leaf_create/destroy (Moshe Shemesh)  [Orabug: 35290196] 
- devlink: Remove unused function devlink_rate_nodes_destroy (Moshe Shemesh)  [Orabug: 35290196] 
- devlink: adopt u64_stats_t (Eric Dumazet)  [Orabug: 35290196] 
- mptcp: adjust to use netns refcount tracker (Eric Dumazet)  [Orabug: 35290196] 
- nvme-pci: fix freeze accounting for error handling (Keith Busch)  [Orabug: 35450692] 
- nvme: use struct group for generic command dwords (Keith Busch)  [Orabug: 35450692] 
- nvmet: add a clear_ids attribute for passthru targets (Alan Adamson)  [Orabug: 35450692] 
- nvmet-tcp: fix regression in data_digest calculation (Sagi Grimberg)  [Orabug: 35450692] 
- nvme-pci: disable write zeros support on UMIC and Samsung SSDs (rasheed.hsueh)  [Orabug: 35450692] 
- nvme-pci: sk hynix p31 has bogus namespace ids (Keith Busch)  [Orabug: 35450692] 
- nvme-pci: smi has bogus namespace ids (Keith Busch)  [Orabug: 35450692] 
- nvme-pci: phison e12 has bogus namespace ids (Keith Busch)  [Orabug: 35450692] 
- nvmet: fix typo in comment (Julia Lawall)  [Orabug: 35450692] 
- nvme: set controller enable bit in a separate write (Niklas Cassel)  [Orabug: 35450692] 
- nvme: add support for TP4084 - Time-to-Ready Enhancements (Christoph Hellwig)  [Orabug: 35450692] 
- nvme: split the enum used for various register constants (Christoph Hellwig)  [Orabug: 35450692] 
- nvme-fabrics: add a request timeout helper (Chaitanya Kulkarni)  [Orabug: 35450692] 
- nvme-pci: harden drive presence detect in nvme_dev_disable() (Stefan Roese)  [Orabug: 35450692] 
- nvme: mark internal passthru request RQF_QUIET (Chaitanya Kulkarni)  [Orabug: 35450692] 
- nvme: remove unneeded include from constants file (Max Gurtovoy)  [Orabug: 35450692] 
- nvme: add missing status values to verbose logging (Max Gurtovoy)  [Orabug: 35450692] 
- nvme: fix interpretation of DMRSL (Tom Yan)  [Orabug: 35450692] 
- nvme-apple: fix sparse endianess warnings (Arnd Bergmann)  [Orabug: 35450692] 
- nvme-apple: Add initial Apple SoC NVMe driver (Sven Peter)  [Orabug: 35450692] 
- perf vendor events arm64: Add AmpereOne core PMU events (Ilkka Koskinen)  [Orabug: 35475064] 
- perf vendors events arm64: Arm Cortex-A34 (Nick Forrington)  [Orabug: 35475064] 
- perf vendor events: For the Arm Neoverse N2 (Andrew Kilroy)  [Orabug: 35475064] 
- perf vendor events arm64: Add new armv8 pmu events (Andrew Kilroy)  [Orabug: 35475064] 
- Revert 'bnxt_en: set missing reload flag in devlink features' (Harshit Mogalapalli)  [Orabug: 35578118] 
- bnxt: make sure we return pages to the pool (Jakub Kicinski)  [Orabug: 35431038] 
- bnxt_en: Fix HDS and jumbo thresholds for RX packets (Michael Chan)  [Orabug: 35431038] 
- bnxt_en: Fix first buffer size calculations for XDP multi-buffer (Michael Chan)  [Orabug: 35431038] 
- bnxt_en: Fix XDP RX path (Michael Chan)  [Orabug: 35431038] 
- bnxt_en: Simplify bnxt_xdp_buff_init() (Michael Chan)  [Orabug: 35431038] 
- bnxt_en: Add a non-real time mode to access NIC clock (Pavan Chebbi)  [Orabug: 35431038] 
- bnxt_en: update RSS config using difference algorithm (Edwin Peer)  [Orabug: 35431038] 
- bnxt_en: refactor VNIC RSS update functions (Edwin Peer)  [Orabug: 35431038] 
- bnxt_en: check and resize NVRAM UPDATE entry before flashing (Vikas Gupta)  [Orabug: 35431038] 
- bnxt_en: add .get_module_eeprom_by_page() support (Vikas Gupta)  [Orabug: 35431038] 
- bnxt_en: Update firmware interface to 1.10.2.118 (Michael Chan)  [Orabug: 35431038] 
- treewide: use get_random_bytes() when possible (Jason A. Donenfeld)  [Orabug: 35431038] 
- bnxt_en: replace reset with config timestamps (Vadim Fedorenko)  [Orabug: 35431038] 
- bnxt_en: fix flags to check for supported fw version (Vadim Fedorenko)  [Orabug: 35431038] 
- bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callback (Vikas Gupta)  [Orabug: 35431038] 
- bnxt_en: set missing reload flag in devlink features (Vikas Gupta)  [Orabug: 35431038] 
- bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in use (Pavan Chebbi)  [Orabug: 35431038] 
- bnxt_en: Fix and simplify XDP transmit path (Michael Chan)  [Orabug: 35431038] 
- bnxt: Use the bitmap API to allocate bitmaps (Christophe JAILLET)  [Orabug: 35431038] 
- bnxt: Fix typo in comments (Jiang Jian)  [Orabug: 35431038] 
- bnxt_en: parse and report result field when NVRAM package install fails (Kalesh AP)  [Orabug: 35431038] 
- bnxt: XDP multibuffer enablement (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: support transmit and free of aggregation buffers (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: add page_pool support for aggregation ring when using xdp (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: change receive ring space parameters (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: set xdp_buff pfmemalloc flag if needed (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: refactor bnxt_rx_pages operate on skb_shared_info (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: add flag to denote that an xdp program is currently attached (Andy Gospodarek)  [Orabug: 35431038] 
- bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff (Andy Gospodarek)  [Orabug: 35431038] 
- scsi: lpfc: Use struct_size() helper (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Copyright updates for 14.2.0.13 patches (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.13 (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Enhance congestion statistics collection (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Use struct_group to isolate cast to larger object (Kees Cook)  [Orabug: 35543716] 
- scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_info (Kees Cook)  [Orabug: 35543716] 
- scsi: lpfc: Clean up SLI-4 CQE status handling (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_EVENT (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Account for fabric domain ctlr device loss recovery (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_port() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Replace all non-returning strlcpy() with strscpy() (Azeem Shaikh)  [Orabug: 35543716] 
- scsi: lpfc: Replace one-element array with flexible-array member (Gustavo A. R. Silva)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.12 (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQ (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Add new RCQE status for handling DMA failures (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Update congestion warning notification period (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Match lock ordering of lpfc_cmd-&gt;buf_lock and hbalock for abort paths (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Silence an incorrect device output (Jun Chen)  [Orabug: 35543716] 
- scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting() (Bjorn Helgaas)  [Orabug: 35543716] 
- scsi: lpfc: Copyright updates for 14.2.0.11 patches (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.11 (Justin Tee)  [Orabug: 35543716] 
- scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv() (Muneendra)  [Orabug: 35543716] 
- scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Skip waiting for register ready bits when in unrecoverable state (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Record LOGO state with discovery engine even if aborted (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Reorder freeing of various DMA buffers and their list removal (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix double word in comments (Bo Liu)  [Orabug: 35543716] 
- scsi: lpfc: Copyright updates for 14.2.0.10 patches (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.10 (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handler (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completion (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Remove redundant clean up code in disable_vport() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Set max DMA segment size to HBA supported SGE length (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Resolve miscellaneous variable set but not used compiler warnings (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Replace outdated strncpy() with strscpy() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show() (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Remove linux/msi.h include (Thomas Gleixner)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.9 (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handler (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix MI capability display in cmf_info sysfs attribute (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQE (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix WQ|CQ|EQ resource check (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Use memset_startat() helper (Xiu Jianfeng)  [Orabug: 35543716] 
- scsi: lpfc: Remove redundant pointer 'lp' (Colin Ian King)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.8 (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver info (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Log when congestion management limits are in effect (Justin Tee)  [Orabug: 35543716] 
- treewide: use get_random_{u8,u16}() when possible, part 1 (Jason A. Donenfeld)  [Orabug: 35543716] 
- random: add 8-bit and 16-bit batches (Jason A. Donenfeld)  [Orabug: 35543716] 
- scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned off (Justin Tee)  [Orabug: 35543716] 
- scsi: lpfc: Fix spelling mistake 'unsolicted' -&gt; 'unsolicited' (Colin Ian King)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.7 (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix various issues reported by tools (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Add reporting capability for Link Degrade Signaling (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Rework FDMI attribute registration for unintential padding (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistency (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmd (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Update congestion mode logging for Emulex SAN Manager application (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phba (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPort ID (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID cases (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix mbuf pool resource detected as busy at driver unload (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix prli_fc4_req checks in PRLI handling (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Remove unneeded result variable (ye xingchen)  [Orabug: 35543716] 
- scsi: lpfc: Remove the unneeded result variable (ye xingchen)  [Orabug: 35543716] 
- scsi: lpfc: Copyright updates for 14.2.0.6 patches (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Update lpfc version to 14.2.0.6 (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Remove SANDiags related code (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Add warning notification period to CMF_SYNC_WQE (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery (James Smart)  [Orabug: 35543716] 
- scsi: lpfc: Check the return value of alloc_workqueue() (William Dean)  [Orabug: 35543716] 
- zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user space (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Always invalidate last cached page on append write (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Fix error message in zonefs_file_dio_append() (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Prevent uninitialized symbol 'size' warning (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Cache zone group directory inodes (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Dynamically create file inodes when needed (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Separate zone information from inode information (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Reduce struct zonefs_inode_info size (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Simplify IO error handling (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Reorganize code (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Fix active zone accounting (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Fix race between modprobe and mount (Zhang Xiaoxu)  [Orabug: 35351356] 
- zonefs: Remove to_attr() helper function (Damien Le Moal)  [Orabug: 35351356] 
- fs/zonefs: Use the enum req_op type for tracing request operations (Bart Van Assche)  [Orabug: 35351356] 
- zonefs: remove -&gt;writepage (Christoph Hellwig)  [Orabug: 35351356] 
- treewide: Rename enum req_opf into enum req_op (Bart Van Assche)  [Orabug: 35351356] 
- zonefs: Call page_address() on page acquired with GFP_KERNEL flag (Fabio M. De Francesco)  [Orabug: 35351356] 
- block: replace blkdev_nr_zones with bdev_nr_zones (Christoph Hellwig)  [Orabug: 35351356] 
- zonefs: Do not ignore explicit_open with active zone limit (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Fix zonefs_init_file_inode() return value (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Add active seq file accounting (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Export open zone resource information through sysfs (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Always do seq file write open accounting (Damien Le Moal)  [Orabug: 35351356] 
- zonefs: Rename super block information fields (Damien Le Moal)  [Orabug: 35351356] 
- mlx5: update kernel config options (Qing Huang)  [Orabug: 35230582] 
- net/mlx5: Lag, Fix for loop when checking lag (Chris Mi)  [Orabug: 35230582] 
- Revert 'net/mlx5e: MACsec, remove replay window size limitation in offload path' (Saeed Mahameed)  [Orabug: 35230582] 
- net/mlx5e: MACsec, block offload requests with encrypt off (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix Tx SA active field update (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: MACsec, remove replay window size limitation in offload path (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leak (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionality (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix update Rx secure channel active field (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix memory leak when MACsec device is deleted (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: MACsec, fix RX data path 16 RX security channel limit (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create() (YueHaibing)  [Orabug: 35230582] 
- net/mlx5e: Fix a couple error codes (Dan Carpenter)  [Orabug: 35230582] 
- net/mlx5: E-switch, Fix duplicate lag creation (Chris Mi)  [Orabug: 35230582] 
- net/mlx5: E-switch, Destroy legacy fdb table when needed (Chris Mi)  [Orabug: 35230582] 
- net/mlx5e: Fix possible race condition in macsec extended packet number update routine (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Fix MACsec update SecY (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Fix MACsec SA initialization routine (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Remove leftovers from old XSK queues enumeration (Tariq Toukan)  [Orabug: 35230582] 
- net/mlx5e: Offload rule only when all encaps are valid (Chris Mi)  [Orabug: 35230582] 
- net/mlx5e: Fix missing alignment in size of MTT/KLM entries (Tariq Toukan)  [Orabug: 35230582] 
- net/mlx5: Fix sync reset event handler error flow (Moshe Shemesh)  [Orabug: 35230582] 
- net/mlx5: E-Switch, Set correctly vport destination (Roi Dayan)  [Orabug: 35230582] 
- net/mlx5: Lag, avoid lockdep warnings (Eli Cohen)  [Orabug: 35230582] 
- net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint (Moshe Shemesh)  [Orabug: 35230582] 
- net/mlx5: SF: Fix probing active SFs during driver probe phase (Shay Drory)  [Orabug: 35230582] 
- mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removed (Amit Cohen)  [Orabug: 35230582] 
- net/mlx5e: TC, Fix slab-out-of-bounds in parse_tc_actions (Roi Dayan)  [Orabug: 35230582] 
- net/mlx5e: TC, Fix wrong rejection of packet-per-second policing (Jianbo Liu)  [Orabug: 35230582] 
- net/mlx5e: Fix tc acts array not to be dependent on enum order (Roi Dayan)  [Orabug: 35230582] 
- net/mlx5e: Fix usage of DMA sync API (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Add missing sanity checks for max TX WQE size (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5: fw_reset: Don't try to load device in case PCI isn't working (Shay Drory)  [Orabug: 35230582] 
- net/mlx5: E-switch, Set to legacy mode if failed to change switchdev mode (Chris Mi)  [Orabug: 35230582] 
- net/mlx5e: Fix macsec sci endianness at rx sa update (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule function (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: Fix macsec rx security association (SA) update/delete (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: Fix macsec coverity issue at rx sa update (Raed Salem)  [Orabug: 35230582] 
- net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroed (Roi Dayan)  [Orabug: 35230582] 
- net/mlx5e: TC, Reject forwarding from internal port to internal port (Ariel Levkovich)  [Orabug: 35230582] 
- net/mlx5: ASO, Create the ASO SQ with the correct timestamp format (Saeed Mahameed)  [Orabug: 35230582] 
- net/mlx5e: Update restore chain id for slow path packets (Paul Blakey)  [Orabug: 35230582] 
- net/mlx5: DR, Fix matcher disconnect error flow (Rongwei Liu)  [Orabug: 35230582] 
- net/mlx5: Wait for firmware to enable CRS before pci_restore_state (Moshe Shemesh)  [Orabug: 35230582] 
- net/mlx5e: Cleanup MACsec uninitialization routine (Leon Romanovsky)  [Orabug: 35230582] 
- net/mlx5: Make ASO poll CQ usable in atomic context (Leon Romanovsky)  [Orabug: 35230582] 
- net/mlx5: E-Switch, Return EBUSY if can't get mode lock (Jianbo Liu)  [Orabug: 35230582] 
- net/mlx5: E-switch, Don't update group if qos is not enabled (Chris Mi)  [Orabug: 35230582] 
- net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport (Roi Dayan)  [Orabug: 35230582] 
- net/mlx5: Set default grace period based on function type (Maher Sanalla)  [Orabug: 35230582] 
- net/mlx5: Start health poll at earlier stage of driver load (Moshe Shemesh)  [Orabug: 35230582] 
- net/mlx5e: Expose rx_oversize_pkts_buffer counter (Gal Pressman)  [Orabug: 35230582] 
- net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Print a warning in slow configurations (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Improve MTT/KSM alignment (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Improve need_wakeup logic (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Set napi_id to support busy polling (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Flush RQ on XSK activation to save memory (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use queue indices starting from 0 for XSK queues (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Support XDP metadata on XSK RQs (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Optimize RQ page deallocation (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Call mlx5e_page_release_dynamic directly where possible (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Use non-XSK page allocator in SHAMPO (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use partial batches in legacy RQ with XSK (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Use partial batches in legacy RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Make the wqe_index_mask calculation more exact (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Introduce wqe_index_mask for legacy RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeup (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeup (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rq (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Split out channel (de)activation in rx_res (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_pool (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Convert struct mlx5e_alloc_unit to a union (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Remove DMA address from mlx5e_alloc_unit (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA address (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Optimize the page cache reducing its size 2x (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Fix calculations for ICOSQ size (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use KSM for unaligned XSK (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlen (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Keep a separate MKey for striding RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Use XSK frame size as striding RQ page size (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Use runtime page_shift for striding RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- xsk: Expose min chunk size to drivers (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5: Fix spelling mistake 'syndrom' -&gt; 'syndrome' (Colin Ian King)  [Orabug: 35230582] 
- net/mlx5e: Use runtime values of striding RQ parameters in datapath (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_info (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Improve the MTU change shortcut (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Fix SKB headroom calculation in validation (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: xsk: Remove dead code in validation (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Simplify stride size calculation for linear RQ (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: kTLS, Check ICOSQ WQE size in advance (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Use the aligned max TX MPWQE size (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriate (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdev (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Validate striding RQ before enabling XDP (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides static (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Remove unused fields from datapath structs (Maxim Mikityanskiy)  [Orabug: 35230582] 
- net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8 (Maxim Mikityanskiy)  [Orabug: 35230582] 
- mlxsw: core_acl_flex_actions: Split memcpy() of struct flow_action_cookie flexible array (Kees Cook)  [Orabug: 35230582] 
- net/mlx5: Remove from FPGA IFC file not-needed definitions (Leon Romanovsky)  [Orabug: 35230582] 
- net/mlx5: Remove unused structs (Gal Pressman)  [Orabug: 35230582] 
- net/mlx5: Remove unused functions (Gal Pressman)  [Orabug: 35230582] 
- net/mlx5: detect and enable bypass port select flow table (Liu, Changcheng)  [Orabug: 35230582] 
- net/mlx5: Lag, enable hash mode by default for all NICs (Liu, Changcheng)  [Orabug: 35230582] 
- net/mlx5: Lag, set active ports if support bypass port select flow table (Liu, Changcheng)  [Orabug: 35230582] 
- RDMA/mlx5: Don't set tx affinity when lag is in hash mode (Liu, Changcheng)  [Orabug: 35230582] 
- net/mlx5: add IFC bits for bypassing port select flow table (Liu, Changcheng)  [Orabug: 35230582] 
- net/mlx5: Add support for NPPS with real time mode (Aya Levin)  [Orabug: 35230582] 
- net/mlx5: Expose NPPS related registers (Aya Levin)  [Orabug: 35230582] 
- net/mlx5: Add IFC bits for mkey ATS (Jason Gunthorpe)  [Orabug: 35230582] 
- mlxsw: reg: Remove deprecated code about SFTR-V2 Register (Gaosheng Cui)  [Orabug: 35230582] 
- macsec: don't free NULL metadata_dst (Sabrina Dubroca)  [Orabug: 35230582] 
- net/mlx5e: macsec: remove checks on the prepare phase (Antoine Tenart)  [Orabug: 35230582] 
- net/mlx5e: Support MACsec offload replay window (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Support MACsec offload extended packet number (EPN) (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Move MACsec initialization from profile init stage to profile enable stage (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Create advanced steering operation (ASO) object for MACsec (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Expose memory key creation (mkey) function (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5: Add ifc bits for MACsec extended packet number (EPN) and replay protection (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Fix MACsec initial packet number (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Fix MACsec initialization error path (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5: Fix fields name prefix in MACsec (Emeel Hakim)  [Orabug: 35230582] 
- net: macsec: Expose extended packet number (EPN) properties to macsec offload (Emeel Hakim)  [Orabug: 35230582] 
- net/mlx5e: Support 256 bit keys with kTLS device offload (Gal Pressman)  [Orabug: 35230582] 
- tcp: Access &amp;tcp_hashinfo via net. (Kuniyuki Iwashima)  [Orabug: 35230582] 
- tcp: Don't allocate tcp_death_row outside of struct netns_ipv4. (Kuniyuki Iwashima)  [Orabug: 35230582] 
- tcp: Clean up some functions. (Kuniyuki Iwashima)  [Orabug: 35230582] 
- net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_rule() (Nathan Chancellor)  [Orabug: 35230582] 
- selftests: mlxsw: Remove qos_burst test (Amit Cohen)  [Orabug: 35230582] 
...</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12950.html" type="self" title="ELBA-2023-12950" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">214bfabdb990b0002b323b7d3a82bc5d5274480a6342ee867dea9c707462047d</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">62da951fecb5ced87bea89895585117dffeafed47486ae73b8560786486b82c3</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d370383c4f98c587ae3113023f1c469a171e9c295bf4a48c9af95ee237556bfe</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bafa0213537d4add55d59c981b190bbfc9ccef77f52e9deba5a5ec0b6be185aa</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5dd96393a4860b7f0d7be0d6431e19b3839579473c6b25a2ba030864f91fd383</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-200.131.27.el8uek.noarch.rpm</filename>
          <sum type="sha256">83d612efbcf2d45df27b355a6dd1373bcf6ef4bdb8386410b250cc8529669b08</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a396a347e51f3d2788acb7109eb54291804ad2e55c336b01bdd207b01810cd66</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e9ebe1016db743d7889e0875f57cc70ea79a3b33e1e94f5f72ede54d0fb09cf8</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ca3603d262e494e56c90f46afda749bcebc64b7935d33798b4e7d250a628ede3</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">057bf372f95bdcea4c52a9d826f41ed8afc9bed748360acaaa6a8740324dd335</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-200.131.27.el8uek.src.rpm</filename>
          <sum type="sha256">844c57e4e2f19a6b383edd23f675358aa551a4ffa2338d3872848aa9bfd53dc7</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">09477f36ee98c096e9c4368fe0052f94de06d7a495b2c5b6efe3d457386228aa</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b3615c0e6394a0c4b80f77d8a2810f5f69c75c6776eb4193e5a7772a3d66901d</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">27f624d8a8cac2f1157214f574cbbda29e24a3b6e4f8329d8979047f4ed2a1ee</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="200.131.27.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-200.131.27.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4b4b4742698988974823b6698857d48aa4be755ea387e9c7702181891635e5d4</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20485</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-22 00:00:00"/>
    <updated date="2025-07-22 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.0.3-1]
- This is only released on OL10.
- Redesigned USDT support to work for LTO compilations.  [Orabug: 38011704]
- New builtin variable: execargs.
- Offset probes in pid provider.  (Eugene Loh)
- Various bug fixes.  (Nick Alcock, Eugene Loh, Kris Van Hees)
- Various testsuite fixes and improvements.
  (Nick Alcock, Sam James, Eugene Loh, Kris Van Hees)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20485.html" type="self" title="ELBA-2025-20485" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.3" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.3-1.el8.src.rpm</filename>
          <sum type="sha256">0adfb18afae9c7c34175b60a73ba20fcdb2fb07deaa665bc40da0f0682e22bca</sum>
        </package>
        <package name="dtrace-devel" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">44f8d4888b2583f0118b5bdc0381c9b5f4e7dbf1044643be40df546f88efedfc</sum>
        </package>
        <package name="dtrace" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">fe4a36871579c7ba30e04aea2bb64488c58b20bb045875d7b100879b386826b5</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.3" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.3-1.el8.x86_64.rpm</filename>
          <sum type="sha256">fffcdbb7db5e8d45b9c41520ec92db09ba49bd3959c0abdf974ac665d8d48178</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12105</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-02-07 00:00:00"/>
    <updated date="2023-02-07 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.3.el8]
- fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
  (Srikanth C S)  [Orabug: 35048207]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12105.html" type="self" title="ELBA-2023-12105" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.3.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.3.el8.x86_64.rpm</filename>
          <sum type="sha256">bac3c85eceb973d4456de392420402a176dceed5b1b3d1bd4a02f2d30b9ce8eb</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.3.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.3.el8.i686.rpm</filename>
          <sum type="sha256">6fc42c2a64212c3c832e1008b0fea5414b8a17a342bad345c45e2a5c2027cbb3</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.3.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.3.el8.x86_64.rpm</filename>
          <sum type="sha256">5e4ea928b6e98161f6ba1dd75eb9151be2e5a57825c5a4685925f4b265beec07</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.3.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.3.el8.src.rpm</filename>
          <sum type="sha256">d219df64b6fdde0c6084e71a189057a687442c269a18ce32754f0e07da1c1e39</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.3.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.3.el8.i686.rpm</filename>
          <sum type="sha256">f1ccf00b32966f8646ef1bb7b05f33e4c7dd29a3e7b5c165f7b7b28c1f747b7f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-25733</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-11-03 00:00:00"/>
    <updated date="2025-11-03 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-313.189.5.3]
- i40e: add validation for ring_len param (Lukasz Czapnik)  [Orabug: 38603025]  {CVE-2025-39973}
- i40e: increase max descriptors for XL710 (Justin Bronder)  [Orabug: 38603025]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-25733.html" type="self" title="ELSA-2025-25733" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39973.html" id="CVE-2025-39973" type="cve" title="CVE-2025-39973" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9e3fcbc44dcd2e5e2dadeb49d1d33e7bb1c15bf86e7dd03e558a150c8678032c</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6474416f5c5f9a06bf825e42eb72e44998a39257d8689f3d722f9407c8702102</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">84109a568cd1f2caa2701b55eb78fbd567ee6ef848afe3b98dcc0051eacb6278</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ad0c40deebd48f38a61fe60893aeb3e17657c349ea97c70cfbe6aff9922ab095</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0a63cfcea233e18bcc22c0d16a40133c5e8b455ea740882cb0bb122ffba12561</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bd16f889ef6638304d8d950930ca518a7adce3e81163e3b6903ec19ee920b393</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1fa04abcf97ef0bf889e96015e21f7646160d09bae28f2f380ae48e1c67150cc</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-313.189.5.3.el8uek.src.rpm</filename>
          <sum type="sha256">237abcd26e119249752f29c3914d159d7c55ef0252d8d326f8620675338fbf47</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ea7004c6d3ad6b4125be6ffb030aa0cede0776aec8a656f110cbc8225292b00</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">35efcd41fc6628098ea97972aaa70eb5062093f0bef4d10e71ab6b40bd48a3aa</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">41896572f7abb0654c09a25384346746caaeb5888c46b68f5446eb9f76994c58</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">01e014a83615bd865a82134000ec7a1b8cc9fde819bfbd7cf538ce7bcc8c7fbc</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5e940dce35e2ccd10420a4acafc106ce690237fe6a91c09039c12ce35e2d6c48</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-313.189.5.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c31a52da1a77698a16972c7f5f8b586c7b3657d5e035b5e49946ff8de279614b</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="313.189.5.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-313.189.5.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">9fcc508881c4f8303dba9fdbb153e488689edca12feaa07a6a0506583933de8e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12371</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-05-09 00:00:00"/>
    <updated date="2024-05-09 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-205.149.5.4]
- uek-rpm: Bluefield 3: Enable KASAN runtime memory debugger in the debug config (Thomas Tai)  [Orabug: 36447607] 
- Revert 'mmc: core: Use mrq.sbc in close-ended ffu' (Thomas Tai)  [Orabug: 36447607]

[5.15.0-205.149.5.3]
- uek-rpm: Bluefield 3: Add missing mtd_blkdev module (Thomas Tai)  [Orabug: 36582258] 
- mlxbf_gige: stop interface during shutdown (David Thompson)  [Orabug: 36581944] 
- mlxbf_gige: call request_irq() after NAPI initialized (David Thompson)  [Orabug: 36581944] 
- mlxbf_gige: stop PHY during open() error paths (David Thompson)  [Orabug: 36581944] 
- mlxbf_gige: add support to display pause frame counters (David Thompson)  [Orabug: 36581944]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12371.html" type="self" title="ELBA-2024-12371" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c79d1bd820bd9ba61e9004a11cdf40c99aa1dc0cd17f0855eb04d1d51af64cdb</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">996a17547e2aaf146cd8b232585ad5978038cb864c00843d68ee0483292e2248</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-205.149.5.4.el8uek.src.rpm</filename>
          <sum type="sha256">904acdce25517df9a1b20e4daecc6cd16090860bd52f2e8b4458994a32571e86</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9306c583622c061f3f5de9bca171ebe51de7dc2793604d1989d4a27e342e7644</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3891f7e7c240641febba49a12b9d23e7dfccfcafe217e94ecb1d1b2ba10f10e2</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5cd939ce41adbd47322c69146a6adc038bf10f75c876594983a8057505f5967b</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d8d689e30a5906c2d433ca404c59a1c8c36caea2926b83ab48a6e34919e62699</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c838a2da7a2b9bf677ec86e488c5464a2d060abf95444e3bd3fbb12f31d1eb67</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7daa8db4fcbc910954311c67c3649fa043337c3ff102a0a0b7532d2d240f8904</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">46387c460a6a65518c8daf5dfef9ab0eba2ac9559ddc27d1b8c16a1d5c83fff8</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b6c6e1fab2db4362e7679b821df488d6ef92030c7ea04d47ee211aa4a6e3b35f</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4ba7b638c17be84d1263bf421ce19c6a3b7428523d6df64709bc12a1802e697e</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-205.149.5.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">185d1469381c76f68ad58d0b85d1bb8c5bb5c8ea424520638cef9a932e74f601</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5cbc5857aa7cb6bcca3968b174ac1ce58dd6717aedae75bbd72c40776327adf4</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="205.149.5.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-205.149.5.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2c22a06f4409c491c49a4ffa3707d04facc2fe7fdf23120e3bf469a51c1b3a59</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12058</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-01-10 00:00:00"/>
    <updated date="2024-01-10 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-202.135.2]
- KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug (Sean Christopherson)  [Orabug: 36131271] 
- hugetlb: missing bootmem gigantic page initialization (Jane Chu)  [Orabug: 36126864]

[5.15.0-202.135.1]
- uek: kabi: update aarch64 kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 36008926] 
- uek: kabi: update x86_64 kABI files for new symbols (Saeed Mirzamohammadi)  [Orabug: 36008926] 
- rds: bcopy payload checksums may be calculated incorrectly leading to erroneous diagnostic results (William Kucharski)  [Orabug: 36060778]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12058.html" type="self" title="ELBA-2024-12058" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">63c755d798a4929ca5ff875f4db5e22afffb9f6bb75d864336c360231d84f330</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f8f4b714fc169e976a3e7da863634273dd61bc8057227d0d8faf1cda407d4018</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f88530ab8ab1e386cbcba14ae815462295c584d9c586c4c19021fbd0860f952a</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-202.135.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">8d3f7f33cb5b72391c7d0a63556aee2ed894a53096e65fa7f54bc6b6a129eea8</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b7368e3c99981bb8fdf393a78dc0acb421f4346b6a038e01fa39739411e7cfc3</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">23cf7d26e978f412760bbbd73ae5d7b99736950b38564e5372d67973fbb3f5ec</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7733fdb847e261966f7f4d5cfcc8f15ef5bd3d23f39992d5b0f9161dc0bd89f8</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">df12d0266024b785372f2293b14eea325c2e031e0fa951141a1c693fce5a957b</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cfce0e3e52474854345bcd2a8288d8033e60731bcd351d41d47267793f28ffd6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-202.135.2.el8uek.src.rpm</filename>
          <sum type="sha256">6bed3c88166d2dceed1d4fa049aaa0bbcb975bedbaf6cd41583677e80cb9e576</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b95c7d06dc956588342e5ebe5595dedcdb1b7adb7a4bd7654609fb773d7d4777</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8ed083ca3da3de0407605b54d3f96ecedcadb35007f3eebba52c38f28b9f51aa</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e5930e80d1794a597de878771e5b417aa960e653e1ccd9ed189a45e2121fcf62</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ed63a9936cd51f51a7fcf5649c76581b80f4d1e58d1bbce80ef999ce08a287d1</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="202.135.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-202.135.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bb0b0802227bed3952a1cdf59227270f4170eb63c773eb86a01b83a99a5108fa</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12796</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-20 00:00:00"/>
    <updated date="2024-10-20 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-301.163.5.2]
- mm: avoid leaving partial pfn mappings around in error case (Linus Torvalds)  [Orabug: 37174198]  {CVE-2024-47674}
- Revert 'Documentation/admin-guide/acpi: Move information out of shell script comments' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Move partition_create_desc() work to a helper' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic: Collect GIC_IRQ_TYPE definitions into one place' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / irq: Allow a compile-time arg0 for acpi_register_gsi()'s fwspec' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic, gic-v3: Translate fwspec for DT and ACPI systems in the same way' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Provide a helper to walk processor containers' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to build a cpumask from a cpu_node' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Print DT partitions in the same way as APCI' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: Build PPI partitions on ACPI systems' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'irqchip/gic-v3: select and translate the partition domain' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / irq: Add acpi_register_partitioned_percpu_gsi()' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Find PPTT cache level by ID' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to fill a cpumask from a processor container' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'ACPI / PPTT: Add a helper to fill a cpumask from a cache_id' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'drivers: base: cacheinfo: Check per_cpu_cacheinfo() is allocated' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'drivers: base: cacheinfo: Add helper to find the cache size from cpu+level' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Allow for &gt;32-bit cache 'id'' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Set cache 'id' based on DT data' (Dave Kleikamp)  [Orabug: 37144820] 
- Revert 'cacheinfo: Expose the code to generate a cache-id from a device_node' (Dave Kleikamp)  [Orabug: 37144820]

[5.15.0-301.163.5.1]
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (Haoran Zhang)  [Orabug: 37142443]

[5.15.0-301.163.5]
- netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init(). (Kuniyuki Iwashima)  [Orabug: 36964003]  {CVE-2024-42270}
- netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). (Kuniyuki Iwashima)  [Orabug: 36964001]  {CVE-2024-42269}
- Revert 'arm64: Allow 512K irqs' (Harshit Mogalapalli)  [Orabug: 37117987]

[5.15.0-301.163.4]
- pds_core: Prevent race issues involving the adminq (Brett Creeley)  [Orabug: 36529980]  {CVE-2024-26623}
- netdevsim: avoid potential loop in nsim_dev_trap_report_work() (Eric Dumazet)  [Orabug: 36530387]  {CVE-2024-26681}
- devlink: fix possible use-after-free and memory leaks in devlink_init() (Vasiliy Kovalev)  [Orabug: 36530666]  {CVE-2024-26734}
- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (Adamos Ttofari)  [Orabug: 36642225]  {CVE-2024-35801}
- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (Carolina Jubran)  [Orabug: 36643379]  {CVE-2024-35959}
- uek-rpm: correctly set DEFAULTKERNEL after removal of uek kernels (Rhythm Mahajan)  [Orabug: 36709294] 
- RDMA: Flip the meaning of '-1' and '0' in ibv_create_cq / ib_create_cq (Gerd Rausch)  [Orabug: 36822216] 
- Revert 'rds: ib: fix non-determinism when comp_vector is zero' (Gerd Rausch)  [Orabug: 36822216] 
- net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (Aleksandr Mishin)  [Orabug: 36835804]  {CVE-2024-40940}
- xfrm: Remove documentation WARN_ON to limit return values for offloaded SA (Patrisious Haddad)  [Orabug: 37080855] 
- perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling (Ravi Bangoria)  [Orabug: 37088496]

[5.15.0-301.163.3]
- uek-rpm: T93: enable xxhash crypto module for fips (Dave Kleikamp)  [Orabug: 37075386] 
- mm: ioremap: Add ioremap/iounmap_allowed() (Kefeng Wang)  [Orabug: 37061929] 
- netfilter: nf_tables: use timestamp to check for set element timeout (Pablo Neira Ayuso)  [Orabug: 36630431]  {CVE-2024-27397}
- uek-rpm: Enable CONFIG_DEVICE_PRIVATE for the 64K page kernel (Dave Kleikamp)  [Orabug: 36670372] 
- uek-rpm: Config changes to support Grace Hopper (Dave Kleikamp)  [Orabug: 36670372] 
- arm64: Allow 512K irqs (Dave Kleikamp)  [Orabug: 36670372] 
- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (Matthew R. Ochs)  [Orabug: 36670372] 
- firmware: smccc: Fix use of uninitialised results structure (Punit Agrawal)  [Orabug: 36670372] 
- i2c: smbus: Check for parent device before dereference (Andy Shevchenko)  [Orabug: 36670372] 
- gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping() (Tom Rix)  [Orabug: 36670372] 
- dt-bindings: gpio: Remove FSI domain ports on Tegra234 (Prathamesh Shete)  [Orabug: 36670372] 
- i2c: tegra: Do not mark ACPI devices as irq safe (Breno Leitao)  [Orabug: 36670372] 
- tpm_tis_spi: Add hardware wait polling (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: Enable TPM wait polling (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: Add TPM HW flow flag (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: set half duplex flag (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: Fix iterator outside loop (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: Fix validate combined sequence (Krishna Yarlagadda)  [Orabug: 36670372] 
- ACPI/IORT: Update SMMUv3 DeviceID support (Robin Murphy)  [Orabug: 36670372] 
- spi: tegra210-quad: Fix duplicate resource error (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: Don't initialise DMA if not supported (Jon Hunter)  [Orabug: 36670372] 
- spi: tegra210-quad: Fix combined sequence (Krishna Yarlagadda)  [Orabug: 36670372] 
- irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 (Shanker Donthineni)  [Orabug: 36670372] 
- irqchip/gicv3: Handle resource request failure consistently (Robin Murphy)  [Orabug: 36670372] 
- irqchip/gic-v3: Claim iomem resources (Robin Murphy)  [Orabug: 36670372] 
- i2c: tegra: Fix PEC support for SMBUS block read (Akhil R)  [Orabug: 36670372] 
- i2c: tegra: Set ACPI node as primary fwnode (Akhil R)  [Orabug: 36670372] 
- arm64: tegra: Enable Tegra SPI &amp; QSPI in deconfig (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: Multi-cs support (Krishna Yarlagadda)  [Orabug: 36670372] 
- i2c: tegra: Add SMBus block read function (Akhil R)  [Orabug: 36670372] 
- spi: tegra210-quad: use device_reset method (Krishna Yarlagadda)  [Orabug: 36670372] 
- i2c: smbus: Use device_*() functions instead of of_*() (Akhil R)  [Orabug: 36670372] 
- spi: tegra210-quad: add acpi support (Krishna Yarlagadda)  [Orabug: 36670372] 
- docs: firmware-guide: ACPI: Add named interrupt doc (Akhil R)  [Orabug: 36670372] 
- device property: Add fwnode_irq_get_byname (Akhil R)  [Orabug: 36670372] 
- device property: Add fwnode_iomap() (Anand Ashok Dumbre)  [Orabug: 36670372] 
- spi: tegra210-quad: combined sequence mode (Krishna Yarlagadda)  [Orabug: 36670372] 
- spi: tegra210-quad: add new chips to compatible (Krishna Yarlagadda)  [Orabug: 36670372] 
- gpio: tegra186: Add IRQ per bank for Tegra241 (Akhil R)  [Orabug: 36670372] 
- spi: tegra210-quad: use devm call for cdata memory (Krishna Yarlagadda)  [Orabug: 36670372] 
- gpio: tegra186: Add support for Tegra241 (Akhil R)  [Orabug: 36670372] 
- gpio: tegra186: Add support for Tegra234 (Prathamesh Shete)  [Orabug: 36670372] 
- gpio: tegra186: Support multiple interrupts per bank (Thierry Reding)  [Orabug: 36670372] 
- gpio: tegra186: Force one interrupt per bank (Thierry Reding)  [Orabug: 36670372] 
- dt-bindings: gpio: Add Tegra241 support (Akhil R)  [Orabug: 36670372] 
- dt-bindings: gpio: Add Tegra234 support (Prathamesh Shete)  [Orabug: 36670372] 
- dt-bindings: gpio: tegra186: Convert to json-schema (Thierry Reding)  [Orabug: 36670372] 
- i2c: tegra: use i2c_timings for bus clock freq (Akhil R)  [Orabug: 36670372] 
- i2c: tegra: Add the ACPI support (Akhil R)  [Orabug: 36670372] 
- net/mlx5: Stop waiting for PCI if pci channel is offline (Moshe Shemesh)  [Orabug: 36955683] 
- Revert 'crypto: ecc - Move ecc.h to include/crypto/internal' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: ecc - Export additional functions from crypto/ecc.c' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: add ECDSA signature generation support' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: add ECDSA test vectors from RFC 6979' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: make RFC6979 test vectors generic to all drivers' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: ecdsa - export ecdsa signature ASN.1 parser' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: ecdsa - export ecdsa privkey ASN.1 parser' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: octeontx2: add support for ECDSA P192, P256 and P384' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: octeontx2: add support for DH' (Dave Kleikamp)  [Orabug: 37062541] 
- Revert 'crypto: octeontx2: fix opcode incase of SGv2' (Dave Kleikamp)  [Orabug: 37062541] 
- i40e: Change user notification of non-SFP module in i40e_get_module_info() (Andrii Staikov)  [Orabug: 37069948]

[5.15.0-301.163.2]
- x86/efistub: Branch straight to kernel entry point from C code (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/efi: Make the deprecated EFI handover protocol optional (Ard Biesheuvel)  [Orabug: 36943196] 
- efi: fix panic in kdump kernel (Oleksandr Tymoshenko)  [Orabug: 36943196] 
- efi: verify that variable services are supported (Johan Hovold)  [Orabug: 36943196] 
- efi: libstub: Give efi_main() asmlinkage qualification (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunk (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed, efi: Merge multiple definitions of image_offset into one (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Move efi32_pe_entry() out of head_64.S (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Move efi32_entry out of head_64.S (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Move efi32_pe_entry into .text section (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Move bootargs parsing out of 32-bit startup code (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Move 32-bit entrypoint code into .text section (Ard Biesheuvel)  [Orabug: 36943196] 
- x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.S (Ard Biesheuvel)  [Orabug: 36943196] 
- efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory (Ard Biesheuvel)  [Orabug: 36943196] 
- efi/x86: libstub: Make DXE calls mixed mode safe (Ard Biesheuvel)  [Orabug: 36943196] 
- efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy)  [Orabug: 36943196] 
- efi: libstub: declare DXE services table (Baskov Evgeniy)  [Orabug: 36943196] 
- x86/compressed: Export and rename add_identity_map() (Michael Roth)  [Orabug: 36943196] 
- x86/compressed/64: Detect/setup SEV/SME features earlier during boot (Michael Roth)  [Orabug: 36943196] 
- x86/boot: Use MSR read/write helpers instead of inline assembly (Michael Roth)  [Orabug: 36943196] 
- x86/boot: Introduce helpers for MSR reads/writes (Michael Roth)  [Orabug: 36943196] 
- x86/compressed/acpi: Move EFI detection to helper (Michael Roth)  [Orabug: 36943196] 
- efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event() (Ard Biesheuvel)  [Orabug: 36943196] 
- efi/libstub: x86/mixed: increase supported argument count (Ard Biesheuvel)  [Orabug: 36943196] 
- uek: kabi: update x86_64 kABI files for new symbols (Yifei Liu)  [Orabug: 37033066] 
- crypto/octeontx2: Use dynamic allocated memory region for lmtst (Bharat Bhushan)  [Orabug: 36725601] 
- crypto/octeontx2: Initialize cptlfs device info once (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix rsfec stats reading (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-pf: Add NIXLF error/poison interrupt handlers (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: dbg: Add debug prints for NIX AF interrupts (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: poll for tx link credits before link mode change (Naveen Mamindlapalli)  [Orabug: 36725601] 
- drivers: gpio: thunderx: Do not support irq config for both edge (Suneel Garapati)  [Orabug: 36725601] 
- octeontx2-af: Knobs for NPC default rule counters (Linu Cherian)  [Orabug: 36725601] 
- octeontx2-af: debugfs: Add Channel info to RPM map (Linu Cherian)  [Orabug: 36725601] 
- Octeontx2-af: Skip overlap check for SPI field (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Modify SMQ flush sequence to drop packets (Naveen Mamindlapalli)  [Orabug: 36725601] 
- drivers: spi-cadence-xspi: Add error check for xfer logic register base (Petr Malat)  [Orabug: 36725601] 
- octeontx2-af: Fix issue with GRE parsing (Kiran Kumar K)  [Orabug: 36725601] 
- octeontx2-af: add shutdown function (Dave Kleikamp)  [Orabug: 36725601] 
- uek-rpm: Build T93 embedded kernel (Dave Kleikamp)  [Orabug: 36725601] 
- driver: soc: marvell: add cpss drivers (Dave Kleikamp)  [Orabug: 36725601] 
- PCI: boot time optimization (Harman Kalra)  [Orabug: 36725601] 
- octeontx_edac: Fix mcc_edac failure at boot (Thomas Tai)  [Orabug: 36725601] 
- soc: Only try to build Marvell SOC code on aarch64 (Dave Kleikamp)  [Orabug: 36725601] 
- efi/Marvell: Work-around for bootefi memmap errors (Henry Willard)  [Orabug: 36725601] 
- octeontx2-af: add max_vfs module param (Tom Saeger)  [Orabug: 36725601] 
- arm64: Fix compiler warning when CONFIG_MRVL_OCTEONTX_EL0_INTR is undefined. (Tom Saeger)  [Orabug: 36725601] 
- thermal: add CN98XX support for Marvell Octeon TX2 SoC temperature sensors (Dave Kleikamp)  [Orabug: 36725601] 
- thermal: support for Marvell Octeon TX2 SoC temperature sensors (Eric Saint-Etienne)  [Orabug: 36725601] 
- crypto: octeontx2: let the core report the driver name instead of the drivers (Dave Kleikamp)  [Orabug: 36725601] 
- octeontx2-pf: extend ringparam setting/getting API with rx_buf_len (Dave Kleikamp)  [Orabug: 36725601] 
- octeontx2-pf: Fix arguments to bpf_warn_invalid_xdp_action() (Dave Kleikamp)  [Orabug: 36725601] 
- octeontx2-af: fix bitmap_weight formatting (Dave Kleikamp)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Support for eCPRI MsgType5 timestamping (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Use correct netdev priv structure for debugging (Baha Mesleh)  [Orabug: 36725601] 
- gpio: thunder: Fix invalid object pointer in kfree. (Szymon Balcerak)  [Orabug: 36725601] 
- soc: marvell: bert: BERT support for CN10k (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: soc: marvell: octeontx_info: Fix parsing of two fdt properties (Felix Manlunas)  [Orabug: 36725601] 
- octeontx2-af: Add validation before accessing fwdata (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add support to parse more VLAN headers (Kiran Kumar K)  [Orabug: 36725601] 
- drivers: octeontx-edac: Add gic error decoder (Jayanthi Annadurai)  [Orabug: 36725601] 
- drivers: pci-octeon-pem: Remove unused variables (Suneel Garapati)  [Orabug: 36725601] 
- octeontx2-af: Add debugfs support to dump NIX TM registers (Anshumali Gaur)  [Orabug: 36725601] 
- driver: edac: octeontx: offline/poison page on fatal/UE (Wladislav Wiebe)  [Orabug: 36725601] 
- gpio: thunderx: Fixed 'pin-cfg' values collection. (Szymon Balcerak)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: disable CPRI RX on cleanup (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: ignore mcs untagged error (Baha Mesleh)  [Orabug: 36725601] 
- driver: i2c: mv64xxx: cn9130 bus lockup issue (Narendra Hadke)  [Orabug: 36725601] 
- Calculate delay-element (Aaron Williams)  [Orabug: 36725601] 
- Disable enhanced strobe if not selected (Aaron Williams)  [Orabug: 36725601] 
- Fix clock timing for MMC DDR modes (Aaron Williams)  [Orabug: 36725601] 
- soc: marvell: hw_access: fix modpost error (Satheesh Paul)  [Orabug: 36725601] 
- octeontx2-af: Fix issue with IPV6 GRE and multi VLAN (Kiran Kumar K)  [Orabug: 36725601] 
- octeontx2-af: Add KPU changes to parse fabric path header (Kiran Kumar K)  [Orabug: 36725601] 
- xhci: Use more than one Event Ring segment (Jonathan Bell)  [Orabug: 36725601] 
- xhci: Set DESI bits in ERDP register correctly (Lukas Wunner)  [Orabug: 36725601] 
- soc: marvell: hw_access: add ioctl to get link info (Satheesh Paul)  [Orabug: 36725601] 
- mdio: mdio-thunder: Fix driver build when ACPI disabled. (Szymon Balcerak)  [Orabug: 36725601] 
- mdio: mdio-thunder: Add ACPI support. (Szymon Balcerak)  [Orabug: 36725601] 
- gpio: thunderx: Add ACPI support. (Szymon Balcerak)  [Orabug: 36725601] 
- octeontx2-pf: Check for DMAC extraction support before setting DMAC based hardware filter for a VF (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Do not use HW TSO when gso_size &lt; 16bytes (Geetha sowjanya)  [Orabug: 36725601] 
- drivers: spi: xspi: Modify HW xfer workaround (Witold Sadowski)  [Orabug: 36725601] 
- octeontx2-af: Added debugfs support to dump NIX TM topology (Anshumali Gaur)  [Orabug: 36725601] 
- octeontx2-af: reveal only TIM params that are available (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: disable rx on RFOEs on exit (Baha Mesleh)  [Orabug: 36725601] 
- soc: marvell: otx2: Add dependency in Kconfig for GHES BERT (Piyush Malgujar)  [Orabug: 36725601] 
- octeontx2-cpt: Wake up waiting process as last step (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Send UP messages to VF only when VF is up. (Subbaraya Sundeep)  [Orabug: 36725601] 
- crypto: octeontx2: Honor irqaffinity passed via bootargs (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-af: fix mcam hit counter (Ankur Dwivedi)  [Orabug: 36725601] 
- octeontx2-af: Fix default entries mcam entry action (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: map management port always to first PF (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: configure 802.3 pause frames in SGMII/QSGMII mode (Hariprasad Kelam)  [Orabug: 36725601] 
- FWLOG: Correct read length with ppos (Mikko Suni)  [Orabug: 36725601] 
- octeontx2-pf: Reorder tearing down of PTP RX info work queue, mailbox (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-af: Fix Support of FDSA tag (George Cherian)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: release psm queues on exit (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: ignore MCS bypass errors (Baha Mesleh)  [Orabug: 36725601] 
- MMC: Fix for SD card support in cadence driver (Paul Way)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add cpri busrt packet limiter (Naveen Mamindlapalli)  [Orabug: 36725601] 
- genirq: Export irqaffinity_default (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add SW workaround for Zero padding (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-af: Add new devlink param to configure maximum usable NIX LFs (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Honor irqaffinity passed via bootargs (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: add TIM error af interrupt handlers (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: clear state on TIM ring disable (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: disable preemption when enabling TIM (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-vf: Fix VF mbox up message error on PTP RX enable (Sai Krishna)  [Orabug: 36725601] 
- drivers: spi-cadence-xspi: Change xfer logic base (Suneel Garapati)  [Orabug: 36725601] 
- soc: marvell: otx2: Add Kconfig option for otx2-ghes-init file. (Piyush Malgujar)  [Orabug: 36725601] 
- driver: edac: octeontx: Improvements to GIC RAS handler (Chandrakala Chavva)  [Orabug: 36725601] 
- edac: octeontx: Add support for GIC RAS reporting (Jayanthi Annadurai)  [Orabug: 36725601] 
- octeontx2-af: Dump hw register state on error (Geetha sowjanya)  [Orabug: 36725601] 
- Change struct octeontx2_pcie_console_nexus (Ray Asbury)  [Orabug: 36725601] 
- octeontx2-af: account for cycle wraparound (Pavan Nikhilesh)  [Orabug: 36725601] 
- drivers: spi: cadence-xspi: Export chip select gpio conditionally (Suneel Garapati)  [Orabug: 36725601] 
- spi: cadence: Improve MRVL locking mechanism (Witold Sadowski)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix PTP PHC sw timecounter reset ioctl (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: prevent TIM register read reorder (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-dpi: fix incorrect chunk size config (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-dpi: configure dma engine FIFO (Amit Prakash Shukla)  [Orabug: 36725601] 
- octeontx2-pf: ethtool: support multi advertise mode (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx-pf: Update SGMII mode mapping (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: ethtool: Remove dependency of phyad (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: enable rxc with lookaside cpt lf (Vidya Sagar Velumuri)  [Orabug: 36725601] 
- octeontx2-af: add mbox to capture counters (Pavan Nikhilesh)  [Orabug: 36725601] 
- crypto: octeontx2: increase timeout value of load_fvc CPT instruction poll (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: increase timeout value of load_fvc CPT instruction poll (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-dpi: extend sysfs to dump DPI PF registers (Satha Rao)  [Orabug: 36725601] 
- octeontx2-af: reduce cpt flt interrupt vectors for cn10kb (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: Fix updating PFC configuration during running traffic (Suman Ghosh)  [Orabug: 36725601] 
- drivers: pci: probe: Read after write fixup for PBUS register (Suneel Garapati)  [Orabug: 36725601] 
- genirq: Increase the number of interrupters (George Cherian)  [Orabug: 36725601] 
- drivers: spi-cadence-xspi: Fix clock divisor change logic (Suneel Garapati)  [Orabug: 36725601] 
- driver: mmc: sdhci-cadence: ACPI support added for eMMC driver for CN10K (Piyush Malgujar)  [Orabug: 36725601] 
- driver: mmc: sdhci: Add ACPI check (Piyush Malgujar)  [Orabug: 36725601] 
- octeontx2-af: Add debug logs. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: Add more debug messages (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Fix dangling pointers in the netdev qset (Geetha sowjanya)  [Orabug: 36725601] 
- drivers: cadence-xspi: Optimize workaround logic (Suneel Garapati)  [Orabug: 36725601] 
- edac: octeontx: Add error syndrome (Jayanthi Annadurai)  [Orabug: 36725601] 
- drivers: i2c-octeon-core: Add recovery for WDOG_TOUT error status (Suneel Garapati)  [Orabug: 36725601] 
- soc: marvell: otx2: Add CN10 check (Piyush Malgujar)  [Orabug: 36725601] 
- octeontx2: Improve mailbox tracepoints for debugging (Subbaraya Sundeep)  [Orabug: 36725601] 
- crypto: octeontx2: add timeout for load_fvc completion poll (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: avoid RXC register access in FLR on CN10KB (Nithin Dabilpuram)  [Orabug: 36725601] 
- drivers: i2c-octeon-core: Add error state recovery (Bruno Matic)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add an ioctl to reset PTP PHC sw timecounter offset (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: Remove MAC address validation check (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Use TL2 level for egress match all configuration (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: Add a new mbox to read/write MCAM hit status (Suman Ghosh)  [Orabug: 36725601] 
- crypto: octeontx2: fix devlink params get callback (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: fix opcode incase of SGv2 (Srujana Challa)  [Orabug: 36725601] 
- ptp_clockmatrix: print driver version during probe (Naveen Mamindlapalli)  [Orabug: 36725601] 
- driver: mfd/misc/ptp: update renasas smu drivers to v1.0 tag (Naveen Mamindlapalli)  [Orabug: 36725601] 
- driver: edac: octeontx: Init MC grain (Vasyl Gomonovych)  [Orabug: 36725601] 
- rqchip/gic-v3: Use raw_spin_lock in irq context (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: don't drop packets with macsec errors (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix register offset definitions (Naveen Mamindlapalli)  [Orabug: 36725601] 
- drivers: spi: cadence: Reconfigure xSPI config to STIG Mode (Witold Sadowski)  [Orabug: 36725601] 
- spi: Add xfer() function for cadence xSPI (Suneel Garapati)  [Orabug: 36725601] 
- drivers: spi: Add arbitration support for Cadence SPI (Suneel Garapati)  [Orabug: 36725601] 
- watchdog: sbsa_gwdt: Apply the Errata workaround seen on CN10K Processors (George Cherian)  [Orabug: 36725601] 
- driver: spi: cadence: Remove unused variables (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: Flush WQ before destroy (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Check address for Null before free (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Detach LF resources on probe cleanup (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: add validation checks for function arguments (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2: Fix klockwork issues in BPHY and SSO (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2: Fix klockwork issues. (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: Free NIX_AF_INT_VEC_GEN interrupt too (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: utilize hardware FLR support in SSO (Shijith Thotton)  [Orabug: 36725601] 
- drivers: marvell: Fix klockwork issues (Suman Ghosh)  [Orabug: 36725601] 
- arm64: smccc: Add trace events to SMC calls. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- crypto: octeontx2: add support for AES_GMAC (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for DH (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for ccm(aes) (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: support md5 and hmac(md5) (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: support sha1, sha256, sha384 and sha512 (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for ECDSA P192, P256 and P384 (Srujana Challa)  [Orabug: 36725601] 
- crypto: ecdsa - export ecdsa privkey ASN.1 parser (Srujana Challa)  [Orabug: 36725601] 
- crypto: ecdsa - export ecdsa signature ASN.1 parser (Srujana Challa)  [Orabug: 36725601] 
- driver: serdes_debugfs: add support for debugfs (anthony chan-MA Eng_IC)  [Orabug: 36725601] 
- octeontx2-af: fix to get different rq mask (Rakesh Kudurumalla)  [Orabug: 36725601] 
- crypto: make RFC6979 test vectors generic to all drivers (Srujana Challa)  [Orabug: 36725601] 
- crypto: add ECDSA test vectors from RFC 6979 (Srujana Challa)  [Orabug: 36725601] 
- crypto: add ECDSA signature generation support (Srujana Challa)  [Orabug: 36725601] 
- crypto: ecc - Export additional functions from crypto/ecc.c (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: update TIM adjust GTI errata silicons (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: fix accessing of CPT register on 105xx. (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: Using compound/head page ref count (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fixed sparse errors (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Remove source port check while adding ntuple rule for GTP-U/C (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix ptp timestamp conversion when using external clock (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: don't modify pps threshold when sw timecounter is not used (Naveen Mamindlapalli)  [Orabug: 36725601] 
- crypto: octeontx2: add devlink option to set max_rxc_icb_cnt (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: Define new ethtool modes for CN10KB (Hariprasad Kelam)  [Orabug: 36725601] 
- driver: spi: cadence: Add ACPI support (Piyush Malgujar)  [Orabug: 36725601] 
- Octeontx2-pf: Fix error condition for GTP-U/C rule insertion (Suman Ghosh)  [Orabug: 36725601] 
- drivers:spi:cadence-xspi: Switch to polling mode when in panic (Gowthami Thiagarajan)  [Orabug: 36725601] 
- drivers:spi:cadence-xspi: Add low-level changes to support kmsg panic/oops write (Gowthami Thiagarajan)  [Orabug: 36725601] 
- spi: spi-nor: Fix the spi_nor_panic_write (Gowthami Thiagarajan)  [Orabug: 36725601] 
- drivers: mtd: spi-nor: Support kmsg dumper based on pstore/blk (Gowthami Thiagarajan)  [Orabug: 36725601] 
- octeontx2-sdp: add CN10kB for using correct mask (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- ptm-ep: Add PTM requestor driver (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-af: mcs: Remove SA stats support (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: fix CPT ctx flush (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: fix issue with spitosa table teardown (Nithin Dabilpuram)  [Orabug: 36725601] 
- scmi: mailbox: Increase message slots (Piyush Malgujar)  [Orabug: 36725601] 
- octeontx2-af: Update minimum receive frame size (Sathesh Edara)  [Orabug: 36725601] 
- watchdog: sbsa_gwdt: Enable the WDOG_STOP_ON_PANIC (George Cherian)  [Orabug: 36725601] 
- drivers: watchdog: Add support for panic notifier callback (George Cherian)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Poll for timestamp to commit into PTP ring (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-pf: Use 1 TL4 queue per SDP output queue, enable SDP backpressure (Roy Franz)  [Orabug: 36725601] 
- spi: cadence: Clear interrupt status before enabling interrupts (Witold Sadowski)  [Orabug: 36725601] 
- octeontx2-dpi: queue reset of DPI VF during initialization (Sibaranjan Pattnayak)  [Orabug: 36725601] 
- spi: cadence: Add support for xfer operation. (Witold Sadowski)  [Orabug: 36725601] 
- octeontx-bphy-netdev: dev_ioctl: split out ndo_eth_ioctl (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix OTX2_RFOE_IOCTL_RX_IND_CFG in case of CNF10K (Janne Kukkonen)  [Orabug: 36725601] 
- octeontx2-af: consider mode when using cpt base channel for bp (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: update SSO FLR routine (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: Add additional checks to validate user-def field value for GTP-u and GTP-C (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-dpi: add sysfs for communication from userspace (Sibaranjan Pattnayak)  [Orabug: 36725601] 
- octeontx2-sdp: Fix programming EPF_RINFO (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: remove debugfs entries. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix updating host ptp offset multiple times (Naveen Mamindlapalli)  [Orabug: 36725601] 
- drivers: mmc: sdhci-cadence: Change command delay value (Chandrakala Chavva)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix rfoe ptp clock cleanup (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix issue of using incorrect netdev priv (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix link carrier state update for cnf10k (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Avoid kernel crash when psw jd_ptr is NULL (Mikko Suni)  [Orabug: 36725601] 
- drivers: pci-octeon-pem: Rectify resetting PEM (Ray Asbury)  [Orabug: 36725601] 
- drivers: pci-octeon-pem: Rectify RC link recover work (Suneel Garapati)  [Orabug: 36725601] 
- drivers: pci: octeon-pem: Fix hardware issue (Suneel Garapati)  [Orabug: 36725601] 
- drivers: pci: octeon-pem: Check on MSI-X vector count (Suneel Garapati)  [Orabug: 36725601] 
- drivers: pci: controller: Add Octeon PEM driver (Suneel Garapati)  [Orabug: 36725601] 
- drivers: pci: probe: Add fixup for Marvell PCIeRC bridge (Suneel Garapati)  [Orabug: 36725601] 
- PCI: marvell-cnxk-ep: rename driver macro name string (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- watchdog: sbsa_wdog: Make sure to program a larger timeout value (George Cherian)  [Orabug: 36725601] 
- soc: marvell: hw_access: add dependency OCTEONTX2_AF (Jia Ma)  [Orabug: 36725601] 
- octeontx2-af: debugfs: fix undefined SSO register access (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: fix inline inbound IPsec configuration (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-bphy: Generate PPS OUT on PHC PTP_CLK_REQ_PEROUT (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: update TIM adjust GTI errata silicons (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix ioctl OTX2_CPRI_IOCTL_LINK_EVENT cpri context (Janne Kukkonen)  [Orabug: 36725601] 
- driver: edac: octeontx: Add revision check for new pass of the chip (Chandrakala Chavva)  [Orabug: 36725601] 
- drivers: spi: cadence: Fix clock operations (Witold Sadowski)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Remove ptp list processing (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Use two send queues for cnf10k (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Use separate xmit function for PTP (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Simplify job submission to hardware (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Simplify error checks and updating stats (Subbaraya Sundeep)  [Orabug: 36725601] 
- drivers: soc: Removed Below Warning message for generic header file on CN8XX platform. (sdonelli)  [Orabug: 36725601] 
- octeontx2-dpi: configure writing DMA result to an offset of the event (Sibaranjan Pattnayak)  [Orabug: 36725601] 
- PCI: add misc character device for BAR4 mem access (Satananda Burla)  [Orabug: 36725601] 
- cacheinfo: Expose the code to generate a cache-id from a device_node (James Morse)  [Orabug: 36725601] 
- cacheinfo: Set cache 'id' based on DT data (Rob Herring)  [Orabug: 36725601] 
- cacheinfo: Allow for &gt;32-bit cache 'id' (Rob Herring)  [Orabug: 36725601] 
- drivers: base: cacheinfo: Add helper to find the cache size from cpu+level (James Morse)  [Orabug: 36725601] 
- drivers: base: cacheinfo: Check per_cpu_cacheinfo() is allocated (James Morse)  [Orabug: 36725601] 
- ACPI / PPTT: Add a helper to fill a cpumask from a cache_id (James Morse)  [Orabug: 36725601] 
- ACPI / PPTT: Add a helper to fill a cpumask from a processor container (James Morse)  [Orabug: 36725601] 
- ACPI / PPTT: Find PPTT cache level by ID (James Morse)  [Orabug: 36725601] 
- ACPI / irq: Add acpi_register_partitioned_percpu_gsi() (James Morse)  [Orabug: 36725601] 
- irqchip/gic-v3: select and translate the partition domain (James Morse)  [Orabug: 36725601] 
- irqchip/gic-v3: Build PPI partitions on ACPI systems (James Morse)  [Orabug: 36725601] 
- irqchip/gic-v3: Print DT partitions in the same way as APCI (James Morse)  [Orabug: 36725601] 
- ACPI / PPTT: Add a helper to build a cpumask from a cpu_node (James Morse)  [Orabug: 36725601] 
- ACPI / PPTT: Provide a helper to walk processor containers (James Morse)  [Orabug: 36725601] 
- irqchip/gic, gic-v3: Translate fwspec for DT and ACPI systems in the same way (James Morse)  [Orabug: 36725601] 
- ACPI / irq: Allow a compile-time arg0 for acpi_register_gsi()'s fwspec (James Morse)  [Orabug: 36725601] 
- irqchip/gic: Collect GIC_IRQ_TYPE definitions into one place (James Morse)  [Orabug: 36725601] 
- irqchip/gic-v3: Move partition_create_desc() work to a helper (James Morse)  [Orabug: 36725601] 
- Documentation/admin-guide/acpi: Move information out of shell script comments (James Morse)  [Orabug: 36725601] 
- arm64: Add workaround for Cavium erratum 36890 (Andrew Pinski)  [Orabug: 36725601] 
- octeontx2-pf: Fix coverity issues (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Add NPC support to filter GTP-U and GTP-C packets based on TEID (Suman Ghosh)  [Orabug: 36725601] 
- PCI: controller: Add Marvell OcteonTx2 PCIe Endpoint driver (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-dpi: Add DPI DMA PF driver (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: Add CN10K SDP support (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: Fix SDP output backpressure (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: add multi-PF support in SDP (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: setup the SDP channel configuration (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: Add FLR handling support (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: Add mailbox support (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- soc: octeontx2-sdp: Add SDP PF driver support (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Enable FORCE_COND_CLK_EN only for applicable chips. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- drivers: soc: marvell: Add PCI console driver (Rick Farrington)  [Orabug: 36725601] 
- firmware: octeontx2: Move AVS reset control to MUB bus (sdonelli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix coverity issues (Naveen Mamindlapalli)  [Orabug: 36725601] 
- KVM: arm64: Extend timer errata-38627 to kvm (Bharat Bhushan)  [Orabug: 36725601] 
- clocksource: Add Marvell Errata-38627 workaround (Bharat Bhushan)  [Orabug: 36725601] 
- EDAC: Octeon: Init SDEI (Vasyl Gomonovych)  [Orabug: 36725601] 
- drives: soc: marvell: Using struct proc_ops instead of file_operations (Piyush Malgujar)  [Orabug: 36725601] 
- drives: soc: marvell: Update octtx_info to display sdk-version (Chandrakala Chavva)  [Orabug: 36725601] 
- drives: soc: marvell: Fix issues reported by static code analysis (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: update to support to print reset counters (Selvam Venkatachalam)  [Orabug: 36725601] 
- drives: soc: marvell: Remove unnecessary warnings about reset counters (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: support to print reset counters (Selvam Venkatachalam)  [Orabug: 36725601] 
- drives: soc: marvell: Fixes conversion for BOARD-MAC-ADDRESS-ID-NUM in octeontx_info (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: Fixes unnecessary logging from octeontx info driver (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: Fix OcteonTX info driver (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: Adds MAC addressess overview to board info (Wojciech Bartczak)  [Orabug: 36725601] 
- drives: soc: marvell: Display version information for flash components (Aaron Williams)  [Orabug: 36725601] 
- drives: soc: marvell: publish no of macs in octeontx_info node (Sujeet Baranwal)  [Orabug: 36725601] 
- drives: soc: marvell: Alter ways of mac address parsing (Sujeet Baranwal)  [Orabug: 36725601] 
- drives: soc: marvell: Board info logic reorg (Sujeet Baranwal)  [Orabug: 36725601] 
- drives: soc: marvell: Board information made available (Sujeet Baranwal)  [Orabug: 36725601] 
- octeontx2-pf: disable preemption while using per_cpu pointer (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Dereference only a valid pointer (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Allow pkts of size morethan MTU to be transmitted (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Skip dma map and unmap when IOMMU is bypassed (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-pf: Add missing changes in otx2_ethtool.c (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-sdpvf: Fix PTP options for SDP interfaces (Roy Franz)  [Orabug: 36725601] 
- octeontx2-vf: Add partial ethtool support for SDP VFs (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-pf: Support to enable EDSA/Higig2 pkts parsing (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Add ethtool -m option support. (Christina Jacob)  [Orabug: 36725601] 
- octeontx2-pf: Avoid null pointer dereference (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-vf: Export symbol 'otx2_config_serdes_link_state' (Rakesh Babu)  [Orabug: 36725601] 
- octeontx2-pf: devlink param support to modify physical interface links. (Rakesh Babu)  [Orabug: 36725601] 
- octeontx2-pf: Add devlink param to vary rbuf size (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Add devlink param to vary cqe size (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Add devlink support to configure TL1 RR_PRIO (Hariprasad Kelam)  [Orabug: 36725601] 
- soc: marvell: otx2: Fix initcall funciton should return an 'int' (Vasyl Gomonovych)  [Orabug: 36725601] 
- soc: marvell: otx2: Fix old kzfree (Vasyl Gomonovych)  [Orabug: 36725601] 
- octeontx2-af: support for custom L2 header (Satheesh Paul A)  [Orabug: 36725601] 
- octeontx2-af: Add mbox to alloc/free BPIDs (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: Dynamically allocate bpids for CPT and LBK (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: add programming SDP BPID in cn10k (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-af: Fix BPID calculation for SDP (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- crypto: octeontx2: add ctx_val workaround (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: fix rsa verify (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: fix dma unmap issue with ahash (Srujana Challa)  [Orabug: 36725601] 
- arm64: Enable Spectre BHB mitigation for Marvell OcteonTx2 cpus (Linu Cherian)  [Orabug: 36725601] 
- mtd: spi-nor: winbond: Update w25q256fw flash memory to use 4B opcodes (Witold Sadowski)  [Orabug: 36725601] 
- mtd: spi-nor: macronix: Add support for mx25um51245g (Witold Sadowski)  [Orabug: 36725601] 
- mailbox: mvl-mhu: update copyright note (Wojciech Zmuda)  [Orabug: 36725601] 
- scmi: mailbox: increase timeout for rx response (Jayanthi Annadurai)  [Orabug: 36725601] 
- clk: control device frequency using sysfs (Wojciech Bartczak)  [Orabug: 36725601] 
- scmi: perf: octtx2: round off OPP frequencies to neaest 100 (Sujeet Baranwal)  [Orabug: 36725601] 
- scmi: mailbox: modifies rx buffer size and timeout for rx response (Wojciech Bartczak)  [Orabug: 36725601] 
- driver: mailbox: Cleanup dead code (Wojciech Bartczak)  [Orabug: 36725601] 
- mailbox: marvell: Initialize interrupts only if there's client for data (Wojciech Bartczak)  [Orabug: 36725601] 
- driver: mailbox: Reject non-configured CPC instances (Wojciech Bartczak)  [Orabug: 36725601] 
- driver: mailbox: Add support for LPI/SPI interrupt configuration in MHU (Wojciech Bartczak)  [Orabug: 36725601] 
- driver: mailbox: Remove superfluous mutex in MHU implementation (Wojciech Bartczak)  [Orabug: 36725601] 
- driver: MHU: Driver adjustment for 10x based octeontx platforms (Wojciech Bartczak)  [Orabug: 36725601] 
- Marvell MHU: Fixes locking mechanism in MHU driver (Wojciech Bartczak)  [Orabug: 36725601] 
- mailbox: add OcteonTX2 MHU mailbox driver (Wojciech Bartczak)  [Orabug: 36725601] 
- soc: marvell: otx2: Enable MSI-X interrupts (Vasyl Gomonovych)  [Orabug: 36725601] 
- soc: marvell: otx2: Add error injection interface (Vasyl Gomonovych)  [Orabug: 36725601] 
- soc: marvell: otx2: Add BERT support for OTX2 (Vasyl Gomonovych)  [Orabug: 36725601] 
- EDAC: Octeon: Add Marvell's OcteonTx2 SoC and CN10KA SoC EDAC driver (Vasyl Gomonovych)  [Orabug: 36725601] 
- mmc: octeontx2: ACPI support added for eMMC driver for T9x. (Piyush Malgujar)  [Orabug: 36725601] 
- mmc: octeontx2: Resolve issues reported by static analysis (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Removes static variables in tuning code (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Add MMC polling method to support kmsg panic/oops write (Bhaskara Budiredla)  [Orabug: 36725601] 
- mmc: octeontx2: cleanup mmc_oops driver (Bhaskara Budiredla)  [Orabug: 36725601] 
- mmc: octeontx2: Adds CMD tuning for eMMC HS200 mode (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Cleans up mmc code and prepare it for HS200 tuning update (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Adds device tree entries to control eMMC input timings (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Adds a way to dynamically control eMMC bus input timings (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Adds new overrides for eMMC bus output timings (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: Adds mechanism to modify output timings for MMC bus (Wojciech Bartczak)  [Orabug: 36725601] 
- mmc: octeontx2: enables mmc polling for pstore path (Bhaskara Budiredla)  [Orabug: 36725601] 
- mmc: octeontx2: fix handling calibration glitch (Aaron Williams)  [Orabug: 36725601] 
- mmc: octeontx2: Configure flags for T96 pass B0 (Chandrakala Chavva)  [Orabug: 36725601] 
- mmc: octeontx2: Use flags for hardware differences (Aaron Williams)  [Orabug: 36725601] 
- mmc: octeontx2: Fix tuning for T96 C0 (Chandrakala Chavva)  [Orabug: 36725601] 
- mmc: octeontx2: Add tuning support for HS400 mode (Aaron Williams)  [Orabug: 36725601] 
- mmc: octeontx2: speed limit for tx2-c0 (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: use calibrated timing taps (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: do not drop bus lock in tuning (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: slot switch by vqmmc/gpio (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: reorganize before vqmmc switching (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: cmd and data out values fixture (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: amend hs400 tuning (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: correct clock divisor (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: fix swiotlb buffer is full (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: avoid single-slot startup issues (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: execute_tuning for octeontx2 (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: track &amp; apply CMD6 bus changes ASAP (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: cn96xx HS200-8wide-100MHz (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: CMD19/21 type correction (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: finish_dma_single() should teardown/unmap (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: use device tree entries (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: emmc tuning for delay (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: skip unavailable slots (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: calibrate tap delay (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: incorporate hw interface io ctl params (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: interrupt addition for ncb fault (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: emmc operation limited to 100 MHz (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: fix shutdown deadlock with active sd-card (Peter Swain)  [Orabug: 36725601] 
- mmc: octeontx2: Configure sample command and data directly (Sujeet Baranwal)  [Orabug: 36725601] 
- mmc: octeontx2: Use proper register to clear interrupts (Chandrakala Chavva)  [Orabug: 36725601] 
- mmc: octeontx2: add check for 8/9xxx chips (Sujeet Baranwal)  [Orabug: 36725601] 
- firmware: octeontx2: sfp-info: Update sfp_info_data (Piyush Malgujar)  [Orabug: 36725601] 
- firmware: octeontx2: sfp-info: check supported platforms first (Damian Eppel)  [Orabug: 36725601] 
- firmware: octeontx2: sfp-info: added support for t9x (Damian Eppel)  [Orabug: 36725601] 
- firmware: octeontx2: sysfs driver for dumping sfp info (Damian Eppel)  [Orabug: 36725601] 
- misc: bphy: disable ctr module on non-BPHY boards (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: prevent out-of-bound array iteration (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: Restore static resource allocation (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: Fix resource release sequence (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: Add ioctl to get BPHY irqs bitmask (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: Get max irq number from firmware (Jakub Palider)  [Orabug: 36725601] 
- misc: bphy: Add ioctl to get max irq number (Jakub Palider)  [Orabug: 36725601] 
- drivers: cleanup el3 handler only if parent process exits (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- misc: otx_bphy_ctr: Add OcteonTx2 BPHY control driver (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- spi: cadence: Add Marvell IP modification changes (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Add read access size switch (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Change dt-bindings documentation for Cadence XSPI controller (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Add polling mode support (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Change dt-bindings documentation for Cadence XSPI controller (Witold Sadowski)  [Orabug: 36725601] 
- Firmware: mub: Add Marvell Utility Bus. (sdonelli)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics: minor updates (Srikanth Pidugu)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics: more debug capabilities (Srikanth Pidugu)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics: unified SoC check (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics: page access support (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics: driver update (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: PHY diagnostics debugfs driver (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: mvmdio_uio: paged access support (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: mvmdio_uio: lock on accessing mdio bus (Damian Eppel)  [Orabug: 36725601] 
- soc: marvell: MDIO uio driver (Damian Eppel)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: use ioremap() instead of ioremap_nocache (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: update ethtool drop stats when mbt erros are set (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: Added FEC stats in debugfs. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: update ethtool drop stats (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add new secondary BCN offset for slave (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: enable skb list processing for delay_request. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add new fields in ethtool stats (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Set external_clock_rate for all RFOE interfaces. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev:cnf10k: Share RFOE PTP offset with host (Roy Franz)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Avoid ptp skb list processing in 1-step mode (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: update drop stats when psw errors are set (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: check psm queue space for ptp queue (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Use atomic update feature to update PTP clock (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Enable force_cond_clk_en bit (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Recalculate UDP checksum. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix updating rx byte stats (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: new entry to dump RPM stats (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: new entry to dump timestamp ring (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: new entry to dump jdt ring (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: debugfs: Add new debugfs root entry (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: fix for PTP BCN delta (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Use PTP ring tail index to read timestamp (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: PTP 1-step improvements (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev:: Share RFOE PTP offset with host (Roy Franz)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: PTP BCN synchronization support for CNF10k platforms. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add cnf10k rfoe debugfs (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf105xxn: fix ptp timestamp in master mode (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: convert MIO_PTP_TIMESTAMP value to nsecs (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix updating JD pkt length and blocksize (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix improper names used for IRQs. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: IOCTL to read input clock parameters. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix cnf10k link state set (Baha Mesleh)  [Orabug: 36725601] 
- otx2-bphy-netdev: synchronize BCN to PTP slave clock. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: stop pkt transmission when psm queue is disabled (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf95n: fix ptp timestamp in master mode (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: fix compilation warning (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: use platform_get_irq_optional for PSM GPINT2 (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Fix incorrect PTP clock frequency. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf95n: ptp: use 950MHz clock for ptp slave (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf95n: ptp: Fix ptp clock counter read (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix ethtool stats string order (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf95n: add PTP slave support. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Fix ptp hardware clock counter conversion (Naveen Mamindlapalli)  [Orabug: 36725601] 
- cnf10k-rfoe: skb shinfo falls on a different cacheline, avoid reading it (Sunil Goutham)  [Orabug: 36725601] 
- cnf10k-rfoe: Adjust structure elements to reduce cache misses (Sunil Goutham)  [Orabug: 36725601] 
- cnf10k-rfoe: Avoid costly iova_to_virt of packet dma address in xmit (Sunil Goutham)  [Orabug: 36725601] 
- cnf10k-rfoe: Cleanup packet stats maintenance (Sunil Goutham)  [Orabug: 36725601] 
- cnf10k-rfoe: Optimize packet length retrieval for non-ecpri packets (Sunil Goutham)  [Orabug: 36725601] 
- cnf10k-rfoe: Remove duplicate error checking (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: use sw timecounter for ptp phc (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Add PTP 2S legacy mode support. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- oceontx2-bphy-netdev: cnf10k: Fix 1S sync timestamp fields. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: re-enable cpri gpint when interface is stopped (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix cpri interrupt handling (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10kb: 1-step PTP support for CNF10KB. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cpri: Add missing ethtool stats (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Fix CNF10K_CPRIX_ETH_UL_INT clearing (Janne Kukkonen)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Modify PTP timestamp format. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix cnf10k ecpri rx packet issue (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10kb: Add PTP slave support for CNF10KB. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: add cpri netdev support (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: add prefix for cnf10k registers (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: move duplicate code to common headers (Naveen Mamindlapalli)  [Orabug: 36725601] 
- cnf10k-rfoe: Prepend 8-byte PTP header to packets in PTP queue. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf95: add jumbo frame support (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: 1-step PTP and slave support. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: rfoe netdev cleanup (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: convert psw ptp timestamp to cpu byte order (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: fix missing ioctls on CNF10K (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: move common ptp structures to rfoe_common.h (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy: Fix issues reported by static analysis. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- cnf10k: rfoe: add jumbo frame support to cnf10k (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: rfoe: fix ptp4l bad message issue (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy: Add PTP slave and external PTP input clock support in RFOE PHC driver. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: fix tx ptp ring entry format change (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix cpri rx packet handling (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: ptp: Fix ptp timestamp reading across lmacs (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cnf10k: Fix incorrect ptp tstamp entry size (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: cnf10kb: add support for psm gpint2 interrupt (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix possibility of processing the mbt multiple times (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix link carrier state update (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: limit cpri error logging rate (Baha Mesleh)  [Orabug: 36725601] 
- otx2-bphy-netdev: cn10k: fix NULL pointer dereference (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: fix offset of cn10k registers (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: remove unwanted debug message (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: added cnf10k bphy netdev functionality (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: separate bphy common code into separate files (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: disable cpri code when cpri hw is not present (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: add debugfs support (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: don't process a packet when psw indicates error (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: cpri: fix compilation warnings (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add rfoe rx vlan forwarding configuration (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: avoid multiple kfree of common lmac objects (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix common lmac resource free (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix cleanup sequence in char device release (Baha Mesleh)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: remove unnecessary check when setting INTF_DOWN flag (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add timeout to ptp transmit timestamp polling (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix napi schedule issue when intf is down (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix ptp tx processing race condition (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Added RFOE LMAC stats to ethtool (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add PTP hardware clock support to rfoe interfaces (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix list_entry usage in the code (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Added ioctl to set low level link state (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix ptp pending skb list processing (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix kernel crash with ioctl trying to add timer (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Set minimum length of Tx packets to 64 bytes (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Enable accessing RFOE_RX_IND regs before odp netdev init (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Enable MSIXEN bit in IOCTL handler (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: Add support for registering both rfoe and cpri netdev intf (Naveen Mamindlapalli)  [Orabug: 36725601] 
- otx2-bphy-netdev: Add support for configurable PTP clock rate (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeonx2-bphy-netdev: Add support for switching mode from RFOE to CPRI (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Add support for CPRI Ethernet packet processing (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: segregate chardev specific code (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Fix NULL pointer dereference (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Enable MSIXEN bit in MSIX CAP HDR (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Added PTP BCN offset algorithm (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Added ioctl to access RFOE_RX_IND registers (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: Added support for configurable packet types (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: netdev cleanup in char dev close (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: fix napi scheduling issue when interface is down (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-bphy-netdev: added full packet dump of mbt buffer (Naveen Mamindlapalli)  [Orabug: 36725601] 
- OcteonTX2 BPHY RFOE netdev driver initial version (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: extend context reading capability (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: add mapping for mcs registers (Ankur Dwivedi)  [Orabug: 36725601] 
- soc: marvell: hw-access: register access via debugfs (Sumit Gaur)  [Orabug: 36725601] 
- soc: marvell: hw_access: fix pci resource leak (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: fix csr mapping range (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: Extend available ranges (Jakub Palider)  [Orabug: 36725601] 
- soc: marvell: hw_access: add support to read aura/pool context (Ashwin Sekhar T K)  [Orabug: 36725601] 
- soc: marvell: hw_access: get cgx info (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: add hw context reading support (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: cleaning up existing hw access driver (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: hw_access: renaming to hw access driver (Harman Kalra)  [Orabug: 36725601] 
- soc: marvell: Driver to access and modify device CSRs. (Rakesh Babu)  [Orabug: 36725601] 
- drivers: soc: fwlog: use max_t instead of max (Pragnesh Patel)  [Orabug: 36725601] 
- fwlog: fix invalid pointers and copy size in wraparound case (Aaro Koskinen)  [Orabug: 36725601] 
- drivers: soc: fwlog: fix mapped size (Pragnesh Patel)  [Orabug: 36725601] 
- drivers: soc: fwlog: Add firmware bootlog support (Pragnesh Patel)  [Orabug: 36725601] 
- drivers: mmc: sdhci-cadence: Interrupt handling workaround (Jayanthi Annadurai)  [Orabug: 36725601] 
- drivers: soc: Adds common Marvell OcteonTX header for SMC calls (sdonelli)  [Orabug: 36725601] 
- octeontx2-af: Update HW workarounds for 96xx C0, 98xx and F95xx B0 chips (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: add TIM adjust GTI errata workaround (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: cn10k: devlink params to configure TIM (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: add support for changing vlan tpid (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: rvu: enable mcs fips mailboxes (Ankur Dwivedi)  [Orabug: 36725601] 
- octeontx2-af: Check the msix offset return value (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: NDC sync op af mbox support (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: Move QMEM allocations from GFP_KERNEL to ATOMIC (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: sync kernel structures with firmware (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: mcs: Add missing stats (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: mcs: add mailboxes for fips (Ankur Dwivedi)  [Orabug: 36725601] 
- octeontx2-af: convert dev_dbg to tracepoint in mbox (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Introducing REE block for 98xx (Smadar Fuks)  [Orabug: 36725601] 
- octeontx2-af: Add support for SPI to SA index translation (Kiran Kumar K)  [Orabug: 36725601] 
- drivers: sdhci: Add option to configure sdhci timeout (Jayanthi Annadurai)  [Orabug: 36725601] 
- mmc: sdhci-cadence: Add debug option for SD6 controller (Jayanthi Annadurai)  [Orabug: 36725601] 
- dt-bindings: mmc: sdhci-cadence: SD6 support (Jayanthi Annadurai)  [Orabug: 36725601] 
- mmc: sdhci-cadence: enable MMC_SDHCI_IO_ACCESSORS support (Jayanthi Annadurai)  [Orabug: 36725601] 
- mmc: sdhci-cadence: SD6 controller support (Dhananjay Kangude)  [Orabug: 36725601] 
- mmc: sdhci-cadence: Restructure the code (Dhananjay Kangude)  [Orabug: 36725601] 
- mmc: sdhci-cadence: Rename functions/structures to SD4 specific (Dhananjay Kangude)  [Orabug: 36725601] 
- drivers: gpio: thunderx: Change GPIO level interrupt handler to handle_level_irq (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: gpio: thunderx: extend PIN_SEL to cover cn96xx (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: gpio: thunderx: Configure pin function at probe (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: gpio: thunderx: avoid potential deadlock (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: ACPI support for SPI driver (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: Resolve issues detected in static code analysis (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: Add fix for hw issue (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: use read after write for MPI_CFG (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: set tritx in config register (Piyush Malgujar)  [Orabug: 36725601] 
- drivers: spi: octeontx2: Support for octeontx2 spi controller (Piyush Malgujar)  [Orabug: 36725601] 
- octeontx2-pf: Add support for creating netdev interfaces for SDP VFs (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-af: add support for CPT second pass (Rakesh Kudurumalla)  [Orabug: 36725601] 
- octeontx2-af: support overriding aura to zero for second pass (Nithin Dabilpuram)  [Orabug: 36725601] 
- crypto: octeontx2: add support for ECDH (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: notify VF about ptp event (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: Sending tsc value to the userspace (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: extend npa context reading capability (Ashwin Sekhar T K)  [Orabug: 36725601] 
- octeontx2-af: allow second pass pkts via default ucast entry (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: suppress kpu profile loading warning (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: use cpt channel mask in flow install path (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: fix arguments passed to XAQ aura deinit (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: Support for FDSA tag (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Code placement for cgx.c (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Gracefully skip the cgx_probe for unmapped devices. (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: link mode mapping (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: cn10k: Limit number of CGX blocks (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: rvu_cgx code placement (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Support for PTP notification to PF (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add programmed macaddr to RVU pfvf (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Show count of dropped packets by DMAC filters (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Skip CGX probe if not connected to NIX (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: RPM extend csr address for T105N (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: cn10k: new Interface modes support (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Do not allow VFs to overwrite PKIND config (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Put CGX LMAC also in Higig2 mode (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add new CGX_CMDs to set and get PHY modulation type (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Handle physical link state change requests (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: update address of global CGX RX_STATS (Hariprasad Kelam)  [Orabug: 36725601] 
- crypto: octeontx: enable driver (Harman Kalra)  [Orabug: 36725601] 
- crypto: octeontx-83: enable crypto device in domain (Harman Kalra)  [Orabug: 36725601] 
- arm64: Add support for ASID locking (Alex Belits)  [Orabug: 36725601] 
- kernel/exit.c: Add task cleanup callbacks (Alex Belits)  [Orabug: 36725601] 
- PCI: octeontx-83: add new quirks (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: add new mbox to support sync cycle on rx path (Satha Rao)  [Orabug: 36725601] 
- octeontx2-af: add mbox to enable or disable BP on CPT link (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: fix LBK backpressure config (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: set default min and max rx len for CPT link (Nithin Dabilpuram)  [Orabug: 36725601] 
- crypto: octeontx2: add support for CPT1 in VF driver (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for rsa sign and verify (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for gcm(aes) (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for akcipher rsa (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2: add support for hash algorithms (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: TIM: Set conditional clock always on (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: Apply relevant HW issue workarounds for 96xx B0 silicon (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: add NIX mbox message to get HW info (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: sync changes missed from tim (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: ignore sso lf count when checking pffunc validity (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: fix TIM disable lf sequence (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: use clock source to compute start cycle (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: reduce TIM TENNS clock source interval (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: fix incorrect TIM interval array size (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: update clock source offset (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: track timer ring intervals (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: Setup edge used for GPIO timing (Michal Mazur)  [Orabug: 36725601] 
- octeontx2-af: fix TIM slot to lf lookup (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add TIM LF teardown (Stanislaw Kardach)  [Orabug: 36725601] 
- octeontx2-af: fix TIM block address usage (Stanislaw Kardach)  [Orabug: 36725601] 
- octeontx2-af: update TIM 10ns clk source min interval (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: Verify NPA/SSO/NIX PF_FUNC mapping (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: add workaround for TIM reverse lookup (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: Add TIM unit support. (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: sync changes missed from sso (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: serialize bar2 alias access (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: add read back of AF_BAR2_SEL register (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: add support for SSO WQE stashing (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add SSO XAQ AURA access errata workaround (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: timeout while draining SSO queues (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: cycle through SSO queues to drain work (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: use SSO HWS AF invalidate instead of LF invalidate (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: fix atomic load on NPA LF registers (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: drain XAQ buffers before lf teardown (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: fix implitit variable array (Stanislaw Kardach)  [Orabug: 36725601] 
- octeontx2-af: add intradevice FLR handling (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add additional description to irqs (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add ratelimit to limit the asynchronous err messages (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: add debugfs support for sso (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: remove support to limit xaq depth (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: allow lower threshold in sso group qos mbox (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: update SSO HWS invalidate mbox definition (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add mbox to configure SSO group mask (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: enable SSO work interrupt periodic counter (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: invalidate GWC before accessing workslot (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: enable getwork prefetching (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: ratelimit digest prints (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add mbox to configure SSO LSW (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: fixes for SSO FLR (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: enhance SSO FLR for CN10K (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: add SSO mbox message to release XAQ aura (Shijith Thotton)  [Orabug: 36725601] 
- octeontx2-af: reset HWS group mask during FLR (Michal Mazur)  [Orabug: 36725601] 
- octeontx2-af: Fix reading SSOW_LF_GWS_TAG after rvu_poll_reg() (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-af: Make SSO/SSOW LF teardown less CPU intensive (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- octeontx2-af: add sso error af interrupt handlers (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: fix rvu_sso_ggrp_taq_flush (Angela Czubak)  [Orabug: 36725601] 
- octeontx2-af: drain xaq before reconfiguring aura (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: restore sso hwgrp default thresholds (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: manually dain partially consumed TAQ buffers (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: update SSO HWGRP teardown sequence (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: update SSO GWS teardown sequence (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add mbox to get SSO GWS/GGRP stats (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: add mbox to configure thresholds per HWGRP (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: Add SSO unit support to the AF driver (Radha Mohan Chintakuntla)  [Orabug: 36725601] 
- irqchip/gicv3-its: Workaround for Marvell errata 35443 for 9xx (Geetha sowjanya)  [Orabug: 36725601] 
- irqchip/gic-v3: Extend workaround for interrupt loss on IPI (Linu Cherian)  [Orabug: 36725601] 
- irqchip/gic-v3: Add workaround for interrupt loss on IPI (Linu Cherian)  [Orabug: 36725601] 
- iommu/arm-smmu-v3: Force 32 byte command queue memory reads (Linu Cherian)  [Orabug: 36725601] 
- octeontx2-pf: Add ucast filter count configurability via devlink. (Sai Krishna)  [Orabug: 36725601] 
- devlink: add documentation for octeontx2 driver (Subbaraya Sundeep)  [Orabug: 36725601] 
- crypto: ecc - Move ecc.h to include/crypto/internal (Daniele Alessandrelli)  [Orabug: 36725601] 
- arm64: cpufeature: Add missing .field_width for GIC system registers (Mark Brown)  [Orabug: 36725601] 
- octeontx2-af: Fix devlink params (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: fix the double free in rvu_npc_freemem() (Su Hui)  [Orabug: 36725601] 
- octeontx2-af: Fix multicast/mirror group lock/unlock issue (Suman Ghosh)  [Orabug: 36725601] 
- net: flower: fix stack-out-of-bounds in fl_set_key_cfm() (Eric Dumazet)  [Orabug: 36725601] 
- Watchdog: marvell_gti_wdt: Remove redundant dev_err_probe() for platform_get_irq() (Jinjie Ruan)  [Orabug: 36725601] 
- watchdog: marvell_gti_wdt: Fix error code in probe() (Dan Carpenter)  [Orabug: 36725601] 
- crypto: octeontx2 - add missing check for dma_map_single (Chen Ni)  [Orabug: 36725601] 
- i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR() (Wei Yongjun)  [Orabug: 36725601] 
- octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol error (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Fix transmit scheduler resource leak (Hariprasad Kelam)  [Orabug: 36725601] 
- Octeontx2-pf: Free send queue buffers incase of leaf to inner (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (Asbjorn Sloth Tonnesen)  [Orabug: 36725601] 
- crypto: octeontx2 - select CONFIG_NET_DEVLINK (Shijith Thotton)  [Orabug: 36725601] 
- perf/smmuv3: Fix unused variable warning when CONFIG_OF=n (Will Deacon)  [Orabug: 36725601] 
- net: octeontx2-pf: mcs: consider MACSEC setting (Randy Dunlap)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Fix NULL pointer dereferences (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Clear stats before freeing resource (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Do not reset PN while updating secy (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: mcs: update PN only when update_pn is true (Radu Pirea (NXP OSS))  [Orabug: 36725601] 
- octeontx2-pf: Fix pfc_alloc_status array overflow (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Fix linking objects into multiple modules (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Do xdp_do_flush() after redirects. (Sebastian Andrzej Siewior)  [Orabug: 36725601] 
- crypto: ecc - Export additional helper functions (Daniele Alessandrelli)  [Orabug: 36725601] 
- arm64: cpufeature: Always specify and use a field width for capabilities (Mark Brown)  [Orabug: 36725601] 
- octeontx2-pf: TC flower offload support for mirror (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Add TC flower offload support for TCP flags (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-pf: TC flower offload support for ICMP type and code (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Tc flower offload support for MPLS (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Harden rule validation. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: TC flower offload support for SPI field (Ratheesh Kannoth)  [Orabug: 36725601] 
- net: flow_dissector: Add IPSEC dissector (Ratheesh Kannoth)  [Orabug: 36725601] 
- net: flow_dissector: add support for cfm packets (Zahari Doychev)  [Orabug: 36725601] 
- flow_dissector: Add support for HSRv0 (Kurt Kanzenbach)  [Orabug: 36725601] 
- flow_dissector: Add support for HSR (Kurt Kanzenbach)  [Orabug: 36725601] 
- octeontx2-af: Initialize maps. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Fix a double free issue (Suman Ghosh)  [Orabug: 36725601] 
- Octeontx2-af: Fix an issue in firmware shared data reserved space (Hariprasad Kelam)  [Orabug: 36725601] 
- Octeontx2-af: Fetch MAC channel info from firmware (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Send UP messages to VF only when VF is up. (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2 (Nithin Dabilpuram)  [Orabug: 36725601] 
- crypto: octeontx2 - By default allocate one CPT LF per CPT VF (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-af: Fix pause frame configuration (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add new devlink param to configure maximum usable NIX block LFs (Suman Ghosh)  [Orabug: 36725601] 
- drivers: watchdog: marvell_gti: fix zero pretimeout handling (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-pf: Add support for offload tc with skbedit mark action (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Use default max_active works instead of one (Subbaraya Sundeep)  [Orabug: 36725601] 
- net: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueues (Tejun Heo)  [Orabug: 36725601] 
- octeontx2-pf: Wait till detach_resources msg is complete (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Add new mbox to support multicast/mirror offload (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Fix page pool frag allocation warning (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: update type of prof fields in nix_aw_enq_req (Simon Horman)  [Orabug: 36725601] 
- octeontx2-pf: Fix page pool cache index corruption. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: fix page_pool creation fail for rings &gt; 32k (Ratheesh Kannoth)  [Orabug: 36725601] 
- tc: flower: Enable offload support IPSEC SPI field. (Ratheesh Kannoth)  [Orabug: 36725601] 
- tc: flower: support for SPI (Ratheesh Kannoth)  [Orabug: 36725601] 
- net: flower: add support for matching cfm fields (Zahari Doychev)  [Orabug: 36725601] 
- net/sched: flower: Helper function for vlan ethtype checks (Boris Sukholitko)  [Orabug: 36725601] 
- net/sched: flower: Allow matching on layer 2 miss (Ido Schimmel)  [Orabug: 36725601] 
- net/sched: flower: Add L2TPv3 filter (Wojciech Drewek)  [Orabug: 36725601] 
- net/sched: flower: Add PPPoE filter (Wojciech Drewek)  [Orabug: 36725601] 
- net/sched: flower: Add number of vlan tags filter (Boris Sukholitko)  [Orabug: 36725601] 
- octeontx2-af: Move validation of ptp pointer before its usage (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-af: CN10KB: fix PFC configuration (Hariprasad Kelam)  [Orabug: 36725601] 
- drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_ms (George Cherian)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Generate hash key using ecb(aes) (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Promisc enable/disable through mbox (Ratheesh Kannoth)  [Orabug: 36725601] 
- crypto: octeontx2 - support setting ctx ilen for inline CPT LF (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-pf: Fix graceful exit during PFC configuration failure (Suman Ghosh)  [Orabug: 36725601] 
- cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simultaneously (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: TC flower offload support for rxqueue mapping (Ratheesh Kannoth)  [Orabug: 36725601] 
- act_skbedit: skbedit queue mapping for receive queue (Amritha Nambiar)  [Orabug: 36725601] 
- net/sched: act_skbedit: Add extack messages for offload failure (Ido Schimmel)  [Orabug: 36725601] 
- octeontx2-af: TC flower offload support for inner VLAN (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: Code restructure to handle TC outer VLAN offload (Suman Ghosh)  [Orabug: 36725601] 
- dt-bindings: watchdog: marvell GTI system watchdog driver (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-pf: Add support for page pool (Ratheesh Kannoth)  [Orabug: 36725601] 
- Watchdog: Add marvell GTI watchdog driver (Bharat Bhushan)  [Orabug: 36725601] 
- octeontx2-af: Fix promiscuous mode (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Remove the PF_FUNC validation for NPC transmit rules (Subbaraya Sundeep)  [Orabug: 36725601] 
- crypto: octeontx2 - add devlink option to set t106 mode (Srujana Challa)  [Orabug: 36725601] 
- ptp: idt82p33: remove PEROUT_ENABLE_OUTPUT_MASK (Min Li)  [Orabug: 36725601] 
- ptp: idt82p33: Add PTP_CLK_REQ_EXTTS support (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progress (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: fix is_single_shot (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support (Min Li)  [Orabug: 36725601] 
- ptp: idt82p33: use rsmu driver to access i2c/spi bus (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: repair non-kernel-doc comment (Randy Dunlap)  [Orabug: 36725601] 
- ptp: clockmatrix: use rsmu driver to access i2c/spi bus (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF and WP (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005) (Min Li)  [Orabug: 36725601] 
- ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync() (Min Li)  [Orabug: 36725601] 
- octeontx2-af: Fix mcs sa cam entries size (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Remove xdp queues on program detach (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: ethtool expose qos stats (Hariprasad Kelam)  [Orabug: 36725601] 
- macsec: Use helper macsec_netdev_priv for offload drivers (Subbaraya Sundeep)  [Orabug: 36725601] 
- macsec: Don't rely solely on the dst MAC address to identify destination MACsec device (Emeel Hakim)  [Orabug: 36725601] 
- vlan: Add MACsec offload operations for VLAN interface (Emeel Hakim)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Support VLAN in clear text (Subbaraya Sundeep)  [Orabug: 36725601] 
- ethtool: add support to set/get completion queue event size (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Adjust Tx credits when MCS external bypass is disabled (Nithin Dabilpuram)  [Orabug: 36725601] 
- crypto: octeontx2 - register error interrupts for inline cptlf (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: mcs: Fix MCS block interrupt (Geetha sowjanya)  [Orabug: 36725601] 
- irqchip/gic-v3: Detect LPI invalidation MMIO registers (Marc Zyngier)  [Orabug: 36725601] 
- irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR, CES} (Marc Zyngier)  [Orabug: 36725601] 
- octeontx2-af: Enable hardware timestamping for VFs (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Fix hash extraction enable configuration (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Restore TC ingress police rules when interface is up (Subbaraya Sundeep)  [Orabug: 36725601] 
- crypto: octeontx2 - add LF reset on queue disable (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Fix shared counters logic (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Match macsec ethertype along with DMAC (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeonxt2-af: mcs: Fix per port bypass config (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Fix issues with NPC field hash extract (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: Fix PFC TX scheduler free (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: print error message incase of invalid pf mapping (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Fix depth of cam and mem table. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Fix start and end bit for scan config (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Update correct mask to filter IPv4 fragments (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: debugfs: update CQ context fields (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Offload extended packet number(XPN) feature (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Add devlink option to adjust mcam high prio zone entries (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: Update/Fix NPC field hash extract feature (Ratheesh Kannoth)  [Orabug: 36725601] 
- crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip. (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - add ctx_val workaround (Srujana Challa)  [Orabug: 36725601] 
- perf/uapi: Define PERF_MEM_SNOOPX_PEER in kernel header file (Ravi Bangoria)  [Orabug: 36725601] 
- octeontx2-af: cn10kb: fix interrupt csr addresses (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: mcs: Config parser to skip 8B header (Geetha sowjanya)  [Orabug: 36725601] 
- net: macsec: remove the prepare flag from the MACsec offloading context (Antoine Tenart)  [Orabug: 36725601] 
- net: atlantic: macsec: remove checks on the prepare phase (Antoine Tenart)  [Orabug: 36725601] 
- net: phy: mscc: macsec: remove checks on the prepare phase (Antoine Tenart)  [Orabug: 36725601] 
- net: macsec: remove the prepare phase when offloading (Antoine Tenart)  [Orabug: 36725601] 
- net: atlantic: macsec: make the prepare phase a noop (Antoine Tenart)  [Orabug: 36725601] 
- net: phy: mscc: macsec: make the prepare phase a noop (Antoine Tenart)  [Orabug: 36725601] 
- octeontx2-af: CN10KB: Add USGMII LMAC mode (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Set XOFF on other child transmit schedulers during SMQ flush (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Enable PTP PPS output support (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Use PTP HW timestamp counter atomic update feature (Sai Krishna)  [Orabug: 36725601] 
- octeontx2: Remove unnecessary ternary operators (Ruan Jinjie)  [Orabug: 36725601] 
- arm64: mm: Convert to GENERIC_IOREMAP (Kefeng Wang)  [Orabug: 36725601] 
- mm: ioremap: Use more sensible name in ioremap_prot() (Kefeng Wang)  [Orabug: 36725601] 
- mailbox: pcc: Use PCC mailbox channel pointer instead of standard (Sudeep Holla)  [Orabug: 36725601] 
- mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info (Sudeep Holla)  [Orabug: 36725601] 
- mailbox: pcc: Consolidate subspace doorbell register parsing (Sudeep Holla)  [Orabug: 36725601] 
- mailbox: pcc: Consolidate subspace interrupt information parsing (Sudeep Holla)  [Orabug: 36725601] 
- mailbox: pcc: Refactor all PCC channel information into a structure (Sudeep Holla)  [Orabug: 36725601] 
- mailbox: pcc: Fix kernel doc warnings (Sudeep Holla)  [Orabug: 36725601] 
- of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes (Rob Herring)  [Orabug: 36725601] 
- genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMP (Samuel Holland)  [Orabug: 36725601] 
- ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallback (Marc Zyngier)  [Orabug: 36725601] 
- ACPI: irq: Fix some kernel-doc issues (Xiongfeng Wang)  [Orabug: 36725601] 
- APCI: irq: Add support for multiple GSI domains (Marc Zyngier)  [Orabug: 36725601] 
- octeontx2-af: Add validation for lmac type (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Fix devlink unregister (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coalescing (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Free pending and dropped SQEs (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2: Detect the mbox up or down message via register (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Install TC filter rules in hardware based on priority (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Increase the size of dmac filter flows (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: Allow both ntuple and TC features on the interface (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Prepare for QOS offload (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: htb offload support for Round Robin scheduling (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: implement transmit schedular allocation algorithm (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Add support for HTB offload (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Fix resource leakage in VF driver unbind (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Refactor schedular queue alloc/free calls (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: qos send queues management (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Fix SQE threshold checking (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: Rename tot_tx_queues to non_qos_queues (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add filter profiles in hardware to extract packet headers (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functions (Christophe JAILLET)  [Orabug: 36725601] 
- spi: cadence: Ensure data lines set to low during dummy-cycle period (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Fix busy cycles calculation (Witold Sadowski)  [Orabug: 36725601] 
- spi: cadence: Remove redundant dev_err call (Shang XiaoJing)  [Orabug: 36725601] 
- spi: cadence: fix platform_get_irq.cocci warning (Yihao Han)  [Orabug: 36725601] 
- spi: cadence: Add of_node_put() before return (Wan Jiabing)  [Orabug: 36725601] 
- spi: cadence: fix static checker warning (Parshuram Thombare)  [Orabug: 36725601] 
- spi: cadence: Fix spelling mistake 'nunber' -&gt; 'number' (Colin Ian King)  [Orabug: 36725601] 
- spi: cadence: add support for Cadence XSPI controller (Parshuram Thombare)  [Orabug: 36725601] 
- spi: cadence: add dt-bindings documentation for Cadence XSPI controller (Parshuram Thombare)  [Orabug: 36725601] 
- Documentation: arm64: Document PMU counters access from userspace (Raphael Gault)  [Orabug: 36725601] 
- octeontx2-af: Add missing mcs flr handler call (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: Fix mcs stats register address (Geetha sowjanya)  [Orabug: 36725601] 
- i2c: octeon: Handle watchdog timeout (Suneel Garapati)  [Orabug: 36725601] 
- i2c: octeon: Add platform prefix to macros (Piyush Malgujar)  [Orabug: 36725601] 
- i2c: thunderx: Support for High speed mode (Suneel Garapati)  [Orabug: 36725601] 
- i2c: thunderx: Clock divisor logic changes (Suneel Garapati)  [Orabug: 36725601] 
- octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB silicon (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: cn10k: Increase outstanding LMTST transactions (Pavan Nikhilesh)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Fix copy and paste bug in mcs_bbe_intr_handler() (Dan Carpenter)  [Orabug: 36725601] 
- octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Add support to filter packet based on IP fragment (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Add additional checks while configuring ucast/bcast/mcast rules (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extraction support (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-af: Don't treat lack of CGX interfaces as error (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-pf: Reset MAC stats during probe (Sai Krishna)  [Orabug: 36725601] 
- octeontx2-af: Reset MAC features in FLR (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Add FEC stats for RPM/RPM_USX block (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: cn10kb: Add RPM_USX MAC support (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Support variable number of lmacs (Rakesh Babu Saladi)  [Orabug: 36725601] 
- net: thunderx: remove null check after call container_of() (Haowen Bai)  [Orabug: 36725601] 
- octeontx2-af: Removed unnecessary debug messages. (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-af: Enable LBK links only when switch mode is on. (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Add NIX Errata workaround on CN10K silicon (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: add option to toggle DROP_RE enable in rx cfg (Nithin Dabilpuram)  [Orabug: 36725601] 
- crypto: octeontx2 - update CPT inbound inline IPsec mailbox (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - add support for AF to CPT PF uplink mbox (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0 (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - hardware configuration for inline IPsec (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - Fix objects shared between several modules (Alexander Lobakin)  [Orabug: 36725601] 
- crypto: octeontx2 - remove CPT block reset (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - increase CPT HW instruction queue length (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - Remove the unneeded result variable (ye xingchen)  [Orabug: 36725601] 
- crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_sha_setkey() (Minghao Chi)  [Orabug: 36725601] 
- crypto: octeontx2 - use swap() to make code cleaner (chiminghao)  [Orabug: 36725601] 
- crypto: drivers - move from strlcpy with unused retval to strscpy (Wolfram Sang)  [Orabug: 36725601] 
- crypto: octeontx2 - fix potential null pointer access (Shijith Thotton)  [Orabug: 36725601] 
- crypto: octeontx2 - add firmware version in devlink info (Shijith Thotton)  [Orabug: 36725601] 
- crypto: octeontx2 - disable DMA black hole on an DMA fault (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - CN10K CPT to RNM workaround (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - Use swap() instead of swap_engines() (Jiapeng Chong)  [Orabug: 36725601] 
- crypto: octeontx2 - Avoid stack variable overflow (Kees Cook)  [Orabug: 36725601] 
- crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete() (Dan Carpenter)  [Orabug: 36725601] 
- crypto: octeontx2 - add apis for custom engine groups (Srujana Challa)  [Orabug: 36725601] 
- crypto: octeontx2 - fix missing unlock (Yang Yingliang)  [Orabug: 36725601] 
- crypto: octeontx2 - add synchronization between mailbox accesses (Harman Kalra)  [Orabug: 36725601] 
- crypto: octeontx2 - parameters for custom engine groups (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: update CPT inbound inline IPsec config mailbox (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: restore rxc conf after teardown sequence (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: add mbox to return CPT_AF_FLT_INT info (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: optimize cpt pf identification (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: modify FLR sequence for CPT (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: add mbox for CPT LF reset (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: recover CPT engine when it gets fault (Srujana Challa)  [Orabug: 36725601] 
- arm64: Declare non global symbols as static (Linu Cherian)  [Orabug: 36725601] 
- arm64: Add cavium_erratum_23154_cpus missing sentinel (Marc Zyngier)  [Orabug: 36725601] 
- irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IAR (Linu Cherian)  [Orabug: 36725601] 
- arm64: re-enable CAVIUM_ERRATUM_23154, disable CAVIUM_ERRATUM_27456 (Dave Kleikamp)  [Orabug: 36725601] 
- dt-bindings: perf: marvell: cn10k ddr performance monitor (Bharat Bhushan)  [Orabug: 36725601] 
- hwrng: cavium - fix NULL but dereferenced coccicheck error (Wan Jiabing)  [Orabug: 36725601] 
- perf/smmuv3: Add devicetree support (Jean-Philippe Brucker)  [Orabug: 36725601] 
- ethernet: marvell: octeontx2 Fix resource not freed after malloc (Manank Patel)  [Orabug: 36725601] 
- octeontx2-pf: mcs: fix possible memory leak in otx2_probe() (Yang Yingliang)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Fix error return code in mcs_register_interrupts() (Yang Yingliang)  [Orabug: 36725601] 
- octeontx2-pf: mcs: fix missing unlock in some error paths (Yang Yingliang)  [Orabug: 36725601] 
- octeontx2-pf: mcs: remove unneeded semicolon (Yang Li)  [Orabug: 36725601] 
- octeontx2-pf: mcs: Introduce MACSEC hardware offloading (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Add debugfs support (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Handle MCS block interrupts (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Support for stats collection (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Install a default TCAM for normal traffic (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: mcs: Add mailboxes for port related operations (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-af: cn10k: Introduce driver for macsec block. (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-pf: Fix unused variable build error (Ren Zhijie)  [Orabug: 36725601] 
- octeontx2-af: Initialize PTP_SEC_ROLLOVER register properly (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: Add PTP PPS Errata workaround on CN10K silicon (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Add support for ptp 1-step mode on CN10K silicon (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: return correct ptp timestamp for CN10K silicon (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: Add egress PFC support (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Reduce minimum mtu size to 60 (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Fixes static warnings (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Limit link bringup time at firmware (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: returning uninitialized variable (Sebin Sebastian)  [Orabug: 36725601] 
- octeontx2-af: Remove duplicate include (Jiapeng Chong)  [Orabug: 36725601] 
- octeontx2-af: Skip CGX/RPM probe incase of zero lmac count (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Enable Exact match flag in kex profile (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-pf: Add support for exact match table. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Invoke exact match functions if supported (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Wrapper functions for MAC addr add/del/update/reset (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2: Modify mbox request and response structures (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Debugsfs support for exact match. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Drop rules for NPC MCAM (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: FLR handler for exact match table. (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: devlink configuration support (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Exact match scan from kex profile (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Exact match support (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Use hashed field in MCAM key (Ratheesh Kannoth)  [Orabug: 36725601] 
- octeontx2-af: Don't reset previous pfc config (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: fix operand size in bitwise operation (Shijith Thotton)  [Orabug: 36725601] 
- marvell/octeontx2/af: fix repeated words in comments (Jilin Yuan)  [Orabug: 36725601] 
- octeontx2-vf: Add support for adaptive interrupt coalescing (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Add support for adaptive interrupt coalescing (Suman Ghosh)  [Orabug: 36725601] 
- octeontx2-pf: Vary completion queue event size (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Change receive buffer size using ethtool (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq() (Minghao Chi)  [Orabug: 36725601] 
- octeontx2-af: debugfs: fix error return of allocations (Niels Dossche)  [Orabug: 36725601] 
- octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriate (Yury Norov)  [Orabug: 36725601] 
- octeontx2-af: cn10k: add workaround for ptp errata (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-pf: cn10k: add support for new ptp timestamp format (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: fix array bound error (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-pf: Add TC feature for VFs (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-pf: PFC config support with DCBx (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Flow control resource management (Hariprasad Kelam)  [Orabug: 36725601] 
- octeontx2-af: Priority flow control configuration support (Sunil Kumar Kori)  [Orabug: 36725601] 
- octeontx2-af: Fix interrupt name strings (Sunil Goutham)  [Orabug: 36725601] 
- octeontx2-nicvf: Free VF PTP resources. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-af: debugfs: don't corrupt user memory (Dan Carpenter)  [Orabug: 36725601] 
- octeontx2-nicvf: fix ioctl callback (Arnd Bergmann)  [Orabug: 36725601] 
- octeontx2-af: use swap() to make code cleaner (Yang Guang)  [Orabug: 36725601] 
- octeontx2-af: debugfs: Add channel and channel mask. (Rakesh Babu)  [Orabug: 36725601] 
- octeontx2-af: cn10k: debugfs for dumping LMTST map table (Harman Kalra)  [Orabug: 36725601] 
- octeontx2-af: debugfs: Minor changes. (Rakesh Babu Saladi)  [Orabug: 36725601] 
- octeontx2-af: Increase number of reserved entries in KPU (Kiran Kumar K)  [Orabug: 36725601] 
- octeontx2-nic: fix mixed module build (Arnd Bergmann)  [Orabug: 36725601] 
- octeontx2-af: Add support to flush full CPT CTX cache (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-af: Perform cpt lf teardown in non FLR path (Nithin Dabilpuram)  [Orabug: 36725601] 
- octeontx2-af: Enable CPT HW interrupts (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: Simplify the receive buffer size calculation (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2-af: Remove redundant initialization of variable pin (Colin Ian King)  [Orabug: 36725601] 
- octeontx2-pf: Add XDP support to netdev PF (Geetha sowjanya)  [Orabug: 36725601] 
- octeontx2-nicvf: Add PTP hardware clock support to NIX VF (Naveen Mamindlapalli)  [Orabug: 36725601] 
- octeontx2-af: Add external ptp input clock (Yi Guo)  [Orabug: 36725601] 
- octeontx2-af: Use ptp input clock info from firmware data (Subbaraya Sundeep)  [Orabug: 36725601] 
- octeontx2: Move devlink registration to be last devlink command (Leon Romanovsky)  [Orabug: 36725601] 
- octeontx2-af: Limit KPU parsing for GTPU packets (Kiran Kumar K)  [Orabug: 36725601] 
- octeontx2-af: Remove redundant initialization of variable blkaddr (Colin Ian King)  [Orabug: 36725601] 
- octeontx2-af: Fix uninitialized variable val (Colin Ian King)  [Orabug: 36725601] 
- octeontx2-af: Hardware configuration for inline IPsec (Srujana Challa)  [Orabug: 36725601] 
- octeontx2-pf: CN10K: Hide RPM stats over ethtool (Hariprasad Kelam)  [Orabug: 36725601] 
- uek-rpm: Add skx_edac_common.ko to core-x86_64.list (Sherry Yang)  [Orabug: 37033806] 
- EDAC, i10nm: make skx_common.o a separate module (Arnd Bergmann)  [Orabug: 37033806] 
- VMCI: Fix use-after-free when removing resource in vmci_resource_remove() (David Fernandez Gonzalez)  [Orabug: 37037203] 
- uek-rpm: Enable CONFIG_BLK_DEV_DRBD (Vijayendra Suman)  [Orabug: 36930383] 
- crypto: qat - specify firmware files for 402xx (Giovanni Cabiddu)  [Orabug: 37041628]

[5.15.0-301.163.1]
- mm/memory-failure: send SIGBUS in the event of thp split fail (Jane Chu)  [Orabug: 36307960] 
- mm/memory-failure: move hwpoison_filter() higher up (Jane Chu)  [Orabug: 36307960] 
- mm/memory-failure: improve memory failure action_result messages (Jane Chu)  [Orabug: 36307960] 
- mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASED (Naoya Horiguchi)  [Orabug: 36307960] 
- mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON) (Jane Chu)  [Orabug: 36307960] 
- mm/memory-failure: try to send SIGBUS even if unmap failed (Jane Chu)  [Orabug: 36307960] 
- mm: memory-failure: cleanup try_to_split_thp_page() (Kefeng Wang)  [Orabug: 36307960] 
- fwctl: Allow up to 4k devices (Saeed Mahameed)  [Orabug: 36970896] 
- net/mlx5: Fix IPsec RoCE MPV trace call (Patrisious Haddad)  [Orabug: 37000459]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12796.html" type="self" title="ELSA-2024-12796" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26623.html" id="CVE-2024-26623" type="cve" title="CVE-2024-26623" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26681.html" id="CVE-2024-26681" type="cve" title="CVE-2024-26681" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26734.html" id="CVE-2024-26734" type="cve" title="CVE-2024-26734" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-27397.html" id="CVE-2024-27397" type="cve" title="CVE-2024-27397" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35801.html" id="CVE-2024-35801" type="cve" title="CVE-2024-35801" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-35959.html" id="CVE-2024-35959" type="cve" title="CVE-2024-35959" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40940.html" id="CVE-2024-40940" type="cve" title="CVE-2024-40940" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42269.html" id="CVE-2024-42269" type="cve" title="CVE-2024-42269" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42270.html" id="CVE-2024-42270" type="cve" title="CVE-2024-42270" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47674.html" id="CVE-2024-47674" type="cve" title="CVE-2024-47674" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d16713cda41edb30e3ed9b9edf38839730b39ffcbbaa3f8bfab446537e97c1d1</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0964317e5677623935a27b8392fd2eb86800fed67b418ad439b587acf9cf414a</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bd0eea524a91858fa2c25f192b024e7d486ef4d5a6854c786bde76e488f88d8e</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7fcbb3235c8c2acccbfdbeeabc8e2e55a462fe3303cd3ee44db171d804c0cab7</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2114002681c510b33fb068116760040c590266a914fbd5461fe3ff8443e81b48</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7d431f9d21bdf06620720bda55b2969aa6ed1fc4d693c55b1b6702dcada9f690</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">181460615a3e3a6e99a5ea1a5e8b1d51a0af2db396dfac869027f91be6b3d3ae</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-301.163.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">daa0631a84e5835c3f4b4c39d494cd5f9f66114077e84744908d7c3f3e3f0877</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">52cd8ccf62480cf724e941484e70c4f89b4fd0a4d8906cf2b689524701210229</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fea52df44d3bb6102f0dc82adb7dba4f5f8cde92e82dd2be06b9804daca27abb</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">545fd8d0e947aed33b637bcb19fa479f99642ed5299a2fd71140a7d24488e9b0</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">26850f4e14447c44bf5da2dd2aca19182295abb29bfd976d6914839aae58a49f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-301.163.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">80099eeb68a30abceab96cfee2a8ccffe491821be710a077ad821b7049e49a7a</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0128e9ebdc03627aa3a68b820f6e8338fdbea76c13ff55d56c6a68ca957a9177</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="301.163.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-301.163.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ff87eb2ccab18a74bf3e3ad7b70d78467f5e199a5f5ef3f1b1b6aba7a3510792</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20559</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-09-09 00:00:00"/>
    <updated date="2025-09-09 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-312.187.5.1]
- x86/vmscape: Warn when STIBP is disabled with SMT (Pawan Gupta)  [Orabug: 38343660] 
- x86/bugs: Move cpu_bugs_smt_update() down (Pawan Gupta)  [Orabug: 38343660] 
- x86/vmscape: Enable the mitigation (Pawan Gupta)  [Orabug: 38343660] 
- x86/vmscape: Add conditional IBPB mitigation (Pawan Gupta)  [Orabug: 38343660] 
- x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (Josh Poimboeuf)  [Orabug: 38343660] 
- x86/vmscape: Add old Intel CPUs to affected list (Pawan Gupta)  [Orabug: 38343660] 
- x86/vmscape: Enumerate VMSCAPE bug (Pawan Gupta)  [Orabug: 38343660] 
- Documentation/hw-vuln: Add VMSCAPE documentation (Pawan Gupta)  [Orabug: 38343660]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20559.html" type="self" title="ELSA-2025-20559" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40300.html" id="CVE-2025-40300" type="cve" title="CVE-2025-40300" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">60bedf204d4f09b8a8533aa8188833d32a1616e97b4ad041768acd49b838a5df</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">12009dc99a3f799b1ccebdc0022fc5c235eb88ea25349303a3b587a29c491886</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a17ee0976b5333a258bac2eadae366b918971c516b5095268f1c2512574ee5d0</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">119b3bcb6206e19cc1d2de2c4343b6812963d34b01b56e571cc6bf62744e8224</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1ae94999693836bad5099c21ac70c42292cc04fb0e533a96c292351539d7c3be</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ba74134f2ad6144826829aa781b3cdd7e6c50df02fd691f0c94dd4c29b87bdda</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5544c3a646d989be67a68f70771132cdaa95185a86a22902823b745dbe469ff5</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-312.187.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">8ff67630a9751b2a2157af7519f810a5617b87a1a6dc3b13ce8b94cac222b41e</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8da7c9634f4940f1d507b04fd1d04cc7489f8f81c612bd8eef411ea1976310c8</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2c4a28335754ec1bcf4d613f31576cae8a95d347461c711fb1ad810c006504f0</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa1f38c1666dfd6569152b2270cc39826ace4e7e014f48dcf0e3e4aa7e2976a8</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-312.187.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">c22271af83dd72168d5d977822a33b6aef60063433e83fa874a3268c7a31d09e</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a57cfef1d4fe070f3fe85b4c7cb6d07ba9fff4f3f33305d678f24175ec85bd12</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cdb47235dd2fe66adfdf44400973db4dabe871dcd2d162d92522f2e628cd40c0</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="312.187.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-312.187.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c00ad0cb8964495b38fbc01cb632966fcac5fa1862cbb22afcaeea933aa96bed</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2021-9131</id>
    <title>ocfs2-tools  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-03-23 00:00:00"/>
    <updated date="2021-03-23 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[1.8.6-15.el8]
- fsck.ocfs2: Avoid taking all available physical pages for cache (Gautham Ananthakrishna)  [Orabug: 31069094]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2021-9131.html" type="self" title="ELBA-2021-9131" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ocfs2-tools" version="1.8.6" release="15.el8" epoch="0" arch="src">
          <filename>ocfs2-tools-1.8.6-15.el8.src.rpm</filename>
          <sum type="sha256">4955369a817ed444f08ea924ddfc7754b56dddb9ce8924af7e71f74aeba355f2</sum>
        </package>
        <package name="ocfs2-tools" version="1.8.6" release="15.el8" epoch="0" arch="x86_64">
          <filename>ocfs2-tools-1.8.6-15.el8.x86_64.rpm</filename>
          <sum type="sha256">d2228bacedf0367d4b7eeb514122d6b374ea67a77f918469d0205eaa3c3b6bc6</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9515</id>
    <title> e2fsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[1.46.2-2]
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

[1.46.2-1]
- New upstream release

[1.45.6-6]
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

[1.45.6-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.45.6-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.45.6-3]
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

[1.45.6-2]
- Remove local/ elements from e2scrub PATH

[1.45.6-1]
- New upstream release

[1.45.5-3]
- Fix build errors with gcc 10

[1.45.5-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

[1.45.5-1]
- New upstream release

[1.45.4-1]
- New upstream release

[1.45.3-1]
- New upstream release

[1.45.2-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[1.45.2-1]
- New upstream release

[1.45.0-1]
- New upstream release

[1.44.6-2]
- Remove obsolete requirements for %post/%preun scriptlets

[1.44.6-1]
- New upstream release

[1.44.5-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[1.44.5-1]
- New upstream release

[1.44.4-1]
- New upstream release

[1.44.3-1]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[1.44.3-0]
- New upstream release
- Remove multiarch wrappers
- Remove needless use of %defattr marco

[1.44.1-1]
- New upstream release
- tests: use mke2fs and debugfs from the build tree
- remove custom patch to ignose sb feature differences
- e2fsprogs: fix metadata image handling on big endian systems
- fix spelling errors in spec file
- remove custom e2fsck.conf

[1.44.0-2]
- e2fsck: fix endianness problem when reading htree nodes
- use make fullcheck in %check section to run all the tests

[1.44.0-1]
- New upstream release
- Add gcc to the BuildRequires to comply with packaging guidelines

[1.43.9-1]
- New upstream release

[1.43.8-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[1.43.8-1]
- New upstream release
- Fix build failure swapfs.c on big-endian

[1.43.7-1]
- New upstream release

[1.43.6-1]
- New upstream release

[1.43.5-2]
- Bump and rebuild for an rpm signing issue

[1.43.5-1]
- New upstream release

[1.43.4-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[1.43.4-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[1.43.4-2]
- Add missing %license macro

[1.43.4-1]
- New upstream release

[1.43.3-1]
- New upstream release

[1.43.2-1]
- New upstream release (broken on i686, not built)

[1.43.1-2]
- Fix e2undo endian issues (#1344636)

[1.43.1-1]
- New upstream release

[1.42.13-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

[1.42.13-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

[1.42.13-2]
- Add -fno-strict-aliasing (#1211582)

[1.42.13-1]
- New upstream release

[1.42.12-5]
- Don't trigger full check within time fudge window (#1202024)

[1.42.12-4]
- Fix potential buffer overflow in closefs (#1193947, CVE-2015-1572)
- Fix dumpe2fs segfault with no arguments (#1194063)
- Don't require fsck prior to resize2fs -P (#1170803)

[1.42.12-3]
- Rebuilt for Fedora 23 Change
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code

[1.42.12-2]
- Fix use after free (#1192861)
- Fix time-based fsck if set in superblock (e2fsck.conf, #963283)

[1.42.12-1]
- New upstream release

[1.42.11-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

[1.42.11-2]
- fix license handling

[1.42.11-1]
- New upstream release

[1.42.10-5]
- Rebuilt for buggy rpm 4.12 alpha -
  https://lists.fedoraproject.org/pipermail/devel/2014-June/200633.html

[1.42.10-4]
- Add missing dependency info for quota.c - fixes build on s390(x)

[1.42.10-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

[1.42.10-2]
- Fix large file handling on 32-bit builds

[1.42.10-1]
- New upstream release
- Enable userspace quota

[1.42.9-2]
- Fix up Source0 URL

[1.42.9-1]
- New upstream release
- Re-enable disabled tests for now

[1.42.8-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

[1.42.8-2]
- Interpackage dependencies should be for same arch
- Remove newly added but failing resize2fs tests for now

[1.42.8-1]
- New upstream release

[1.42.7-2]
- Tighten up inter-package dependencies

[1.42.7-1]
- New upstream release

[1.42.6-2]
- Switch back to gzipped tarball to make sf.net source URL correct

[1.42.6-1]
- New upstream release

[1.42.5-2]
- Add explicit library deps to e2fsprogs (#848805)

[1.42.5-1]
- New upstream release

[1.42.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

[1.42.4-1]
- New upstream release

[1.42.3-2]
- Fixes for &gt; 16T filesystems

[1.42.3-1]
- New upstream release

[1.42.2-6]
- Add missing [options] tag to e2fsck.conf

[1.42.2-5]
- Add broken system clock config to e2fsck.conf to let boot
  continue even if system clock very wrong.

[1.42.2-4]
- Handle 32-bit bitmaps in new find_first_zero functions

[1.42.2-3]
- Rebuild against new RPM (RHBZ#808250).

[1.42.2-2]
- Move files out of /sbin and /lib into /usr/...

[1.42.2-1]
- New upstream release

[1.42.1-1]
- New upstream release

[1.42-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

[1.42-1]
- New upstream point release

[1.42-0.9.WIP.1120]
- Build the right tarball for 1.42-WIP-1120

[1.42-0.8.WIP.1120]
- New upstream snapshot release

[1.42-0.7.WIP.1016]
- Several mmp-related fixes

[1.42-0.6.WIP.1016]
- Fix e2fsck / make check on big endian arch

[1.42-0.5.WIP.1016]
- New upstream snapshot release

[1.42-0.4.WIP.2011.1009]
- New upstream snapshot release

[1.42-0.3.WIP.0925]
- New upstream snapshot release

[1.42-0.2.WIP.0702]
- Fix use of uninitialized memory via ext2fs_copy_generic_bmap()

[1.42-0.1.WIP.0702]
- Test release for &gt;16T support

[1.41.14-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

[1.41.14-1]
- New upstream release

[1.41.13-2]
- Add upstream fix for big-endian machines

[1.41.13-1]
- New upstream release

[1.41.12-7]
- Fix up UTF-8 formatting in e2fsck output (#655227)

[1.41.12-6]
- Install e4defrag for testing

[1.41.12-5]
- Relax fsck requirements for resize2fs -P

[1.41.12-4]
- Add COPYING file to the static subpackage

[1.41.12-3]
- Reinstate static libs in dedicated package (#596377)

[1.41.12-2]
- Fix fsck thinko in 1.41.12 release

[1.41.12-1]
- New upstream version

[1.41.11-1]
- New upstream version

[1.41.10-5]
- Don't ask for confirmation of misaligned mkfs with -F (#569021)

[1.41.10-4]
- Fix for e2fsck -fD corruption

[1.41.10-3]
- And drop virtual provides for static libs

[1.41.10-2]
- Drop static libs (#545144)

[1.41.10-1]
- New upstream version

[1.41.9-10]
- Upstream version of resize2fs array fix, original was wrong

[1.41.9-9]
- Fix up stray output &amp; re-enable make check
- Fix dlopen issues for newer libreadline
- Fix access beyond end of array in resize2fs

[1.41.9-8]
- Fix up topology patch to build w/ new util-linux-ng
- Fix endian swapping of backup journal blocks in sb

[1.41.9-7]
- Re-enable 'make check' during build

[1.41.9-6]
- Add support for block discard (TRIM) at mkfs time
- Add support for new blkid topology awareness

[1.41.9-5]
- Allow superblock timestamp differences up to 24h (#522969)

[1.41.9-4]
- Fix install with --excludedocs (#515987)

[1.41.9-3]
- Drop defrag bits for now, not ready yet.

[1.41.9-2]
- Fix resize -m bug with flexbg (#519131)

[1.41.9-1]
- New upstream release

[1.41.8-6]
- Fix filefrag in fallback case
- Add e2freefrag &amp; e4defrag (experimental)

[1.41.8-5]
- disable fsck (replaced by util-linux-ng)

[1.41.8-4]
- disable libuuid and uuidd (replaced by util-linux-ng)

[1.41.8-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

[1.41.8-2]
- Address some package review concerns (#225714)

[1.41.8-1]
- New upstream version, several resize fixes.

[1.41.7-1]
- New upstream version

[1.41.6-6]
- Split out sub-libraries (#225406)
- Don't start uuidd by default

[1.41.6-5]
- Update journal backup blocks in sb after resize (#505339)
- Fix memory leak in extent handling functions
- Fix bug in inode writing in extent code, clobbered i_extra_isize etc

[1.41.6-4]
- set BuildRequires: libblkid-devel (from util-linux-ng)

[1.41.6-3]
- temporary use BuildRequires: e2fsprogs-devel (we cannot install
  new util-linux-ng with libblkid to buildroots without new e2fsprogs
  without libblkid).

[1.41.6-2]
- disable libblkid (replaced by libblkid from util-linux-ng)

[1.41.6-1]
- New upstream version

[1.41.5-1]
- New upstream version

[1.41.4-8]
- Fix support for external journals

[1.41.4-7]
- Fix ext4 resize issues (#496982)

[1.41.4-6]
- ignore differing NEEDS_RECOVERY flag on fsck post-resize (#471925)

[1.41.4-5]
- fix a couple missed descriptions; obsolete e4fsprogs

[1.41.4-4]
- Edit summary &amp; description to include ext4 (#487469)
- Fix blkid null ptr deref in initrd (#486997)

[1.41.4-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

[1.41.4-2]
- Fix debugfs 'stat' segfault if no open fs (#482894)
- Fix name of libext2fs info page (#481620)

[1.41.4-1]
- New upstream release
- Dropped btrfs &amp; resize fixes, upstream now

[1.41.3-4]
- resize2fs fixes, esp. for ext4

[1.41.3-3]
- Remove conservative 'don't change journal location' patch for F11
- Add btrfs recognition to blkid

[1.41.3-2]
- Bump to revision 2, f10 was behind f9, oops.

[1.41.3-1]
- New upstream version (very minor fixes, ext4-related)

[1.41.2-2]
- Fix blkid to recognize ext4dev filesystems as ext4-mountable

[1.41.2-1]
- New upstream version
- Updated default dir hash (half_md4) for better perf &amp; fewer collisions
- Fixed ext4 online resizing with flex_bg
- ext4 journal now in extents format and in middle of filesystem
- fix unreadable e2image files
- fix file descriptor leak in libcom_err (#464689)

[1.41.0-2]
- Don't check the group checksum when !GDT_CSUM (#459875)

[1.41.0-1]
- New upstream version
- ext4 capable

[1.41-0.2.WIP.0707]
- Fix release macro snafu

[1.41-0.1.WIP.0707]
- New upstream snapshot release

[1.41-0.WIP.0617.1]
- Fix blkid -g segfault when clearing entries (#452333)

[1.41-0.WIP.0617]
- New upstream snapshot release for ext4 capability

[1.40.10-3]
- Tidy up multilib hack for non-multilib arches (#446016)
- Fix up postun script (#449868)

[1.40.10-2]
- setup header support for sparc

[1.40.10-1]
- New upstream version
- Fixes unprivileged blkid use problem (#448591)

[1.40.9-2]
- Fix blkid swap recognition on big-endian boxes (#445786)

[1.40.9-1]
- New upstream version

[1.40.8-2]
- Update ext2fs_swap_inode_full() fix to match upstream
- Check more of swapv1 header in blkid detection (#442937)

[1.40.8-1]
- New upstream version

[1.40.7-2]
- second try at fixing resize2fs vs. large inodes... (#434893)

[1.40.7-1]
- New upstream version, special leap-day edition
- Fix resize2fs losing inline xattrs when shrinking (#434893)
  and add patch to fix swap_inode_full in this case
- Allow mke2fs &amp; tune2fs to manipulate large_file feature (#258381)
- Handle lvm error conditions in libblkid (#433857)
- Allow tune2fs to clear the resize_inode feature (#167816)
- Teach blkid to detect LVM2 physical volumes (#409321)
- Show 'mostly printable' xattrs as text in debugfs (#430621)
- Trimmed pre-1.38 rpm changelog entries

[1.40.6-1]
- New upstream version

[1.40.5-2]
- gcc-4.3 rebuild

[1.40.5-1]
- New upstream version, drop several now-upstream patches.

[1.40.4-7]
- Fix sb flag comparisons properly this time (#428893)
- Make 256-byte inodes for the [default] mkfs case.
  This will facilitate upgrades to ext4 later, and help xattr perf.

[1.40.4-6]
- Completely clobber e2fsck.static build.

[1.40.4-5]
- Ignore some primary/backup superblock flag differences (#428893)
- Teach libblkid about ext4dev.

[1.40.4-4]
- Build e2fsck as a dynamically linked binary.
- Re-fix uidd manpage default paths.

[1.40.4-3]
- New uuidd subpackage, and properly set up uuidd at install.

[1.40.4-2]
- Add new uidd files to specfile

[1.40.4-1]
- New upstream version, drop several now-upstream patches.

[1.40.2-15]
- Drop resize_inode removal patch from tune2fs; ostensibly was
  for old kernels which could not mount, but seems to be fine.
- Drop pottcdate removal patch, and don't rebuild .po files,
  causes multilib problems and we generally shouldn't rebuild.
- Drop multilib patch; wrapper header should take care of this now.
- Drop -&gt;open rename, Fedora seems ok with this now.

[1.40.2-14]
- Fix integer overflows (#414591 / CVE-2007-5497)

[1.40.2-13]
- The -devel package now requires device-mapper-devel, to match
  the dependency in blkid.pc (#410791)

[1.40.2-12]
- Use upstream patch for blkid fat detection, avoids div-by-zero
  when encountering some BSD partitions (#398281)

[1.40.2-11]
- Add arm to multilib header wrapper

[1.40.2-10]
- Make (more) file timestamps match those in tarball for multilib tidiness
- Fix e2fsprogs-libs summary (shared libs not static)

[1.40.2-9]
- Detect big-endian squashfs filesystems in libblkid (#305151)

[1.40.2-8]
- Detect squashfs filesystems in libblkid (#305151)

[1.40.2-7]
- Fix blkid fat probe when there is a real MBR (#290951)

[1.40.2-6]
- Add alpha to the header wrappers

[1.40.2-5]
- wrap a couple headers to fix multilib issues (#270441)

[1.40.2-4]
- add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)

[1.40.2-3]
- Update license tags
- Fix one open-create caller with no mode
- Protect -&gt;open ops from glibc open-create-mode-checker
- Fix source URL
- Add gawk to BuildRequires

[1.40.2-2]
- Fix bug in ext2fs_swap_inode_full() on big-endian boxes

[1.40.2-1]
- New version 1.40.2
- Fix up warning in badblocks

[1.39-15]
- Fix up .po files to remove timestamps; multilib issues (#245653)

[1.39-14]
- Many coverity-found potential leaks, segfaults, etc (#239354)
- Fix debugfs segfaults when no fs open (#208416, #209330)
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
- Don't write changes to the backup superblocks by default (#229561)
- Correct byteswapping for fast symlinks with xattrs (#232663)
- e2fsck: added sanity check for xattr validation (#230193)

[1.39-13]
- add dist tag to release field

[1.39-12]
- add LUKS support to libblkid (#242421)

[1.39-11]
- fix post/preun requirements
- use smp flags

[1.39-10]
- Add build dependency on new device-mapper-devel package.

[1.39-9]
- build fixes for new automake 1.10 (#220715)

[1.39-8]
- make uuid_generate_time generate unique uuids (#218606)

[1.39-7]
- 32-bit 16T fixups from esandeen (#202807)
- Update summaries and descriptions

[1.39-6]
- Fix problem with empty FAT label (#206656)

[1.39-5]
- Fix memory leak in device probing.

[1.39-4]
- fixed multilib devel conflicts (#192665)

[1.39-3]
- prevent libblkid returning /dev/dm-X

[1.39-2.1]
- rebuild

[1.39-2]
- add GFS abd GFS2 support to libblkid

[1.39-1]
- new version 1.39
- dropped ext2online, because resize2fs is now able to do online resize
- spec file cleanup
- enabled checks for build

[1.38-15]
- prevent libblkid returning /dev/dm-X
- fix build

[1.38-14]
- prevent error messages to stderr caused by libblkid calling libdevmapper

[ - 1.38-13]
- used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)

[1.38-12]
- Move /etc/blkid.tab to /etc/blkid/blkid.tab

[1.38-11]
- BuildRequires pkgconfig

[1.38-10]
- Disable /etc/blkid.tab caching if time is set before epoch (#182188)

[1.38-9]
- _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.

[1.38-8]
- handle selinux context on blkid.tab

[1.38-7]
- BuildRequires: gettext-devel

[1.38-6.2]
- bump again for double-long bug on ppc(64)

[1.38-6.1]
- rebuilt for new gcc4.1 snapshot and glibc changes

[1.38-6]
- cleanup device-mapper patch
- use pkg-config for device-mapper

[1.38-5]
- fix some more minor logic errors in dm probing

[1.38-4]
- fix a logic error in dm probing
- add priority group for dm devices, so they'll be preferred

[1.38-3]
- added support for device-mapper devices

* Fri Dec 09 2005 Jesse Keating &lt;jkeating@redhat.com&gt;
- rebuilt

[1.38-2.1]
- fixed file conflicts between 32bit and 64bit packages (#168815)
- fixed mklost+found crashes with buffer overflow (#157773)
  Thanks to Arjan van de Ven for the patch

[1.38-2]
- splitted up libs from main package, into a new e2fsprogs-libs package
- fixed requires and prereqs

[1.38-1]
- new version 1.38
- Close File descriptor for unregognized devices (#159878)
  Thanks to David Milburn for the patch.
  Merged from RHEL-4
- enable tune2fs to set and clear feature resize_inode (#167816)
- removed outdated information from ext2online man page (#164383)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9515.html" type="self" title="ELBA-2022-9515" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="e2fsprogs" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">4a634c0eefc91555959c45bf375a12422075da954a0b10a42da5a6d0af0d5d62</sum>
        </package>
        <package name="libcom_err-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libcom_err-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">cdef0ef95bb5183810110d752797329db6d189f14cdd28ac8ecf9557a2370086</sum>
        </package>
        <package name="e2fsprogs-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>e2fsprogs-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">a178305649cf507c5fd3b4ccd8edd23267371989c69cc899c3075423e6d8ddd4</sum>
        </package>
        <package name="e2fsprogs-static" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-static-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">01d19fcd8075f1cfc220fb96504ac4c91f8602e1d29f9349df23ea3cb7d64544</sum>
        </package>
        <package name="libss-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libss-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">627b5612be67704de73e3f4681f31b3e2d2cdc9808b2444b48690655ac5630b6</sum>
        </package>
        <package name="libcom_err" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libcom_err-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">17881e501e4f7fa33ee8ab0cc2d4d6964db49d4c66be36317c364e1f067ade48</sum>
        </package>
        <package name="e2scrub" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2scrub-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">bd5dc85d058bb9ccbe220f9f97a72db5d3c6849284a2c638fcdabadd961173a2</sum>
        </package>
        <package name="e2fsprogs-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">f5614b8473496f587ec76ea7ee2657b302f0c5df29a67af7e9bf831c0496d6e3</sum>
        </package>
        <package name="libcom_err-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libcom_err-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">cdb99379e5bd02387893f4fb0ff92e7d0f9802155fdde5c83b6ea13fc5281a38</sum>
        </package>
        <package name="e2fsprogs" version="1.46.2" release="2.el8" epoch="0" arch="src">
          <filename>e2fsprogs-1.46.2-2.el8.src.rpm</filename>
          <sum type="sha256">9858ae1b1282f1507bf5de3fd28a948d1067895d6fe9efe5e06f45871f788068</sum>
        </package>
        <package name="e2fsprogs-libs" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-libs-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">f4ff17627f13f77d1238c48e63ebdd6707f9678bc4563a2eaea07acb3aecef7d</sum>
        </package>
        <package name="libcom_err" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libcom_err-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">485420d1c9ad80452460e67c3aa3c77e679289e5f33a487f08ddd3a9280e7568</sum>
        </package>
        <package name="e2fsprogs-libs" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>e2fsprogs-libs-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">66c3ee5a5d45fbb3076acd3fe0b3bec11173ac353552844fb763f2011a29a81a</sum>
        </package>
        <package name="libss" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libss-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">9c017ffeff05089922bfe4d7cb6cbb8ef8e2e0824219e85245c0f02f421770eb</sum>
        </package>
        <package name="libss-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libss-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">462f81399550c675ca79ec450ccfd5109c48a352f689ba816f149699f6174142</sum>
        </package>
        <package name="libss" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libss-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">ca7534a21247675fe6087d94f5ff5950b3a15415e9feae8b2737c7be3ccef7e6</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9516</id>
    <title> libbpf  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[0.6.0-6]
- Fix license ordering, fix changelog formatting, bump to 0.6.0-6.

[0.6.0-2]
- Update to 0.6.0. [Orabug: 33590864]

[0.0.4-5]
- Add license files from upstream libbpf to repo/spec file

[0.0.4-3]
- Use 0.0.4 libbpf; remove kernel-headers dependency; removed build_*flags

[0.0.3-3]
- Revert to 0.0.3 version and adjust kernel-headers dependency (BZ#1755317)

[0.0.5-2]
- Add kernel-headers dependency

[0.0.5-1]
- release 0.0.5

[0.0.3-2]
- Fix libelf linking (BZ#1755317)

[0.0.3-1]
- Initial release</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9516.html" type="self" title="ELBA-2022-9516" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="libbpf-devel" version="0.6.0" release="6.el8" epoch="2" arch="x86_64">
          <filename>libbpf-devel-0.6.0-6.el8.x86_64.rpm</filename>
          <sum type="sha256">33ae856e03f75836d8c973e7115e8262cc0ccd9f292d2a07b93f7391b11b586d</sum>
        </package>
        <package name="libbpf" version="0.6.0" release="6.el8" epoch="2" arch="x86_64">
          <filename>libbpf-0.6.0-6.el8.x86_64.rpm</filename>
          <sum type="sha256">347b92549e21d08469431afce06b48ca371f0d2d29c84570076230b8453efc91</sum>
        </package>
        <package name="libbpf" version="0.6.0" release="6.el8" epoch="2" arch="i686">
          <filename>libbpf-0.6.0-6.el8.i686.rpm</filename>
          <sum type="sha256">2998cb7827970bc6f2f026a44f10c42004e005ba1c7c2eb23607a258c3980e39</sum>
        </package>
        <package name="libbpf-devel" version="0.6.0" release="6.el8" epoch="2" arch="i686">
          <filename>libbpf-devel-0.6.0-6.el8.i686.rpm</filename>
          <sum type="sha256">068dd1d66319c90c8cb797b6a5b76633db0137702cd0fcf98e5587daabec61d8</sum>
        </package>
        <package name="libbpf" version="0.6.0" release="6.el8" epoch="2" arch="src">
          <filename>libbpf-0.6.0-6.el8.src.rpm</filename>
          <sum type="sha256">c011ff22781ffedc9cb4c22c0ac4e720ccaa51e2885df7bc070045a304b9d791</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12894</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-12-23 00:00:00"/>
    <updated date="2024-12-23 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-303.171.5.2.1]
- cgroup: cgroup-v1: do not exclude cgrp_dfl_root (Vishal Verma)  [Orabug: 37410450] 
- vhost_scsi: log write descriptors (Dongli Zhang)  [Orabug: 37423790] 
- vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex (Dongli Zhang)  [Orabug: 37423790]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12894.html" type="self" title="ELBA-2024-12894" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">460bf552fd493bd2e3ebe3f98ce0f15851c283abd689ba686b751b765a8c429a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c8aea5e9ca8e6870294969b6d9ddd405f72ae5cb3f6d812dbd86ca687f656d86</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">206acddcec253253d513ad0aa94efea59266b505f228016d78f43eb88cc2bda5</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">18b3bfbde0d5c2c7e39c350adc6a5268c8843744fdc466b30bc873ce8338eae6</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-303.171.5.2.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">c2dc1f3268b799937fc19fbe74d4b3f234a2ad178b89745bad0c3e5ef3d970f7</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">21a0c16c8d0856363609f1298c5f90e79f0f94a00aeb9e49b1ac8ca19fb2fa08</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a1b856b3b93a8bf847d1c40a8fea7cc18bf436c032e8176211b1601b336c2b0b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a84a704960e693a0e7516fdd759a3f0c5bfe262f4fdc6727f8ad06abea2f5bab</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-303.171.5.2.1.el8uek.src.rpm</filename>
          <sum type="sha256">ffbd13edc1faa368ac465adce8e1d5081f3275302bae0a6226bbf44436b76cfa</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">edf4c10dd0139f18597f53c2dc98694522c60c626e3e9d0b13db77af94933e7c</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4dd11715bfcc2d1a8ca57ff8f18e8e975449f004c29251055be3e6bffa8a98c4</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ef104fd672ceb086868cfd2e20739827b094d984bc1b5b6bea1d2203019bbd2f</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ef7857c256b9b3df2dc2d6ca3d4436ad4b7c1bfafcfaa39dca062e87a07c0f17</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">15e20371355537a4aeb64fa11ed4b68ea58cac226f395f0841f2cc9fb8811841</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="303.171.5.2.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-303.171.5.2.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7f627ede8edf3364195c527102be96d49cfff7acd83b7fc4912fc3881165e10f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9519</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.1-0.el8]
- spec file: upstream release 5.15.1</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9519.html" type="self" title="ELBA-2022-9519" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="btrfs-progs-devel" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">9e2f7a6330994df0e879927094e060751d5d85246c0ebf9f1b539f675a1b8867</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">1c76d16abe72bf1e19edfb5a0fbb8880613ce53780236797f298409bc2c3882e</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">3f92e443d9590cd282c488a0bd23b5ea22d70b24b380e7d2e571bb3577e87113</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">2f686f0e656342fcbff9c1fd8c02e70b38bc3c8bb36199c369ee7775c34cef25</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="0.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-0.el8.src.rpm</filename>
          <sum type="sha256">0c4e7e341c47da00145a3bac02bace369d5cb1b138e65362227b5da5734576d8</sum>
        </package>
        <package name="python3-btrfsutil" version="5.15.1" release="0.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-0.el8.x86_64.rpm</filename>
          <sum type="sha256">64adb228dc40cf4e2975d70303e4a422ed30427836b64e4682c8df75143efe2e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9520</id>
    <title> ocfs2-tools  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>  </description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9520.html" type="self" title="ELBA-2022-9520" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ocfs2-tools" version="1.8.6" release="15.el8" epoch="0" arch="x86_64">
          <filename>ocfs2-tools-1.8.6-15.el8.x86_64.rpm</filename>
          <sum type="sha256">d2228bacedf0367d4b7eeb514122d6b374ea67a77f918469d0205eaa3c3b6bc6</sum>
        </package>
        <package name="ocfs2-tools" version="1.8.6" release="15.el8" epoch="0" arch="src">
          <filename>ocfs2-tools-1.8.6-15.el8.src.rpm</filename>
          <sum type="sha256">4955369a817ed444f08ea924ddfc7754b56dddb9ce8924af7e71f74aeba355f2</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9522</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.1.el8]
- xfsprogs: add rpm specfiles

[5.15.0-1.0.1]
- Update to new upstream 5.15.0 release.
- Add configuration files for OL7-OL9 for OL9 build.
- Patch out libraries that don't exist on OL8 (liburcu, libinih).
- Add mkfs.xmem script for supported customers.
- Package for OL8 and OL9.

[5.14.2-1.0.5]
- Update to new upstream 5.14.2 release.
- Fix libeditline mode regression since readline support was dropped.
- Fix a memory corruption bug in the config file parsing.
- Enable inobtcount and bigtime features for OL9 build.
- Add configuration files for OL7-OL9 for OL9 build.
- Patch out libraries that don't exist on OL8 (liburcu, libinih).
- Add mkfs.xmem script for supported customers.
- Fix xfs_repair failing to update secondary superblocks after an upgrade.
- Package for OL8 and OL9.

[5.12.0-4]
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

[5.12.0-3]
- Local change to default bigtime &amp; inobtcnt to off under older kernels

[5.12.0-2]
- Turn on bigtime (y2038) and inobtcnt features by default

[5.12.0-1]
- New upstream release</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9522.html" type="self" title="ELBA-2022-9522" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs" version="5.15.0" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">b57e5141fce9637e290f5aeb11008a88cf2b9ee8dcd5ba48fc1340db55b43a23</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">3b3197a9dcfdae30cf3a1d4fa69af15644a7a0fb2d55fba9b2afac5a140faa51</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">c1f33db80ba647e903bf38ae32d5a707c1c2aacc1654c259addc35f7e55794f8</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">be04ca00d661ebdb87e2b9f236f85ed12fb1a1018185aee893f0fceb29d61715</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.1.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.1.el8.src.rpm</filename>
          <sum type="sha256">eb674c7ca216ebb6c0722779bb74a40711c0ece3abdf3112007ecf6f65f5d759</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9523</id>
    <title> ipmctl  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[03.00.00.0427-1.0.1]
- Update to 03.00.00.0427

[02.00.00.3885-1.0.1]
- Update to 02.00.00.3885

[02.00.00.3878-1.0.2]
- Obsolete ipmctl-monitor [Orabug: 32516965]

[02.00.00.3878-1.0.1]
- Update to 02.00.00.3878

[02.00.00.3871-1.0.1]
- BUILDINFO: commit=1cd91b37ec3d74acbad0883f5159ce27aa77773d
- Update to 02.00.00.3871

[02.00.00.3869-1.0.1]
- BUILDINFO: commit=f37c40ffe09541263cd687019407c5c0c0092c8e
- Update to 02.00.00.3869

[02.00.00.3852-1.0.1]
- BUILDINFO: commit=45000b618618dbe7df83e7d0ce1ee7ad595d85f3
- Update to 02.00.00.3852

[02.00.00.3847-1.0.1]
- BUILDINFO: commit=418e3ab549277c6a36b098638701a3fcf34886b5
- Update to 02.00.00.3847

[02.00.00.3844-1.0.1]
- BUILDINFO: commit=2e07188c352c8539c7037e5ff5a79effdc2b7d9f
- Update to 02.00.00.3844

[02.00.00.3842-1.0.1]
- BUILDINFO: commit=226da59289b52d21f565abb0636e9488e824511b
- Update to 02.00.00.3842

[02.00.00.3833-1.0.1]
- BUILDINFO: commit=9c97df0e5b88643508a3b8b971127c9b00f6bfd8
- Update to 02.00.00.3833

[02.00.00.3830-1.0.1]
- BUILDINFO: commit=20d20c545ce3671b6bda0b0bbf7c7265e66f4784
- Update to 02.00.00.3830

[02.00.00.3829-1.0.1]
- BUILDINFO: commit=0342a3808f51a16a5b4a1f3403dea54742ff5fb7
- Update to 02.00.00.3829

[02.00.00.3825-1]
- BUILDINFO: commit=4a38d48299af52932f1d8e2c891d9f3792887594
- Update to 02.00.00.3825

[02.00.00.3823-1]
- BUILDINFO: commit=e8e9caa26dbd72002b4c7b20e9741b92b45272e0
- Update to 02.00.00.3823

[02.00.00.3820-1]
- BUILDINFO: commit=7c204612820eb8dd7c0fe22278c118a58f939b28
- Update to 02.00.00.3820

[02.00.00.3814-1]
- BUILDINFO: commit=11e3144b1e32979c131e2bf700afb1471f6dd43e
- BUILDINFO: commit=70914d11ab2214559dfe5a2d054bd09a1bd370fb
- Update to 02.00.00.3814

[02.00.00.3809-1]
- BUILDINFO: commit=d0b8edb1b52fcfbf9a18d59e4c6553d3a42b6d7b
- Update to 02.00.00.3809

[02.00.00.3799-1]
- BUILDINFO: commit=bbf364887231666364f7d1ca9db1f0968a67ec90
- Update to 02.00.00.3799

[02.00.00.3797-1]
- BUILDINFO: commit=a35067022585ac083c40ce65ce0238d75d49bd02
- Update to 02.00.00.3797

[02.00.00.3791-1]
- BUILDINFO: commit=966752c0cff5f073da67f846efffd63b368c5608
- Update to 02.00.00.3791

[02.00.00.3785-1]
- BUILDINFO: commit=4e68bb865167eb3a3b9eb0e273eb191f8f36dfeb
- Update to 02.00.00.3785

[02.00.00.3781-1]
- BUILDINFO: commit=a8d0061a41838892889fa969de16d6df382cad3f
- Update to 02.00.00.3781

[02.00.00.3777-1]
- BUILDINFO: commit=a33889fc11d70b78979a03a266a1bd3c212463c8
- Update to 02.00.00.3777

[02.00.00.3774-1]
- BUILDINFO: commit=ddff703fa013b5f578ff06ce0a9a6559b92b661f
- Update to 02.00.00.3774

[02.00.00.3772-1]
- BUILDINFO: commit=79f26fa41f8061566a65051b80f378280cd85be9
- Update to 02.00.00.3772

[02.00.00.3764-1]
- BUILDINFO: commit=825aead3c3c7b4cb8dbae77fa84de1c515e5b6e9
- Update to 02.00.00.3764

[02.00.00.3759-1]
- BUILDINFO: commit=3e62babf6ae76625d20bb60763cee71e665e7614
- Update to 02.00.00.3759

[02.00.00.3749-1]
- BUILDINFO: commit=5ea2d84af417bdbf9a798277e1da82d2e8354f68
- Update to 02.00.00.3749

[02.00.00.3742-1]
- BUILDINFO: commit=4b50caed6ca477b310df78d20dbcf1ba24a536a0
- Update to 02.00.00.3742

[02.00.00.3740-1]
- BUILDINFO: commit=36ca0e2994beb99da2026c9d36cd4031537f01a8
- Update to 02.00.00.3740

[02.00.00.3613-1]
- BUILDINFO: commit=94c059f261abe411faf0f116a9c23b5774282d9d
- Change the reference to the share libraries

[01.00.00.3262-1]
- Clean up spec for fedora review</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9523.html" type="self" title="ELBA-2022-9523" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ipmctl" version="03.00.00.0427" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>ipmctl-03.00.00.0427-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">e38be4c799ebc1806e90a30aab8f00b7760d16f03c63a092bae5c2e7a62f3a96</sum>
        </package>
        <package name="libipmctl5" version="03.00.00.0427" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>libipmctl5-03.00.00.0427-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">f38a16fd62c00b7a4f813a7a698e367269eb7fcb0d92e93553ebc23ded1f0cb6</sum>
        </package>
        <package name="ipmctl" version="03.00.00.0427" release="1.0.1.el8" epoch="0" arch="src">
          <filename>ipmctl-03.00.00.0427-1.0.1.el8.src.rpm</filename>
          <sum type="sha256">77addd32f62834409384b2c00b944ecf6a393af07f4e1a1a4deaa42efd22a0b3</sum>
        </package>
        <package name="libipmctl5-devel" version="03.00.00.0427" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>libipmctl5-devel-03.00.00.0427-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">3eb130c4bb255ec6ba159951ca36685dd5035b5d556a4a2ab8f665d61acf7c57</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9527</id>
    <title> ndctl  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[73-1.0.1]
- Update to 73

[72.1-1.0.1]
- Update to 72.1

[72-1.0.1]
- Update to 72

[71.1-1.0.1]
- BUILDINFO: commit=34c39fa039f9defa81c10b2417d93df1719a94bc
- Update to 71.1

[71-1.0.1]
- BUILDINFO: commit=9abf1403a06713910976d4443045949d1d6b4bf5
- Update to 71
- Update Lincense info.

[70.1-1.0.3]
- BUILDINFO: commit=cd71a0e6d588ded910f9f67b8ba0ce4c232ffb87
- libdaxctl: Dont assume device align to be always available

[70.1-1]
- Update to 70.1

[70-1]
- BUILDINFO: commit=1cf0c778d993cc2000141262969d65a62487566a
- Update to 70

[69-1.0.2]
- BUILDINFO: commit=d3b53f1ced3ebaf03c0cbf7832a3c78c1c45b718
- Add support for Soft-Reserved regions subdivision

[69-1]
- Update to 69

[68-1]
- BUILDINFO: commit=c48f9d8dd709a0baf702046a8891bdb2c035ad42
- Update to 68

[67-1]
- BUILDINFO: commit=687892fbcb28ec7b985a005df85409e818dace34
- Update to 67

[66-1]
- BUILDINFO: commit=952172bc6c9b98b955e1776b1dab438ded237c81
- Update to 66

[65-1]
- BUILDINFO: commit=b915191ce1acff19eec891c397e9fce74d0f0b0d
- Update to 65

[64.1-1.0.1]
- BUILDINFO: commit=3a9824895d7da6d07ddc73086d902a7e6843f797
- Update to 64.1

[64-1.0.1]
- BUILDINFO: commit=ebf5f023a949d017ef0c4d5039d88dcc2e5808a4
- missing paths added to spec %files sections

[64-1]
- Update to 64

[63-1]
- BUILDINFO: commit=15115888855c4bf45670cfeb5c576bc2715c2568
- Update to 63

[62-1.0.1.el7]
- BUILDINFO: commit=4474c9ca05e4b7804789ca176a74af4224070240
- BUILDINFO: commit=241216a18a95a00eab2b143b37b75d73f053e175
- Update to 62

[60.1-6.el7]
- remove ol6

[56-2]
- bump release
- Related: bz#1440902 bz#1446689

[56-2]
- Update documentation to reflect 4k alignment
- Add support for the MSFT family of DSM functions
- Resolves: bz#1440902 bz#1446689

[56-1]
- Rebase to upstream version 56
- Default to 4k alignment for device dax
- Resolves: bz#1384873 bz#1384642 bz#1349233 bz#1357451

[54.1]
- Update to 54.1 to address ixpdimm_sw requirements
- Resolves bz#1271425

[53.1-4]
- Fix up duplicate '-v' documentation in man page
- Fix bogus test in invalidate_namespace_options
- Resolves: bz#1350404 bz#1271425

[53.1-3]
- make ndctl Require ndctl-libs-{version}-{release}
- Resolves bz#1271425

[53.1-2]
- initial import for RHEL
- Resolves bz#1271425

[53-1]
- add daxctl-libs + daxctl-devel packages
- add bash completion

[52-1]
- Initial rpm submission to Fedora</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9527.html" type="self" title="ELBA-2022-9527" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="ndctl-devel" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>ndctl-devel-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">7fe0398849711e093ca0c2e63abec7c3d0301ac0006f77895d57bd8eb5a2876f</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>daxctl-devel-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">219a5036bbb7f5cad0c7e4d6800b093e9253d132b0b9508099297dba912f345e</sum>
        </package>
        <package name="daxctl-devel" version="73" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>daxctl-devel-73-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">f9d87b02b49e49109c40824ceaad0dff7f028fb751e0c776cbf58c097bdc47fa</sum>
        </package>
        <package name="cxl-devel" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>cxl-devel-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">1c65cf1a61ab7572d2cb4d98067ca9582c2e126d011fc3d74a3e090e2c2f9612</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>ndctl-libs-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">4fc0e12db7c23c2b69857f7d3e2c37addac2174ee238cd677e56a16896f1d43e</sum>
        </package>
        <package name="cxl-cli" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>cxl-cli-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">8662e6624a89049c70a39ed23aae654f21c84129c50d39e207c41c902b51fccd</sum>
        </package>
        <package name="daxctl" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>daxctl-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">887f340624248f29e5033f87482b16609438a7c4234dba160e9fd5be57d96902</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>daxctl-libs-73-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">3f6ed060194f03e50819875bb27edb1ac79a2f728a92fe792a01f49c28d405bb</sum>
        </package>
        <package name="ndctl" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>ndctl-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">468da2f9884f11f8ee5c63cd02db906bb4a9c3a370c15b0c588410cbb5216bb6</sum>
        </package>
        <package name="ndctl-libs" version="73" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>ndctl-libs-73-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">3344be2569d065e93d8bcb4de1de1cc67691c5e13ab7f3eee9ba05013fa79965</sum>
        </package>
        <package name="ndctl-devel" version="73" release="1.0.1.el8" epoch="0" arch="i686">
          <filename>ndctl-devel-73-1.0.1.el8.i686.rpm</filename>
          <sum type="sha256">98d03b85b7b66b5f543111550044ac01ab26d00e8b29baa3aa13292e99bfa86c</sum>
        </package>
        <package name="ndctl" version="73" release="1.0.1.el8" epoch="0" arch="src">
          <filename>ndctl-73-1.0.1.el8.src.rpm</filename>
          <sum type="sha256">aae214a7d1e9b841cf4f8ef3111026d7762a6f0c06b10ae93ad1a79b7a1c46e1</sum>
        </package>
        <package name="daxctl-libs" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>daxctl-libs-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">814ead16d4d142e406de55c33873774a1869160036c5f9e63624550730103bfd</sum>
        </package>
        <package name="cxl-libs" version="73" release="1.0.1.el8" epoch="0" arch="x86_64">
          <filename>cxl-libs-73-1.0.1.el8.x86_64.rpm</filename>
          <sum type="sha256">782baae41686f2902789f25fa1a5d27791a284ade63f5f6bdf0355e8ec02003e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9529</id>
    <title> snapper  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[0.8.7-3.el8]
- Disable zypp plugin for snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-2.el8]
- Enable selinux support in snapper (Alexander Burmashev)  [Orabug: 31175643]

[0.8.7-1.el8]
- Updated specfile

[0.8.7-1]
- Update to 0.8.7</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9529.html" type="self" title="ELBA-2022-9529" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="snapper-testsuite" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-testsuite-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">5e2bb35ddda7fdb4e65a4cd8f0c178e9bff7b460f51e8672f4e55e73c1a45ad0</sum>
        </package>
        <package name="pam_snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>pam_snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">a371e2be64c5b86b6392eba593e88369731103c6b2c21f1499d948a08a6a97c4</sum>
        </package>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="src">
          <filename>snapper-0.8.7-3.el8.src.rpm</filename>
          <sum type="sha256">fec8caa80eef1e77c0b57aeb9928af81b9b16152931a6929dccd37f44ba05521</sum>
        </package>
        <package name="snapper" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>snapper-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">e737f323b73c874d443a5377504cc00dca3398d532c905bafc1395dbf6913129</sum>
        </package>
        <package name="libsnapper-devel" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper-devel-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">27d92f0d2fe431474d410db5ed117b7ecd372989e9d0737da44938d9fefe03c5</sum>
        </package>
        <package name="libsnapper4" version="0.8.7" release="3.el8" epoch="0" arch="x86_64">
          <filename>libsnapper4-0.8.7-3.el8.x86_64.rpm</filename>
          <sum type="sha256">565eadc2b76d0cb03aaebc8ea95e744d70f03f948d1ccbddca3f98c288848a7a</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9530</id>
    <title> dnf-plugins-extras  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[4.0.8-4.0.2]
- Disable torproxy and system-upgrade plugins [Orabug: 30768024]

[4.0.8-4.0.1]
- Disable tracer and rpmconf plugins [Orabug: 30768024]

[4.0.8-4]
- Tweak module reset patch to also do reset in  (RhBug:1767351)

[4.0.8-3]
- Fix patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-2]
- Backport patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-1]
- Update to 4.0.8
- Set clean_requirements_on_remove=False during remove (RhBug:1764169)

[4.0.7-1]
- Fix kickstart plugin

[4.0.6-1]
- [system-upgrade] Use --system-upgrade plymouth mode (RhBug:1681584)
- [system-upgrade] Fix traceback caused by setting gpgcheck options (RhBug:1751103,1746346)
- Fix kickstart plugin (RhBug:1649093)
- [system-upgrade] Ensure identical transaction in download and update steps (RhBug:1758588)
- [system-upgrade] Provide distro specific url for help with system-upgrade

[4.0.5-3]
- Backport patch to fix traceback in system-upgrade (RhBug:1751103,1746346)

[4.0.5-2]
- Rebuilt for Python 3.8

[4.0.5-1]
- Update to 4.0.5
- [system-upgrade] Save gpgcheck and repo_gpgcheck repo options (RhBug:1693677)
- Add showvars plugin for showing what DNF vars are set for the dnf runtime

[4.0.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[4.0.4-1]
- Update to 4.0.4
- Use improved config parser that preserves order of data
- [system-upgrade] Save module_platform_id option through system upgrade (RhBug:1656509)
- [system-upgrade] On modular systems, system upgrade requires the next module_platform_id

[4.0.2-1]
- Update to 4.0.2

[4.0.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[4.0.1-1]
- Update to 4.0.1

[4.0.0-1]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9530.html" type="self" title="ELBA-2022-9530" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-dnf-plugin-kickstart" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-kickstart-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">b96481ff551d5fc699701c12076d885f97a2d869f591cd49b298b66cc5b4bec4</sum>
        </package>
        <package name="python3-dnf-plugin-showvars" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-showvars-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">7ea91f075a4d796902eb179ffa6e66632f1293946fefd317099794c13301a239</sum>
        </package>
        <package name="python3-dnf-plugins-extras-common" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugins-extras-common-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">5d9c6f6813dabc4f86bca6e93a7743b1426a7c832e6376af431c4815dabe71f8</sum>
        </package>
        <package name="dnf-plugins-extras" version="4.0.8" release="4.0.2.el8" epoch="0" arch="src">
          <filename>dnf-plugins-extras-4.0.8-4.0.2.el8.src.rpm</filename>
          <sum type="sha256">93517edda642aee4a55c463ab6ecb40ce64f9424f24621f687871262039409ee</sum>
        </package>
        <package name="python3-dnf-plugin-snapper" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-snapper-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">3f6d70d19872a9fa0324ae0b2a37845d1fd3a6ccdc206ae0df944fa1c551bf14</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20095</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-02-09 00:00:00"/>
    <updated date="2025-02-09 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-305.176.4]
- x86/asm: Make serialize() always_inline (Juergen Gross)  
- hwmon: (tmp513) Fix division of negative numbers (David Lechner)  
- Revert 'mtd: spi-nor: core: replace dummy buswidth from addr to data' (Pratyush Yadav)  
- Revert 'regmap: detach regmap from dev on regmap_exit' (Greg Kroah-Hartman)  
- Revert 'drm/amdgpu: rework resume handling for display (v2)' (Greg Kroah-Hartman)  
- Revert 'PCI: Use preserve_config in place of pci_flags' (Terry Tritton)  
- virtio-net: synchronize probe with ndo_set_features (Jason Wang)  [Orabug: 36637822] 
- virtio-net: synchronize operstate with admin state on up/down (Jason Wang)  [Orabug: 36637822] 
- virtio: allow driver to disable the configure change notification (Jason Wang)  [Orabug: 36637822] 
- virtio: rename virtio_config_enabled to virtio_config_core_enabled (Jason Wang)  [Orabug: 36637822] 
- mlxsw: pci: Fix driver initialization with Spectrum-4 (Ido Schimmel)  [Orabug: 36811057] 
- mlxsw: pci: Fix driver initialization with old firmware (Ido Schimmel)  [Orabug: 36811057] 
- mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128 (Maksim Kiselev)  [Orabug: 36811057] 
- net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5e: Fix MACsec state loss upon state update in offload path (Emeel Hakim)  [Orabug: 36811057] 
- net/mlx5e: Change the warning when ignore_flow_level is not supported (Jianbo Liu)  [Orabug: 36811057] 
- Revert 'net/mlx5: Block entering switchdev mode with ns inconsistency' (Gavin Li)  [Orabug: 36811057] 
- IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported (Mark Zhang)  [Orabug: 36811057] 
- net/mlx5e: Ignore IPsec replay window values on sender side (Leon Romanovsky)  [Orabug: 36811057] 
- net/mlx5e: Allow software parsing when IPsec crypto is enabled (Leon Romanovsky)  [Orabug: 36811057] 
- net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASO (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5: Bridge, fix multicast packets sent to uplink (Moshe Shemesh)  [Orabug: 36811057] 
- net/mlx5: Fix a WARN upon a callback command failure (Yishai Hadas)  [Orabug: 36811057] 
- net/mlx5e: Fix peer flow lists handling (Vlad Buslov)  [Orabug: 36811057] 
- net/mlx5: Fix query of sd_group field (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Use the correct lag ports number when creating TISes (Saeed Mahameed)  [Orabug: 36811057] 
- selftests: mlxsw: qos_pfc: Remove wrong description (Amit Cohen)  [Orabug: 36811057] 
- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path (Ido Schimmel)  [Orabug: 36811057] 
- gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe (Su Hui)  [Orabug: 36811057] 
- vdpa/mlx5: Add mkey leak detection (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Introduce reference counting to mrs (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Use vq suspend/resume during .set_map (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Mark vq state for modification in hw vq (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Mark vq addrs for modification in hw vq (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Introduce per vq and device resume (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Allow modifying multiple vq fields in one modify command (Dragos Tatulea)  [Orabug: 36811057] 
- vdpa/mlx5: Expose resumable vq capability (Dragos Tatulea)  [Orabug: 36811057] 
- Revert 'mlx5 updates 2023-12-20' (Jakub Kicinski)  [Orabug: 36811057] 
- net/mlx5: DPLL, Implement fractional frequency offset get pin op (Jiri Pirko)  [Orabug: 36811057] 
- net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get() (Jiri Pirko)  [Orabug: 36811057] 
- net: macsec: move sci_to_cpu to macsec header (Radu Pirea (NXP OSS))  [Orabug: 36811057] 
- net/mlx5: Implement management PF Ethernet profile (Armen Ratner)  [Orabug: 36811057] 
- net/mlx5: Enable SD feature (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Block TLS device offload on combined SD netdev (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Support per-mdev queue counter (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Support cross-vhca RSS (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Let channels be SD-aware (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Create EN core HW resources for all secondary devices (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Create single netdev per SD group (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: SD, Add informative prints in kernel log (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: SD, Implement steering for primary and secondaries (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: SD, Implement devcom communication and primary election (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: SD, Implement basic query and instantiation (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: SD, Introduce SD lib (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: Fix query of sd_group field (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Use the correct lag ports number when creating TISes (Saeed Mahameed)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Set NVE flood profile as part of FID configuration (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an 'any' packet type (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Add nve_flood_prf_id field to SFMR (Petr Machata)  [Orabug: 36811057] 
- net/mlx5: DR, Use swap() instead of open coding it (Jiapeng Chong)  [Orabug: 36811057] 
- net/mlx5: devcom, Add component size getter (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Decouple CQ from priv (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Statify function mlx5e_monitor_counter_arm (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: Move TISes from priv to mdev HW resources (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Remove TLS-specific logic in generic create TIS API (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: fs, Command to control TX flow table root (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: fs, Command to control L2TABLE entry silent mode (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: Expose Management PCIe Index Register (MPIR) (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: Add mlx5_ifc bits used for supporting single netdev Socket-Direct (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5: Manage ICM type of SW encap (Shun Hao)  [Orabug: 36811057] 
- RDMA/mlx5: Support handling of SW encap ICM area (Shun Hao)  [Orabug: 36811057] 
- net/mlx5: Introduce indirect-sw-encap ICM properties (Shun Hao)  [Orabug: 36811057] 
- mmc: sdhci-of-dwcmshc: Use logical OR instead of bitwise OR in dwcmshc_probe() (Nathan Chancellor)  [Orabug: 36811057] 
- mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520 (Drew Fustini)  [Orabug: 36811057] 
- mmc: sdhci: add __sdhci_execute_tuning() to header (Drew Fustini)  [Orabug: 36811057] 
- mlxsw: spectrum: Use CFF mode where available (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add support for rFID family in CFF flood mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Initialize flood profiles in CFF mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add profile_id to flood profile (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an object to keep flood profiles (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add hooks for RSP table maintenance (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add a not-UC packet type (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an op for packing SFMR (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an op to get PGT address of a FID (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an op to get PGT allocation size (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Add an op for flood table initialization (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() up (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an int (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid() (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Rename FID ops, families, arrays (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Privatize FID families (Petr Machata)  [Orabug: 36811057] 
- mlxsw: pci: Fix missing error checking (Ido Schimmel)  [Orabug: 36811057] 
- mlxsw: spectrum_router: Call RIF setup before obtaining FID (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_router: Add a helper to get subport number from a RIF (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Extract SFMR packing into a helper (Petr Machata)  [Orabug: 36811057] 
- mlxsw: spectrum_fid: Drop unnecessary conditions (Petr Machata)  [Orabug: 36811057] 
- mlxsw: pci: Permit enabling CFF mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: core, pci: Add plumbing related to CFF mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Add to SFMR register the fields related to CFF flood mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Extract flood-mode specific part of mlxsw_reg_sfmr_pack() (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Drop unnecessary writes from mlxsw_reg_sfmr_pack() (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Mark SFGC &amp; some SFMR fields as reserved in CFF mode (Petr Machata)  [Orabug: 36811057] 
- mlxsw: reg: Add Switch FID Flooding Profiles Register (Petr Machata)  [Orabug: 36811057] 
- mlxsw: resources: Add max_cap_nve_flood_prf (Petr Machata)  [Orabug: 36811057] 
- mlxsw: cmd: Add MLXSW_CMD_MBOX_CONFIG_PROFILE_FLOOD_MODE_CFF (Petr Machata)  [Orabug: 36811057] 
- mlxsw: cmd: Add cmd_mbox.query_fw.cff_support (Petr Machata)  [Orabug: 36811057] 
- EDAC/bluefield: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 36811057] 
- selftests: mlxsw: Add PCI reset test (Ido Schimmel)  [Orabug: 36811057] 
- mlxsw: pci: Implement PCI reset handlers (Ido Schimmel)  [Orabug: 36811057] 
- mlxsw: pci: Add support for new reset flow (Ido Schimmel)  [Orabug: 36811057] 
- mlxsw: pci: Move software reset code to a separate function (Amit Cohen)  [Orabug: 36811057] 
- mlxsw: pci: Rename mlxsw_pci_sw_reset() (Amit Cohen)  [Orabug: 36811057] 
- mlxsw: Extend MRSR pack() function to support new commands (Amit Cohen)  [Orabug: 36811057] 
- net/mlx5e: Remove early assignment to netdev-&gt;features (Tariq Toukan)  [Orabug: 36811057] 
- net/mlx5e: Add local loopback counter to vport rep stats (Or Har-Toov)  [Orabug: 36811057] 
- net/mlx5: Query maximum frequency adjustment of the PTP hardware clock (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency adjustments (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5: Initialize clock-&gt;ptp_info inside mlx5_init_timer_clock (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5: Refactor real time clock operation checks for PHC (Rahul Rameshbabu)  [Orabug: 36811057] 
- net/mlx5e: Access array with enum values instead of magic numbers (Gal Pressman)  [Orabug: 36811057] 
- net/mlx5: simplify mlx5_set_driver_version string assignments (Justin Stitt)  [Orabug: 36811057] 
- net/mlx5: Annotate struct mlx5_flow_handle with __counted_by (Kees Cook)  [Orabug: 36811057] 
- net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by (Kees Cook)  [Orabug: 36811057] 
- net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall() (Amir Tzin)  [Orabug: 36811057] 
- net/mlx5: Allow sync reset flow when BF MGT interface device is present (Moshe Shemesh)  [Orabug: 36811057] 
- net/mlx5: print change on SW reset semaphore returns busy (Moshe Shemesh)  [Orabug: 36811057] 
- vdpa/mlx5: clean up indenting in handle_ctrl_vlan() (Dan Carpenter)  [Orabug: 36811057] 
- vdpa/mlx5: fix error code for deleting vlan (Dan Carpenter)  [Orabug: 36811057] 
- vdpa/mlx5: Fix syntax errors in comments (Xiang wangx)  [Orabug: 36811057] 
- macsec: Fix use-after-free while sending the offloading packet (Jianbo Liu)  [Orabug: 37268700]  {CVE-2024-50261}
- xfrm: Export symbol xfrm_dev_state_delete. (Steffen Klassert)  [Orabug: 37357287] 
- xfrm: Fix unregister netdevice hang on hardware offload. (Steffen Klassert)  [Orabug: 37357287] 
- xfrm: fix a data-race in xfrm_lookup_with_ifid() (Eric Dumazet)  [Orabug: 37357287] 
- xfrm: generalize xdo_dev_state_update_curlft to allow statistics update (Leon Romanovsky)  [Orabug: 37357287] 
- xfrm: copy_to_user_state fetch offloaded SA packets/bytes statistics (Raed Salem)  [Orabug: 37357287] 
- xfrm: annotate data-race around use_time (Eric Dumazet)  [Orabug: 37357287] 
- xfrm: consistently use time64_t in xfrm_timer_handler() (Eric Dumazet)  [Orabug: 37357287] 
- cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids (Pedro Henrique Kopper)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow Lake (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Update Meteor Lake EPPs (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Switch to new Intel CPU model defines (Tony Luck)  [Orabug: 37383554] 
- cpufreq: Switch to new Intel CPU model defines (Tony Luck)  [Orabug: 37383554] 
- x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h (Tony Luck)  [Orabug: 37383554] 
- x86/cpu: Add model number for another Intel Arrow Lake mobile processor (Tony Luck)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Update default EPPs for Meteor Lake (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Allow model specific EPPs (Srinivas Pandruvada)  [Orabug: 37383554] 
- x86/cpu: Add model number for Intel Clearwater Forest processor (Tony Luck)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Update hybrid scaling factor for Meteor Lake (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Prioritize firmware-provided balance performance EPP (Srinivas Pandruvada)  [Orabug: 37383554] 
- x86/cpu: Add model number for Intel Arrow Lake mobile processor (Tony Luck)  [Orabug: 37383554] 
- x86/cpu: Update Hybrids (Peter Zijlstra)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled E-cores (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Enable HWP IO boost for all servers (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmware (Srinivas Pandruvada)  [Orabug: 37383554] 
- cpufreq: intel_pstate: Use firmware default EPP (Srinivas Pandruvada)  [Orabug: 37383554] 
- net/mlx5: Add a timeout to acquire the command queue semaphore (Akiva Goldberger)  [Orabug: 37388415] 
- PCI: Fix pci_enable_acs() support for the ACS quirks (Jason Gunthorpe)  [Orabug: 37477375] 
- PCI: Clear Secondary Status errors after enumeration (Vidya Sagar)  [Orabug: 37477375] 
- PCI/AER: Configure ECRC only if AER is native (Vidya Sagar)  [Orabug: 37477375] 
- PCI: Extend ACS configurability (Vidya Sagar)  [Orabug: 37477375] 
- NFSv4/pNFS: Do layout state recovery upon reboot (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pNFS: Remove redundant call to unhash the layout (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pNFS: Handle server reboots in pnfs_poc_release() (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pNFS: Add a helper to defer failed layoutreturn calls (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flag (Trond Myklebust)  [Orabug: 37477755] 
- pNFS: Add a flag argument to pnfs_destroy_layouts_byclid() (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4: Clean up encode_nfs4_stateid() (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4.1: constify the stateid argument in nfs41_test_stateid() (Trond Myklebust)  [Orabug: 37477755] 
- NFSv4/pnfs: Remove redundant list check (Trond Myklebust)  [Orabug: 37477755] 
- uek-rpm: Enable CONFIG_SENSORS_ARM_SCMI and CONFIG_MVL_MHU (Thomas Tai)  [Orabug: 37498899]

[5.15.0-305.176.3]
- LTS version: v5.15.176 (Vijayendra Suman)
- mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (Seiji Nishikawa)
- dt-bindings: display: adi,adv7533: Drop single lane support (Biju Das)
- drm: adv7511: Drop dsi single lane support (Biju Das)
- net/sctp: Prevent autoclose integer overflow in sctp_association_init() (Nikolay Kuratov)
- sky2: Add device ID 11ab:4373 for Marvell 88E8075 (Pascal Hambourg)
- pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking (Evgenii Shatokhin)
- RDMA/uverbs: Prevent integer overflow issue (Dan Carpenter)
- kcov: mark in_softirq_really() as __always_inline (Arnd Bergmann)
- modpost: fix the missed iteration for the max bit in do_input() (Masahiro Yamada)
- modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host (Masahiro Yamada)
- usb: xhci: Avoid queuing redundant Stop Endpoint commands (Michal Pecio)
- ARC: build: Try to guess GCC variant of cross compiler (Leon Romanovsky)
- irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base (Uros Bizjak)
- net: usb: qmi_wwan: add Telit FE910C04 compositions (Daniele Palmas)
- bpf: fix potential error return (Anton Protopopov)
- sound: usb: format: don't warn that raw DSD is unsupported (Adrian Ratiu)
- sound: usb: enable DSD output for ddHiFi TC44C (Adrian Ratiu)
- btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount (Filipe Manana)
- drm/amdkfd: Correct the migration DMA map direction (Prike Liang)
- wifi: mac80211: wake the queues in case of failure in resume (Emmanuel Grumbach)
- btrfs: sysfs: fix direct super block member reads (Qu Wenruo)
- btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit (Anand Jain)
- btrfs: fix use-after-free when COWing tree bock and tracing is enabled (Filipe Manana)
- btrfs: rename and export __btrfs_cow_block() (Filipe Manana)
- ila: serialize calls to nf_register_net_hooks() (Eric Dumazet)
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Eric Dumazet)
- af_packet: fix vlan_get_tci() vs MSG_PEEK (Eric Dumazet)
- net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init() (Maciej S. Szmigiero)
- net: restrict SO_REUSEPORT to inet sockets (Eric Dumazet)
- RDMA/rtrs: Ensure 'ib_sge list' is accessible (Li Zhijian)
- net: mv643xx_eth: fix an OF node reference leak (Joe Hattori)
- eth: bcmsysport: fix call balance of priv-&gt;clk handling routines (Vitalii Mordan)
- ALSA: usb-audio: US16x08: Initialize array before use (Tanya Agarwal)
- net: llc: reset skb-&gt;transport_header (Antonio Pastor)
- netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext (Pablo Neira Ayuso)
- drm/i915/dg1: Fix power gate sequence. (Rodrigo Vivi)
- netrom: check buffer length before accessing it (Ilya Shchipletsov)
- net: fix memory leak in tcp_conn_request() (Wang Liang)
- net: stmmac: restructure the error path of stmmac_probe_config_dt() (Joe Hattori)
- net: stmmac: don't create a MDIO bus if unnecessary (Andrew Halaney)
- net: stmmac: platform: provide devm_stmmac_probe_config_dt() (Bartosz Golaszewski)
- RDMA/hns: Fix missing flush CQE for DWQE (Chengchang Tang)
- RDMA/hns: Fix warning storm caused by invalid input in IO path (Chengchang Tang)
- RDMA/hns: Fix mapping error of zero-hop WQE buffer (wenglianfa)
- RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item() (Yunsheng Lin)
- RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init() (Yixing Liu)
- drm/bridge: adv7511_audio: Update Audio InfoFrame properly (Stefan Ekenberg)
- RDMA/bnxt_re: Fix the locking while accessing the QP table (Selvin Xavier)
- RDMA/bnxt_re: Fix max_qp_wrs reported (Selvin Xavier)
- RDMA/bnxt_re: Fix reporting hw_ver in query_device (Kalesh AP)
- RDMA/bnxt_re: Add check for path mtu in modify_qp (Saravanan Vajravel)
- RDMA/mlx5: Enforce same type port association for multiport RoCE (Patrisious Haddad)
- xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic (Mathias Nyman)
- usb: xhci: Limit Stop Endpoint retries (Michal Pecio)
- xhci: retry Stop Endpoint on buggy NEC controllers (Michal Pecio)
- thunderbolt: Add support for Intel Panther Lake-M/P (Mika Westerberg)
- thunderbolt: Add support for Intel Lunar Lake (Mika Westerberg)
- thunderbolt: Add Intel Barlow Ridge PCI ID (Mika Westerberg)
- thunderbolt: Add support for Intel Meteor Lake (Mika Westerberg)
- thunderbolt: Add support for Intel Raptor Lake (George D Sworo)
- tracing: Have process_string() also allow arrays (Steven Rostedt)
- selinux: ignore unknown extended permissions (Thiebaud Weksteen)
- x86/hyperv: Fix hv tsc page based sched_clock for hibernation (Naman Jain)
- net: dsa: improve shutdown sequence (Vladimir Oltean)
- nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net (Yang Erkun)
- btrfs: avoid monopolizing a core when activating a swap file (Filipe Manana)
- power: supply: gpio-charger: Fix set charge current limits (Dimitri Fedrau)
- tracing: Prevent bad count for tracing_cpumask_write (Lizhi Xu)
- tracing: Constify string literal data member in struct trace_event_call (Christian Gottsche)
- ksmbd: fix racy issue from session lookup and expire (Namjae Jeon)
- lib: stackinit: hide never-taken branch from compiler (Kees Cook)
- drm/dp_mst: Verify request type in the corresponding down message reply (Imre Deak)
- arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs (Catalin Marinas)
- arm64: mm: Rename asid2idx() to ctxid2asid() (Yunfeng Ye)
- ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write (Jordy Zomer)
- ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read (Jordy Zomer)
- drm/dp_mst: Fix MST sideband message body length check (Imre Deak)
- bpf: Check validity of link-&gt;type in bpf_link_show_fdinfo() (Hou Tao)
- MIPS: Probe toolchain support of -msym32 (Jiaxun Yang)
- vmalloc: fix accounting with i915 (Matthew Wilcox (Oracle))
- virtio-blk: don't keep queue frozen during system suspend (Ming Lei)
- scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error (Cathy Avery)
- scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time (Ranjan Kumar)
- platform/x86: asus-nb-wmi: Ignore unknown event 0xCF (Armin Wolf)
- regmap: Use correct format specifier for logging range errors (Mark Brown)
- ALSA: hda/conexant: fix Z60MR100 startup pop issue (bo liu)
- scsi: megaraid_sas: Fix for a potential deadlock (Tomas Henzl)
- scsi: qla1280: Fix hw revision numbering for ISP1020/1040 (Magnus Lindholm)
- watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04 (James Hilliard)
- tracing/kprobe: Make trace_kprobe's module callback called after jump_label update (Masami Hiramatsu (Google))
- mtd: rawnand: fix double free in atmel_pmecc_create_user() (Dan Carpenter)
- dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset (Chen Ridong)
- dmaengine: dw: Select only supported masters for ACPI devices (Andy Shevchenko)
- dmaengine: mv_xor: fix child node refcount handling in early exit (Javier Carrasco)
- phy: core: Fix that API devm_phy_destroy() fails to destroy the phy (Zijun Hu)
- phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider (Zijun Hu)
- phy: core: Fix that API devm_phy_put() fails to release the phy (Zijun Hu)
- phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup() (Zijun Hu)
- phy: core: Fix an OF node refcount leakage in _of_phy_get() (Zijun Hu)
- mtd: rawnand: arasan: Fix missing de-registration of NAND (Maciej Andrzejewski)
- mtd: rawnand: arasan: Fix double assertion of chip-select (Maciej Andrzejewski)
- mtd: diskonchip: Cast an operand to prevent potential overflow (Zichen Xie)
- nfsd: restore callback functionality for NFSv4.0 (NeilBrown)
- bpf: Check negative offsets in __bpf_skb_min_len() (Cong Wang)
- tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection (Zijian Zhang)
- tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress() (Cong Wang)
- mm/vmstat: fix a W=1 clang compiler warning (Bart Van Assche)
- media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg (Nikita Zhandarovich)
- drm/amdgpu: Handle NULL bo-&gt;tbo.resource (again) in amdgpu_vm_bo_update (Michel Danzer)
- epoll: Add synchronous wakeup support for ep_poll_callback (Xuewen Yan)
- ceph: validate snapdirname option length when mounting (Ilya Dryomov)
- of: Fix refcount leakage for OF node returned by __of_get_dma_parent() (Zijun Hu)
- of: Fix error path in of_parse_phandle_with_args_map() (Herve Codina)
- udmabuf: also check for F_SEAL_FUTURE_WRITE (Jann Horn)
- nilfs2: prevent use of deleted inode (Edward Adam Davis)
- of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one() (Zijun Hu)
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget (Trond Myklebust)
- tracing: Add '%s' check in test_event_printk() (Steven Rostedt)
- tracing: Add missing helper functions in event pointer dereference check (Steven Rostedt)
- tracing: Fix test_event_printk() to process entire print argument (Steven Rostedt)
- KVM: x86: Play nice with protected guests in complete_hypercall_exit() (Sean Christopherson)
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet (Michael Kelley)
- btrfs: tree-checker: reject inline extent items with 0 ref count (Qu Wenruo)
- zram: refuse to use zero sized block device as backing device (Kairui Song)
- sh: clk: Fix clk_enable() to return 0 on NULL clk (Geert Uytterhoeven)
- hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit Registers (Murad Masimov)
- hwmon: (tmp513) Fix Current Register value interpretation (Murad Masimov)
- hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Registers (Murad Masimov)
- hwmon: (tmp513) Use SI constants from units.h (Andy Shevchenko)
- hwmon: (tmp513) Simplify with dev_err_probe() (Andy Shevchenko)
- hwmon: (tmp513) Don't use 'proxy' headers (Andy Shevchenko)
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() (Ville Syrjala)
- USB: serial: option: add Telit FE910C04 rmnet compositions (Daniele Palmas)
- USB: serial: option: add MediaTek T7XX compositions (Jack Wu)
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready (Mank Wang)
- USB: serial: option: add MeiG Smart SLM770A (Michal Hrusecky)
- USB: serial: option: add TCL IK512 MBIM &amp; ECM (Daniel Swanemar)
- efivarfs: Fix error on non-existent file (James Bottomley)
- i2c: riic: Always round-up when calculating bus period (Geert Uytterhoeven)
- chelsio/chtls: prevent potential integer overflow on 32bit (Dan Carpenter)
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk (Prathamesh Shete)
- net: mdiobus: fix an OF node reference leak (Joe Hattori)
- netfilter: ipset: Fix for recursive locking warning (Phil Sutter)
- net: ethernet: bgmac-platform: fix an OF node reference leak (Joe Hattori)
- net: hinic: Fix cleanup in create_rxqs/txqs() (Dan Carpenter)
- ionic: use ee-&gt;offset when returning sprom data (Shannon Nelson)
- ionic: Fix netdev notifier unregister on failure (Brett Creeley)
- netdevsim: prevent bad user input in nsim_dev_health_break_write() (Eric Dumazet)
- net/smc: check return value of sock_recvmsg when draining clc data (Guangguan Wang)
- net/smc: check smcd_v2_ext_offset when receiving proposal msg (Guangguan Wang)
- net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg (Guangguan Wang)
- net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll (Guangguan Wang)
- erofs: fix incorrect symlink detection in fast symlink (Gao Xiang)
- i2c: pnx: Fix timeout in wait functions (Vladimir Riabchun)
- usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with iommu enabled (Peng Hongchi)
- MIPS: Loongson64: DTS: Fix msi node for ls7a (Jiaxun Yang)
- PCI: Add ACS quirk for Broadcom BCM5760X NIC (Ajit Khaparde)
- PCI: vmd: Create domain symlink before pci_bus_add_devices() (Jiwei Sun)
- ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP (Pierre-Louis Bossart)
- usb: cdns3: Add quirk flag to enable suspend residency (Roger Quadros)
- ALSA: usb: Fix UBSAN warning in parse_audio_unit() (Takashi Iwai)
- PCI/AER: Disable AER service on suspend (Kai-Heng Feng)
- PCI: Use preserve_config in place of pci_flags (Vidya Sagar)
- net: sched: fix ordering of qlen adjustment (Lion Ackermann)
- LTS version: v5.15.175 (Vijayendra Suman)
- x86/static-call: fix 32-bit build (Juergen Gross)
- ALSA: usb-audio: Fix a DMA to stack memory bug (Dan Carpenter)
- x86/xen: remove hypercall page (Juergen Gross)
- x86/xen: use new hypercall functions instead of hypercall page (Juergen Gross)
- x86/xen: add central hypercall functions (Juergen Gross)
- x86/xen: don't do PV iret hypercall through hypercall page (Juergen Gross)
- x86/static-call: provide a way to do very early static-call updates (Juergen Gross)
- objtool/x86: allow syscall instruction (Juergen Gross)
- x86: make get_cpu_vendor() accessible from Xen code (Juergen Gross)
- xen/netfront: fix crash when removing device (Juergen Gross)
- Revert 'parisc: fix a possible DMA corruption' (Greg Kroah-Hartman)
- tracing/kprobes: Skip symbol counting logic for module symbols in create_local_trace_kprobe() (Nikolay Kuratov)
- bpf: sync_linked_regs() must preserve subreg_def (Eduard Zingerman)
- blk-iocost: Avoid using clamp() on inuse in __propagate_weights() (Nathan Chancellor)
- ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired (Daniil Tatianin)
- team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL (Daniel Borkmann)
- bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL (Daniel Borkmann)
- net/sched: netem: account for backlog updates from child qdisc (Martin Ottens)
- Documentation: PM: Clarify pm_runtime_resume_and_get() return value (Paul Barker)
- qca_spi: Make driver probing reliable (Stefan Wahren)
- qca_spi: Fix clock speed for multiple QCA7000 (Stefan Wahren)
- cxgb4: use port number to set mac addr (Anumula Murali Mohan Reddy)
- ACPI: resource: Fix memory resource type union access (Ilpo Jarvinen)
- net: sparx5: fix the maximum frame length register (Daniel Machon)
- net: sparx5: fix FDMA performance issue (Daniel Machon)
- net: lapb: increase LAPB_HEADER_LEN (Eric Dumazet)
- ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init() (Thomas Weissschuh)
- ptp: kvm: Use decrypted memory in confidential guest on x86 (Jeremi Piotrowski)
- selftests: mlxsw: sharedbuffer: Remove duplicate test cases (Danielle Ratson)
- selftests: mlxsw: sharedbuffer: Remove h1 ingress test case (Danielle Ratson)
- tipc: fix NULL deref in cleanup_bearer() (Eric Dumazet)
- batman-adv: Do not let TT changes list grows indefinitely (Remi Pommarel)
- batman-adv: Remove uninitialized data in full table TT response (Remi Pommarel)
- batman-adv: Do not send uninitialized TT changes (Remi Pommarel)
- acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl (Suraj Sonawane)
- exfat: fix potential deadlock on __exfat_get_dentry_set (Sungjong Seo)
- virtio/vsock: Fix accept_queue memory leak (Michal Luczaj)
- bpf, sockmap: Fix update element with same (Michal Luczaj)
- xfs: fix scrub tracepoints when inode-rooted btrees are involved (Darrick J. Wong)
- xfs: return from xfs_symlink_verify early on V4 filesystems (Darrick J. Wong)
- xfs: don't drop errno values when we fail to ficlone the entire range (Darrick J. Wong)
- xfs: update btree keys correctly when _insrec splits an inode root block (Darrick J. Wong)
- drm/i915: Fix memory leak by correcting cache object name in error handler (Jiasheng Jiang)
- usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer (Lianqin Hu)
- usb: ehci-hcd: fix call balance of clocks handling routines (Vitalii Mordan)
- usb: dwc2: Fix HCD port connection race (Stefan Wahren)
- usb: dwc2: hcd: Fix GetPortStatus &amp; SetPortFeature (Stefan Wahren)
- usb: dwc2: Fix HCD resume (Stefan Wahren)
- ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys() (Joe Hattori)
- usb: host: max3421-hcd: Correctly abort a USB request. (Mark Tomlinson)
- ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5 (Jaakko Salo)
- tcp: check space before adding MPTCP SYN options (MoYuanhao)
- LTS version: v5.15.174 (Vijayendra Suman)
- Bluetooth: hci_core: Fix calling mgmt_device_connected (Luiz Augusto von Dentz)
- net/smc: Fix af_ops of child socket pointing to released memory (Karsten Graul)
- media: venus: vdec: fixed possible memory leak issue (Ameer Hamza)
- serial: amba-pl011: fix build regression (Arnd Bergmann)
- drm/amdgpu: rework resume handling for display (v2) (Alex Deucher)
- drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX (Wayne Lin)
- net: dsa: microchip: correct KSZ8795 static MAC table access (Tristram Ha)
- Bluetooth: L2CAP: Fix uaf in l2cap_connect (Luiz Augusto von Dentz)
- arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (Mark Rutland)
- arm64/sve: Discard stale CPU state when handling SVE traps (Mark Brown)
- gve: Fixes for napi_poll when budget is 0 (Ziwei Xiao)
- scsi: core: Fix scsi_mode_select() buffer length handling (Damien Le Moal)
- Revert 'drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()' (Zhang Zekun)
- fou: remove warn in gue_gro_receive on unsupported protocol (Willem de Bruijn)
- ima: Fix use-after-free on a dentry's dname.name (Stefan Berger)
- crypto: hisilicon/qm - inject error before stopping queue (Weili Qian)
- drm/amd/display: Check BIOS images before it is used (Alex Hung)
- mmc: mtk-sd: Fix error handle of probe function (Andy-ld Lu)
- xhci: dbc: Fix STALL transfer event handling (Mathias Nyman)
- mm/damon/vaddr: fix issue in damon_va_evenly_split_region() (Zheng Yejian)
- mm/damon/vaddr-test: split a test function having &gt;1024 bytes frame size (SeongJae Park)
- jffs2: Fix rtime decompressor (Richard Weinberger)
- jffs2: Prevent rtime decompress memory corruption (Kinsey Moore)
- KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE (Kunkun Jiang)
- KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device (Kunkun Jiang)
- KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* (Jing Zhang)
- tracing/eprobe: Fix to release eprobe when failed to add dyn_event (Masami Hiramatsu (Google))
- btrfs: fix missing snapshot drew unlock when root is dead during swap activation (Filipe Manana)
- sched/core: Prevent wakeup of ksoftirqd during idle load balance (K Prateek Nayak)
- sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning busy (K Prateek Nayak)
- sched/fair: Add NOHZ balancer flag for nohz.next_balance updates (Valentin Schneider)
- sched/core: Remove the unnecessary need_resched() check in nohz_csd_func() (K Prateek Nayak)
- modpost: Add .irqentry.text to OTHER_SECTIONS (Thomas Gleixner)
- modpost: Include '.text.*' in TEXT_SECTIONS (Nathan Chancellor)
- misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle (Parker Newman)
- powerpc/prom_init: Fixup missing powermac #size-cells (Michael Ellerman)
- MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a (Xi Ruoyao)
- usb: chipidea: udc: handle USB Error Interrupt if IOC not set (Xu Yang)
- i3c: Use i3cdev-&gt;desc-&gt;info instead of calling i3c_device_get_info() to avoid deadlock (Defa Li)
- PCI: Add ACS quirk for Wangxun FF5xxx NICs (Mengyuan Lou)
- PCI: Add 'reset_subordinate' to reset hierarchy below bridge (Keith Busch)
- PCI: Detect and trust built-in Thunderbolt chips (Esther Shimanovich)
- i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request (Jarkko Nikula)
- f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. (Qi Han)
- nvdimm: rectify the illogical code within nd_dax_probe() (Yi Yang)
- pinctrl: qcom-pmic-gpio: add support for PM8937 (Barnabas Czeman)
- scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset (Kai Makisara)
- scsi: st: Don't modify unknown block number in MTIOCGET (Kai Makisara)
- leds: class: Protect brightness_show() with led_cdev-&gt;led_access mutex (Mukesh Ojha)
- scsi: hisi_sas: Add cond_resched() for no forced preemption model (Yihang Li)
- tracing: Use atomic64_inc_return() in trace_clock_counter() (Uros Bizjak)
- pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU (Esben Haabendal)
- netpoll: Use rcu_access_pointer() in __netpoll_setup (Breno Leitao)
- net/neighbor: clear error in case strict check is not set (Jakub Kicinski)
- rocker: fix link status detection in rocker_carrier_init() (Dmitry Antipov)
- ASoC: hdmi-codec: reorder channel allocation list (Jonas Karlman)
- Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet (Luiz Augusto von Dentz)
- wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw() (Norbert van Bolhuis)
- wifi: ipw2x00: libipw_rx_any(): fix bad alignment (Jiapeng Chong)
- drm/amdgpu: set the right AMDGPU sg segment limitation (Prike Liang)
- drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov (Victor Zhao)
- jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree (Nihar Chaithanya)
- jfs: fix array-index-out-of-bounds in jfs_readdir (Ghanshyam Agrawal)
- jfs: fix shift-out-of-bounds in dbSplit (Ghanshyam Agrawal)
- jfs: array-index-out-of-bounds fix in dtReadFirst (Ghanshyam Agrawal)
- dma-debug: fix a possible deadlock on radix_lock (Levi Yun)
- drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr (Lang Yu)
- drm/amdgpu: Dereference the ATCS ACPI buffer (Prike Liang)
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih (Victor Lu)
- drm/panel: simple: Add Microchip AC69T88A LVDS Display panel (Manikandan Muralidharan)
- wifi: ath5k: add PCI ID for Arcadyan devices (Rosen Penev)
- wifi: ath5k: add PCI ID for SX76X (Rosen Penev)
- net: inet6: do not leave a dangling sk pointer in inet6_create() (Ignat Korchagin)
- net: inet: do not leave a dangling sk pointer in inet_create() (Ignat Korchagin)
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (Ignat Korchagin)
- net: af_can: do not leave a dangling sk pointer in can_create() (Ignat Korchagin)
- Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() (Ignat Korchagin)
- af_packet: avoid erroring out after sock_init_data() in packet_create() (Ignat Korchagin)
- net/sched: cbs: Fix integer overflow in cbs_set_port_rate() (Elena Salomatkina)
- net: ethernet: fs_enet: Use %pa to format resource_size_t (Simon Horman)
- net: fec_mpc52xx_phy: Use %pa to format resource_size_t (Simon Horman)
- samples/bpf: Fix a resource leak (Zhu Jun)
- r8169: don't apply UDP padding quirk on RTL8126A (Heiner Kallweit)
- drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check() (Igor Artemiev)
- drm/mcde: Enable module autoloading (Liao Chen)
- drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model (Joaquin Ignacio Aramendia)
- drm/vc4: hvs: Set AXI panic modes for the HVS (Dave Stevenson)
- soc: imx8m: Probe the SoC driver as platform driver (Marek Vasut)
- media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 (Rohan Barar)
- media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera (David Given)
- kcsan: Turn report_filterlist_lock into a raw_spinlock (Marco Elver)
- kselftest/arm64: Don't leak pipe fds in pac.exec_sign_all() (Mark Brown)
- btrfs: avoid unnecessary device path update for the same device (Qu Wenruo)
- s390/cpum_sf: Handle CPU hotplug remove during sampling (Thomas Richter)
- epoll: annotate racy check (Christian Brauner)
- iommu/arm-smmu: Defer probe of clients after smmu device bound (Pratyush Brahma)
- ocfs2: update seq_file index in ocfs2_dlm_seq_next (Wengang Wang)
- mmc: core: Further prevent card detect during shutdown (Ulf Hansson)
- mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet (Hans de Goede)
- regmap: detach regmap from dev on regmap_exit (Cosmin Tanislav)
- xsk: fix OOB map writes when deleting elements (Maciej Fijalkowski)
- dma-buf: fix dma_fence_array_signaled v4 (Christian Konig)
- bpf: fix OOB devmap writes when deleting elements (Maciej Fijalkowski)
- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again (Liequan Che)
- nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() (Ryusuke Konishi)
- scsi: ufs: core: sysfs: Prevent div by zero (Gwendal Grignou)
- scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cnt (Saurav Kashyap)
- scsi: qla2xxx: Fix use after free on unload (Quinn Tran)
- scsi: qla2xxx: Supported speed displayed incorrectly for VPorts (Anil Gurumurthy)
- scsi: qla2xxx: Fix NVMe and NPIV connect issue (Quinn Tran)
- ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) (Sahas Leelodharry)
- ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8 (Nazar Bilinskyi)
- ALSA: usb-audio: add mixer mapping for Corsair HS80 (Marie Ramlow)
- arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL (Mark Rutland)
- tracing: Fix cmp_entries_dup() to respect sort() comparison rules (Kuan-Wei Chiu)
- can: dev: can_set_termination(): allow sleeping GPIOs (Marc Kleine-Budde)
- watchdog: rti: of: honor timeout-sec property (Alexander Sverdlin)
- HID: wacom: fix when get product name maybe null pointer (WangYuli)
- bpf: Fix exact match conditions in trie_get_next_key() (Hou Tao)
- bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie (Hou Tao)
- ocfs2: free inode when ocfs2_get_init_inode() fails (Tetsuo Handa)
- drm/v3d: Enable Performance Counters before clearing them (Maira Canal)
- spi: mpc52xx: Add cancel_work_sync before module remove (Pei Xiao)
- tools: Override makefile ARCH variable if defined, but empty (Bjorn Topel)
- ALSA: usb-audio: Notify xrun for low-latency mode (Takashi Iwai)
- ALSA: pcm: Avoid reference to status-&gt;state (Takashi Iwai)
- ALSA: pcm: Add more disconnection checks at file ops (Takashi Iwai)
- tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg (Zijian Zhang)
- drm/sti: Add __iomem for mixer_dbg_mxn's parameter (Pei Xiao)
- bpftool: fix potential NULL pointer dereferencing in prog_dump() (Amir Mohammadi)
- bpftool: Remove asserts from JIT disassembler (Quentin Monnet)
- serial: amba-pl011: Fix RX stall when DMA is used (Kartik Rajput)
- serial: amba-pl011: Use port lock wrappers (Thomas Gleixner)
- dt-bindings: serial: rs485: Fix rs485-rts-delay property (Michal Simek)
- dt_bindings: rs485: Correct delay values (Lino Sanfilippo)
- gpio: grgpio: Add NULL check in grgpio_probe (Charles Han)
- gpio: grgpio: use a helper variable to store the address of ofdev-&gt;dev (Bartosz Golaszewski)
- geneve: do not assume mac header is set in geneve_xmit_skb() (Eric Dumazet)
- ethtool: Fix wrong mod state in case of verbose and no_mask bitset (Kory Maincent)
- netfilter: nft_set_hash: skip duplicated elements pending gc run (Pablo Neira Ayuso)
- netfilter: ipset: Hold module reference while requesting a module (Phil Sutter)
- net: sched: fix erspan_opt settings in cls_flower (Xin Long)
- igb: Fix potential invalid memory access in igb_init_module() (Yuan Can)
- net/qed: allow old cards not supporting 'num_images' to work (Louis Leseur)
- net/smc: fix LGR and link use-after-free issue (Wen Gu)
- net/smc: Limit backlog connections (D. Wythe)
- tipc: Fix use-after-free of kernel socket in cleanup_bearer(). (Kuniyuki Iwashima)
- dccp: Fix memory leak in dccp_feat_change_recv (Ivan Solodovnikov)
- net/ipv6: release expired exception dst cached in socket (Jiri Wiesner)
- can: j1939: j1939_session_new(): fix skb reference counting (Dmitry Antipov)
- net: hsr: avoid potential out-of-bound access in fill_frame_info() (Eric Dumazet)
- net/sched: tbf: correct backlog statistic for GSO packets (Martin Ottens)
- ptp: Add error handling for adjfine callback in ptp_clock_adjtime (Ajay Kaher)
- netfilter: x_tables: fix LED ID check in led_tg_check() (Dmitry Antipov)
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() (Jinghao Jia)
- can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statistics (Dario Binacchi)
- can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statistics (Dario Binacchi)
- can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors statistics (Dario Binacchi)
- can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statistics (Dario Binacchi)
- can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL (Dario Binacchi)
- can: c_can: c_can_handle_bus_err(): update statistics if skb allocation fails (Dario Binacchi)
- can: do not increase rx statistics when generating a CAN rx error message frame (Vincent Mailhol)
- can: peak_usb: CANFD: store 64-bits hw timestamps (Stephane Grosjean)
- watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart() (Yassine Oudjana)
- iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call (Oleksandr Ocheretnyi)
- drm/etnaviv: flush shader L1 cache after user commandstream (Lucas Stach)
- drm/sti: avoid potential dereference of error pointers (Ma Ke)
- drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check (Ma Ke)
- drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check (Ma Ke)
- btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc() (Josef Bacik)
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur (Yang Erkun)
- nfsd: make sure exp active before svc_export_show (Yang Erkun)
- PCI: rockchip-ep: Fix address translation unit programming (Damien Le Moal)
- dm thin: Add missing destroy_work_on_stack() (Yuan Can)
- ovl: properly handle large files in ovl_security_fileattr (Oleksandr Tymoshenko)
- PCI: keystone: Add link up check to ks_pcie_other_map_bus() (Kishon Vijay Abraham I)
- i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs() (Frank Li)
- scsi: ufs: exynos: Fix hibern8 notify callbacks (Peter Griffin)
- util_macros.h: fix/rework find_closest() macros (Alexandru Ardelean)
- s390/entry: Mark IRQ entries to fix stack depot warnings (Vasily Gorbik)
- ad7780: fix division by zero in ad7780_write_raw() (Zicheng Qu)
- btrfs: ref-verify: fix use-after-free after invalid ref action (Filipe Manana)
- btrfs: add a sanity check for btrfs root in btrfs_search_slot() (Lizhi Xu)
- btrfs: add might_sleep() annotations (ChenXiaoSong)
- quota: flush quota_release_work upon quota writeback (Ojaswin Mujoo)
- xfs: remove unknown compat feature check in superblock write validation (Long Li)
- xfs: fix log recovery when unknown rocompat bits are set (Darrick J. Wong)
- ASoC: fsl_micfil: fix the naming style for mask definition (Shengjiu Wang)
- sh: intc: Fix use-after-free bug in register_intc_controller() (Dan Carpenter)
- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport (Liu Jian)
- sunrpc: remove unnecessary test in rpc_task_set_client() (Thiago Rafael Becker)
- nfs: ignore SB_RDONLY when mounting nfs (Li Lingfeng)
- modpost: remove incorrect code in do_eisa_entry() (Masahiro Yamada)
- rtc: ab-eoz9: don't fail temperature reads on undervoltage notification (Maxime Chevallier)
- 9p/xen: fix release of IRQ (Alex Zenla)
- 9p/xen: fix init sequence (Alex Zenla)
- block: return unsigned int from bdev_io_min (Christoph Hellwig)
- jffs2: fix use of uninitialized variable (Qingfang Deng)
- ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit (Waqar Hameed)
- ubi: fastmap: Fix duplicate slab cache names while attaching (Zhihao Cheng)
- ubifs: Correct the total block count by deducting journal reservation (Zhihao Cheng)
- rtc: check if __rtc_read_time was successful in rtc_timer_do_work() (Yongliang Gao)
- rtc: abx80x: Fix WDT bit position of the status register (Nobuhiro Iwamatsu)
- rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- NFSv4.0: Fix a use-after-free problem in the asynchronous open() (Trond Myklebust)
- um: Always dump trace for specified task in show_stack (Tiwei Bie)
- um: Fix the return value of elf_core_copy_task_fpregs (Tiwei Bie)
- um: Fix potential integer overflow during physmem setup (Tiwei Bie)
- rpmsg: glink: Propagate TX failures in intentless mode as well (Bjorn Andersson)
- SUNRPC: make sure cache entry active before cache_show (Yang Erkun)
- NFSD: Prevent a potential integer overflow (Chuck Lever)
- lib: string_helpers: silence snprintf() output truncation warning (Bartosz Golaszewski)
- usb: dwc3: gadget: Fix looping of queued SG entries (Thinh Nguyen)
- usb: dwc3: gadget: Fix checking for number of TRBs left (Thinh Nguyen)
- ALSA: hda/realtek: Apply quirk for Medion E15433 (Takashi Iwai)
- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max (Dinesh Kumar)
- ALSA: hda/realtek: Set PCBeep to default value for ALC274 (Kailang Yang)
- ALSA: hda/realtek: Update ALC225 depop procedure (Kailang Yang)
- ALSA: pcm: Add sanity NULL check for the default mmap fault handler (Takashi Iwai)
- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result (Hans Verkuil)
- soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting() (Javier Carrasco)
- media: wl128x: Fix atomicity violation in fmc_send_cmd() (Qiu-ji Chen)
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values (Jason Gerecke)
- block: fix ordering between checking BLK_MQ_S_STOPPED request adding (Muchun Song)
- arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled (Will Deacon)
- sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK (Huacai Chen)
- um: vector: Do not use drvdata in release (Tiwei Bie)
- serial: 8250: omap: Move pm_runtime_get_sync (Bin Liu)
- um: net: Do not use drvdata in release (Tiwei Bie)
- um: ubd: Do not use drvdata in release (Tiwei Bie)
- ubi: wl: Put source PEB into correct list if trying locking LEB failed (Zhihao Cheng)
- platform/chrome: cros_ec_typec: fix missing fwnode reference decrement (Javier Carrasco)
- cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power() (Jinjie Ruan)
- mtd: spi-nor: core: replace dummy buswidth from addr to data (Cheng Ming Lin)
- spi: Fix acpi deferred irq probe (Stanislaw Gruszka)
- netfilter: ipset: add missing range check in bitmap_ip_uadt (Jeongjun Park)
- gpio: exar: set value when external pull-up or pull-down is present (Sai Kumar Cholleti)
- Revert 'serial: sh-sci: Clean sci_ports[0] after at earlycon exit' (Greg Kroah-Hartman)
- serial: sh-sci: Clean sci_ports[0] after at earlycon exit (Claudiu Beznea)
- Revert 'usb: gadget: composite: fix OS descriptors w_value logic' (Michal Vrastil)
- driver core: bus: Fix double free in driver API bus_register() (Zijun Hu)
- usb: xhci: Fix TD invalidation under pending Set TR Dequeue (Michal Pecio)
- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() (Andrej Shadura)
- exfat: fix uninit-value in __exfat_get_dentry_set (Namjae Jeon)
- locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass() (Ahmed Ehab)
- tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler (Nicolas Bouchinet)
- apparmor: test: Fix memory leak for aa_unpack_strdup() (Jinjie Ruan)
- comedi: Flush partial mappings in error case (Jann Horn)
- fsnotify: fix sending inotify event with unexpected filename (Amir Goldstein)
- PCI: Fix use-after-free of slot-&gt;bus on hot remove (Lukas Wunner)
- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status (Raghavendra Rao Ananta)
- powerpc/pseries: Fix KVM guest detection for disabling hardlockup detector (Gautam Menghani)
- crypto: x86/aegis128 - access 32-bit arguments as 32-bit (Eric Biggers)
- perf/x86/intel/pt: Fix buffer full but size is 0 case (Adrian Hunter)
- ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata() (Qiu-ji Chen)
- jfs: xattr: check invalid xattr size more strictly (Artem Sadovnikov)
- ext4: fix FS_IOC_GETFSMAP handling (Theodore Ts'o)
- ext4: supress data-race warnings in ext4_free_inodes_{count,set}() (Jeongjun Park)
- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices (Benoit Sevens)
- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() (Manikanta Mylavarapu)
- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error (Hans de Goede)
- Revert 'drivers: clk: zynqmp: update divider round rate logic' (Joel Guittet)
- usb: ehci-spear: fix call balance of sehci clk handling routines (Vitalii Mordan)
- ALSA: usb-audio: Fix out of bounds reads when finding clock sources (Takashi Iwai)
- xen: Fix the issue of resource not being properly released in xenbus_dev_probe() (Qiu-ji Chen)
- ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp (Namjae Jeon)
- parisc: fix a possible DMA corruption (Mikulas Patocka)
- apparmor: fix 'Do simple duplicate message elimination' (chao liu)
- ALSA: hda/realtek: Update ALC256 depop procedure (Kailang Yang)
- counter: stm32-timer-cnt: Add check for clk_enable() (Jiasheng Jiang)
- misc: apds990x: Fix missing pm_runtime_disable() (Jinjie Ruan)
- USB: chaoskey: Fix possible deadlock chaoskey_list_lock (Edward Adam Davis)
- USB: chaoskey: fail open after removal (Oliver Neukum)
- usb: yurex: make waiting on yurex_write interruptible (Oliver Neukum)
- usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read() (Jeongjun Park)
- iio: light: al3010: Fix an error handling path in al3010_probe() (Christophe JAILLET)
- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down (Saravanan Vajravel)
- net: hsr: fix hsr_init_sk() vs network/transport headers. (Eric Dumazet)
- spi: atmel-quadspi: Fix register name in verbose logging function (Csokas, Bence)
- octeontx2-af: RPM: Fix mismatch in lmac type (Hariprasad Kelam)
- net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken (Maxime Chevallier)
- marvell: pxa168_eth: fix call balance of pep-&gt;clk handling routines (Vitalii Mordan)
- net: mdio-ipq4019: add missing error check (Rosen Penev)
- net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration (Oleksij Rempel)
- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets (Pavan Chebbi)
- net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device (Oleksij Rempel)
- power: supply: bq27xxx: Fix registers of bq27426 (Barnabas Czeman)
- power: supply: core: Remove might_sleep() from power_supply_put() (Bart Van Assche)
- fs_parser: update mount_api doc to match function signature (Randy Dunlap)
- vfio/pci: Properly hide first-in-list PCIe extended capability (Avihai Horon)
- selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels (Michael Ellerman)
- vdpa/mlx5: Fix suboptimal range on iotlb iteration (Si-Wei Liu)
- hwmon: (tps23861) Fix reporting of negative temperatures (Murad Masimov)
- NFSD: Fix nfsd4_shutdown_copy() (Chuck Lever)
- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() (Ye Bin)
- sunrpc: simplify two-level sysctl registration for svcrdma_parm_table (Luis Chamberlain)
- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() (Chuck Lever)
- NFSD: Prevent NULL dereference in nfsd4_process_cb_update() (Chuck Lever)
- remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region (Sibi Sankar)
- rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length (Jonathan Marek)
- rpmsg: glink: Fix GLINK command prefix (Bjorn Andersson)
- rpmsg: glink: Send READ_NOTIFY command in FIFO full case (Arun Kumar Neelakantam)
- rpmsg: glink: Add TX_DATA_CONT command while sending (Arun Kumar Neelakantam)
- perf trace: Avoid garbage when not printing a syscall's arguments (Benjamin Peterson)
- perf trace: Do not lose last events in a race (Benjamin Peterson)
- svcrdma: Address an integer overflow (Chuck Lever)
- m68k: coldfire/device.c: only build FEC when HW macros are defined (Antonio Quartulli)
- m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x (Jean-Michel Hautbois)
- perf trace: avoid garbage when not printing a trace event's arguments (Benjamin Peterson)
- f2fs: check curseg-&gt;inited before write_sum_page in change_curseg (Yongpeng Yang)
- f2fs: remove the unused flush argument to change_curseg (Christoph Hellwig)
- f2fs: open code allocate_segment_by_default (Christoph Hellwig)
- f2fs: remove struct segment_allocation default_salloc_ops (Christoph Hellwig)
- f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block (LongPing Wei)
- PCI: cpqphp: Fix PCIBIOS_* return value confusion (Ilpo Jarvinen)
- PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads (weiyufeng)
- perf probe: Correct demangled symbols in C++ program (Leo Yan)
- perf probe: Fix libdw memory leak (Ian Rogers)
- PCI: Fix reset_method_store() memory leak (Todd Kjos)
- perf cs-etm: Don't flush when packet_queue fills up (James Clark)
- mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() (Dan Carpenter)
- pinctrl: k210: Undef K210_PC_DEFAULT (zhang jiao)
- clk: clk-axi-clkgen: make sure to enable the AXI bus clock (Nuno Sa)
- dt-bindings: clock: axi-clkgen: include AXI clk (Nuno Sa)
- fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem() (Zhen Lei)
- fbdev/sh7760fb: Alloc DMA memory from hardware device (Thomas Zimmermann)
- powerpc/kexec: Fix return of uninitialized variable (Zhang Zekun)
- powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static (Michal Suchanek)
- ocfs2: fix uninitialized value in ocfs2_file_read_iter() (Dmitry Antipov)
- RDMA/hns: Fix out-of-order issue of requester when setting FENCE (Junxian Huang)
- scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() (Zhen Lei)
- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (Zhen Lei)
- scsi: fusion: Remove unused variable 'rc' (Zeng Heng)
- scsi: bfa: Fix use-after-free in bfad_im_module_exit() (Ye Bin)
- mfd: rt5033: Fix missing regmap_del_irq_chip() (Zhang Changzhong)
- clk: imx: clk-scu: fix clk enable state save and restore (Dong Aisheng)
- clk: imx: lpcg-scu: SW workaround for errata (e10858) (Peng Fan)
- powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore (Michael Ellerman)
- powerpc/mm/fault: Fix kfence page fault reporting (Ritesh Harjani (IBM))
- mtd: rawnand: atmel: Fix possible memory leak (Miquel Raynal)
- cpufreq: loongson2: Unregister platform_driver on failure (Yuan Can)
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices (Andy Shevchenko)
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device (Andy Shevchenko)
- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device (Andy Shevchenko)
- mfd: intel_soc_pmic_bxtwc: Use dev_err_probe() (Andy Shevchenko)
- mfd: da9052-spi: Change read-mask to write-mask (Marcus Folkesson)
- mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race (Jinjie Ruan)
- pinctrl: zynqmp: drop excess struct member description (Bartosz Golaszewski)
- trace/trace_event_perf: remove duplicate samples on the first tracepoint event (Levi Yun)
- bpf: fix recursive lock when verdict program return SK_PASS (Jiayuan Chen)
- wireguard: selftests: load nf_conntrack if not present (Hangbin Liu)
- netpoll: Use rcu_access_pointer() in netpoll_poll_lock (Breno Leitao)
- Bluetooth: fix use-after-free in device_for_each_child() (Dmitry Antipov)
- driver core: Introduce device_find_any_child() helper (Andy Shevchenko)
- ALSA: 6fire: Release resources at card release (Takashi Iwai)
- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection (Takashi Iwai)
- ALSA: us122l: Use snd_card_free_when_closed() at disconnection (Takashi Iwai)
- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection (Takashi Iwai)
- net: rfkill: gpio: Add check for clk_enable() (Mingwei Zheng)
- drm/amdkfd: Fix wrong usage of INIT_WORK() (Yuan Can)
- selftests: net: really check for bg process completion (Paolo Abeni)
- bpf, sockmap: Fix sk_msg_reset_curr (Zijian Zhang)
- bpf, sockmap: Several fixes to bpf_msg_pop_data (Zijian Zhang)
- bpf, sockmap: Several fixes to bpf_msg_push_data (Zijian Zhang)
- selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmap (Zijian Zhang)
- selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap (Zijian Zhang)
- selftests, bpf: Add one test for sockmap with strparser (Liu Jian)
- selftests/bpf: Fix SENDPAGE data logic in test_sockmap (Zijian Zhang)
- selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap (Zijian Zhang)
- netlink: typographical error in nlmsg_type constants definition (Maurice Lambert)
- netfilter: nf_tables: must hold rcu read lock while iterating object type list (Florian Westphal)
- netfilter: nf_tables: skip transaction if update object is not implemented (Pablo Neira Ayuso)
- drm/msm/dpu: cast crtc_clk calculation to u64 in _dpu_core_perf_calc_clk() (Zichen Xie)
- wifi: wfx: Fix error handling in wfx_core_init() (Yuan Can)
- drm/etnaviv: hold GPU lock across perfmon sampling (Lucas Stach)
- drm/etnaviv: fix power register offset on GC300 (Doug Brown)
- drm/etnaviv: Request pages from DMA32 zone on addressing_limited (Xiaolei Wang)
- drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- drm/panfrost: Remove unused id_mask from struct panfrost_model (Steven Price)
- octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c (Dipendra Khadka)
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c (Dipendra Khadka)
- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c (Dipendra Khadka)
- drm: fsl-dcu: enable PIXCLK on LS1021A (Matthias Schiffer)
- wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan() (Alper Nebi Yasak)
- selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmap (Zijian Zhang)
- selftests/bpf: Fix msg_verify_data in test_sockmap (Zijian Zhang)
- drm/bridge: tc358767: Fix link properties discovery (Tomi Valkeinen)
- netdevsim: copy addresses for both in and out paths (Hangbin Liu)
- libbpf: fix sym_is_subprog() logic for weak global subprogs (Andrii Nakryiko)
- bpf: Fix the xdp_adjust_tail sample prog issue (Yuan Chen)
- libbpf: Fix output .symtab byte-order during linking (Tony Ambardar)
- drm/bridge: anx7625: Drop EDID cache on bridge power off (Pin-yen Lin)
- ASoC: dt-bindings: mt6359: Update generic node name and dmic-mode (Macpaul Lin)
- ASoC: fsl_micfil: fix regmap_write_bits usage (Shengjiu Wang)
- ASoC: fsl_micfil: use GENMASK to define register bit fields (Sascha Hauer)
- ASoC: fsl_micfil: do not define SHIFT/MASK for single bits (Sascha Hauer)
- ASoC: fsl_micfil: Drop unnecessary register read (Sascha Hauer)
- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc (Igor Prusov)
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2 (Baochen Qiang)
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1 (Baochen Qiang)
- drm/v3d: Address race-condition in MMU flush (Maira Canal)
- drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- drm/omap: Fix locking in omap_gem_new_dmabuf() (Tomi Valkeinen)
- drm/omap: Fix possible NULL dereference (Tomi Valkeinen)
- wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() (Jeongjun Park)
- drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused (Andy Shevchenko)
- platform/x86: panasonic-laptop: Return errno correctly in show callback (Yao Zi)
- platform/x86: panasonic-laptop: Replace snprintf in show functions with sysfs_emit (Qing Wang)
- media: atomisp: Add check for rgby_data memory allocation failure (Li Huafei)
- media: atomisp: remove #ifdef HAS_NO_HMEM (Mauro Carvalho Chehab)
- media: venus: provide ctx queue lock for ioctl synchronization (Sergey Senozhatsky)
- venus: venc: add handling for VIDIOC_ENCODER_CMD (Dikshita Agarwal)
- media: venus : Addition of support for VIDIOC_TRY_ENCODER_CMD (Dikshita Agarwal)
- media: venus : Addition of EOS Event support for Encoder (Viswanath Boma)
- media: venus: vdec: decoded picture buffer handling during reconfig sequence (Mansur Alisha Shaik)
- media: venus: venc: Use pmruntime autosuspend (Stanimir Varbanov)
- firmware: arm_scpi: Check the DVFS OPP count returned by the firmware (Luo Qiu)
- selftests/resctrl: Protect against array overrun during iMC config parsing (Reinette Chatre)
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for fixed regulators (Chen-Yu Tsai)
- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names (Chen-Yu Tsai)
- arm64: dts: mt8183: jacuzzi: Move panel under aux-bus (Hsin-Yi Wang)
- arm64: dts: mt8183: jacuzzi: remove unused ddc-i2c-bus (Hsin-Yi Wang)
- regmap: irq: Set lockdep class for hierarchical IRQ domains (Andy Shevchenko)
- spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time (Jinjie Ruan)
- spi: tegra210-quad: Avoid shift-out-of-bounds (Breno Leitao)
- pmdomain: ti-sci: Add missing of_node_put() for args.np (Zhang Zekun)
- ARM: dts: cubieboard4: Fix DCDC5 regulator constraints (Andre Przywara)
- pwm: imx27: Workaround of the pwm output bug when decrease the duty cycle (Clark Wang)
- arm64: dts: mt8183: Damu: add i2c2's i2c-scl-internal-delay-ns (Daolong Zhu)
- arm64: dts: mt8183: burnet: add i2c2's i2c-scl-internal-delay-ns (Daolong Zhu)
- arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns (Daolong Zhu)
- cgroup/bpf: only cgroup v2 can be attached by bpf programs (Chen Ridong)
- Revert 'cgroup: Fix memory leak caused by missing cgroup_bpf_offline' (Chen Ridong)
- arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second source trackpad (Chen-Yu Tsai)
- arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4 (Hsin-Te Yuan)
- arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 (Hsin-Te Yuan)
- tpm: fix signed/unsigned bug when checking event logs (Gregory Price)
- mmc: mmc_spi: drop buggy snprintf() (Bartosz Golaszewski)
- soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() (Dan Carpenter)
- soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq() (Jinjie Ruan)
- spi: spi-fsl-lpspi: downgrade log level for pio mode (Alexander Stein)
- clocksource/drivers:sp804: Make user selectable (Mark Brown)
- kcsan, seqlock: Fix incorrect assumption in read_seqbegin() (Marco Elver)
- kcsan, seqlock: Support seqcount_latch_t (Marco Elver)
- seqlock/latch: Provide raw_read_seqcount_latch_retry() (Peter Zijlstra)
- timekeeping: Consolidate fast timekeeper (Thomas Gleixner)
- time: Fix references to _msecs_to_jiffies() handling of values (Miguel Ojeda)
- crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() (Christophe JAILLET)
- crypto: bcm - add error check in the ahash_hmac_init function (Chen Ridong)
- crypto: caam - add error check to caam_rsa_set_priv_key_form (Chen Ridong)
- EDAC/igen6: Avoid segmentation fault on module unload (Orange Kao)
- crypto: cavium - Fix the if condition to exit loop after timeout (Everest K.C)
- crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY (Yi Yang)
- EDAC/fsl_ddr: Fix bad bit shift operations (Priyanka Singh)
- thermal: core: Initialize thermal zones before registering them (Rafael J. Wysocki)
- crypto: qat - remove faulty arbiter config reset (Ahsan Atta)
- EDAC/bluefield: Fix potential integer overflow (David Thompson)
- firmware: google: Unregister driver_info on failure (Yuan Can)
- crypto: caam - Fix the pointer passed to caam_qi_shutdown() (Christophe JAILLET)
- hfsplus: don't query the device logical block size multiple times (Thadeu Lima de Souza Cascardo)
- s390/syscalls: Avoid creation of arch/arch/ directory (Masahiro Yamada)
- acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block() (Aleksandr Mishin)
- arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG (Masahiro Yamada)
- m68k: mvme147: Reinstate early console (Daniel Palmer)
- m68k: mvme16x: Add and use 'mvme16x.h' (Geert Uytterhoeven)
- m68k: mvme147: Fix SCSI controller IRQ numbers (Daniel Palmer)
- nvme-pci: fix freeing of the HMB descriptor table (Christoph Hellwig)
- initramfs: avoid filename buffer overrun (David Disseldorp)
- mips: asm: fix warning when disabling MIPS_FP_SUPPORT (Jonas Gorski)
- brd: defer automatic disk creation until module initialization succeeds (Yang Erkun)
- brd: remove brd_devices_mutex mutex (Tetsuo Handa)
- s390/cio: Do not unregister the subchannel based on DNV (Vineeth Vijayan)
- kselftest/arm64: mte: fix printf type warnings about longs (Andre Przywara)
- x86/barrier: Do not serialize MSR accesses on AMD (Borislav Petkov (AMD))
- nvme: fix metadata handling in nvme-passthrough (Puranjay Mohan)
- cifs: Fix buffer overflow when parsing NFS reparse points (Pali Rohar)
- rcu-tasks: Idle tasks on offline CPUs are in quiescent states (Paul E. McKenney)
- ipmr: Fix access to mfc_cache_list without lock held (Breno Leitao)
- ARM: 9420/1: smp: Fix SMP for xip kernels (Harith G)
- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (Eryk Zagorski)
- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width (David Wang)
- ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div() (Luo Yifan)
- ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate() (Luo Yifan)
- can: j1939: fix error in J1939 documentation. (Alexander Holzl)
- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events (Kurt Borja)
- platform/x86: dell-smbios-base: Extends support to Alienware products (Kurt Borja)
- regulator: rk808: Add apply_bit for BUCK3 on RK809 (Mikhail Rudenko)
- soc: qcom: Add check devm_kasprintf() returned value (Charles Han)
- net: usb: qmi_wwan: add Quectel RG650V (Benoit Monin)
- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (Arnd Bergmann)
- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 (Piyush Raj Chouhan)
- selftests/watchdog-test: Fix system accidentally reset after watchdog-test (Li Zhijian)
- usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver (Benjamin Grosse)
- mac80211: fix user-power when emulating chanctx (Ben Greear)
- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend (Daniel Gabay)
- ASoC: Intel: sst: Support LPE0F28 ACPI HID (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec (Hans de Goede)
- NFS: nfs_async_write_reschedule_io must not recurse into the writeback code (Trond Myklebust)
- mm: resolve faulty mmap_region() error path behaviour (Lorenzo Stoakes)
- mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling (Lorenzo Stoakes)
- mm: unconditionally close VMAs on error (Lorenzo Stoakes)
- mm: avoid unsafe VMA hook invocation when error arises on mmap hook (Lorenzo Stoakes)
- mptcp: cope racing subflow creation in mptcp_rcv_space_adjust (Paolo Abeni)
- NFSD: Never decrement pending_async_copies on error (Chuck Lever)
- NFSD: Initialize struct nfsd4_copy earlier (Chuck Lever)
- NFSD: Limit the number of concurrent async COPY operations (Chuck Lever)
- NFSD: Async COPY result needs to return a write verifier (Chuck Lever)
- NFSD: initialize copy-&gt;cp_clp early in nfsd4_copy for use by trace point (Dai Ngo)
- media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set (Mauro Carvalho Chehab)
- mmc: sunxi-mmc: Fix A100 compatible description (Andre Przywara)
- mmc: sunxi-mmc: Add D1 MMC variant (Samuel Holland)
- drm/bridge: tc358768: Fix DSI command tx (Francesco Dolcini)
- nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint (Ryusuke Konishi)
- ocfs2: fix UBSAN warning in ocfs2_verify_volume() (Dmitry Antipov)
- nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint (Ryusuke Konishi)
- KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN (Sean Christopherson)
- KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled (Sean Christopherson)
- vdpa/mlx5: Fix PA offset with unaligned starting iotlb map (Si-Wei Liu)
- ocfs2: uncache inode which has failed entering the group (Dmitry Antipov)
- mm: fix NULL pointer dereference in alloc_pages_bulk_noprof (Jinjiang Tu)
- x86/mm: Fix a kdump kernel failure on SME system when CONFIG_IMA_KEXEC=y (Baoquan He)
- ARM: 9419/1: mm: Fix kernel memory mapping for xip kernels (Harith G)
- samples: pktgen: correct dev to DEV (Wei Fang)
- net/mlx5e: CT: Fix null-ptr-deref in add rule err flow (Moshe Shemesh)
- net/mlx5e: kTLS, Fix incorrect page refcounting (Dragos Tatulea)
- net/mlx5: fs, lock FTE when checking if active (Mark Bloch)
- drm/rockchip: vop: Fix a dereferenced before check warning (Andy Yan)
- netlink: terminate outstanding dump on socket close (Jakub Kicinski)
- clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (Gabor Juhos)
- leds: lp55xx: Remove redundant test for invalid channel number (Michal Vokac)
- iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tables (Mostafa Saleh)
- vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event (MengEn Sun)
- ftrace: Fix regression with module command in stack_trace_filter (guoweikang)
- ovl: Filter invalid inodes with missing lookup function (Vasiliy Kovalev)
- media: uvcvideo: Require entities to have a non-zero unique ID (Thadeu Lima de Souza Cascardo)
- media: uvcvideo: Stop stream during unregister (Ricardo Ribalda)
- media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal() (Gaosheng Cui)
- media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate() (Jinjie Ruan)
- media: venus: Fix pm_runtime_set_suspended() with runtime pm enabled (Jinjie Ruan)
- media: ts2020: fix null-ptr-deref in ts2020_probe() (Li Zetao)
- media: imx-jpeg: Ensure power suppliers be suspended before detach them (Ming Qian)
- media: i2c: tc358743: Fix crash in the probe error path when using polling (Alexander Shiyan)
- media: imx-jpeg: Set video drvdata before register video device (Ming Qian)
- arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer (Dragan Simic)
- LTS version: v5.15.173 (Vijayendra Suman)
- 9p: fix slab cache name creation for real (Linus Torvalds)
- udf: Avoid directory type conversion failure due to ENOMEM (Jan Kara)
- udf: Allocate name buffer in directory iterator on heap (Jan Kara)
- mm/memory: add non-anonymous page check in the copy_present_page() (Yuanzheng Song)
- io_uring: fix possible deadlock in io_register_iowq_max_workers() (Hagar Hemdan)
- md/raid10: improve code of mrdev in raid10_sync_request (Li Nan)
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard (Hans de Goede)
- HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad (Kenneth Albanowski)
- fs: Fix uninitialized value issue in from_kuid and from_kgid (Alessandro Zanni)
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling (Yuan Can)
- powerpc/powernv: Free name on error in opal_event_init() (Michael Ellerman)
- drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS (Ian Forbes)
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML (Julian Vetter)
- crypto: marvell/cesa - Disable hash algorithms (Herbert Xu)
- bpf: use kvzmalloc to allocate BPF verifier environment (Rik van Riel)
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad (WangYuli)
- HID: multitouch: Add support for B2402FVA track point (Stefan Blum)
- block: Fix elevator_get_default() checking for NULL q-&gt;tag_set (SurajSonawane2415)
- irqchip/ocelot: Fix trigger register address (Sergey Matsievskiy)
- 9p: Avoid creating multiple slab caches with the same name (Pedro Falcato)
- LTS version: v5.15.172 (Vijayendra Suman)
- ALSA: usb-audio: Add endianness annotations (Jan Schar)
- vsock/virtio: Initialization of the dangling pointer occurring in vsk-&gt;trans (Hyunwoo Kim)
- hv_sock: Initializing vsk-&gt;trans to NULL to prevent a dangling pointer (Hyunwoo Kim)
- ALSA: usb-audio: Add quirks for Dell WD19 dock (Jan Schar)
- ALSA: usb-audio: Support jack detection on Dell dock (Jan Schar)
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Andrei Vagin)
- ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() (Andrew Kanner)
- irqchip/gic-v3: Force propagation of the active state with a read-back (Marc Zyngier)
- USB: serial: option: add Quectel RG650V (Benoit Monin)
- USB: serial: option: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- USB: serial: qcserial: add support for Sierra Wireless EM86xx (Jack Wu)
- USB: serial: io_edgeport: fix use after free in debug printk (Dan Carpenter)
- usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() (Dan Carpenter)
- usb: musb: sunxi: Fix accessing an released usb phy (Zijun Hu)
- fs/proc: fix compile warning about variable 'vmcore_mmap_ops' (Qi Xi)
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (Benoit Sevens)
- net: do not delay dst_entries_add() in dst_release() (Eric Dumazet)
- net: bridge: xmit: make sure we have at least eth header len bytes (Nikolay Aleksandrov)
- btrfs: reinitialize delayed ref list after deleting it from the list (Filipe Manana)
- nfs: Fix KMSAN warning in decode_getfattr_attrs() (Roberto Sassu)
- io_uring/rw: fix missing NOWAIT check for O_DIRECT start write (Jens Axboe)
- io_uring: use kiocb_{start,end}_write() helpers (Amir Goldstein)
- fs: create kiocb_{start,end}_write() helpers (Amir Goldstein)
- io_uring: rename kiocb_end_write() local helper (Amir Goldstein)
- posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone (Benjamin Segall)
- ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (Takashi Iwai)
- dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow (Zichen Xie)
- dm cache: fix potential out-of-bounds access on the first resume (Ming-Hung Tsai)
- dm cache: optimize dirty bit checking with find_next_bit when resizing (Ming-Hung Tsai)
- dm cache: fix out-of-bounds access to the dirty bitset when resizing (Ming-Hung Tsai)
- dm cache: correct the number of origin blocks to match the target length (Ming-Hung Tsai)
- thermal/drivers/qcom/lmh: Remove false lockdep backtrace (Dmitry Baryshkov)
- drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() (Alex Deucher)
- drm/amdgpu: Adjust debugfs eviction and IB access permissions (Alex Deucher)
- pwm: imx-tpm: Use correct MODULO value for EPWM mode (Erik Schumacher)
- media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl() (Mauro Carvalho Chehab)
- media: v4l2-tpg: prevent the risk of a division by zero (Mauro Carvalho Chehab)
- media: pulse8-cec: fix data timestamp at pulse8_setup() (Mauro Carvalho Chehab)
- media: cx24116: prevent overflows on SNR calculus (Mauro Carvalho Chehab)
- media: s5p-jpeg: prevent buffer overflows (Mauro Carvalho Chehab)
- ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove (Amelie Delaunay)
- ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init() (Murad Masimov)
- scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer (Johannes Thumshirn)
- media: adv7604: prevent underflow condition when reporting colorspace (Mauro Carvalho Chehab)
- media: dvb_frontend: don't play tricks with underflow values (Mauro Carvalho Chehab)
- media: dvbdev: prevent the risk of out of memory access (Mauro Carvalho Chehab)
- media: stb0899_algo: initialize cfr before using it (Mauro Carvalho Chehab)
- net: arc: fix the device for dma_map_single/dma_unmap_single (Johan Jonker)
- net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case (Nicolas F. R. A. Prado)
- net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (Diogo Silva)
- net: hns3: fix kernel crash when uninstalling driver (Peiyang Wang)
- i40e: fix race condition by adding filter's intermediate sync state (Aleksandr Loktionov)
- can: c_can: fix {rx,tx}_errors statistics (Dario Binacchi)
- sctp: properly validate chunk size in sctp_sf_ootb() (Xin Long)
- net: enetc: set MAC address to the VF net_device (Wei Fang)
- security/keys: fix slab-out-of-bounds in key_task_permission (Chen Ridong)
- nfs: avoid i_lock contention in nfs_clear_invalid_mapping (Mike Snitzer)
- NFSv3: handle out-of-order write replies. (NeilBrown)
- NFS: Add a tracepoint to show the results of nfs_set_cache_invalid() (Benjamin Coddington)
- NFSv3: only use NFS timeout for MOUNT when protocols are compatible (NeilBrown)
- HID: core: zero-initialize the report buffer (Jiri Kosina)
- ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin (Heiko Stuebner)
- ARM: dts: rockchip: Fix the spi controller on rk3036 (Heiko Stuebner)
- ARM: dts: rockchip: drop grf reference from rk3036 hdmi (Heiko Stuebner)
- ARM: dts: rockchip: fix rk3036 acodec node (Heiko Stuebner)
- arm64: dts: imx8mp: correct sdhc ipg clk (Peng Fan)
- arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (Heiko Stuebner)
- arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion (Heiko Stuebner)
- arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (Heiko Stuebner)
- arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (Diederik de Haas)
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator (Geert Uytterhoeven)

[5.15.0-305.171.2]
- rds: ib: Avoid UAF on RDS Socket's rs_trans_lock (Hakon Bugge)  [Orabug: 37475726]
- rds: ib: Fix blocked processes related to race in rds_rdma_free_dev_rs_worker() (Hakon Bugge)  [Orabug: 37475726]
- rds: ib: Fix deterministic UAF in rds_rdma_free_dev_rs_worker() (Hakon Bugge)  [Orabug: 37475726]
- uek-misc: Define a prefix for uek module messages (Alejandro Jimenez)  [Orabug: 37459411]
- uek-misc: Clear the AVIC capability on platforms with known errata (Alejandro Jimenez)  [Orabug: 37459411]
- uek-misc: Add identification for OCI platform (Alejandro Jimenez)  [Orabug: 37459411]
- Revert 'MIPS: do not call flush_tlb_all when setting pmd entry' (Vijay Kumar)  [Orabug: 37454162]
- cpufreq: intel_pstate: Support highest performance change interrupt (Srinivas Pandruvada)  [Orabug: 37426908]
- x86/cpufeatures: Add HWP highest perf change feature flag (Srinivas Pandruvada)  [Orabug: 37426908]
- cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE() annotations (Rafael J. Wysocki)  [Orabug: 37426908]
- cpufreq: intel_pstate: Wait for canceled delayed work to complete (Rafael J. Wysocki)  [Orabug: 37426908]
- cpufreq: intel_pstate: Simplify spinlock locking (Rafael J. Wysocki)  [Orabug: 37426908]
- cpufreq: intel_pstate: Update cpuinfo.max_freq on HWP_CAP changes (Rafael J. Wysocki)  [Orabug: 37426908]
- uek-rpm: Enable CONFIG_FIPS_SIGNATURE_SELFTEST for all archs (Saeed Mirzamohammadi)  [Orabug: 37400483]
- uek-rpm: set DEFAULTKERNEL to other installed uek if possible (Sherry Yang)  [Orabug: 37399094]

[5.15.0-305.171.1]
- octeontx2-af: Fix CPT AF register offset calculation (Bharat Bhushan)  [Orabug: 37445471]
- perf/arm-cmn: Remove for loop intial declarations (Dave Kleikamp)  [Orabug: 37409090]
- perf/arm-cmn: Ensure port and device id bits are set properly (Namhyung Kim)  [Orabug: 37409090]
- perf/arm-cmn: Improve format attr printing (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Clean up unnecessary NUMA_NO_NODE check (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Support CMN S3 (Robin Murphy)  [Orabug: 37409090]
- dt-bindings: perf: arm-cmn: Add CMN S3 (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor DTC PMU register access (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Make cycle counts less surprising (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Improve build-time assertion (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Ensure dtm_idx is big enough (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Fix CCLA register offset (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor node ID handling. Again. (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Enable support for tertiary match group (Ilkka Koskinen)  [Orabug: 37409090]
- perf/arm-cmn: Decouple wp_config registers from filter group number (Ilkka Koskinen)  [Orabug: 37409090]
- perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count) (Ilkka Koskinen)  [Orabug: 37409090]
- perf/arm-cmn: Improve debugfs pretty-printing for large configs (Robin Murphy)  [Orabug: 37409090]
- perf: arm-cmn: Convert to platform remove callback returning void (Uwe Kleine-Konig)  [Orabug: 37409090]
- perf/arm-cmn: Fail DTC counter allocation correctly (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Fix HN-F class_occup_id events (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Enable per-DTC counter allocation (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Rework DTC counters (again) (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Fix DTC domain detection (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add CMN-700 r3 support (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor HN-F event selector macros (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Remove spurious event aliases (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add sysfs identifier (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Revamp model detection (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Fix port detection for CMN-700 (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Validate cycles events fully (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Move overlapping wp_combine field (Ilkka Koskinen)  [Orabug: 37409090]
- Partially revert 'perf/arm-cmn: Optimise DTC counter accesses' (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Reset DTM_PMU_CONFIG at probe (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Decode CAL devices properly in debugfs (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Fix filter_sel lookup (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add CMN-700 support (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor occupancy filter selector (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add CMN-650 support (Robin Murphy)  [Orabug: 37409090]
- dt-bindings: perf: arm-cmn: Add CMN-650 and CMN-700 (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Update watchpoint format (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Hide XP PUB events for CMN-600 (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Make arm_cmn_debugfs static (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add debugfs topology info (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Add CI-700 Support (Robin Murphy)  [Orabug: 37409090]
- dt-bindings: perf: arm-cmn: Add CI-700 (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Support new IP features (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Demarcate CMN-600 specifics (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Move group validation data off-stack (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Optimise DTC counter accesses (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Optimise DTM counter reads (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor DTM handling (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Streamline node iteration (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Refactor node ID handling (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Drop compile-test restriction (Robin Murphy)  [Orabug: 37409090]
- perf/arm-cmn: Account for NUMA affinity (Robin Murphy)  [Orabug: 37409090]
- Acquire mem_cgroup_per_node.lruvec locks for online nodes only. (Imran Khan)  [Orabug: 37405595]
- Fix issues seen with mail thread patches. (Imran Khan)  [Orabug: 37405595]
- mm: lru: use lruvec lock to serialize memcg changes (Muchun Song)  [Orabug: 37405595]
- mm: lru: add VM_BUG_ON_PAGE to lru maintenance function (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: rename {un}lock_page_memcg() to {un}lock_page_objcg() (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: use obj_cgroup APIs to charge the LRU pages (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: introduce memcg_reparent_ops (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: make all the callers of page_memcg() safe (Muchun Song)  [Orabug: 37405595]
- mm: thp: make split queue lock safe when LRU pages reparented (Muchun Song)  [Orabug: 37405595]
- mm: thp: introduce split_queue_lock/unlock{_irqsave}() (Muchun Song)  [Orabug: 37405595]
- mm: vmscan: rework move_pages_to_lru() (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: make lruvec lock safe when the LRU pages reparented (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: introduce compact_lock_page_irqsave (Muchun Song)  [Orabug: 37405595]
- mm: memcontrol: prepare objcg API for non-kmem usage (Muchun Song)  [Orabug: 37405595]
- mm: move mem_cgroup_kmem_disabled() to memcontrol.h (Muchun Song)  [Orabug: 37405595]
- Uek-rpm/ol9: Enable CONFIG_FIPS_SIGNATURE_SELFTEST for mips64 (Vijay Kumar)  [Orabug: 37390881]
- sfc: Fix an error handling path in efx_pci_probe() (Christophe JAILLET)  [Orabug: 37384497]
- sfc: Separate netdev probe/remove from PCI probe/remove (Jonathan Cooper)  [Orabug: 37384497]
- sfc: replace function name in string with __func__ (Jonathan Cooper)  [Orabug: 37384497]
- sfc: Unsplit literal string. (Jonathan Cooper)  [Orabug: 37384497]
- sfc: Move EF100 efx_nic_type structs to the end of the file (Jonathan Cooper)  [Orabug: 37384497]
- sfc: Separate efx_nic memory from net_device memory (Jonathan Cooper)  [Orabug: 37384497]
- sfc: Encapsulate access to netdev_priv() (Jonathan Cooper)  [Orabug: 37384497]
- sfc: Add a PROBED state for EF100 VDPA use. (Jonathan Cooper)  [Orabug: 37384497]
- ACPICA: Allow PCC Data Type in MCTP resource. (Adam Young)  [Orabug: 37311726]
- ACPICA: Avoid undefined behavior: member access within misaligned address (Tamir Duberstein)  [Orabug: 37311726]
- arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a (D Scott Phillips)  [Orabug: 37311726]
- arm64: Expose the end of the linear map in PHYSMEM_END (D Scott Phillips)  [Orabug: 37311726]
- seqcount: replace smp_rmb() in read_seqcount() with load acquire (Christoph Lameter (Ampere))  [Orabug: 37311726]
- uek-rpm: Enable new config options for Ampere (Dave Kleikamp)  [Orabug: 37311726]
- vmalloc: modify the alloc_vmap_area() error message for better diagnostics (Shubhang Kaushik OS)  [Orabug: 37311726]
- NUMA: early use of cpu_to_node() returns 0 instead of the correct node id (Huang Shijie)  [Orabug: 37311726]
- mm: mmap: no need to call khugepaged_enter_vma() for stack (Yang Shi)  [Orabug: 37311726]
- crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled (Huang Shijie)  [Orabug: 37311726]
- PCI: acpiphp: Allow built-in drivers for Attention Indicators (D Scott Phillips)  [Orabug: 37311726]
- PCI: acpiphp: Add missing MODULE_DESCRIPTION() macro (Jeff Johnson)  [Orabug: 37311726]
- PCI: hotplug: Add Ampere Altra Attention Indicator extension driver (D Scott Phillips)  [Orabug: 37311726]
- mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified (Yang Shi)  [Orabug: 37311726]
- arm64: compat: Work around uninitialized variable warning (Ard Biesheuvel)  [Orabug: 37311726]
- arm64: compat: Implement misalignment fixups for multiword loads (Ard Biesheuvel)  [Orabug: 37311726]
- RDMA/mlx5: Expose vhca id for all ports in multiport mode (Mark Bloch)  [Orabug: 37234285]
- rds/ib: avoid scq/rcq polling during rds connection shutdown (Arumugam Kolappan)  [Orabug: 37055939]
- RDMA/mlx5: Send UAR page index as ioctl attribute (Akiva Goldberger)  [Orabug: 37029766]
- RDMA: Pass entire uverbs attr bundle to create cq function (Akiva Goldberger)  [Orabug: 37029766]
- net/mlx5e: Fix CT entry update leaks of modify header context (Chris Mi)  [Orabug: 36948578] {CVE-2024-43864}
- net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability (Rahul Rameshbabu)  [Orabug: 36948578]
- net/mlx5: Fix missing lock on sync reset reload (Moshe Shemesh)  [Orabug: 36948578] {CVE-2024-42268}
- net/mlx5: Lag, don't use the hardcoded value of the first port (Mark Bloch)  [Orabug: 36948578]
- mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file (Aleksandr Mishin)  [Orabug: 36948578] {CVE-2024-42138}
- net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup() (Jianbo Liu)  [Orabug: 36948578]
- net/mlx5: E-switch, Create ingress ACL when needed (Chris Mi)  [Orabug: 36948578]
- mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems (Ido Schimmel)  [Orabug: 36948578] {CVE-2024-42073}
- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (Yishai Hadas)  [Orabug: 36948578]
- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (Jason Gunthorpe)  [Orabug: 36948578]
- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (Jason Gunthorpe)  [Orabug: 36948578]
- RDMA/mlx5: Remove extra unlock on error path (Jason Gunthorpe)  [Orabug: 36948578]
- net: wwan: iosm: Fix tainted pointer delete is case of region creation fail (Aleksandr Mishin)  [Orabug: 36948578] {CVE-2024-40939}
- net/mlx5: Always stop health timer during driver removal (Shay Drory)  [Orabug: 36948578] {CVE-2024-40906}
- net/mlx5: Fix MTMP register capability offset in MCAM register (Gal Pressman)  [Orabug: 36948578]
- net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec (Rahul Rameshbabu)  [Orabug: 36948578]
- mlxsw: core_env: Fix driver initialization with old firmware (Ido Schimmel)  [Orabug: 36948578]
- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (Shay Drory)  [Orabug: 36948578]
- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (Rahul Rameshbabu)  [Orabug: 36948578]
- RDMA/mlx5: Change check for cacheable mkeys (Or Har-Toov)  [Orabug: 36948578]
- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (Or Har-Toov)  [Orabug: 36948578]
- mlx5: avoid truncating error message (Arnd Bergmann)  [Orabug: 36948578]
- net/mlx5: Check capability for fw_reset (Moshe Shemesh)  [Orabug: 36948578]
- net/mlx5: SF, Stop waiting for FW as teardown was called (Moshe Shemesh)  [Orabug: 36948578]
- netlink: Correct offload_xstats size (Christoph Paasch)  [Orabug: 36948578]
- net: fix net_dev_start_xmit trace event vs skb_transport_offset() (Eric Dumazet)  [Orabug: 36948578]
- lib/bitmap: drop optimization of bitmap_{from,to}_arr64 (Yury Norov)  [Orabug: 36948578]
- net: macsec: fix double free of percpu stats (Fedor Pchelkin)  [Orabug: 36948578]
- tcp: gso: really support BIG TCP (Eric Dumazet)  [Orabug: 36948578]
- RDMA/mlx5: Use rdma_umem_for_each_dma_block() (Jason Gunthorpe)  [Orabug: 36948578]
- nfp: flower: fix ingress police using matchall filter (Tianyu Yuan)  [Orabug: 36948578]
- lib/bitmap: fix off-by-one in bitmap_to_arr64() (Alexander Lobakin)  [Orabug: 36948578]
- RDMA/mlx5: Fix flow steering egress flow (Leon Romanovsky)  [Orabug: 36948578]
- rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies (Petr Machata)  [Orabug: 36948578]
- tun: annotate access to queue-&gt;trans_start (Antoine Tenart)  [Orabug: 36948578]
- xsk: Do not write NULL in SW ring at allocation failure (Magnus Karlsson)  [Orabug: 36948578]
- net/sched: fix incorrect vlan_push_eth dest field (Louis Peens)  [Orabug: 36948578]
- RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() (Dan Carpenter)  [Orabug: 36948578]
- net_tstamp: define new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX (Hangbin Liu)  [Orabug: 36948578]
- net: add missing include in include/net/gro.h (Eric Dumazet)  [Orabug: 36948578]
- IB/hfi1: Properly allocate rdma counter desc memory (Dennis Dalessandro)  [Orabug: 36948578]
- xsk: Initialise xskb free_list_node (Ciara Loftus)  [Orabug: 36948578]
- xsk: Fix crash on double free in buffer pool (Magnus Karlsson)  [Orabug: 36948578]
- KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request (Sean Christopherson)  [Orabug: 36815282]
- KVM: x86: Suppress pending MMIO write exits if emulator detects exception (Sean Christopherson)  [Orabug: 36815282]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20095.html" type="self" title="ELSA-2025-20095" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26595.html" id="CVE-2024-26595" type="cve" title="CVE-2024-26595" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38538.html" id="CVE-2024-38538" type="cve" title="CVE-2024-38538" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38556.html" id="CVE-2024-38556" type="cve" title="CVE-2024-38556" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39494.html" id="CVE-2024-39494" type="cve" title="CVE-2024-39494" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40906.html" id="CVE-2024-40906" type="cve" title="CVE-2024-40906" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40939.html" id="CVE-2024-40939" type="cve" title="CVE-2024-40939" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41080.html" id="CVE-2024-41080" type="cve" title="CVE-2024-41080" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42073.html" id="CVE-2024-42073" type="cve" title="CVE-2024-42073" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42138.html" id="CVE-2024-42138" type="cve" title="CVE-2024-42138" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42268.html" id="CVE-2024-42268" type="cve" title="CVE-2024-42268" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42315.html" id="CVE-2024-42315" type="cve" title="CVE-2024-42315" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-43864.html" id="CVE-2024-43864" type="cve" title="CVE-2024-43864" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44940.html" id="CVE-2024-44940" type="cve" title="CVE-2024-44940" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-44949.html" id="CVE-2024-44949" type="cve" title="CVE-2024-44949" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46809.html" id="CVE-2024-46809" type="cve" title="CVE-2024-46809" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46841.html" id="CVE-2024-46841" type="cve" title="CVE-2024-46841" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46871.html" id="CVE-2024-46871" type="cve" title="CVE-2024-46871" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-47730.html" id="CVE-2024-47730" type="cve" title="CVE-2024-47730" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49950.html" id="CVE-2024-49950" type="cve" title="CVE-2024-49950" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49974.html" id="CVE-2024-49974" type="cve" title="CVE-2024-49974" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49996.html" id="CVE-2024-49996" type="cve" title="CVE-2024-49996" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-49998.html" id="CVE-2024-49998" type="cve" title="CVE-2024-49998" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50036.html" id="CVE-2024-50036" type="cve" title="CVE-2024-50036" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50055.html" id="CVE-2024-50055" type="cve" title="CVE-2024-50055" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50121.html" id="CVE-2024-50121" type="cve" title="CVE-2024-50121" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50241.html" id="CVE-2024-50241" type="cve" title="CVE-2024-50241" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50261.html" id="CVE-2024-50261" type="cve" title="CVE-2024-50261" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50264.html" id="CVE-2024-50264" type="cve" title="CVE-2024-50264" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50265.html" id="CVE-2024-50265" type="cve" title="CVE-2024-50265" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50267.html" id="CVE-2024-50267" type="cve" title="CVE-2024-50267" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50268.html" id="CVE-2024-50268" type="cve" title="CVE-2024-50268" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50269.html" id="CVE-2024-50269" type="cve" title="CVE-2024-50269" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50273.html" id="CVE-2024-50273" type="cve" title="CVE-2024-50273" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50275.html" id="CVE-2024-50275" type="cve" title="CVE-2024-50275" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50278.html" id="CVE-2024-50278" type="cve" title="CVE-2024-50278" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50279.html" id="CVE-2024-50279" type="cve" title="CVE-2024-50279" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50282.html" id="CVE-2024-50282" type="cve" title="CVE-2024-50282" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50283.html" id="CVE-2024-50283" type="cve" title="CVE-2024-50283" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50287.html" id="CVE-2024-50287" type="cve" title="CVE-2024-50287" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50290.html" id="CVE-2024-50290" type="cve" title="CVE-2024-50290" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50292.html" id="CVE-2024-50292" type="cve" title="CVE-2024-50292" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50295.html" id="CVE-2024-50295" type="cve" title="CVE-2024-50295" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50296.html" id="CVE-2024-50296" type="cve" title="CVE-2024-50296" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50299.html" id="CVE-2024-50299" type="cve" title="CVE-2024-50299" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50301.html" id="CVE-2024-50301" type="cve" title="CVE-2024-50301" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-50302.html" id="CVE-2024-50302" type="cve" title="CVE-2024-50302" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53052.html" id="CVE-2024-53052" type="cve" title="CVE-2024-53052" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53061.html" id="CVE-2024-53061" type="cve" title="CVE-2024-53061" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53063.html" id="CVE-2024-53063" type="cve" title="CVE-2024-53063" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53066.html" id="CVE-2024-53066" type="cve" title="CVE-2024-53066" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53073.html" id="CVE-2024-53073" type="cve" title="CVE-2024-53073" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53088.html" id="CVE-2024-53088" type="cve" title="CVE-2024-53088" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53096.html" id="CVE-2024-53096" type="cve" title="CVE-2024-53096" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53099.html" id="CVE-2024-53099" type="cve" title="CVE-2024-53099" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53101.html" id="CVE-2024-53101" type="cve" title="CVE-2024-53101" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53103.html" id="CVE-2024-53103" type="cve" title="CVE-2024-53103" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53104.html" id="CVE-2024-53104" type="cve" title="CVE-2024-53104" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53112.html" id="CVE-2024-53112" type="cve" title="CVE-2024-53112" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53113.html" id="CVE-2024-53113" type="cve" title="CVE-2024-53113" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53119.html" id="CVE-2024-53119" type="cve" title="CVE-2024-53119" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53120.html" id="CVE-2024-53120" type="cve" title="CVE-2024-53120" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53122.html" id="CVE-2024-53122" type="cve" title="CVE-2024-53122" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53125.html" id="CVE-2024-53125" type="cve" title="CVE-2024-53125" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53129.html" id="CVE-2024-53129" type="cve" title="CVE-2024-53129" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53130.html" id="CVE-2024-53130" type="cve" title="CVE-2024-53130" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53131.html" id="CVE-2024-53131" type="cve" title="CVE-2024-53131" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53135.html" id="CVE-2024-53135" type="cve" title="CVE-2024-53135" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53140.html" id="CVE-2024-53140" type="cve" title="CVE-2024-53140" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53141.html" id="CVE-2024-53141" type="cve" title="CVE-2024-53141" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53142.html" id="CVE-2024-53142" type="cve" title="CVE-2024-53142" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53145.html" id="CVE-2024-53145" type="cve" title="CVE-2024-53145" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53146.html" id="CVE-2024-53146" type="cve" title="CVE-2024-53146" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53148.html" id="CVE-2024-53148" type="cve" title="CVE-2024-53148" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53150.html" id="CVE-2024-53150" type="cve" title="CVE-2024-53150" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53151.html" id="CVE-2024-53151" type="cve" title="CVE-2024-53151" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53155.html" id="CVE-2024-53155" type="cve" title="CVE-2024-53155" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53156.html" id="CVE-2024-53156" type="cve" title="CVE-2024-53156" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53157.html" id="CVE-2024-53157" type="cve" title="CVE-2024-53157" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53158.html" id="CVE-2024-53158" type="cve" title="CVE-2024-53158" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53161.html" id="CVE-2024-53161" type="cve" title="CVE-2024-53161" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53164.html" id="CVE-2024-53164" type="cve" title="CVE-2024-53164" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53165.html" id="CVE-2024-53165" type="cve" title="CVE-2024-53165" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53171.html" id="CVE-2024-53171" type="cve" title="CVE-2024-53171" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53172.html" id="CVE-2024-53172" type="cve" title="CVE-2024-53172" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53173.html" id="CVE-2024-53173" type="cve" title="CVE-2024-53173" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53174.html" id="CVE-2024-53174" type="cve" title="CVE-2024-53174" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53180.html" id="CVE-2024-53180" type="cve" title="CVE-2024-53180" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53181.html" id="CVE-2024-53181" type="cve" title="CVE-2024-53181" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53183.html" id="CVE-2024-53183" type="cve" title="CVE-2024-53183" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53184.html" id="CVE-2024-53184" type="cve" title="CVE-2024-53184" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53194.html" id="CVE-2024-53194" type="cve" title="CVE-2024-53194" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53197.html" id="CVE-2024-53197" type="cve" title="CVE-2024-53197" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53198.html" id="CVE-2024-53198" type="cve" title="CVE-2024-53198" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53214.html" id="CVE-2024-53214" type="cve" title="CVE-2024-53214" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53215.html" id="CVE-2024-53215" type="cve" title="CVE-2024-53215" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53217.html" id="CVE-2024-53217" type="cve" title="CVE-2024-53217" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53227.html" id="CVE-2024-53227" type="cve" title="CVE-2024-53227" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53237.html" id="CVE-2024-53237" type="cve" title="CVE-2024-53237" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53239.html" id="CVE-2024-53239" type="cve" title="CVE-2024-53239" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53240.html" id="CVE-2024-53240" type="cve" title="CVE-2024-53240" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53241.html" id="CVE-2024-53241" type="cve" title="CVE-2024-53241" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56531.html" id="CVE-2024-56531" type="cve" title="CVE-2024-56531" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56532.html" id="CVE-2024-56532" type="cve" title="CVE-2024-56532" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56533.html" id="CVE-2024-56533" type="cve" title="CVE-2024-56533" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56539.html" id="CVE-2024-56539" type="cve" title="CVE-2024-56539" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56548.html" id="CVE-2024-56548" type="cve" title="CVE-2024-56548" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56558.html" id="CVE-2024-56558" type="cve" title="CVE-2024-56558" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56562.html" id="CVE-2024-56562" type="cve" title="CVE-2024-56562" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56567.html" id="CVE-2024-56567" type="cve" title="CVE-2024-56567" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56568.html" id="CVE-2024-56568" type="cve" title="CVE-2024-56568" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56569.html" id="CVE-2024-56569" type="cve" title="CVE-2024-56569" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56570.html" id="CVE-2024-56570" type="cve" title="CVE-2024-56570" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56571.html" id="CVE-2024-56571" type="cve" title="CVE-2024-56571" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56572.html" id="CVE-2024-56572" type="cve" title="CVE-2024-56572" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56574.html" id="CVE-2024-56574" type="cve" title="CVE-2024-56574" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56575.html" id="CVE-2024-56575" type="cve" title="CVE-2024-56575" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56576.html" id="CVE-2024-56576" type="cve" title="CVE-2024-56576" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56578.html" id="CVE-2024-56578" type="cve" title="CVE-2024-56578" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56581.html" id="CVE-2024-56581" type="cve" title="CVE-2024-56581" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56586.html" id="CVE-2024-56586" type="cve" title="CVE-2024-56586" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56587.html" id="CVE-2024-56587" type="cve" title="CVE-2024-56587" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56589.html" id="CVE-2024-56589" type="cve" title="CVE-2024-56589" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56590.html" id="CVE-2024-56590" type="cve" title="CVE-2024-56590" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56593.html" id="CVE-2024-56593" type="cve" title="CVE-2024-56593" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56594.html" id="CVE-2024-56594" type="cve" title="CVE-2024-56594" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56595.html" id="CVE-2024-56595" type="cve" title="CVE-2024-56595" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56596.html" id="CVE-2024-56596" type="cve" title="CVE-2024-56596" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56597.html" id="CVE-2024-56597" type="cve" title="CVE-2024-56597" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56598.html" id="CVE-2024-56598" type="cve" title="CVE-2024-56598" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56600.html" id="CVE-2024-56600" type="cve" title="CVE-2024-56600" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56601.html" id="CVE-2024-56601" type="cve" title="CVE-2024-56601" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56602.html" id="CVE-2024-56602" type="cve" title="CVE-2024-56602" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56603.html" id="CVE-2024-56603" type="cve" title="CVE-2024-56603" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56605.html" id="CVE-2024-56605" type="cve" title="CVE-2024-56605" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56606.html" id="CVE-2024-56606" type="cve" title="CVE-2024-56606" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56610.html" id="CVE-2024-56610" type="cve" title="CVE-2024-56610" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56614.html" id="CVE-2024-56614" type="cve" title="CVE-2024-56614" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56615.html" id="CVE-2024-56615" type="cve" title="CVE-2024-56615" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56616.html" id="CVE-2024-56616" type="cve" title="CVE-2024-56616" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56619.html" id="CVE-2024-56619" type="cve" title="CVE-2024-56619" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56622.html" id="CVE-2024-56622" type="cve" title="CVE-2024-56622" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56623.html" id="CVE-2024-56623" type="cve" title="CVE-2024-56623" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56626.html" id="CVE-2024-56626" type="cve" title="CVE-2024-56626" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56627.html" id="CVE-2024-56627" type="cve" title="CVE-2024-56627" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56629.html" id="CVE-2024-56629" type="cve" title="CVE-2024-56629" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56630.html" id="CVE-2024-56630" type="cve" title="CVE-2024-56630" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56633.html" id="CVE-2024-56633" type="cve" title="CVE-2024-56633" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56634.html" id="CVE-2024-56634" type="cve" title="CVE-2024-56634" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56636.html" id="CVE-2024-56636" type="cve" title="CVE-2024-56636" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56637.html" id="CVE-2024-56637" type="cve" title="CVE-2024-56637" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56640.html" id="CVE-2024-56640" type="cve" title="CVE-2024-56640" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56642.html" id="CVE-2024-56642" type="cve" title="CVE-2024-56642" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56643.html" id="CVE-2024-56643" type="cve" title="CVE-2024-56643" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56644.html" id="CVE-2024-56644" type="cve" title="CVE-2024-56644" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56648.html" id="CVE-2024-56648" type="cve" title="CVE-2024-56648" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56650.html" id="CVE-2024-56650" type="cve" title="CVE-2024-56650" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56659.html" id="CVE-2024-56659" type="cve" title="CVE-2024-56659" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56661.html" id="CVE-2024-56661" type="cve" title="CVE-2024-56661" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56662.html" id="CVE-2024-56662" type="cve" title="CVE-2024-56662" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56670.html" id="CVE-2024-56670" type="cve" title="CVE-2024-56670" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56679.html" id="CVE-2024-56679" type="cve" title="CVE-2024-56679" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56681.html" id="CVE-2024-56681" type="cve" title="CVE-2024-56681" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56688.html" id="CVE-2024-56688" type="cve" title="CVE-2024-56688" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56690.html" id="CVE-2024-56690" type="cve" title="CVE-2024-56690" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56691.html" id="CVE-2024-56691" type="cve" title="CVE-2024-56691" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56693.html" id="CVE-2024-56693" type="cve" title="CVE-2024-56693" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56694.html" id="CVE-2024-56694" type="cve" title="CVE-2024-56694" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56698.html" id="CVE-2024-56698" type="cve" title="CVE-2024-56698" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56700.html" id="CVE-2024-56700" type="cve" title="CVE-2024-56700" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56701.html" id="CVE-2024-56701" type="cve" title="CVE-2024-56701" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56704.html" id="CVE-2024-56704" type="cve" title="CVE-2024-56704" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56705.html" id="CVE-2024-56705" type="cve" title="CVE-2024-56705" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56708.html" id="CVE-2024-56708" type="cve" title="CVE-2024-56708" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56715.html" id="CVE-2024-56715" type="cve" title="CVE-2024-56715" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56716.html" id="CVE-2024-56716" type="cve" title="CVE-2024-56716" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56723.html" id="CVE-2024-56723" type="cve" title="CVE-2024-56723" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56724.html" id="CVE-2024-56724" type="cve" title="CVE-2024-56724" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56726.html" id="CVE-2024-56726" type="cve" title="CVE-2024-56726" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56728.html" id="CVE-2024-56728" type="cve" title="CVE-2024-56728" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56739.html" id="CVE-2024-56739" type="cve" title="CVE-2024-56739" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56741.html" id="CVE-2024-56741" type="cve" title="CVE-2024-56741" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56745.html" id="CVE-2024-56745" type="cve" title="CVE-2024-56745" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56746.html" id="CVE-2024-56746" type="cve" title="CVE-2024-56746" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56747.html" id="CVE-2024-56747" type="cve" title="CVE-2024-56747" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56748.html" id="CVE-2024-56748" type="cve" title="CVE-2024-56748" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56754.html" id="CVE-2024-56754" type="cve" title="CVE-2024-56754" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56756.html" id="CVE-2024-56756" type="cve" title="CVE-2024-56756" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56759.html" id="CVE-2024-56759" type="cve" title="CVE-2024-56759" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56763.html" id="CVE-2024-56763" type="cve" title="CVE-2024-56763" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56766.html" id="CVE-2024-56766" type="cve" title="CVE-2024-56766" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56767.html" id="CVE-2024-56767" type="cve" title="CVE-2024-56767" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-56769.html" id="CVE-2024-56769" type="cve" title="CVE-2024-56769" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">21c75002596c0ebe3eef1ffca8af6bd0c9cb63653bcb86078be87006058d0cd2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">285b0048f21536a124db0f8f315644349eb63c946701d068d40bee6511b7a67d</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">43d84bba262f75ea421fca66a2f41964188710097653b2a6e3a4f20b94091736</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-305.176.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">1f8b19c130473b116b1a12789c8e6bf9ff475509df77c56c34da80f08a331c6d</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6c0bd1fa6b06b2f6e5bb5eb2a6a10c3b97fc8437b77baff4728aa79e3004a71e</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7beac5c51d4e3910a7e6d22f586c2a62efb77e7b89f94fc64a84b518f21325cd</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fc1bfffa2e27cc70cf743918f743634e7c656da572ebedf46eb0f121925f5a62</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5eb0cb5e0fa7d3b89aba70256ef87ace8ec8c713d9e66a34698c7519dfae1cb2</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8b0dbd9f83c34063454bc0bf3605387b5dbddc6eafd55fd7e6da168032bb1116</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d9461b103598d3dc66ecf1757bd4f1d8588d3c0c3fc1aab7e74ff005fdd02e97</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-305.176.4.el8uek.src.rpm</filename>
          <sum type="sha256">b29e58f2936c3dab029580cc300b3db7b38000b4599fe35af23d0ceef94c8bc3</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88b0ff5021d415965f09887a81097368d06dde2d3a818feefccbf9881e27f036</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">df5ac125cc6d52664e2f9e77a0afe00c365ce7d5a78c7eaead55dfee5b24378f</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e04b6f47c6315a8d094442d04a7d12e90719f16964450a2b50e21fa11c79361b</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="305.176.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-305.176.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">718d26ec9751b5d401a09be96ef1839681b5c71da2635ea715f38fcfa8adae0f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9536</id>
    <title> iniparser  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[4.1-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

[4.1-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[4.1-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[4.1-2]
- Add symlinks for headers to be compitable with Debian (BZ#1635706)

[4.1-1]
- Update to 4.1 (BZ#1508863)

[4.0-6.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[4.0-5.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[4.0-4.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[4.0-3.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[4.0-2.20160821git]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

[4.0-1.20160821git]
- Update to 4.0 [git e24843b] (#1346451)
- Spec file maintenance

[3.1-7]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

[3.1-6]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

[3.1-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

[3.1-4]
- resolves: #1031119 - Fix possible crash with crafted ini files.

[3.1-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

[3.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

[3.1-1]
- Update to 3.1
- Minor spec file changes according to the latest guidelines

[3.0-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

[3.0-1]
- Final 3.0 release

[3.0-0.4.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

[3.0-0.3.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

[3.0-0.2.b]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

[3.0-0.1.b]
- change version number to reflect 'pre-release' status

[3.0b-3]
- ensure LICENSE file is installed

[3.0b-2]
- respond to review: added -fPIC to cflags, used 'install'

[3.0b-1]
- Initial packaging attempt</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9536.html" type="self" title="ELBA-2022-9536" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="iniparser" version="4.1" release="5.el8" epoch="0" arch="src">
          <filename>iniparser-4.1-5.el8.src.rpm</filename>
          <sum type="sha256">02cdf49744ff9c6bf1914f7a9bc2592e06ac579d2ce51a48f31bc7d07a73f1e3</sum>
        </package>
        <package name="iniparser" version="4.1" release="5.el8" epoch="0" arch="x86_64">
          <filename>iniparser-4.1-5.el8.x86_64.rpm</filename>
          <sum type="sha256">cb1b94d75037f3657e17a3f635e98d7bc2f854323d2b50ec9ffb288761d6ec96</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9539</id>
    <title> wireguard-tools  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[1.0.20210914-1]
- contrib/launchd: fix xml syntax error
- wg-quick: darwin: account for 'link#XX' gateways
- ipc: add wireguard-nt support
- ipc: cache windows lookups to avoid O(n^2) with nested lookups
- ipc: remove windows elevation
- ipc: windows: don't display disabled adapters
- ipc: windows: use devpkey instead of nci for name
- wg-quick: android: adjust for android 12
- wg-quick: openbsd: set DNS with resolvd(8)

[1.0.20210424-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

[1.0.20210424-1]
- wg-quick: freebsd: check for socket using -S, not -f
- wg-quick: freebsd: do not assume point-to-point interface flag
- wg-quick: freebsd: use ifconfig for determining if interface is up
- wg-quick: kill route monitor when loop terminates

[1.0.20210315-1]
- Makefile: fix version indicator
- wireguard-tools: const correctness
- wireguard-tools: drag in headers for prototypes
- ipc: uniformly ignore preshared keys that are zero
- wg-quick: freebsd: add kernel support
- ipc: freebsd: add initial FreeBSD support
- wg-quick: freebsd: avoid writing private keys to /tmp

[1.0.20210223-1]
- wg-quick: android: do not free iterated pointer
- wg-quick: openbsd: no use for userspace support
- embeddable-wg-library: sync latest from netlink.h
- wincompat: recent mingw has inet_ntop/inet_pton
- wincompat: add resource and manifest and enable lto
- wincompat: do not elevate by default
- completion: add help and syncconf completions
- sticky-sockets: do not use SO_REUSEADDR
- man: LOG_LEVEL variables changed name
- ipc: do not use fscanf with trailing \n
- ipc: read trailing responses after set operation

[1.0.20200827-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.0.20200827-2]
- Disable contrib/dns-hatchet/apply.sh on Fedora 33+ and RHEL9+

[1.0.20200827-1]
- Update to 1.0.20200827
- wg-quick: android: use iproute2 to bring up interface instead of ndc
- wg-quick: Revert wait on process substitutions

[1.0.20200820-1]
- Update to 1.0.20200820
- ipc: split into separate files per-platform
- wincompat: fold random into genkey
- systemd: add reload target to systemd unit
- man: wg-quick: use syncconf instead of addconf for strip example
- pubkey: isblank is a subset of isspace
- ctype: use non-locale-specific ctype.h
- wg-quick: wait on process substitutions

[1.0.20200513-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.0.20200513-1]
- Update to 1.0.20200513
- Makefile: remember to install all systemd units
- ipc: openbsd: switch to array ioctl interface

[1.0.20200510-1]
- Update to 1.0.20200510
- ipc: add support for openbsd kernel implementation
- ipc: cleanup openbsd support
- wg-quick: add support for openbsd kernel implementation
- wg-quick: cleanup openbsd support
- wg-quick: support dns search domains
- Makefile: simplify silent cleaning
- ipc: remove extra space
- git: add gitattributes so tarball doesn't have gitignore files
- terminal: specialize color_mode to stdout only
- wg-quick: android: support application whitelist
- systemd: add wg-quick.target

[1.0.20200319-2]
- Add missing config directory
- Remove default buildroot BuildRequires
- Simplify doc install
- Remove commented lines
- Use correct macro for bash-completion

[1.0.20200319-1]
- Update to 1.0.20200319

[1.0.20200206-1]
- Update to 1.0.20200206
- Remove libmnl dependency

[1.0.20200121-1]
- Update to 1.0.20200121
- Spec changes to pass Fedora RPM review

[1.0.20200102-1]
- Update to 1.0.20200102
- Remove patch to fix dns-hatchet path

[1.0.20191226-1]
- Update to 1.0.20191226
- Split wireguard-tools back into it's own spec file
- Add in patch to fix dns-hatchet path

[0.0.20191012-1]
- Update to 0.0.20191012

[0.0.20190913-1]
- Update to 0.0.20190913

[0.0.20190905-1]
- Update to 0.0.20190905

[0.0.20190702-1]
- Update to 0.0.20190702

[0.0.20190601-1]
- Update to 0.0.20190601

[0.0.20190531-1]
- Update to 0.0.20190531

[0.0.20190406-1]
- Update to 0.0.20190406

[0.0.20190227-1]
- Update to 0.0.20190227

[0.0.20190123-1]
- Update to 0.0.20190123

[0.0.20181218-1]
- Update to 0.0.20181218

[0.0.20181115-1]
- Update to 0.0.20181115

[0.0.20181018-1]
- Update to 0.0.20181018

[0.0.20181007-2]
- Add make as a build dependency

[0.0.20181007-1]
- Update to 0.0.20181007

[0.0.20180925-1]
- Update to 0.0.20180925

[0.0.20180918-2]
- Add BuildRequires gcc to fix builds on F29 and Rawhide

[0.0.20180918-1]
- Update to 0.0.20180918

[0.0.20180910-1]
- Update to 0.0.20180910

[0.0.20180904-1]
- Update to 0.0.20180904

[0.0.20180809-1]
- Update to 0.0.20180809

[0.0.20180802-1]
- Update to 0.0.20180802

[0.0.20180718-1]
- Update to 0.0.20180718

[0.0.20180708-1]
- Update to 0.0.20180708

[0.0.20180625-1]
- Update to 0.0.20180625

[0.0.20180620-1]
- Update to 0.0.20180620

[0.0.20180613-1]
- Update to 0.0.20180613

[0.0.20180531-1]
- Update to 0.0.20180531

[0.0.20180524-1]
- Update to 0.0.20180524

[0.0.20180519-1]
- Update to 0.0.20180519

[0.0.20180513-1]
- Update to 0.0.20180513
- Drop support for RHEL 7.4, moving on instead to RHEL 7.5

[0.0.20180420-1]
- Update to 0.0.20180420

[0.0.20180413-1]
- Update to 0.0.20180413

[0.0.20180304-1]
- Update to 0.0.20180304

[0.0.20180218-1]
- Update to 0.0.20180218

[0.0.20180202-1]
- Update to 0.0.20180202

[0.0.20180118-1]
- Update to 0.0.20180118

[0.0.20171221-1]
- Update to 0.0.20171221

[0.0.20171211-1]
- Update to 0.0.20171211

[0.0.20171127-1]
- Update to 0.0.20171127

[0.0.20171122-1]
- Update to 0.0.20171122

[0.0.20171111-1]
- Update to 0.0.20171111

[0.0.20171101-1]
- Update to 0.0.20171101
- Add temporary DNS hatchet to wg-quick

[0.0.20171017-1]
- Update to 0.0.20171017

[0.0.20171011-1]
- Update to 0.0.20171011

[0.0.20171005-1]
- Update to 0.0.20171005
- Update RPM spec URL to www.wireguard.com

[0.0.20171001-1]
- Update to 0.0.20171001

[0.0.20170918-1]
- Update to 0.0.20170918
- Drop support for RHEL 7.3, moving on instead to RHEL 7.4.

[0.0.20170907-1]
- Update to 0.0.20170907

[0.0.20170810-1]
- Update to 0.0.20170810

[0.0.20170726-1]
- Update to 0.0.20170726

[0.0.20170629-1]
- Update to 0.0.20170629

[0.0.20170613-1]
- Update to 0.0.20170613

[0.0.20170612-1]
- Update to 0.0.20170612

[0.0.20170531-1]
- Update to 0.0.20170531

[0.0.20170517-1]
- Update to 0.0.20170517

[0.0.20170421-1]
- Update to 0.0.20170421

[0.0.20170409-1]
- Update to 0.0.20170409

[0.0.20170324-1]
- Update to 0.0.20170324

[0.0.20170320.1-1]
- Update to 0.0.20170320.1

[0.0.20170223-1]
- Update to 0.0.20170223

[0.0.20170214-1]
- Update to 0.0.20170214

[0.0.20170105-1]
- Update to 0.0.20170105
- Add wg-quick, bash-completion, and systemd service

[0.0.20161218-1]
- Spec adjustments

[0.0.20160808-2]
- Spec adjustments

[0.0.20160808-1]
- Initial WireGuard Tools RPM
- Version 0.0.20160808</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9539.html" type="self" title="ELBA-2022-9539" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="src">
          <filename>wireguard-tools-1.0.20210914-1.el8.src.rpm</filename>
          <sum type="sha256">750f6412895fa3ef52711b8e304434ff8bc0fb01c25fc357d56dc48f59989650</sum>
        </package>
        <package name="wireguard-tools" version="1.0.20210914" release="1.el8" epoch="0" arch="x86_64">
          <filename>wireguard-tools-1.0.20210914-1.el8.x86_64.rpm</filename>
          <sum type="sha256">c4dd4fd587913213870b995a02e1c0ba3600290a485c8766c1c59e7c1ffc3a48</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9533</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.19]
- net/mlx4: Increase num_srq in low_mem_profile (Dave Kleikamp)  [Orabug: 34052160]

[5.15.0-0.30.18]
- Revert ocfs2: mount shared volume without ha stack (Junxiao Bi)  [Orabug: 33701900] 
- KVM: x86/speculation: Disable Fill buffer clear within guests (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/srbds: Update SRBDS mitigation selection (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/bugs: Group MDS, TAA &amp; Processor MMIO Stale Data mitigations (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation: Add a common function for MD_CLEAR mitigation update (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- Documentation: Add documentation for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}

[5.15.0-0.30.17]
- uek-rpm: New shim versions and secureboot certs (Jack Vogel)  [Orabug: 34219956]

[5.15.0-0.30.16]
- perf: Correct the label position in perf_event_open (Jack Vogel)  [Orabug: 34172708]

[5.15.0-0.30.15]
- sched: Fix non-CONFIG_SCHED_CORE build (Boris Ostrovsky)  [Orabug: 34228424]

[5.15.0-0.30.14]
- lockdown: also lock down previous kgdb use (Daniel Thompson)  [Orabug: 34152698]  {CVE-2022-21499}
- io_uring: fix race between timeout flush and removal (Jens Axboe)  [Orabug: 34115159]  {CVE-2022-29582}
- kvm/x86: Inherit userspaces core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195867] 
- vhost: Inherit userspaces core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195867] 
- sched: Add interface for copying core scheduling cookie between two tasks (Boris Ostrovsky)  [Orabug: 34195867] 
- KVM: x86: avoid calling x86 emulator without a decoded instruction (Sean Christopherson)  [Orabug: 34205798]  {CVE-2022-1852} {CVE-2022-1852}
- uek-rpm: Added squashfs module to core rpm for kdump (Vijayendra Suman)  [Orabug: 34206290] 
- uek-rpm: Enable CONFIG_SQUASHFS_ZSTD to support zstd compression (Harshit Mogalapalli)  [Orabug: 34209438]

[5.15.0-0.30.13]
- perf: Fix sys_perf_event_open() race against self (Peter Zijlstra)  [Orabug: 34172708]  {CVE-2022-1729}
- uek-rpm: Enable dependencies needed by CONFIG_SND_SOC_INTEL_HDA_DSP_COMMON (Brian Maly)  [Orabug: 33711352]

[5.15.0-0.30.12]
- docs: kdump: Update the crashkernel description for arm64 (Zhen Lei)  [Orabug: 34052160] 
- of: fdt: Add memory for devices by DT property linux,usable-memory-range (Chen Zhou)  [Orabug: 34052160] 
- arm64: kdump: Reimplement crashkernel=X (Chen Zhou)  [Orabug: 34052160] 
- arm64: Use insert_resource() to simplify code (Zhen Lei)  [Orabug: 34052160] 
- kdump: return -ENOENT if required cmdline option does not exist (Zhen Lei)  [Orabug: 34052160] 
- Revert x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: make the lower bound of crash kernel reservation consistent (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel() (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch() (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: move reserve_crashkernel[_low]() into crash_core.c (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86/elf: Move vmcore_elf_check_arch_cross to arch/x86/include/asm/elf.h (Dave Kleikamp)  [Orabug: 34052160] 
- Revert arm64: kdump: introduce some macroes for crash kernel reservation (Dave Kleikamp)  [Orabug: 34052160] 
- Revert arm64: kdump: reimplement crashkernel=X (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config (Dave Kleikamp)  [Orabug: 34052160] 
- Revert kdump: update Documentation about crashkernel (Dave Kleikamp)  [Orabug: 34052160] 
- uek-rpm: Add modules required to pass selinux-testsuites to core rpm (Somasundaram Krishnasamy)  [Orabug: 34129238] 
- uek-rpm: configs: enable 9P_FS for x86_64 (Todd Vierling)  [Orabug: 34146029] 
- uek-rpm: Add modules to allow podman tests to run on core kernel. (Somasundaram Krishnasamy)  [Orabug: 34123777]

[5.15.0-0.30.11]
- uek: kabi: Update kABI files and enable the kABI checker (Saeed Mirzamohammadi)  [Orabug: 34044324] 
- Revert rds/ib: recover rds connection from stuck tx path (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603] 
- Revert rds/ib: reap tx completions during connection shutdown (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603] 
- Revert rds/ib: handle posted ACK during connection shutdown (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603]

[5.15.0-0.30.10]
- xfs, iomap: limit individual ioend chain lengths in writeback (Dave Chinner)  [Orabug: 34085022] 
- xfs: only bother with sync_filesystem during readonly remount (Darrick J. Wong)  [Orabug: 34085022] 
- vfs: make sync_filesystem return errors from -&gt;sync_fs (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: flush inodegc workqueue tasks before cancel (Brian Foster)  [Orabug: 34085022] 
- xfs: prevent UAF in xfs_log_item_in_current_chkpt (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() (Dan Carpenter)  [Orabug: 34085022] 
- xfs: check sb_meta_uuid for dabuf buffer recovery (Dave Chinner)  [Orabug: 34085022] 
- xfs: only run COW extent recovery when there are no live extents (Darrick J. Wong)  [Orabug: 34085022] 
- x86/platform/uv: Log gap hole end size (Mike Travis)  [Orabug: 34100359] 
- x86/platform/uv: Update TSC sync state for UV5 (Mike Travis)  [Orabug: 34100359] 
- x86/platform/uv: Update NMI Handler for UV5 (Mike Travis)  [Orabug: 34100359] 
- perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT (Ingo Molnar)  [Orabug: 34100359] 
- perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addresses (Steve Wahl)  [Orabug: 34100359] 
- net/rds: Delayed DR_SOCK_CANCEL (Gerd Rausch)  [Orabug: 34105317] 
- uek-rpm: Move needed modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34124573] [Orabug: 34130428] [Orabug: 34130346] 
- af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register (Haimin Zhang)  [Orabug: 34135342]  {CVE-2022-1353}

[5.15.0-0.30.9]
- uek-rpm: Enable CONFIG_KFENCE (Joe Jin)  [Orabug: 34125090] 
- rds: ib: INFO: trying to register non-static key during rmmod (Freddy Carrillo)  [Orabug: 34106050] 
- uek-rpm: Move few modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34087568] 
- bpf: Emit bpf_timer in vmlinux BTF (Yonghong Song)  [Orabug: 34085523] 
- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64 (Ilya Leoshkevich)  [Orabug: 34085523] 
- KVM: avoid NULL pointer dereference in kvm_dirty_ring_push (Paolo Bonzini)  [Orabug: 34048938]  {CVE-2022-1263}

[5.15.0-0.30.8]
- Revert locking/rwsem: Make handoff bit handling more consistent (John Donnelly)  [Orabug: 34087272] 
- Revert locking/rwsem: Always try to wake waiters in out_nolock path (John Donnelly)  [Orabug: 34087272] 
- x86, ctf: fix CTF suppression in the vDSO (Nick Alcock)  [Orabug: 34090171]

[5.15.0-0.30.7]
- uek-rpm: config: Add support for resilient_rdmaip new kernel module (Sudhakar Dindukurti)  [Orabug: 27718686] [Orabug: 30777254] [Orabug: 33877197] 
- resilient_rdmaip: replace inet_ioctl() with devinet_ioctl() (Qing Huang)  [Orabug: 33877197] 
- rdmaip: trace message buffer size too small for rdmaip debug tracepoints (Alan Maguire)  [Orabug: 33267573] [Orabug: 33877197] 
- A/A Bonding: remove use of trace_printk(), replacing with tracepoints (Alan Maguire)  [Orabug: 32969529] [Orabug: 33877197] 
- A/A Bonding: In rdmaip synchronize access to ip_config[].rdmaip_dev (Sharath Srinivasan)  [Orabug: 32486193] [Orabug: 33877197] 
- A/A Bonding: dev_hold/put() the delayed GARP work handlers netdev in rdmaip (Sharath Srinivasan)  [Orabug: 33161268] [Orabug: 33877197] 
- A/A Bonding: Add synchronized bundle failback (Gerd Rausch)  [Orabug: 32381881] [Orabug: 33877197] 
- A/A Bonding: Fix a one-byte-off kmalloc (Hakon Bugge)  [Orabug: 32380823] [Orabug: 33877197] 
- A/A Bonding: Introduce selective interface name inclusion (Hakon Bugge)  [Orabug: 32350973] [Orabug: 33877197] 
- A/A Bonding: Increase number and interval of GARPs sent by rdmaip (Sharath Srinivasan)  [Orabug: 32095765] [Orabug: 33877197] 
- A/A Bonding: No need to call flush rdmaip_wq in rdmaip_cleanup() (Ka-Cheong Poon)  [Orabug: 30875610] [Orabug: 33877197] 
- A/A Bonding: Change debug levels for some debug messages (Sudhakar Dindukurti)  [Orabug: 30430839] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Remove rdmaip_garp_wq work queue (Sudhakar Dindukurti)  [Orabug: 30507174] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: rdmaip does not send IPv6 address change notification (Ka-Cheong Poon)  [Orabug: 30312121] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Memory leak in rdmaip_send_gratuitous_arp (Dag Moxnes)  [Orabug: 30434319] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Use correct port when calling ib_query_port (Dag Moxnes)  [Orabug: 30433360] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Validate rdmaip_active_bonding_arps module parameter (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Flush all the delayed works posted to rdmaip_garps_wq before destroying the workq (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Rename riif_dlywork to rdmaip_dlywork (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Rename rdmaip_port_ud_work to rdmaip_dly_work_req (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Flush all the delayed works posted to rdmaip_wq before destroying the workq (Sudhakar Dindukurti)  [Orabug: 29379514] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Miscellaneous module unload changes (Sudhakar Dindukurti)  [Orabug: 29781216] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Skip sending GARPs when module unload is in progress (Sudhakar Dindukurti)  [Orabug: 29781216] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Port status is not updated correctly for dynamically added netdevs (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: rdmaip_add_new_rdmaip_port() - remove unused port argument (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: rdmaip_inetaddr_unregister() - minor updates (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Log ip_config details if it fails to find a failover port (Sudhakar Dindukurti)  [Orabug: 30213132] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: X8-8 RoCE network re-connect stalls after loss of switch (Sudhakar Dindukurti)  [Orabug: 30213132] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Switch from dma_device to dev.parent (Dag Moxnes)  [Orabug: 30149027] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Increase default net.rdmaip.active_bonding_failback_ms (Sudhakar Dindukurti)  [Orabug: 30184200] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Optimize rdmaip_impl_inetaddr_event() (Sudhakar Dindukurti)  [Orabug: 29929934] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: ResilientRDMA does not failback on nodes configured with unused VFs starting in 1902.1.0 (Sudhakar Dindukurti)  [Orabug: 29929934] [Orabug: 30777254] [Orabug: 33877197] 
- Delay IP migration for failback by 10s for NETDEV_CHANGE event (Sudhakar Dindukurti)  [Orabug: 29761370] [Orabug: 30777254] [Orabug: 33877197] 
- RoCE:KVM guest: failover doesnt work if an interface isnt configured (Sudhakar Dindukurti)  [Orabug: 29476868] [Orabug: 30777254] [Orabug: 33877197] 
- Add more debug messages in Resilient RDMAIP (Sudhakar Dindukurti)  [Orabug: 29683262] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Fix gratuitous ARP storm (Hakon Bugge)  [Orabug: 29629971] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Potential race conditions in the module unload path (Sudhakar Dindukurti)  [Orabug: 29301129] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Avoid calling ib_query_gid() by holding the dev_base_lock (Sudhakar Dindukurti)  [Orabug: 29350401] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: ib_query_port() sleeping function called in a invalid context (Sudhakar Dindukurti)  [Orabug: 29391490] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Sleeping function mutex_lock() called in invalid context (Sudhakar Dindukurti)  [Orabug: 29430627] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Name structure fields appropriately (for better readability) (Sudhakar Dindukurti)  [Orabug: 29168419] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add rdmaip_process_async_event() (Sudhakar Dindukurti)  [Orabug: 29168346] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Potential race conditions (Sudhakar Dindukurti)  [Orabug: 29172556] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: check return value of the rdmaip_init_port (Sudhakar Dindukurti)  [Orabug: 29168307] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Optimize rdmaip_event_handler() (Sudhakar Dindukurti)  [Orabug: 29168253] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add new function rdmaip_sched_failover_failback() to sechedule failover/failback (Sudhakar Dindukurti)  [Orabug: 29167542] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Skip failover and failback operations during network reconfiguration (Sudhakar Dindukurti)  [Orabug: 28946148] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add new function rdmaip_add_new_rdmaip_port() (Sudhakar Dindukurti)  [Orabug: 29167497] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add rdmaip_update_port_status_all_layers() function (Sudhakar Dindukurti)  [Orabug: 29213051] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add a new function rdmaip_find_port_tstate() to find port transition state (Sudhakar Dindukurti)  [Orabug: 29162871] [Orabug: 30777254] [Orabug: 33877197] 
- Replace alloc_page() with static allocation (Sudhakar Dindukurti)  [Orabug: 29162759] [Orabug: 30777254] [Orabug: 33877197] 
- Log full interface name including label during IPv4 migration (Sudhakar Dindukurti)  [Orabug: 29019945] [Orabug: 30777254] [Orabug: 33877197] 
- A/A : Failover and failback does not work for IP aliases (Sudhakar Dindukurti)  [Orabug: 29019964] [Orabug: 30777254] [Orabug: 33877197] 
- Node crashes when trace buffer is opened (Sudhakar Dindukurti)  [Orabug: 28988861] [Orabug: 30777254] [Orabug: 33877197] 
- module unload: Restore IPs during module unloading (Sudhakar Dindukurti)  [Orabug: 27902037] [Orabug: 30777254] [Orabug: 33877197] 
- Memory leak in rdmaip_device_remove() (Sudhakar Dindukurti)  [Orabug: 28496850] [Orabug: 30777254] [Orabug: 33877197] 
- resilient_rdmaip: Remove unused variable (Sudhakar Dindukurti)  [Orabug: 28925778] [Orabug: 30777254] [Orabug: 33877197] 
- A/A failback does not work in concert with ibacm (Hakon Bugge)  [Orabug: 28919144] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: fix returned value not set error (Zhu Yanjun)  [Orabug: 28175433] [Orabug: 30777254] [Orabug: 33877197] 
- IB: RDMAIP: avoid migration to a port that is down (Zhu Yanjun)  [Orabug: 28096172] [Orabug: 30777254] [Orabug: 33877197] 
- IB/rdmaip: Fix bug in failover_group parsing (Hakon Bugge)  [Orabug: 28198705] [Orabug: 30777254] [Orabug: 33877197] 
- GARP Messages should be sent on the same port where IP is bound (Sudhakar Dindukurti)  [Orabug: 28085445] [Orabug: 30777254] [Orabug: 33877197] 
- system panic with active bonding enabled via resilient_rdmaip (Sudhakar Dindukurti)  [Orabug: 28073806] [Orabug: 30777254] [Orabug: 33877197] 
- Resilient RDMAIP should not attempt to failover/failback for the ports in grp 0 (Sudhakar Dindukurti)  [Orabug: 28049781] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: ib0 is already part of another failover group (Sudhakar Dindukurti)  [Orabug: 27818669] [Orabug: 30777254] [Orabug: 33877197] 
- Minor typos in resilient_rdmaip parameter description (Sudhakar Dindukurti)  [Orabug: 27890256] [Orabug: 30777254] [Orabug: 33877197] 
- Garbled log messages related to resilient_rdmaip driver (Sudhakar Dindukurti)  [Orabug: 27935928] [Orabug: 30777254] [Orabug: 33877197] 
- Add Resilient RDMAIP module (Sudhakar Dindukurti)  [Orabug: 27718676] [Orabug: 30777254] [Orabug: 33877197] 
- netfilter: conntrack: re-init state for retransmitted syn-ack (Florian Westphal)  [Orabug: 34096642] 
- netfilter: conntrack: move synack init code to helper (Florian Westphal)  [Orabug: 34096642] 
- uek-rpm: Add few more missing modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34095625] 
- scsi: mpt3sas: Remove scsi_dma_map() error messages (Sreekanth Reddy)  [Orabug: 34095621] 
- IB/cma: Allow XRC INI QPs to set their local ACK timeout (Hakon Bugge)  [Orabug: 34094200] 
- SUNRPC: Do not dereference non-socket transports in sysfs (Trond Myklebust)  [Orabug: 34056478] 
- SUNRPC: lock against -&gt;sock changing during sysfs read (NeilBrown)  [Orabug: 34056478] 
- SUNRPC: Check if the xprt is connected before handling sysfs reads (Anna Schumaker)  [Orabug: 34056478] 
- uek-rpm: Enable CONFIG_FS_VERITY (Victor Erminpour)  [Orabug: 34048393]

[5.15.0-0.30.6]
- uek-rpm: Update kernel-uek-core rpm module list. (Somasundaram Krishnasamy)  [Orabug: 34078005] 
- Revert scsi: core: Register sysfs attributes earlier (John Donnelly)  [Orabug: 34087517] 
- vfio/type1: add ioctl to check for correct pin accounting (Anthony Yznaga)  [Orabug: 34049087] 
- vfio/type1: track pages pinned by vfio across exec (Anthony Yznaga)  [Orabug: 34049087] 
- mm: track driver pinned pages across exec (Anthony Yznaga)  [Orabug: 34049087] 
- mlx5_core: set module param expose_pf_phys_port_name to true (Sharath Srinivasan)  [Orabug: 33960521] 
- uek-rpm: Fix DEFAULTKERNEL for aarch 64k rpms. (Somasundaram Krishnasamy)  [Orabug: 33900644] 
- xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks (Dave Chinner)  [Orabug: 33705403]

[5.15.0-0.30.5]
- iov_iter: Introduce nofault flag to disable page faults (Andreas Gruenbacher)  [Orabug: 34073754] 
- gup: Introduce FOLL_NOFAULT flag to disable page faults (Andreas Gruenbacher)  [Orabug: 34073754] 
- scsi: core: Use a structure member to track the SCSI command submitter (Bart Van Assche)  [Orabug: 34075214] 
- uek: kabi: add KABI padding to x86 struct fpu (Eric DeVolder)  [Orabug: 34070418] 
- uek: kabi: add KABI padding to udp and phy sturcts (Qing Huang)  [Orabug: 34066357] 
- xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu&gt;=32 (Dongli Zhang)  [Orabug: 34064652] 
- scsi: core: Register sysfs attributes earlier (Bart Van Assche)  [Orabug: 34063798] 
- uek: kabi: add kABI padding to arch/x86/include/asm/processor.h (Thomas Tai)  [Orabug: 34059795] 
- x86/speculation: Restore speculation related MSRs during S3 resume (Pawan Gupta)  [Orabug: 34053699] 
- can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path (Hangyu Hua)  [Orabug: 34048326]  {CVE-2022-28390}
- can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path (Hangyu Hua)  [Orabug: 34048287]  {CVE-2022-28388}
- intel_idle: add core C6 optimization for SPR (Artem Bityutskiy)  [Orabug: 34039112] 
- intel_idle: add preferred_cstates module argument (Artem Bityutskiy)  [Orabug: 34039112] 
- intel_idle: add SPR support (Artem Bityutskiy)  [Orabug: 34039112] 
- uek-rpm: Modify options for CONFIG_VSOCKETS_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Modify options for CONFIG_TIPC_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Modify options for CONFIG_INET_SCTP_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Enable CONFIG_MPTCP (Victor Erminpour)  [Orabug: 34027701] 
- add kernel param to pre-allocate NICs (Brian Maly)  [Orabug: 30962711] [Orabug: 34018925] 
- xfs: punch out data fork delalloc blocks on COW writeback failure (Brian Foster)  [Orabug: 33968545] 
- locking/rwsem: Always try to wake waiters in out_nolock path (Waiman Long)  [Orabug: 33698977]

[5.15.0-0.30.4]
- btrfs: skip reserved bytes warning on unmount after log cleanup failure (Filipe Manana)  [Orabug: 33916044] 
- ALSA: pcm: Fix races among concurrent prealloc proc writes (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent read/write and buffer changes (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent hw_params and hw_free calls (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- mei: me: disable driver on the ign firmware (Alexander Usyskin)  [Orabug: 34018911] 
- uek-rpm: Separate x86_64 kABI checking for OL8/9 (Saeed Mirzamohammadi)  [Orabug: 34027988] 
- rds: ib: Initialize SG table properly (Hakon Bugge)  [Orabug: 34031911] 
- KVM: x86/mmu: do compare-and-exchange of gPTE via the user address (Paolo Bonzini)  [Orabug: 34034593]  {CVE-2022-1158}
- Revert rds/ib: recover rds connection from stuck rx path (Rohit Nair)  [Orabug: 34039269]

[5.15.0-0.30.3]
- xfs: dont generate selinux audit messages for capability testing (Darrick J. Wong)  [Orabug: 33678769] 
- rds: Fix incorrect initialization order (Hakon Bugge)  [Orabug: 33923371] 
- turbostat: fix PC6 displaying on some systems (Artem Bityutskiy)  [Orabug: 33998324] 
- exec, elf: ignore invalid note data (Anthony Yznaga)  [Orabug: 34003079] 
- netfilter: nf_tables: validate registers coming from userspace. (Pablo Neira Ayuso)  [Orabug: 34012906]  {CVE-2022-1015}
- netfilter: nf_tables: initialize registers in nft_do_chain() (Pablo Neira Ayuso)  [Orabug: 34012923]  {CVE-2022-1016}

[5.15.0-0.30.2]
- net/rds: Fix math on error code (Freddy Carrillo)  [Orabug: 33974712] 
- uek-rpm: aarch64: Reduce core rpms module count (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- uek-rpm: Add few needed modules to core rpm. (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- uek-rpm: Remove duplicate modules from kernel-uek-modules rpm (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers (David Hildenbrand)  [Orabug: 33797463] 
- net: mana: Add handling of CQE_RX_TRUNCATED (Haiyang Zhang)  [Orabug: 33839662] 
- net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe() (Haiyang Zhang)  [Orabug: 33839662] 
- net/rds: Use unpin_user_page as pin_user_pages counterpart (Gerd Rausch)  [Orabug: 33867863] 
- rds: ib: Fix racy credit tracepoints (Hakon Bugge)  [Orabug: 33980854] 
- mm: fix MADV_DONTEXEC to clear VM_EXEC_KEEP (Anthony Yznaga)  [Orabug: 33987398] 
- uek-rpm: Set CONFIG_*_DIAG options as built-ins to match RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_DEBUG_WX for x86_64 debug kernel (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_TMPFS_INODE64 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CXL_MEM (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CMA_SYSFS (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable Platform related options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable DM_VERITY_VERIFY_ROOTHASH_SIG and DM_VERITY_FEC (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable Crypto related options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CAN_* options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_NET_SCH_* options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_NF_FLOW_TABLE (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable missing Netfilter options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CGROUP_MISC and CONFIG_BLK_CGROUP_FC_APPID (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_INTEL_IDXD_PERFMON (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_RTW88_8723DE and CONFIG_RTW88_8821CE (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Update configuration for v5.15.30.1 (aarch64 make olddefconfig) (Victor Erminpour)  [Orabug: 33901403] 
- uek-rpm: Update configuration for v5.15.30.1 (x86_64 make olddefconfig) (Victor Erminpour)  [Orabug: 33901403]

[5.15.0-0.30.1]
- uek-rpm: config: Enable CONFIG_KEY_NOTIFICATIONS option (Somasundaram Krishnasamy)  [Orabug: 33957466] 
- Revert uek: kabi: Enable kABI checker for ol8 and ol9 (Jack Vogel)  
- LTS version: v5.15.30 (Jack Vogel)  
- ice: Fix race condition during interface enslave (Ivan Vecera)  
- x86/module: Fix the paravirt vs alternative order (Peter Zijlstra)  
- kselftest/vm: fix tests build with old libc (Chengming Zhou)  
- bnx2: Fix an error message (Christophe JAILLET)  
- sfc: extend the locking on mcdi-&gt;seqno (Niels Dossche)  
- tcp: make tcp_read_sock() more robust (Eric Dumazet)  
- nl80211: Update bss channel on channel switch for P2P_CLIENT (Sreeramya Soratkal)  
- drm/vrr: Set VRR capable prop only if it is attached to connector (Manasi Navare)  
- iwlwifi: dont advertise TWT support (Golan Ben Ami)  
- atm: firestream: check the return value of ioremap() in fs_init() (Jia-Ju Bai)  
- can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready (Lad Prabhakar)  
- Bluetooth: hci_core: Fix leaking sent_cmd skb (Luiz Augusto von Dentz)  
- ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE (Julian Braha)  
- MIPS: smp: fill in sibling and core maps earlier (Alexander Lobakin)  
- mac80211: refuse aggregations sessions before authorized (Johannes Berg)  
- ARM: dts: rockchip: fix a typo on rk3288 crypto-controller (Corentin Labbe)  
- ARM: dts: rockchip: reorder rk322x hmdi clocks (Sascha Hauer)  
- arm64: dts: agilex: use the compatible intel,socfpga-agilex-hsotg (Dinh Nguyen)  
- arm64: dts: rockchip: reorder rk3399 hdmi clocks (Sascha Hauer)  
- arm64: dts: rockchip: align pl330 node name with dtschema (Krzysztof Kozlowski)  
- arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity (Jakob Unterwurzacher)  
- xfrm: Fix xfrm migrate issues when address family changes (Yan Yan)  
- xfrm: Check if_id in xfrm_migrate (Yan Yan)  
- arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode (Quentin Schulz)  
- Revert xfrm: state and policy should fail if XFRMA_IF_ID 0 (Kai Lueke)  
- LTS version: v5.15.29 (Jack Vogel)  
- vhost: allow batching hint without size (Jason Wang)  
- Revert net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN (Vladimir Oltean)  
(Christoph Hellwig)  
- riscv: dts: k210: fix broken IRQs on hart1 (Niklas Cassel)  
- drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL (Ville Syrjala)  
- btrfs: make send work with concurrent block group relocation (Filipe Manana)  
- drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP (Thomas Zimmermann)  
- x86/traps: Mark do_int3() NOKPROBE_SYMBOL (Li Huafei)  
- x86/sgx: Free backing memory after faulting the enclave page (Jarkko Sakkinen)  
- x86/boot: Add setup_indirect support in early_memremap_is_setup_data() (Ross Philipson)  
- x86/boot: Fix memremap of setup_indirect structures (Ross Philipson)  
- Revert x86/boot: Fix memremap of setup_indirect structures (Jack Vogel)  
- Revert x86/boot: Add setup_indirect support in early_memremap_is_setup_data (Jack Vogel)  
- watch_queue: Make comment about setting -&gt;defunct more accurate (David Howells)  
- watch_queue: Fix lack of barrier/sync/lock between post and read (David Howells)  
- watch_queue: Free the alloc bitmap when the watch_queue is torn down (David Howells)  
- watch_queue: Fix the alloc bitmap size to reflect notes allocated (David Howells)  
- watch_queue: Fix to always request a pow-of-2 pipe ring size (David Howells)  
- watch_queue: Fix to release page in -&gt;release() (David Howells)  
- watch_queue, pipe: Free watchqueue state after clearing pipe ring (David Howells)  
- watch_queue: Fix filter limit check (David Howells)  
- ARM: fix Thumb2 regression with Spectre BHB (Russell King (Oracle))  
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE (Dima Chumak)  
- virtio: acknowledge all features before access (Michael S. Tsirkin)  
- virtio: unexport virtio_finalize_features (Michael S. Tsirkin)  
- KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned (Andrei Vagin)  
- swiotlb: rework fix info leak with DMA_FROM_DEVICE (Halil Pasic)  
- arm64: kasan: fix include error in MTE functions (Paul Semel)  
- arm64: Ensure execute-only permissions are not allowed without EPAN (Catalin Marinas)  
- arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 (Pali Rohar)  
- tracing/osnoise: Force quiescent states while tracing (Nicolas Saenz Julienne)  
- riscv: Fix auipc+jalr relocation range checks (Emil Renner Berthing)  
- mmc: meson: Fix usage of meson_mmc_post_req() (Rong Chen)  
- riscv: alternative only works on !XIP_KERNEL (Jisheng Zhang)  
- net: macb: Fix lost RX packet wakeup race in NAPI receive (Robert Hancock)  
- staging: gdm724x: fix use after free in gdm_lte_rx() (Dan Carpenter)  
- staging: rtl8723bs: Fix access-point mode deadlock (Hans de Goede)  
- fuse: fix pipe buffer lifetime for direct_io (Miklos Szeredi)  
- fuse: fix fileattr op failure (Miklos Szeredi)  
- ARM: Spectre-BHB: provide empty stub for non-config (Randy Dunlap)  
- selftests/memfd: clean up mapping in mfd_fail_write (Mike Kravetz)  
- selftest/vm: fix map_fixed_noreplace test failure (Aneesh Kumar K.V)  
- tracing/osnoise: Make osnoise_main to sleep for microseconds (Daniel Bristot de Oliveira)  
- tracing: Ensure trace buffer is at least 4096 bytes large (Sven Schnelle)  
- ipv6: prevent a possible race condition with lifetimes (Niels Dossche)  
- Revert xen-netback: Check for hotplug-status existence before watching (Marek Marczykowski-Gorecki)  
- Revert xen-netback: remove hotplug-status once it has served its purpose (Marek Marczykowski-Gorecki)  
- drm/amdgpu: bypass tiling flag check in virtual display case (v2) (Guchun Chen)  
- gpio: Return EPROBE_DEFER if gc-&gt;to_irq is NULL (Shreeya Patel)  
- PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken (Alex Deucher)  
- hwmon: (pmbus) Clear pmbus fault/warning bits after read (Vikash Chandola)  
- net-sysfs: add check for netdevice being present to speed_show (suresh kumar)  
- x86/kvm: Dont use pv tlb/ipi/sched_yield if on 1 vCPU (Wanpeng Li)  
- drm/vc4: hdmi: Unregister codec device on unbind (Maxime Ripard)  
- spi: rockchip: terminate dma transmission when slave abort (Jon Lin)  
- spi: rockchip: Fix error in getting num-cs property (Jon Lin)  
- kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode (Anton Romanov)  
- KVM: Fix lockdep false negative during host resume (Wanpeng Li)  
- pinctrl: tigerlake: Revert Add Alder Lake-M ACPI ID (Andy Shevchenko)  
- usb: dwc3: pci: add support for the Intel Raptor Lake-S (Heikki Krogerus)  
- swiotlb: fix info leak with DMA_FROM_DEVICE (Halil Pasic)  
- selftests/bpf: Add test for bpf_timer overwriting crash (Kumar Kartikeya Dwivedi)  
- net: phy: meson-gxl: improve link-up behavior (Heiner Kallweit)  
- net: bcmgenet: Dont claim WOL when its not available (Jeremy Linton)  
- sctp: fix kernel-infoleak for SCTP sockets (Eric Dumazet)  
- net: phy: DP83822: clear MISR2 register to disable interrupts (Clement Leger)  
- gianfar: ethtool: Fix refcount leak in gfar_get_ts_info (Miaoqian Lin)  
- gpio: ts4900: Do not set DAT and OE together (Mark Featherston)  
- selftests: pmtu.sh: Kill nettest processes launched in subshell. (Guillaume Nault)  
- selftests: pmtu.sh: Kill tcpdump processes launched by subshell. (Guillaume Nault)  
- NFC: port100: fix use-after-free in port100_send_complete (Pavel Skripkin)  
- net/mlx5e: Lag, Only handle events from highest priority multipath entry (Roi Dayan)  
- net/mlx5: Fix a race on command flush flow (Moshe Shemesh)  
- net/mlx5: Fix size field in bufferx_reg struct (Mohammad Kabat)  
- ax25: Fix NULL pointer dereference in ax25_kill_by_device (Duoming Zhou)  
- net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr (Miaoqian Lin)  
- net: ethernet: lpc_eth: Handle error for clk_enable (Jiasheng Jiang)  
- net: ethernet: ti: cpts: Handle error for clk_enable (Jiasheng Jiang)  
- tipc: fix incorrect order of state message data sanity check (Tung Nguyen)  
- ethernet: Fix error handling in xemaclite_of_probe (Miaoqian Lin)  
- ice: Fix curr_link_speed advertised speed (Jedrzej Jagielski)  
- ice: Dont use GFP_KERNEL in atomic context (Christophe JAILLET)  
- ice: Fix error with handling of bonding MTU (Dave Ertman)  
- ice: stop disabling VFs due to PF error responses (Jacob Keller)  
- i40e: stop disabling VFs due to PF error responses (Jacob Keller)  
- iavf: Fix handling of vlan strip virtual channel messages (Michal Maloszewski)  
- ARM: dts: aspeed: Fix AST2600 quad spi group (Joel Stanley)  
- net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() (Russell King (Oracle))  
- drm/sun4i: mixer: Fix P010 and P210 format numbers (Jernej Skrabec)  
- gpiolib: acpi: Convert ACPI value of debounce to microseconds (Andy Shevchenko)  
- smsc95xx: Ignore -ENODEV errors when device is unplugged (Fabio Estevam)  
- qed: return status of qed_iov_get_link (Tom Rix)  
- esp: Fix BEET mode inter address family tunneling on GSO (Steffen Klassert)  
- esp: Fix possible buffer overflow in ESP transformation (Steffen Klassert)  
- net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare() (Jia-Ju Bai)  
- isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() (Jia-Ju Bai)  
- vdpa: fix use-after-free on vp_vdpa_remove (Zhang Min)  
- virtio-blk: Dont use MAX_DISCARD_SEGMENTS if max_discard_seg is zero (Xie Yongji)  
- vhost: fix hung thread due to erroneous iotlb entries (Anirudh Rayabharam)  
- mISDN: Fix memory leak in dsp_pipeline_build() (Alexey Khoroshilov)  
- net: phy: meson-gxl: fix interrupt handling in forced mode (Heiner Kallweit)  
- vduse: Fix returning wrong type in vduse_domain_alloc_iova() (Xie Yongji)  
- vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command (Si-Wei Liu)  
- tipc: fix kernel panic when enabling bearer (Tung Nguyen)  
- arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias (Pali Rohar)  
- HID: vivaldi: fix sysfs attributes leak (Dmitry Torokhov)  
- clk: qcom: dispcc: Update the transition delay for MDSS GDSC (Taniya Das)  
- clk: qcom: gdsc: Add support to update GDSC transition delay (Taniya Das)  
- ARM: boot: dts: bcm2711: Fix HVS register range (Maxime Ripard)  
- HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts (Pavel Skripkin)  
- HID: elo: Revert USB reference counting (Jiri Kosina)  
- arm64: dts: qcom: sm8350: Correct UFS symbol clocks (Bjorn Andersson)  
- arm64: dts: qcom: sm8350: Describe GCC dependency clocks (Konrad Dybcio)  
- uek-rpm: Add crashkernel.default file (John Donnelly)  [Orabug: 33741103] 
- KVM: SVM: Dont apply SEV+SMAP workaround on code fetch or PT access (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests (Sean Christopherson)  [Orabug: 33772526] 
- KVM: x86: Pass emulation type to can_emulate_instruction() (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support (Sean Christopherson)  [Orabug: 33772526] 
- rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long)  [Orabug: 33904637] 
- rds/ib: Resize CQ if send-/recv-ring-size are changed (Hans Westgaard Ry)  [Orabug: 33940518] 
- uek-rpm: Enable CONFIG_DRM_VMWGFX and CONFIG_DRM_VMWGFX_FBCON for aarch64 (Victor Erminpour)  [Orabug: 33947624]
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9533.html" type="self" title="ELSA-2022-9533" />
      <reference href="https://linux.oracle.com/cve/CVE-2021-4095.html" id="CVE-2021-4095" type="cve" title="CVE-2021-4095" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1015.html" id="CVE-2022-1015" type="cve" title="CVE-2022-1015" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1263.html" id="CVE-2022-1263" type="cve" title="CVE-2022-1263" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-28388.html" id="CVE-2022-28388" type="cve" title="CVE-2022-28388" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-28390.html" id="CVE-2022-28390" type="cve" title="CVE-2022-28390" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-29582.html" id="CVE-2022-29582" type="cve" title="CVE-2022-29582" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7b6f5f8930f55b7a6fabd271ba27e2b2424c1c8234aeb305a9844df82ff6b954</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2c7e9a5a81b6696cd600a6439219b3d192da280c414ba3427b545bafeb2450d0</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0992bdf1e6e20e037441ab36febc49ece571c1e99d1b065961912523624ce4ba</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-0.30.19.el8uek.noarch.rpm</filename>
          <sum type="sha256">53eb87d1dfabb5bad962c8f5f9e5725d990b05c33e3b5ebec870de36906b8a3c</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f225c638368805d813ea3a863854fdaec7433aee6d6ed934589d96501259da55</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1996b6f71cc1164b90a27a0c1c1cb2a742156446b8e9f6ea5d0d46014f51341c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-0.30.19.el8uek.src.rpm</filename>
          <sum type="sha256">1fb76f59036c501a24041465b05a6654ef425b2e78ce89ec25a03104c8e78b9b</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa0cbf495a4f40ec5ec974ebf8b946f4fe39a0b77caaffaef974a3f99be8e164</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a8a34908ebafe90b52cebe1d2ece84291c8da8f999e6d7f023614981e91ca1b5</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3802943734485ac8b5c4d3d0e81f989e57c8bf0c1709e982d679c9b3a4ca169e</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d765b9a53f1734342884e949860a318e4a50313d3467e8798a003a1a2e40653c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7b243d5b1ff50aeeff937b8ec8cd1aaf1e1fff3459ffb27afeea73919ca77cb2</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="0.30.19.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-0.30.19.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c879cec2033dad5974824e99b18006718f3dda3a4918882d0439d77d05c15bdc</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9534</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-06-30 00:00:00"/>
    <updated date="2022-06-30 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.19]
- net/mlx4: Increase num_srq in low_mem_profile (Dave Kleikamp)  [Orabug: 34052160]

[5.15.0-0.30.18]
- Revert ocfs2: mount shared volume without ha stack (Junxiao Bi)  [Orabug: 33701900] 
- KVM: x86/speculation: Disable Fill buffer clear within guests (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Reuse SRBDS mitigation for SBDS (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/srbds: Update SRBDS mitigation selection (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Enable CPU Fill buffer clearing on idle (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/bugs: Group MDS, TAA &amp; Processor MMIO Stale Data mitigations (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation: Add a common function for MD_CLEAR mitigation update (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}
- Documentation: Add documentation for Processor MMIO Stale Data (Pawan Gupta)  [Orabug: 34202258]  {CVE-2022-21123} {CVE-2022-21127} {CVE-2022-21125} {CVE-2022-21166}

[5.15.0-0.30.17]
- uek-rpm: New shim versions and secureboot certs (Jack Vogel)  [Orabug: 34219956]

[5.15.0-0.30.16]
- perf: Correct the label position in perf_event_open (Jack Vogel)  [Orabug: 34172708]

[5.15.0-0.30.15]
- sched: Fix non-CONFIG_SCHED_CORE build (Boris Ostrovsky)  [Orabug: 34228424]

[5.15.0-0.30.14]
- lockdown: also lock down previous kgdb use (Daniel Thompson)  [Orabug: 34152698]  {CVE-2022-21499}
- io_uring: fix race between timeout flush and removal (Jens Axboe)  [Orabug: 34115159]  {CVE-2022-29582}
- kvm/x86: Inherit userspaces core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195867] 
- vhost: Inherit userspaces core scheduling cookie (Boris Ostrovsky)  [Orabug: 34195867] 
- sched: Add interface for copying core scheduling cookie between two tasks (Boris Ostrovsky)  [Orabug: 34195867] 
- KVM: x86: avoid calling x86 emulator without a decoded instruction (Sean Christopherson)  [Orabug: 34205798]  {CVE-2022-1852} {CVE-2022-1852}
- uek-rpm: Added squashfs module to core rpm for kdump (Vijayendra Suman)  [Orabug: 34206290] 
- uek-rpm: Enable CONFIG_SQUASHFS_ZSTD to support zstd compression (Harshit Mogalapalli)  [Orabug: 34209438]

[5.15.0-0.30.13]
- perf: Fix sys_perf_event_open() race against self (Peter Zijlstra)  [Orabug: 34172708]  {CVE-2022-1729}
- uek-rpm: Enable dependencies needed by CONFIG_SND_SOC_INTEL_HDA_DSP_COMMON (Brian Maly)  [Orabug: 33711352]

[5.15.0-0.30.12]
- docs: kdump: Update the crashkernel description for arm64 (Zhen Lei)  [Orabug: 34052160] 
- of: fdt: Add memory for devices by DT property linux,usable-memory-range (Chen Zhou)  [Orabug: 34052160] 
- arm64: kdump: Reimplement crashkernel=X (Chen Zhou)  [Orabug: 34052160] 
- arm64: Use insert_resource() to simplify code (Zhen Lei)  [Orabug: 34052160] 
- kdump: return -ENOENT if required cmdline option does not exist (Zhen Lei)  [Orabug: 34052160] 
- Revert x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: make the lower bound of crash kernel reservation consistent (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel() (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch() (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86: kdump: move reserve_crashkernel[_low]() into crash_core.c (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86/elf: Move vmcore_elf_check_arch_cross to arch/x86/include/asm/elf.h (Dave Kleikamp)  [Orabug: 34052160] 
- Revert arm64: kdump: introduce some macroes for crash kernel reservation (Dave Kleikamp)  [Orabug: 34052160] 
- Revert arm64: kdump: reimplement crashkernel=X (Dave Kleikamp)  [Orabug: 34052160] 
- Revert x86, arm64: Add ARCH_WANT_RESERVE_CRASH_KERNEL config (Dave Kleikamp)  [Orabug: 34052160] 
- Revert kdump: update Documentation about crashkernel (Dave Kleikamp)  [Orabug: 34052160] 
- uek-rpm: Add modules required to pass selinux-testsuites to core rpm (Somasundaram Krishnasamy)  [Orabug: 34129238] 
- uek-rpm: configs: enable 9P_FS for x86_64 (Todd Vierling)  [Orabug: 34146029] 
- uek-rpm: Add modules to allow podman tests to run on core kernel. (Somasundaram Krishnasamy)  [Orabug: 34123777]

[5.15.0-0.30.11]
- uek: kabi: Update kABI files and enable the kABI checker (Saeed Mirzamohammadi)  [Orabug: 34044324] 
- Revert rds/ib: recover rds connection from stuck tx path (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603] 
- Revert rds/ib: reap tx completions during connection shutdown (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603] 
- Revert rds/ib: handle posted ACK during connection shutdown (Nagappan Ramasamy Palaniappan)  [Orabug: 34115603]

[5.15.0-0.30.10]
- xfs, iomap: limit individual ioend chain lengths in writeback (Dave Chinner)  [Orabug: 34085022] 
- xfs: only bother with sync_filesystem during readonly remount (Darrick J. Wong)  [Orabug: 34085022] 
- vfs: make sync_filesystem return errors from -&gt;sync_fs (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: flush inodegc workqueue tasks before cancel (Brian Foster)  [Orabug: 34085022] 
- xfs: prevent UAF in xfs_log_item_in_current_chkpt (Darrick J. Wong)  [Orabug: 34085022] 
- xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() (Dan Carpenter)  [Orabug: 34085022] 
- xfs: check sb_meta_uuid for dabuf buffer recovery (Dave Chinner)  [Orabug: 34085022] 
- xfs: only run COW extent recovery when there are no live extents (Darrick J. Wong)  [Orabug: 34085022] 
- x86/platform/uv: Log gap hole end size (Mike Travis)  [Orabug: 34100359] 
- x86/platform/uv: Update TSC sync state for UV5 (Mike Travis)  [Orabug: 34100359] 
- x86/platform/uv: Update NMI Handler for UV5 (Mike Travis)  [Orabug: 34100359] 
- perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT (Ingo Molnar)  [Orabug: 34100359] 
- perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addresses (Steve Wahl)  [Orabug: 34100359] 
- net/rds: Delayed DR_SOCK_CANCEL (Gerd Rausch)  [Orabug: 34105317] 
- uek-rpm: Move needed modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34124573] [Orabug: 34130428] [Orabug: 34130346] 
- af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_register (Haimin Zhang)  [Orabug: 34135342]  {CVE-2022-1353}

[5.15.0-0.30.9]
- uek-rpm: Enable CONFIG_KFENCE (Joe Jin)  [Orabug: 34125090] 
- rds: ib: INFO: trying to register non-static key during rmmod (Freddy Carrillo)  [Orabug: 34106050] 
- uek-rpm: Move few modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34087568] 
- bpf: Emit bpf_timer in vmlinux BTF (Yonghong Song)  [Orabug: 34085523] 
- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64 (Ilya Leoshkevich)  [Orabug: 34085523] 
- KVM: avoid NULL pointer dereference in kvm_dirty_ring_push (Paolo Bonzini)  [Orabug: 34048938]  {CVE-2022-1263}

[5.15.0-0.30.8]
- Revert locking/rwsem: Make handoff bit handling more consistent (John Donnelly)  [Orabug: 34087272] 
- Revert locking/rwsem: Always try to wake waiters in out_nolock path (John Donnelly)  [Orabug: 34087272] 
- x86, ctf: fix CTF suppression in the vDSO (Nick Alcock)  [Orabug: 34090171]

[5.15.0-0.30.7]
- uek-rpm: config: Add support for resilient_rdmaip new kernel module (Sudhakar Dindukurti)  [Orabug: 27718686] [Orabug: 30777254] [Orabug: 33877197] 
- resilient_rdmaip: replace inet_ioctl() with devinet_ioctl() (Qing Huang)  [Orabug: 33877197] 
- rdmaip: trace message buffer size too small for rdmaip debug tracepoints (Alan Maguire)  [Orabug: 33267573] [Orabug: 33877197] 
- A/A Bonding: remove use of trace_printk(), replacing with tracepoints (Alan Maguire)  [Orabug: 32969529] [Orabug: 33877197] 
- A/A Bonding: In rdmaip synchronize access to ip_config[].rdmaip_dev (Sharath Srinivasan)  [Orabug: 32486193] [Orabug: 33877197] 
- A/A Bonding: dev_hold/put() the delayed GARP work handlers netdev in rdmaip (Sharath Srinivasan)  [Orabug: 33161268] [Orabug: 33877197] 
- A/A Bonding: Add synchronized bundle failback (Gerd Rausch)  [Orabug: 32381881] [Orabug: 33877197] 
- A/A Bonding: Fix a one-byte-off kmalloc (Hakon Bugge)  [Orabug: 32380823] [Orabug: 33877197] 
- A/A Bonding: Introduce selective interface name inclusion (Hakon Bugge)  [Orabug: 32350973] [Orabug: 33877197] 
- A/A Bonding: Increase number and interval of GARPs sent by rdmaip (Sharath Srinivasan)  [Orabug: 32095765] [Orabug: 33877197] 
- A/A Bonding: No need to call flush rdmaip_wq in rdmaip_cleanup() (Ka-Cheong Poon)  [Orabug: 30875610] [Orabug: 33877197] 
- A/A Bonding: Change debug levels for some debug messages (Sudhakar Dindukurti)  [Orabug: 30430839] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Remove rdmaip_garp_wq work queue (Sudhakar Dindukurti)  [Orabug: 30507174] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: rdmaip does not send IPv6 address change notification (Ka-Cheong Poon)  [Orabug: 30312121] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Memory leak in rdmaip_send_gratuitous_arp (Dag Moxnes)  [Orabug: 30434319] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Use correct port when calling ib_query_port (Dag Moxnes)  [Orabug: 30433360] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Validate rdmaip_active_bonding_arps module parameter (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Flush all the delayed works posted to rdmaip_garps_wq before destroying the workq (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Rename riif_dlywork to rdmaip_dlywork (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Rename rdmaip_port_ud_work to rdmaip_dly_work_req (Sudhakar Dindukurti)  [Orabug: 29822840] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Flush all the delayed works posted to rdmaip_wq before destroying the workq (Sudhakar Dindukurti)  [Orabug: 29379514] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Miscellaneous module unload changes (Sudhakar Dindukurti)  [Orabug: 29781216] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Skip sending GARPs when module unload is in progress (Sudhakar Dindukurti)  [Orabug: 29781216] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Port status is not updated correctly for dynamically added netdevs (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: rdmaip_add_new_rdmaip_port() - remove unused port argument (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: rdmaip_inetaddr_unregister() - minor updates (Sudhakar Dindukurti)  [Orabug: 30241187] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: Log ip_config details if it fails to find a failover port (Sudhakar Dindukurti)  [Orabug: 30213132] [Orabug: 30777254] [Orabug: 33877197] 
- A/A Bonding: X8-8 RoCE network re-connect stalls after loss of switch (Sudhakar Dindukurti)  [Orabug: 30213132] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Switch from dma_device to dev.parent (Dag Moxnes)  [Orabug: 30149027] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Increase default net.rdmaip.active_bonding_failback_ms (Sudhakar Dindukurti)  [Orabug: 30184200] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: Optimize rdmaip_impl_inetaddr_event() (Sudhakar Dindukurti)  [Orabug: 29929934] [Orabug: 30777254] [Orabug: 33877197] 
- A/A-Bonding: ResilientRDMA does not failback on nodes configured with unused VFs starting in 1902.1.0 (Sudhakar Dindukurti)  [Orabug: 29929934] [Orabug: 30777254] [Orabug: 33877197] 
- Delay IP migration for failback by 10s for NETDEV_CHANGE event (Sudhakar Dindukurti)  [Orabug: 29761370] [Orabug: 30777254] [Orabug: 33877197] 
- RoCE:KVM guest: failover doesnt work if an interface isnt configured (Sudhakar Dindukurti)  [Orabug: 29476868] [Orabug: 30777254] [Orabug: 33877197] 
- Add more debug messages in Resilient RDMAIP (Sudhakar Dindukurti)  [Orabug: 29683262] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Fix gratuitous ARP storm (Hakon Bugge)  [Orabug: 29629971] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Potential race conditions in the module unload path (Sudhakar Dindukurti)  [Orabug: 29301129] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Avoid calling ib_query_gid() by holding the dev_base_lock (Sudhakar Dindukurti)  [Orabug: 29350401] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: ib_query_port() sleeping function called in a invalid context (Sudhakar Dindukurti)  [Orabug: 29391490] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Sleeping function mutex_lock() called in invalid context (Sudhakar Dindukurti)  [Orabug: 29430627] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Name structure fields appropriately (for better readability) (Sudhakar Dindukurti)  [Orabug: 29168419] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add rdmaip_process_async_event() (Sudhakar Dindukurti)  [Orabug: 29168346] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Potential race conditions (Sudhakar Dindukurti)  [Orabug: 29172556] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: check return value of the rdmaip_init_port (Sudhakar Dindukurti)  [Orabug: 29168307] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Optimize rdmaip_event_handler() (Sudhakar Dindukurti)  [Orabug: 29168253] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add new function rdmaip_sched_failover_failback() to sechedule failover/failback (Sudhakar Dindukurti)  [Orabug: 29167542] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Skip failover and failback operations during network reconfiguration (Sudhakar Dindukurti)  [Orabug: 28946148] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add new function rdmaip_add_new_rdmaip_port() (Sudhakar Dindukurti)  [Orabug: 29167497] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add rdmaip_update_port_status_all_layers() function (Sudhakar Dindukurti)  [Orabug: 29213051] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: Add a new function rdmaip_find_port_tstate() to find port transition state (Sudhakar Dindukurti)  [Orabug: 29162871] [Orabug: 30777254] [Orabug: 33877197] 
- Replace alloc_page() with static allocation (Sudhakar Dindukurti)  [Orabug: 29162759] [Orabug: 30777254] [Orabug: 33877197] 
- Log full interface name including label during IPv4 migration (Sudhakar Dindukurti)  [Orabug: 29019945] [Orabug: 30777254] [Orabug: 33877197] 
- A/A : Failover and failback does not work for IP aliases (Sudhakar Dindukurti)  [Orabug: 29019964] [Orabug: 30777254] [Orabug: 33877197] 
- Node crashes when trace buffer is opened (Sudhakar Dindukurti)  [Orabug: 28988861] [Orabug: 30777254] [Orabug: 33877197] 
- module unload: Restore IPs during module unloading (Sudhakar Dindukurti)  [Orabug: 27902037] [Orabug: 30777254] [Orabug: 33877197] 
- Memory leak in rdmaip_device_remove() (Sudhakar Dindukurti)  [Orabug: 28496850] [Orabug: 30777254] [Orabug: 33877197] 
- resilient_rdmaip: Remove unused variable (Sudhakar Dindukurti)  [Orabug: 28925778] [Orabug: 30777254] [Orabug: 33877197] 
- A/A failback does not work in concert with ibacm (Hakon Bugge)  [Orabug: 28919144] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: fix returned value not set error (Zhu Yanjun)  [Orabug: 28175433] [Orabug: 30777254] [Orabug: 33877197] 
- IB: RDMAIP: avoid migration to a port that is down (Zhu Yanjun)  [Orabug: 28096172] [Orabug: 30777254] [Orabug: 33877197] 
- IB/rdmaip: Fix bug in failover_group parsing (Hakon Bugge)  [Orabug: 28198705] [Orabug: 30777254] [Orabug: 33877197] 
- GARP Messages should be sent on the same port where IP is bound (Sudhakar Dindukurti)  [Orabug: 28085445] [Orabug: 30777254] [Orabug: 33877197] 
- system panic with active bonding enabled via resilient_rdmaip (Sudhakar Dindukurti)  [Orabug: 28073806] [Orabug: 30777254] [Orabug: 33877197] 
- Resilient RDMAIP should not attempt to failover/failback for the ports in grp 0 (Sudhakar Dindukurti)  [Orabug: 28049781] [Orabug: 30777254] [Orabug: 33877197] 
- rdmaip: ib0 is already part of another failover group (Sudhakar Dindukurti)  [Orabug: 27818669] [Orabug: 30777254] [Orabug: 33877197] 
- Minor typos in resilient_rdmaip parameter description (Sudhakar Dindukurti)  [Orabug: 27890256] [Orabug: 30777254] [Orabug: 33877197] 
- Garbled log messages related to resilient_rdmaip driver (Sudhakar Dindukurti)  [Orabug: 27935928] [Orabug: 30777254] [Orabug: 33877197] 
- Add Resilient RDMAIP module (Sudhakar Dindukurti)  [Orabug: 27718676] [Orabug: 30777254] [Orabug: 33877197] 
- netfilter: conntrack: re-init state for retransmitted syn-ack (Florian Westphal)  [Orabug: 34096642] 
- netfilter: conntrack: move synack init code to helper (Florian Westphal)  [Orabug: 34096642] 
- uek-rpm: Add few more missing modules to core rpm (Somasundaram Krishnasamy)  [Orabug: 34095625] 
- scsi: mpt3sas: Remove scsi_dma_map() error messages (Sreekanth Reddy)  [Orabug: 34095621] 
- IB/cma: Allow XRC INI QPs to set their local ACK timeout (Hakon Bugge)  [Orabug: 34094200] 
- SUNRPC: Do not dereference non-socket transports in sysfs (Trond Myklebust)  [Orabug: 34056478] 
- SUNRPC: lock against -&gt;sock changing during sysfs read (NeilBrown)  [Orabug: 34056478] 
- SUNRPC: Check if the xprt is connected before handling sysfs reads (Anna Schumaker)  [Orabug: 34056478] 
- uek-rpm: Enable CONFIG_FS_VERITY (Victor Erminpour)  [Orabug: 34048393]

[5.15.0-0.30.6]
- uek-rpm: Update kernel-uek-core rpm module list. (Somasundaram Krishnasamy)  [Orabug: 34078005] 
- Revert scsi: core: Register sysfs attributes earlier (John Donnelly)  [Orabug: 34087517] 
- vfio/type1: add ioctl to check for correct pin accounting (Anthony Yznaga)  [Orabug: 34049087] 
- vfio/type1: track pages pinned by vfio across exec (Anthony Yznaga)  [Orabug: 34049087] 
- mm: track driver pinned pages across exec (Anthony Yznaga)  [Orabug: 34049087] 
- mlx5_core: set module param expose_pf_phys_port_name to true (Sharath Srinivasan)  [Orabug: 33960521] 
- uek-rpm: Fix DEFAULTKERNEL for aarch 64k rpms. (Somasundaram Krishnasamy)  [Orabug: 33900644] 
- xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks (Dave Chinner)  [Orabug: 33705403]

[5.15.0-0.30.5]
- iov_iter: Introduce nofault flag to disable page faults (Andreas Gruenbacher)  [Orabug: 34073754] 
- gup: Introduce FOLL_NOFAULT flag to disable page faults (Andreas Gruenbacher)  [Orabug: 34073754] 
- scsi: core: Use a structure member to track the SCSI command submitter (Bart Van Assche)  [Orabug: 34075214] 
- uek: kabi: add KABI padding to x86 struct fpu (Eric DeVolder)  [Orabug: 34070418] 
- uek: kabi: add KABI padding to udp and phy sturcts (Qing Huang)  [Orabug: 34066357] 
- xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu&gt;=32 (Dongli Zhang)  [Orabug: 34064652] 
- scsi: core: Register sysfs attributes earlier (Bart Van Assche)  [Orabug: 34063798] 
- uek: kabi: add kABI padding to arch/x86/include/asm/processor.h (Thomas Tai)  [Orabug: 34059795] 
- x86/speculation: Restore speculation related MSRs during S3 resume (Pawan Gupta)  [Orabug: 34053699] 
- can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path (Hangyu Hua)  [Orabug: 34048326]  {CVE-2022-28390}
- can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path (Hangyu Hua)  [Orabug: 34048287]  {CVE-2022-28388}
- intel_idle: add core C6 optimization for SPR (Artem Bityutskiy)  [Orabug: 34039112] 
- intel_idle: add preferred_cstates module argument (Artem Bityutskiy)  [Orabug: 34039112] 
- intel_idle: add SPR support (Artem Bityutskiy)  [Orabug: 34039112] 
- uek-rpm: Modify options for CONFIG_VSOCKETS_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Modify options for CONFIG_TIPC_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Modify options for CONFIG_INET_SCTP_DIAG=y (Victor Erminpour)  [Orabug: 34027701] 
- uek-rpm: Enable CONFIG_MPTCP (Victor Erminpour)  [Orabug: 34027701] 
- add kernel param to pre-allocate NICs (Brian Maly)  [Orabug: 30962711] [Orabug: 34018925] 
- xfs: punch out data fork delalloc blocks on COW writeback failure (Brian Foster)  [Orabug: 33968545] 
- locking/rwsem: Always try to wake waiters in out_nolock path (Waiman Long)  [Orabug: 33698977]

[5.15.0-0.30.4]
- btrfs: skip reserved bytes warning on unmount after log cleanup failure (Filipe Manana)  [Orabug: 33916044] 
- ALSA: pcm: Fix races among concurrent prealloc proc writes (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent read/write and buffer changes (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- ALSA: pcm: Fix races among concurrent hw_params and hw_free calls (Takashi Iwai)  [Orabug: 34007904]  {CVE-2022-1048}
- mei: me: disable driver on the ign firmware (Alexander Usyskin)  [Orabug: 34018911] 
- uek-rpm: Separate x86_64 kABI checking for OL8/9 (Saeed Mirzamohammadi)  [Orabug: 34027988] 
- rds: ib: Initialize SG table properly (Hakon Bugge)  [Orabug: 34031911] 
- KVM: x86/mmu: do compare-and-exchange of gPTE via the user address (Paolo Bonzini)  [Orabug: 34034593]  {CVE-2022-1158}
- Revert rds/ib: recover rds connection from stuck rx path (Rohit Nair)  [Orabug: 34039269]

[5.15.0-0.30.3]
- xfs: dont generate selinux audit messages for capability testing (Darrick J. Wong)  [Orabug: 33678769] 
- rds: Fix incorrect initialization order (Hakon Bugge)  [Orabug: 33923371] 
- turbostat: fix PC6 displaying on some systems (Artem Bityutskiy)  [Orabug: 33998324] 
- exec, elf: ignore invalid note data (Anthony Yznaga)  [Orabug: 34003079] 
- netfilter: nf_tables: validate registers coming from userspace. (Pablo Neira Ayuso)  [Orabug: 34012906]  {CVE-2022-1015}
- netfilter: nf_tables: initialize registers in nft_do_chain() (Pablo Neira Ayuso)  [Orabug: 34012923]  {CVE-2022-1016}

[5.15.0-0.30.2]
- net/rds: Fix math on error code (Freddy Carrillo)  [Orabug: 33974712] 
- uek-rpm: aarch64: Reduce core rpms module count (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- uek-rpm: Add few needed modules to core rpm. (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- uek-rpm: Remove duplicate modules from kernel-uek-modules rpm (Somasundaram Krishnasamy)  [Orabug: 33994642] 
- selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers (David Hildenbrand)  [Orabug: 33797463] 
- net: mana: Add handling of CQE_RX_TRUNCATED (Haiyang Zhang)  [Orabug: 33839662] 
- net: mana: Remove unnecessary check of cqe_type in mana_process_rx_cqe() (Haiyang Zhang)  [Orabug: 33839662] 
- net/rds: Use unpin_user_page as pin_user_pages counterpart (Gerd Rausch)  [Orabug: 33867863] 
- rds: ib: Fix racy credit tracepoints (Hakon Bugge)  [Orabug: 33980854] 
- mm: fix MADV_DONTEXEC to clear VM_EXEC_KEEP (Anthony Yznaga)  [Orabug: 33987398] 
- uek-rpm: Set CONFIG_*_DIAG options as built-ins to match RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_DEBUG_WX for x86_64 debug kernel (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_TMPFS_INODE64 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CXL_MEM (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CMA_SYSFS (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable Platform related options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable DM_VERITY_VERIFY_ROOTHASH_SIG and DM_VERITY_FEC (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable Crypto related options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CAN_* options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_NET_SCH_* options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_NF_FLOW_TABLE (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable missing Netfilter options from RHCK9 (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_CGROUP_MISC and CONFIG_BLK_CGROUP_FC_APPID (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_INTEL_IDXD_PERFMON (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Enable CONFIG_RTW88_8723DE and CONFIG_RTW88_8821CE (Victor Erminpour)  [Orabug: 33904712] 
- uek-rpm: Update configuration for v5.15.30.1 (aarch64 make olddefconfig) (Victor Erminpour)  [Orabug: 33901403] 
- uek-rpm: Update configuration for v5.15.30.1 (x86_64 make olddefconfig) (Victor Erminpour)  [Orabug: 33901403]

[5.15.0-0.30.1]
- uek-rpm: config: Enable CONFIG_KEY_NOTIFICATIONS option (Somasundaram Krishnasamy)  [Orabug: 33957466] 
- Revert uek: kabi: Enable kABI checker for ol8 and ol9 (Jack Vogel)  
- LTS version: v5.15.30 (Jack Vogel)  
- ice: Fix race condition during interface enslave (Ivan Vecera)  
- x86/module: Fix the paravirt vs alternative order (Peter Zijlstra)  
- kselftest/vm: fix tests build with old libc (Chengming Zhou)  
- bnx2: Fix an error message (Christophe JAILLET)  
- sfc: extend the locking on mcdi-&gt;seqno (Niels Dossche)  
- tcp: make tcp_read_sock() more robust (Eric Dumazet)  
- nl80211: Update bss channel on channel switch for P2P_CLIENT (Sreeramya Soratkal)  
- drm/vrr: Set VRR capable prop only if it is attached to connector (Manasi Navare)  
- iwlwifi: dont advertise TWT support (Golan Ben Ami)  
- atm: firestream: check the return value of ioremap() in fs_init() (Jia-Ju Bai)  
- can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready (Lad Prabhakar)  
- Bluetooth: hci_core: Fix leaking sent_cmd skb (Luiz Augusto von Dentz)  
- ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE (Julian Braha)  
- MIPS: smp: fill in sibling and core maps earlier (Alexander Lobakin)  
- mac80211: refuse aggregations sessions before authorized (Johannes Berg)  
- ARM: dts: rockchip: fix a typo on rk3288 crypto-controller (Corentin Labbe)  
- ARM: dts: rockchip: reorder rk322x hmdi clocks (Sascha Hauer)  
- arm64: dts: agilex: use the compatible intel,socfpga-agilex-hsotg (Dinh Nguyen)  
- arm64: dts: rockchip: reorder rk3399 hdmi clocks (Sascha Hauer)  
- arm64: dts: rockchip: align pl330 node name with dtschema (Krzysztof Kozlowski)  
- arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity (Jakob Unterwurzacher)  
- xfrm: Fix xfrm migrate issues when address family changes (Yan Yan)  
- xfrm: Check if_id in xfrm_migrate (Yan Yan)  
- arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode (Quentin Schulz)  
- Revert xfrm: state and policy should fail if XFRMA_IF_ID 0 (Kai Lueke)  
- LTS version: v5.15.29 (Jack Vogel)  
- vhost: allow batching hint without size (Jason Wang)  
- Revert net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN (Vladimir Oltean)  
(Christoph Hellwig)  
- riscv: dts: k210: fix broken IRQs on hart1 (Niklas Cassel)  
- drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL (Ville Syrjala)  
- btrfs: make send work with concurrent block group relocation (Filipe Manana)  
- drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP (Thomas Zimmermann)  
- x86/traps: Mark do_int3() NOKPROBE_SYMBOL (Li Huafei)  
- x86/sgx: Free backing memory after faulting the enclave page (Jarkko Sakkinen)  
- x86/boot: Add setup_indirect support in early_memremap_is_setup_data() (Ross Philipson)  
- x86/boot: Fix memremap of setup_indirect structures (Ross Philipson)  
- Revert x86/boot: Fix memremap of setup_indirect structures (Jack Vogel)  
- Revert x86/boot: Add setup_indirect support in early_memremap_is_setup_data (Jack Vogel)  
- watch_queue: Make comment about setting -&gt;defunct more accurate (David Howells)  
- watch_queue: Fix lack of barrier/sync/lock between post and read (David Howells)  
- watch_queue: Free the alloc bitmap when the watch_queue is torn down (David Howells)  
- watch_queue: Fix the alloc bitmap size to reflect notes allocated (David Howells)  
- watch_queue: Fix to always request a pow-of-2 pipe ring size (David Howells)  
- watch_queue: Fix to release page in -&gt;release() (David Howells)  
- watch_queue, pipe: Free watchqueue state after clearing pipe ring (David Howells)  
- watch_queue: Fix filter limit check (David Howells)  
- ARM: fix Thumb2 regression with Spectre BHB (Russell King (Oracle))  
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE (Dima Chumak)  
- virtio: acknowledge all features before access (Michael S. Tsirkin)  
- virtio: unexport virtio_finalize_features (Michael S. Tsirkin)  
- KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned (Andrei Vagin)  
- swiotlb: rework fix info leak with DMA_FROM_DEVICE (Halil Pasic)  
- arm64: kasan: fix include error in MTE functions (Paul Semel)  
- arm64: Ensure execute-only permissions are not allowed without EPAN (Catalin Marinas)  
- arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 (Pali Rohar)  
- tracing/osnoise: Force quiescent states while tracing (Nicolas Saenz Julienne)  
- riscv: Fix auipc+jalr relocation range checks (Emil Renner Berthing)  
- mmc: meson: Fix usage of meson_mmc_post_req() (Rong Chen)  
- riscv: alternative only works on !XIP_KERNEL (Jisheng Zhang)  
- net: macb: Fix lost RX packet wakeup race in NAPI receive (Robert Hancock)  
- staging: gdm724x: fix use after free in gdm_lte_rx() (Dan Carpenter)  
- staging: rtl8723bs: Fix access-point mode deadlock (Hans de Goede)  
- fuse: fix pipe buffer lifetime for direct_io (Miklos Szeredi)  
- fuse: fix fileattr op failure (Miklos Szeredi)  
- ARM: Spectre-BHB: provide empty stub for non-config (Randy Dunlap)  
- selftests/memfd: clean up mapping in mfd_fail_write (Mike Kravetz)  
- selftest/vm: fix map_fixed_noreplace test failure (Aneesh Kumar K.V)  
- tracing/osnoise: Make osnoise_main to sleep for microseconds (Daniel Bristot de Oliveira)  
- tracing: Ensure trace buffer is at least 4096 bytes large (Sven Schnelle)  
- ipv6: prevent a possible race condition with lifetimes (Niels Dossche)  
- Revert xen-netback: Check for hotplug-status existence before watching (Marek Marczykowski-Gorecki)  
- Revert xen-netback: remove hotplug-status once it has served its purpose (Marek Marczykowski-Gorecki)  
- drm/amdgpu: bypass tiling flag check in virtual display case (v2) (Guchun Chen)  
- gpio: Return EPROBE_DEFER if gc-&gt;to_irq is NULL (Shreeya Patel)  
- PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken (Alex Deucher)  
- hwmon: (pmbus) Clear pmbus fault/warning bits after read (Vikash Chandola)  
- net-sysfs: add check for netdevice being present to speed_show (suresh kumar)  
- x86/kvm: Dont use pv tlb/ipi/sched_yield if on 1 vCPU (Wanpeng Li)  
- drm/vc4: hdmi: Unregister codec device on unbind (Maxime Ripard)  
- spi: rockchip: terminate dma transmission when slave abort (Jon Lin)  
- spi: rockchip: Fix error in getting num-cs property (Jon Lin)  
- kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode (Anton Romanov)  
- KVM: Fix lockdep false negative during host resume (Wanpeng Li)  
- pinctrl: tigerlake: Revert Add Alder Lake-M ACPI ID (Andy Shevchenko)  
- usb: dwc3: pci: add support for the Intel Raptor Lake-S (Heikki Krogerus)  
- swiotlb: fix info leak with DMA_FROM_DEVICE (Halil Pasic)  
- selftests/bpf: Add test for bpf_timer overwriting crash (Kumar Kartikeya Dwivedi)  
- net: phy: meson-gxl: improve link-up behavior (Heiner Kallweit)  
- net: bcmgenet: Dont claim WOL when its not available (Jeremy Linton)  
- sctp: fix kernel-infoleak for SCTP sockets (Eric Dumazet)  
- net: phy: DP83822: clear MISR2 register to disable interrupts (Clement Leger)  
- gianfar: ethtool: Fix refcount leak in gfar_get_ts_info (Miaoqian Lin)  
- gpio: ts4900: Do not set DAT and OE together (Mark Featherston)  
- selftests: pmtu.sh: Kill nettest processes launched in subshell. (Guillaume Nault)  
- selftests: pmtu.sh: Kill tcpdump processes launched by subshell. (Guillaume Nault)  
- NFC: port100: fix use-after-free in port100_send_complete (Pavel Skripkin)  
- net/mlx5e: Lag, Only handle events from highest priority multipath entry (Roi Dayan)  
- net/mlx5: Fix a race on command flush flow (Moshe Shemesh)  
- net/mlx5: Fix size field in bufferx_reg struct (Mohammad Kabat)  
- ax25: Fix NULL pointer dereference in ax25_kill_by_device (Duoming Zhou)  
- net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr (Miaoqian Lin)  
- net: ethernet: lpc_eth: Handle error for clk_enable (Jiasheng Jiang)  
- net: ethernet: ti: cpts: Handle error for clk_enable (Jiasheng Jiang)  
- tipc: fix incorrect order of state message data sanity check (Tung Nguyen)  
- ethernet: Fix error handling in xemaclite_of_probe (Miaoqian Lin)  
- ice: Fix curr_link_speed advertised speed (Jedrzej Jagielski)  
- ice: Dont use GFP_KERNEL in atomic context (Christophe JAILLET)  
- ice: Fix error with handling of bonding MTU (Dave Ertman)  
- ice: stop disabling VFs due to PF error responses (Jacob Keller)  
- i40e: stop disabling VFs due to PF error responses (Jacob Keller)  
- iavf: Fix handling of vlan strip virtual channel messages (Michal Maloszewski)  
- ARM: dts: aspeed: Fix AST2600 quad spi group (Joel Stanley)  
- net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() (Russell King (Oracle))  
- drm/sun4i: mixer: Fix P010 and P210 format numbers (Jernej Skrabec)  
- gpiolib: acpi: Convert ACPI value of debounce to microseconds (Andy Shevchenko)  
- smsc95xx: Ignore -ENODEV errors when device is unplugged (Fabio Estevam)  
- qed: return status of qed_iov_get_link (Tom Rix)  
- esp: Fix BEET mode inter address family tunneling on GSO (Steffen Klassert)  
- esp: Fix possible buffer overflow in ESP transformation (Steffen Klassert)  
- net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare() (Jia-Ju Bai)  
- isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() (Jia-Ju Bai)  
- vdpa: fix use-after-free on vp_vdpa_remove (Zhang Min)  
- virtio-blk: Dont use MAX_DISCARD_SEGMENTS if max_discard_seg is zero (Xie Yongji)  
- vhost: fix hung thread due to erroneous iotlb entries (Anirudh Rayabharam)  
- mISDN: Fix memory leak in dsp_pipeline_build() (Alexey Khoroshilov)  
- net: phy: meson-gxl: fix interrupt handling in forced mode (Heiner Kallweit)  
- vduse: Fix returning wrong type in vduse_domain_alloc_iova() (Xie Yongji)  
- vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command (Si-Wei Liu)  
- tipc: fix kernel panic when enabling bearer (Tung Nguyen)  
- arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias (Pali Rohar)  
- HID: vivaldi: fix sysfs attributes leak (Dmitry Torokhov)  
- clk: qcom: dispcc: Update the transition delay for MDSS GDSC (Taniya Das)  
- clk: qcom: gdsc: Add support to update GDSC transition delay (Taniya Das)  
- ARM: boot: dts: bcm2711: Fix HVS register range (Maxime Ripard)  
- HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts (Pavel Skripkin)  
- HID: elo: Revert USB reference counting (Jiri Kosina)  
- arm64: dts: qcom: sm8350: Correct UFS symbol clocks (Bjorn Andersson)  
- arm64: dts: qcom: sm8350: Describe GCC dependency clocks (Konrad Dybcio)  
- uek-rpm: Add crashkernel.default file (John Donnelly)  [Orabug: 33741103] 
- KVM: SVM: Dont apply SEV+SMAP workaround on code fetch or PT access (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests (Sean Christopherson)  [Orabug: 33772526] 
- KVM: x86: Pass emulation type to can_emulate_instruction() (Sean Christopherson)  [Orabug: 33772526] 
- KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support (Sean Christopherson)  [Orabug: 33772526] 
- rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long)  [Orabug: 33904637] 
- rds/ib: Resize CQ if send-/recv-ring-size are changed (Hans Westgaard Ry)  [Orabug: 33940518] 
- uek-rpm: Enable CONFIG_DRM_VMWGFX and CONFIG_DRM_VMWGFX_FBCON for aarch64 (Victor Erminpour)  [Orabug: 33947624]
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9534.html" type="self" title="ELSA-2022-9534" />
      <reference href="https://linux.oracle.com/cve/CVE-2021-4095.html" id="CVE-2021-4095" type="cve" title="CVE-2021-4095" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1015.html" id="CVE-2022-1015" type="cve" title="CVE-2022-1015" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1263.html" id="CVE-2022-1263" type="cve" title="CVE-2022-1263" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-28388.html" id="CVE-2022-28388" type="cve" title="CVE-2022-28388" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-28390.html" id="CVE-2022-28390" type="cve" title="CVE-2022-28390" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-29582.html" id="CVE-2022-29582" type="cve" title="CVE-2022-29582" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.19.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-0.30.19.el8.src.rpm</filename>
          <sum type="sha256">5e0206dc8a5122b910d77e75812323aadcd02bd3e9af7acedb60a21412d9c515</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.19.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-0.30.19.el8.x86_64.rpm</filename>
          <sum type="sha256">992d60028aa3dbd1e69de1c27c702ea5d5bf631b3129e998ad59b15162255b43</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="0.30.19.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-0.30.19.el8.x86_64.rpm</filename>
          <sum type="sha256">d0ac09b659515ba5d3bc420e3a8cfeecbf6b3845a4b32c799cd4da2309e06e5a</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12781</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-11 00:00:00"/>
    <updated date="2024-10-11 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-300.163.18.1.1]
- uek-rpm: Enable CONFIG_BLK_DEV_DRBD (Vijayendra Suman)  [Orabug: 37161894]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12781.html" type="self" title="ELBA-2024-12781" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">995d5717149bb08f4f4924288bf28acf5f7d71b348d224587c8d59b2245728a3</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">797f5609ce0fce4dd1921aac8b7a241f526e02c7c52244dacf664db0a1af2b12</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4ba3bd5c573e3f29658fe68d7869bfdb85c618b05b85e05d3fc44f3c4bc7fd33</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dc8b67584f485afd3f5b49935219f04a19c49a07a6890477457d162d37717add</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d178a9161b3c9c855cff8ac351f690e3660388a0da3ce86b2e9f9fbd470d8c31</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">478b047b485de1ff01532e2ed3cd5697b8e1245d0b5f36ba9ea50ad1932148d0</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">445c6955b005880556a2131a695823a04499c6d0e1c6dc78ee51a2f59e9dd26d</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-300.163.18.1.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">928ce82c8e72098ef2c4ca4e0632fa55d0a181309a93c1b2d55c0220ac1840af</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2d0c031bf4c1aadea200959a7107f4f0e27bf70aece6720cf3321736633065c0</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5fa9c31418af3b3c6ffe7d6202f8b225bad5b9cb8dcfb2db5c124f4e13791032</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-300.163.18.1.1.el8uek.src.rpm</filename>
          <sum type="sha256">83007b1028f48c4e213903aaaeebd3b43960c63dbb619aff2fa82f796827d058</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9c99b87dc572287ccd5d84cd5193010a6c347c8a5f0f9ced2d5ece4c5c6bb3f6</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5fa317f6dddc2747855f5a2b204e3b5b110be440541682171b55315b5e6d2418</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a5911f57625e9981e0a6c0d22b425a11d0c3972d247af0c73f2d33a8af8a80e1</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="300.163.18.1.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-300.163.18.1.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dacf65e2fb36943ffb8110ef243c52f6990f1b20181db6bac6b63ca68468972f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12018</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-01-12 00:00:00"/>
    <updated date="2023-01-12 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-6.80.3.1]
- Revert 'rds: ib: Enable FC by default' (Hakon Bugge)  [Orabug: 34964359]

[5.15.0-6.80.3]
- net/mlx5: Suppress error logging on UCTX creation (Marina)  [Orabug: 34888471] 
- rds: ib: Fix leaked MRs during kexec (Hakon Bugge)  [Orabug: 34892082] 
- uek-rpm: Add ptp_kvm.ko to core rpm (Somasundaram Krishnasamy)  [Orabug: 34901414] 
- Revert 'tracing/ring-buffer: Have polling block on watermark' (Harshit Mogalapalli)  [Orabug: 34890999]

[5.15.0-6.80.2]
- scsi: mpi3mr: Remove unnecessary cast (Jules Irenge)  [Orabug: 34640445] 
- scsi: mpi3mr: Update driver version to 8.2.0.3.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix scheduling while atomic type bug (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Scan the devices during resume time (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Free enclosure objects during driver unload (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle 0xF003 Fault Code (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBA (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support new power management framework (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update mpi3 header files (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Block I/Os while refreshing target dev objects (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Refresh SAS ports during soft reset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support SAS transport class callbacks (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to issue MPT transport cmds (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add SAS SATA end devices to STL (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Get target object based on rphy (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add expander devices to STL (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable STL on HBAs where multipath is disabled (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to manage device's port (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to retrieve device objects (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to add phys to STL (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable Enclosure device add event (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add helper functions to retrieve config pages (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add framework to issue config requests (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add config and transport related debug flags (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Delete a stray tab (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Unlock on error path (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Reduce VD queue depth on detecting throttling (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Resource Based Metering (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase cmd_per_lun to 128 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enable shared host tagset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix kernel-doc (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Rework mrioc-&gt;bsg_device model to fix warnings (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add target device related sysfs (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add shost related sysfs attributes (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Return error if dma_alloc_coherent() fails (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Hidden drives not removed during soft reset (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase I/O timeout value to 60s (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update driver version to 8.0.0.69.0 (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for NVMe passthrough (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Expose adapter state to sysfs (Chandrakanth patil)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for PEL commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for MPT commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi header (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for driver commands (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Add bsg device support (Sumit Saxena)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Bump driver version to 8.0.0.68.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update the copyright year (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix cmnd getting marked as in use forever (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix hibernation issue (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix printing of pending I/O count (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix deadlock while canceling the fw event (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix formatting problems in some kernel-doc comments (Yang Li)  [Orabug: 34640445] 
- scsi: mpi3mr: Fix some spelling mistakes (Colin Ian King)  [Orabug: 34640445] 
- scsi: mpi3mr: Bump driver version to 8.0.0.61.0 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Enhanced Task Management Support Reply handling (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Use TM response codes from MPI3 headers (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add io_uring interface support in I/O-polled mode (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Print cable mngnt and temp threshold events (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Support Prepare for Reset event (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add Event acknowledgment logic (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Gracefully handle online FW update operation (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Detect async reset that occurred in firmware (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add IOC reinit function (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle offline FW activation in graceful manner (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Code refactor of IOC init - part2 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Code refactor of IOC init - part1 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Fault IOC when internal command gets timeout (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Display IOC firmware package version (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Handle unaligned PLL in unmap cmnds (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Increase internal cmnds timeout to 60s (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Do access status validation before adding devices (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add support for PCIe Managed Switch SES device (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers - part2 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Update MPI3 headers - part1 (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Add debug APIs based on logging_level bits (Sreekanth Reddy)  [Orabug: 34640445] 
- scsi: mpi3mr: Use scnprintf() instead of snprintf() (Dan Carpenter)  [Orabug: 34640445] 
- scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() (Dan Carpenter)  [Orabug: 34640445] 
- rds: ib: Remove unnecessary call to rds_ib_ring_unalloc (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Remove unnecessary i_flowctl term from conditions (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Remove unnesesarry variable initialization (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Make sure receives are posted before connection is up (Hakon Bugge)  [Orabug: 34768825] 
- rds: ib: Fix the Retry counter dependency on RNR NAK Retry counter (Hakon Bugge)  [Orabug: 34768825] 
- rds: Deduct one credit on the passive side (Hakon Bugge)  [Orabug: 34768825] 
- rds: Use all eight bits for credit updates (Hakon Bugge)  [Orabug: 34768825] 
- RDS/IB: Fix the misplaced counter update rdma dto path (Devesh Sharma)  [Orabug: 34865847] 
- uek-rpm: Enable CONFIG_HP_ILO for aarch64 (Saeed Mirzamohammadi)  [Orabug: 34869880] 
- uek-rpm: ol8: Choose right annobin plugin for UEK build (Somasundaram Krishnasamy)  [Orabug: 34873882] 
- proc: proc_skip_spaces() shouldn't think it is working on C strings (Linus Torvalds)  [Orabug: 34882775]  {CVE-2022-4378}
- proc: avoid integer type confusion in get_proc_long (Linus Torvalds)  [Orabug: 34882775]  {CVE-2022-4378}

[5.15.0-6.80.1]
- LTS version: v5.15.80 (Jack Vogel)  
- ntfs: check overflow when iterating ATTR_RECORDs (Hawkins Jiawei)  
- ntfs: fix out-of-bounds read in ntfs_attr_find() (Hawkins Jiawei)  
- ntfs: fix use-after-free in ntfs_attr_find() (Hawkins Jiawei)  
- net/9p: use a dedicated spinlock for trans_fd (Dominique Martinet)  
- mm: fs: initialize fsdata passed to write_begin/write_end interface (Alexander Potapenko)  
- wifi: wext: use flex array destination for memcpy() (Hawkins Jiawei)  
- 9p/trans_fd: always use O_NONBLOCK read/write (Tetsuo Handa)  
- gfs2: Switch from strlcpy to strscpy (Andreas Gruenbacher)  
- gfs2: Check sb_bsize_shift after reading superblock (Andrew Price)  
- 9p: trans_fd/p9_conn_cancel: drop client lock earlier (Dominique Martinet)  
- kcm: close race conditions on sk_receive_queue (Cong Wang)  
- kcm: avoid potential race in kcm_tx_work (Eric Dumazet)  
- tcp: cdg: allow tcp_cdg_release() to be called multiple times (Eric Dumazet)  
- macvlan: enforce a consistent minimal mtu (Eric Dumazet)  
- Input: i8042 - fix leaking of platform device on module removal (Chen Jun)  
- kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case (Li Huafei)  
- scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper() (Yuan Can)  
- scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus() (Yang Yingliang)  
- net: use struct_group to copy ip/ipv6 header addresses (Hangbin Liu)  
- tracing: Fix warning on variable 'struct trace_array' (Aashish Sharma)  
- ring-buffer: Include dropped pages in counting dirty patches (Steven Rostedt (Google))  
- perf: Improve missing SIGTRAP checking (Marco Elver)  
- serial: 8250_lpss: Use 16B DMA burst with Elkhart Lake (Ilpo Jarvinen)  
- nvme: ensure subsystem reset is single threaded (Keith Busch)  
- nvme: restrict management ioctls to admin (Keith Busch)  
- perf/x86/intel/pt: Fix sampling using single range output (Adrian Hunter)  
- misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() (Alexander Potapenko)  
- docs: update mediator contact information in CoC doc (Shuah Khan)  
- mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() (Xiongfeng Wang)  
- mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce timeout (Chevron Li)  
- mmc: core: properly select voltage range without power cycle (Yann Gautier)  
- firmware: coreboot: Register bus in module init (Brian Norris)  
- iommu/vt-d: Set SRE bit only when hardware has SRS cap (Tina Zhang)  
- iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries (Tina Zhang)  
- scsi: zfcp: Fix double free of FSF request when qdio send fails (Benjamin Block)  
- net: phy: marvell: add sleep time after enabling the loopback bit (Aminuddin Jamaluddin)  
- maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault() (Alban Crequy)  
- Input: iforce - invert valid length check when fetching device IDs (Tetsuo Handa)  
- serial: 8250_lpss: Configure DMA also w/o DMA filter (Ilpo Jarvinen)  
- serial: 8250: Flush DMA Rx on RLSI (Ilpo Jarvinen)  
- serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs (Ilpo Jarvinen)  
- dm ioctl: fix misbehavior if list_versions races with module loading (Mikulas Patocka)  
- iio: pressure: ms5611: changed hardcoded SPI speed to value limited (Mitja Spes)  
- iio: adc: mp2629: fix potential array out of bound access (Saravanan Sekar)  
- iio: adc: mp2629: fix wrong comparison of channel (Saravanan Sekar)  
- iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init() (Yang Yingliang)  
- iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() (Yang Yingliang)  
- usb: typec: mux: Enter safe mode only when pins need to be reconfigured (Rajat Khandelwal)  
- usb: cdns3: host: fix endless superspeed hub port reset (Li Jun)  
- usb: chipidea: fix deadlock in ci_otg_del_timer (Duoming Zhou)  
- usb: add NO_LPM quirk for Realforce 87U Keyboard (Nicolas Dumazet)  
- USB: serial: option: add Fibocom FM160 0x0111 composition (Reinhard Speyerer)  
- USB: serial: option: add u-blox LARA-L6 modem (Davide Tronchin)  
- USB: serial: option: add u-blox LARA-R6 00B modem (Davide Tronchin)  
- USB: serial: option: remove old LARA-R6 PID (Davide Tronchin)  
- USB: serial: option: add Sierra Wireless EM9191 (Benoit Monin)  
- USB: bcma: Make GPIO explicitly optional (Linus Walleij)  
- speakup: fix a segfault caused by switching consoles (Mushahid Hussain)  
- slimbus: stream: correct presence rate frequencies (Krzysztof Kozlowski)  
- slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y &amp;&amp; CONFIG_QCOM_RPROC_COMMON=m (Zheng Bin)  
- Revert 'usb: dwc3: disable USB core PHY management' (Johan Hovold)  
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (Takashi Iwai)  
- ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro (Emil Flink)  
- ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open() (Takashi Iwai)  
- drm/amd/display: Add HUBP surface flip interrupt handler (Rodrigo Siqueira)  
- tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit() (Shang XiaoJing)  
- tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit() (Shang XiaoJing)  
- tracing: Fix race where eprobes can be called before the event (Steven Rostedt (Google))  
- tracing: Fix wild-memory-access in register_synth_event() (Shang XiaoJing)  
- tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event() (Shang XiaoJing)  
- tracing/ring-buffer: Have polling block on watermark (Steven Rostedt (Google))  
- tracing: Fix memory leak in tracing_read_pipe() (Wang Yufen)  
- ring_buffer: Do not deactivate non-existant pages (Daniil Tatianin)  
- ftrace: Fix null pointer dereference in ftrace_add_mod() (Xiu Jianfeng)  
- ftrace: Optimize the allocation for mcount entries (Wang Wensheng)  
- ftrace: Fix the possible incorrect kernel message (Wang Wensheng)  
- cifs: add check for returning value of SMB2_set_info_init (Anastasia Belova)  
- net: thunderbolt: Fix error handling in tbnet_init() (Yuan Can)  
- net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start() (Shang XiaoJing)  
- cifs: Fix wrong return value checking when GETFLAGS (Zhang Xiaoxu)  
- net/x25: Fix skb leak in x25_lapb_receive_frame() (Wei Yongjun)  
- net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx_open() (Liu Jian)  
- cifs: add check for returning value of SMB2_close_init (Anastasia Belova)  
- platform/surface: aggregator: Do not check for repeated unsequenced packets (Maximilian Luz)  
- platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized (Roger Pau Monne)  
- drbd: use after free in drbd_create_device() (Dan Carpenter)  
- bridge: switchdev: Fix memory leaks when changing VLAN protocol (Ido Schimmel)  
- net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process (Guangbin Huang)  
- net: ena: Fix error handling in ena_init() (Yuan Can)  
- net: ionic: Fix error handling in ionic_init_module() (Yuan Can)  
- xen/pcpu: fix possible memory leak in register_pcpu() (Yang Yingliang)  
- net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims (Vladimir Oltean)  
- net: mhi: Fix memory leak in mhi_net_dellink() (Wei Yongjun)  
- bnxt_en: Remove debugfs when pci_register_driver failed (Gaosheng Cui)  
- net: caif: fix double disconnect client in chnl_net_open() (Zhengchao Shao)  
- net: macvlan: Use built-in RCU list checking (Chuang Wang)  
- mISDN: fix misuse of put_device() in mISDN_register_device() (Wang ShaoBo)  
- net: liquidio: release resources when liquidio driver open failed (Zhengchao Shao)  
- soc: imx8m: Enable OCOTP clock before reading the register (Xiaolei Wang)  
- net: stmmac: ensure tx function is not running in stmmac_xdp_release() (Mohd Faizal Abdul Rahim)  
- net: hinic: Fix error handling in hinic_module_init() (Yuan Can)  
- mISDN: fix possible memory leak in mISDN_dsp_element_register() (Yang Yingliang)  
- net: bgmac: Drop free_netdev() from bgmac_enet_remove() (Wei Yongjun)  
- bpf: Initialize same number of free nodes for each pcpu_freelist (Xu Kuohai)  
- MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed (Liao Chang)  
- MIPS: fix duplicate definitions for exported symbols (Rongwei Zhang)  
- nfp: change eeprom length to max length enumerators (Jaco Coetzee)  
- ata: libata-transport: fix error handling in ata_tdev_add() (Yang Yingliang)  
- ata: libata-transport: fix error handling in ata_tlink_add() (Yang Yingliang)  
- ata: libata-transport: fix error handling in ata_tport_add() (Yang Yingliang)  
- ata: libata-transport: fix double ata_host_put() in ata_tport_add() (Yang Yingliang)  
- arm64: dts: imx8mn: Fix NAND controller size-cells (Marek Vasut)  
- arm64: dts: imx8mm: Fix NAND controller size-cells (Marek Vasut)  
- ARM: dts: imx7: Fix NAND controller size-cells (Marek Vasut)  
- drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker() (Shang XiaoJing)  
- drm/drv: Fix potential memory leak in drm_dev_init() (Shang XiaoJing)  
- drm/panel: simple: set bpc field for logic technologies displays (Aishwarya Kothari)  
- drm/vc4: kms: Fix IS_ERR() vs NULL check for vc4_kms (Gaosheng Cui)  
- pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map (Zeng Heng)  
- parport_pc: Avoid FIFO port location truncation (Maciej W. Rozycki)  
- siox: fix possible memory leak in siox_device_add() (Yang Yingliang)  
- arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro (D Scott Phillips)  
- bpf: Fix memory leaks in __check_func_call (Wang Yufen)  
- block: sed-opal: kmalloc the cmd/resp buffers (Serge Semin)  
- scsi: scsi_transport_sas: Fix error handling in sas_phy_add() (Yang Yingliang)  
- pinctrl: rockchip: list all pins in a possible mux route for PX30 (Quentin Schulz)  
- ASoC: soc-utils: Remove __exit for snd_soc_util_exit() (Chen Zhongjin)  
- bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() (Baisong Zhong)  
- tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send (Duoming Zhou)  
- serial: imx: Add missing .thaw_noirq hook (Shawn Guo)  
- serial: 8250: omap: Flush PM QOS work on remove (Tony Lindgren)  
- serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove() (Tony Lindgren)  
- serial: 8250_omap: remove wait loop from Errata i202 workaround (Matthias Schiffer)  
- serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl() (Tony Lindgren)  
- ARM: at91: pm: avoid soft resetting AC DLL (Claudiu Beznea)  
- ASoC: tas2764: Fix set_tdm_slot in case of single slot (Martin Poviser)  
- ASoC: tas2770: Fix set_tdm_slot in case of single slot (Martin Poviser)  
- ASoC: core: Fix use-after-free in snd_soc_exit() (Chen Zhongjin)  
- ARM: dts: at91: sama7g5: fix signal name of pin PB2 (Mihai Sain)  
- spi: stm32: Print summary 'callbacks suppressed' message (Marek Vasut)  
- arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed (Douglas Anderson)  
- arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed (Douglas Anderson)  
- KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet (Like Xu)  
- spi: intel: Use correct mask for flash and protected regions (Mika Westerberg)  
- mtd: spi-nor: intel-spi: Disable write protection only if asked (Mika Westerberg)  
- ASoC: codecs: jz4725b: Fix spelling mistake 'Sourc' -&gt; 'Source', 'Routee' -&gt; 'Route' (Colin Ian King)  
- x86/cpu: Add several Intel server CPU model numbers (Tony Luck)  
- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm (Luiz Augusto von Dentz)  
- btrfs: remove pointless and double ulist frees in error paths of qgroup tests (Filipe Manana)  
- drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid (Nathan Huckleberry)  
- i2c: i801: add lis3lv02d's I2C address for Vostro 5568 (Nam Cao)  
- i2c: tegra: Allocate DMA memory for DMA engine (Thierry Reding)  
- firmware: arm_scmi: Cleanup the core driver removal callback (Cristian Marussi)  
- ACPI: x86: Add another system to quirk list for forcing StorageD3Enable (Mario Limonciello)  
- NFSv4: Retry LOCK on OLD_STATEID during delegation return (Benjamin Coddington)  
- btrfs: raid56: properly handle the error when unable to find the missing stripe (Qu Wenruo)  
- RDMA/efa: Add EFA 0xefa2 PCI ID (Michael Margolin)  
- ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (Hans de Goede)  
- drm/amd/display: Remove wrong pipe control lock (Rodrigo Siqueira)  
- ASoC: rt1308-sdw: add the default value of some registers (Shuming Fan)  
- selftests/intel_pstate: fix build for ARCH=x86_64 (Ricardo Canuelo)  
- selftests/futex: fix build for clang (Ricardo Canuelo)  
- ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15 (Pierre-Louis Bossart)  
- ASoC: codecs: jz4725b: fix capture selector naming (Siarhei Volkau)  
- ASoC: codecs: jz4725b: use right control for Capture Volume (Siarhei Volkau)  
- ASoC: codecs: jz4725b: fix reported volume for Master ctl (Siarhei Volkau)  
- ASoC: codecs: jz4725b: add missed Line In power control bit (Siarhei Volkau)  
- spi: intel: Fix the offset to get the 64K erase opcode (Mauro Lima)  
- ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK (Xiaolei Wang)  
- ASoC: rt1019: Fix the TDM settings (Derek Fang)  
- ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe (Zhang Qilong)  
- ASoC: wm8997: Revert 'ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe' (Zhang Qilong)  
- ASoC: wm5110: Revert 'ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe' (Zhang Qilong)  
- ASoC: wm5102: Revert 'ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe' (Zhang Qilong)  
- LTS version: v5.15.79 (Jack Vogel)  
- x86/cpu: Restore AMD's DE_CFG MSR after resume (Borislav Petkov)  
- net: tun: call napi_schedule_prep() to ensure we own a napi (Eric Dumazet)  
- drm/amdkfd: Migrate in CPU page fault use current mm (Philip Yang)  
- marvell: octeontx2: build error: unknown type name 'u64' (Anders Roxell)  
- dmaengine: at_hdmac: Check return code of dma_async_device_register (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix impossible condition (Tudor Ambarus)  
- dmaengine: at_hdmac: Don't allow CPU to reorder channel enable (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency over the active list (Tudor Ambarus)  
- dmaengine: at_hdmac: Free the memset buf without holding the chan lock (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency over descriptor (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all() (Tudor Ambarus)  
- dmaengine: at_hdmac: Protect atchan-&gt;status with the channel lock (Tudor Ambarus)  
- dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix premature completion of desc in issue_pending (Tudor Ambarus)  
- dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending (Tudor Ambarus)  
- dmaengine: at_hdmac: Don't start transactions at tx_submit level (Tudor Ambarus)  
- dmaengine: at_hdmac: Fix at_lli struct definition (Tudor Ambarus)  
- cert host tools: Stop complaining about deprecated OpenSSL functions (Linus Torvalds)  
- can: j1939: j1939_send_one(): fix missing CAN header initialization (Oliver Hartkopp)  
- mm/shmem: use page_mapping() to detect page cache for uffd continue (Peter Xu)  
- mm/memremap.c: map FS_DAX device memory as decrypted (Pankaj Gupta)  
- mm/damon/dbgfs: check if rm_contexts input is for a real context (SeongJae Park)  
- udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (ZhangPeng)  
- mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- btrfs: zoned: initialize device's zone info for seeding (Johannes Thumshirn)  
- btrfs: selftests: fix wrong error check in btrfs_free_dummy_root() (Zhang Xiaoxu)  
- btrfs: fix match incorrectly in dev_args_match_device (Liu Shixin)  
- wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update() (Wen Gong)  
- platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi (Jorge Lopez)  
- drm/amdgpu: disable BACO on special BEIGE_GOBY card (Guchun Chen)  
- drm/i915/dmabuf: fix sg_table handling in map_dma_buf (Matthew Auld)  
- nilfs2: fix use-after-free bug of ns_writer on remount (Ryusuke Konishi)  
- nilfs2: fix deadlock in nilfs_count_free_blocks() (Ryusuke Konishi)  
- ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure (Shin'ichiro Kawasaki)  
- vmlinux.lds.h: Fix placement of '.data..decrypted' section (Nathan Chancellor)  
- ALSA: usb-audio: Add DSD support for Accuphase DAC-60 (Jussi Laako)  
- ALSA: usb-audio: Add quirk entry for M-Audio Micro (Takashi Iwai)  
- ALSA: usb-audio: Yet more regression for for the delayed card registration (Takashi Iwai)  
- ALSA: hda/realtek: Add Positivo C6300 model quirk (Edson Juliano Drosdeck)  
- ALSA: hda: fix potential memleak in 'add_widget_node' (Ye Bin)  
- ALSA: hda/ca0132: add quirk for EVGA Z390 DARK (Xian Wang)  
- ALSA: hda/hdmi - enable runtime pm for more AMD display audio (Evan Quan)  
- mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA (Haibo Chen)  
- mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI (Brian Norris)  
- mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI (Brian Norris)  
- MIPS: jump_label: Fix compat branch range check (Jiaxun Yang)  
- arm64: efi: Fix handling of misaligned runtime regions and drop warning (Ard Biesheuvel)  
- riscv: fix reserved memory setup (Conor Dooley)  
- riscv: vdso: fix build with llvm (Jisheng Zhang)  
- riscv: process: fix kernel info leakage (Jisheng Zhang)  
- net: macvlan: fix memory leaks of macvlan_common_newlink (Chuang Wang)  
- ethernet: tundra: free irq when alloc ring failed in tsi108_open() (Zhengchao Shao)  
- net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open() (Zhengchao Shao)  
- ethernet: s2io: disable napi when start nic failed in s2io_card_up() (Zhengchao Shao)  
- net: atlantic: macsec: clear encryption keys from the stack (Antoine Tenart)  
- net: phy: mscc: macsec: clear encryption keys when freeing a flow (Antoine Tenart)  
- stmmac: dwmac-loongson: fix missing of_node_put() while module exiting (Yang Yingliang)  
- stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe() (Yang Yingliang)  
- stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting (Yang Yingliang)  
- cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open() (Zhengchao Shao)  
- mctp: Fix an error handling path in mctp_init() (Wei Yongjun)  
- stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz (Tan, Tee Min)  
- stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S (Wong Vee Khee)  
- net: cxgb3_main: disable napi when bind qsets failed in cxgb_up() (Zhengchao Shao)  
- net: cpsw: disable napi in cpsw_ndo_open() (Zhengchao Shao)  
- net/mlx5e: E-Switch, Fix comparing termination table instance (Roi Dayan)  
- net/mlx5: Allow async trigger completion execution on single CPU systems (Roy Novich)  
- net/mlx5: Bridge, verify LAG state when adding bond to bridge (Vlad Buslov)  
- net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg (M Chetan Kumar)  
- net: nixge: disable napi when enable interrupts failed in nixge_open() (Zhengchao Shao)  
- net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init() (Zhengchao Shao)  
- netfilter: Cleanup nft_net-&gt;module_list from nf_tables_exit_net() (Shigeru Yoshida)  
- netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg() (Ziyang Xuan)  
- perf tools: Add the include/perf/ directory to .gitignore (Donglin Peng)  
- perf stat: Fix printing os-&gt;prefix in CSV metrics output (Athira Rajeev)  
- drivers: net: xgene: disable napi when register irq failed in xgene_enet_open() (Zhengchao Shao)  
- net: lapbether: fix issue of invalid opcode in lapbeth_open() (Zhengchao Shao)  
- dmaengine: ti: k3-udma-glue: fix memory leak when register device fail (Yang Yingliang)  
- dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() (Christophe JAILLET)  
- dmaengine: pxa_dma: use platform_get_irq_optional (Doug Brown)  
- tipc: fix the msg-&gt;req tlv len check in tipc_nl_compat_name_table_dump_header (Xin Long)  
- net: broadcom: Fix BCMGENET Kconfig (YueHaibing)  
- net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable() (Rasmus Villemoes)  
- can: af_can: fix NULL pointer dereference in can_rx_register() (Zhengchao Shao)  
- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Alexander Potapenko)  
- tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent (Lu Wei)  
- drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register() (Yuan Can)  
- net: wwan: mhi: fix memory leak in mhi_mbim_dellink (HW He)  
- net: wwan: iosm: fix memory leak in ipc_wwan_dellink (HW He)  
- hamradio: fix issue of dev reference count leakage in bpq_device_event() (Zhengchao Shao)  
- net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event() (Zhengchao Shao)  
- KVM: s390: pv: don't allow userspace to set the clock under PV (Nico Boehr)  
- phy: ralink: mt7621-pci: add sentinel to quirks table (John Thomson)  
- capabilities: fix undefined behavior in bit shift for CAP_TO_MASK (Gaosheng Cui)  
- net: fman: Unregister ethernet device on removal (Sean Anderson)  
- bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer (Alex Barba)  
- bnxt_en: Fix possible crash in bnxt_hwrm_set_coal() (Michael Chan)  
- net: tun: Fix memory leaks of napi_get_frags (Wang Yufen)  
- octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT] (Ratheesh Kannoth)  
- octeontx2-pf: Use hardware register for CQE count (Geetha sowjanya)  
- macsec: clear encryption keys from the stack after setting up offload (Sabrina Dubroca)  
- macsec: fix detection of RXSCs when toggling offloading (Sabrina Dubroca)  
- macsec: fix secy-&gt;n_rx_sc accounting (Sabrina Dubroca)  
- macsec: delete new rxsc when offload fails (Sabrina Dubroca)  
- net: gso: fix panic on frag_list with mixed head alloc types (Jiri Benc)  
- bpf: Fix wrong reg type conversion in release_reference() (Youlin Li)  
- bpf: Add helper macro bpf_for_each_reg_in_vstate (Kumar Kartikeya Dwivedi)  
- bpf, sock_map: Move cancel_work_sync() out of sock lock (Cong Wang)  
- bpf: Fix sockmap calling sleepable function in teardown path (John Fastabend)  
- bpf, sockmap: Fix sk-&gt;sk_forward_alloc warn_on in sk_stream_kill_queues (Wang Yufen)  
- HID: hyperv: fix possible memory leak in mousevsc_probe() (Yang Yingliang)  
- bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE (Pu Lehui)  
- wifi: mac80211: Set TWT Information Frame Disabled bit as 1 (Howard Hsu)  
- bpf, sockmap: Fix the sk-&gt;sk_forward_alloc warning of sk_stream_kill_queues (Wang Yufen)  
- bpf, verifier: Fix memory leak in array reallocation for stack state (Kees Cook)  
- soundwire: qcom: check for outanding writes before doing a read (Srinivas Kandagatla)  
- soundwire: qcom: reinit broadcast completion (Srinivas Kandagatla)  
- wifi: cfg80211: fix memory leak in query_regdb_file() (Arend van Spriel)  
- wifi: cfg80211: silence a sparse RCU warning (Johannes Berg)  
- phy: stm32: fix an error code in probe (Dan Carpenter)  
- hwspinlock: qcom: correct MMIO max register for newer SoCs (Krzysztof Kozlowski)  
- drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() (Yang Li)  
- drm/amdkfd: handle CPU fault on COW mapping (Philip Yang)  
- drm/amdkfd: avoid recursive lock in migrations back to RAM (Alex Sierra)  
- fuse: fix readdir cache race (Miklos Szeredi)  
- thunderbolt: Add DP OUT resource when DP tunnel is discovered (Sanjay R Mehta)  
- thunderbolt: Tear down existing tunnels when resuming from hibernate (Mika Westerberg)  
- LTS version: v5.15.78 (Jack Vogel)  
- wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker() (Dokyung Song)  
- drm/i915/sdvo: Setup DDC fully before output init (Ville Syrjala)  
- drm/i915/sdvo: Filter out invalid outputs more sensibly (Ville Syrjala)  
- drm/rockchip: dsi: Force synchronous probe (Brian Norris)  
- drm/rockchip: dsi: Clean up 'usage_mode' when failing to attach (Brian Norris)  
- cifs: fix regression in very old smb1 mounts (Ronnie Sahlberg)  
- ext4,f2fs: fix readahead of verity data (Matthew Wilcox (Oracle))  
- tee: Fix tee_shm_register() for kernel TEE drivers (Sumit Garg)  
- KVM: x86: emulator: update the emulation mode after CR0 write (Maxim Levitsky)  
- KVM: x86: emulator: update the emulation mode after rsm (Maxim Levitsky)  
- KVM: x86: emulator: introduce emulator_recalc_and_set_mode (Maxim Levitsky)  
- KVM: x86: emulator: em_sysexit should update ctxt-&gt;mode (Maxim Levitsky)  
- KVM: arm64: Fix bad dereference on MTE-enabled systems (Ryan Roberts)  
- KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable (Emanuele Giuseppe Esposito)  
- KVM: x86: Mask off reserved bits in CPUID.8000001FH (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000001H (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000008H (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.8000001AH (Jim Mattson)  
- KVM: x86: Mask off reserved bits in CPUID.80000006H (Jim Mattson)  
- x86/syscall: Include asm/ptrace.h in syscall_wrapper header (Jiri Olsa)  
- ext4: fix BUG_ON() when directory entry has invalid rec_len (Luis Henriques)  
- ext4: fix warning in 'ext4_da_release_space' (Ye Bin)  
- parisc: Avoid printing the hardware path twice (Helge Deller)  
- parisc: Export iosapic_serial_irq() symbol for serial port driver (Helge Deller)  
- parisc: Make 8250_gsc driver dependend on CONFIG_PARISC (Helge Deller)  
- perf/x86/intel: Fix pebs event constraints for SPR (Kan Liang)  
- perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[] (Kan Liang)  
- perf/x86/intel: Fix pebs event constraints for ICL (Kan Liang)  
- arm64: entry: avoid kprobe recursion (Mark Rutland)  
- efi: random: Use 'ACPI reclaim' memory for random seed (Ard Biesheuvel)  
- efi: random: reduce seed size to 32 bytes (Ard Biesheuvel)  
- fuse: add file_modified() to fallocate (Miklos Szeredi)  
- capabilities: fix potential memleak on error path from vfs_getxattr_alloc() (Gaosheng Cui)  
- tracing/histogram: Update document for KEYS_MAX size (Zheng Yejian)  
- tools/nolibc/string: Fix memcmp() implementation (Rasmus Villemoes)  
- ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters() (Steven Rostedt (Google))  
- kprobe: reverse kp-&gt;flags when arm_kprobe failed (Li Qiang)  
- tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd() (Shang XiaoJing)  
- tcp/udp: Make early_demux back namespacified. (Kuniyuki Iwashima)  
- ftrace: Fix use-after-free for dynamic ftrace_ops (Li Huafei)  
- btrfs: fix type of parameter generation in btrfs_get_dentry (David Sterba)  
- btrfs: fix tree mod log mishandling of reallocated nodes (Josef Bacik)  
- btrfs: fix lost file sync on direct IO write with nowait and dsync iocb (Filipe Manana)  
- fscrypt: fix keyring memory leak on mount failure (Eric Biggers)  
- fscrypt: stop using keyrings subsystem for fscrypt_master_key (Eric Biggers)  
- af_unix: Fix memory leaks of the whole sk due to OOB skb. (Kuniyuki Iwashima)  
- block, bfq: protect 'bfqd-&gt;queued' by 'bfqd-&gt;lock' (Yu Kuai)  
- Bluetooth: L2CAP: Fix attempting to access uninitialized memory (Luiz Augusto von Dentz)   {CVE-2022-42895}
- Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM (Luiz Augusto von Dentz)   {CVE-2022-42896}
- i2c: piix4: Fix adapter not be removed in piix4_remove() (Chen Zhongjin)  
- arm64: dts: juno: Add thermal critical trip points (Cristian Marussi)  
- firmware: arm_scmi: Fix devres allocation device in virtio transport (Cristian Marussi)  
- firmware: arm_scmi: Make Rx chan_setup fail on memory errors (Cristian Marussi)  
- firmware: arm_scmi: Suppress the driver's bind attributes (Cristian Marussi)  
- block: Fix possible memory leak for rq_wb on add_disk failure (Chen Zhongjin)  
- arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers (Ioana Ciornei)  
- arm64: dts: imx8: correct clock order (Peng Fan)  
- ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset (Tim Harvey)  
- clk: qcom: Update the force mem core bit for GPU clocks (Taniya Das)  
- efi/tpm: Pass correct address to memblock_reserve (Jerry Snitselaar)  
- i2c: xiic: Add platform module alias (Martin Tuma)  
- drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case (Danijel Slivka)  
- HID: saitek: add madcatz variant of MMO7 mouse device ID (Samuel Bailey)  
- scsi: core: Restrict legal sdev_state transitions via sysfs (Uday Shankar)  
- ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() (Ashish Kalra)  
- media: v4l: subdev: Fail graciously when getting try data for NULL state (Sakari Ailus)  
- media: meson: vdec: fix possible refcount leak in vdec_probe() (Hangyu Hua)  
- media: dvb-frontends/drxk: initialize err to 0 (Hans Verkuil)  
- media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE (Hans Verkuil)  
- media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE (Hans Verkuil)  
- media: rkisp1: Zero v4l2_subdev_format fields in when validating links (Laurent Pinchart)  
- media: rkisp1: Use correct macro for gradient registers (Laurent Pinchart)  
- media: rkisp1: Initialize color space on resizer sink and source pads (Laurent Pinchart)  
- media: rkisp1: Don't pass the quantization to rkisp1_csm_config() (Laurent Pinchart)  
- s390/cio: fix out-of-bounds access on cio_ignore free (Peter Oberparleiter)  
- s390/cio: derive cdev information only for IO-subchannels (Vineeth Vijayan)  
- s390/boot: add secure boot trailer (Peter Oberparleiter)  
- s390/uaccess: add missing EX_TABLE entries to __clear_user() (Heiko Carstens)  
- mtd: parsers: bcm47xxpart: Fix halfblock reads (Linus Walleij)  
- mtd: parsers: bcm47xxpart: print correct offset on read error (Rafal Milecki)  
- fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards (Helge Deller)  
- video/fbdev/stifb: Implement the stifb_fillrect() function (Helge Deller)  
- drm/msm/hdmi: fix IRQ lifetime (Johan Hovold)  
- drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag (Daniel Thompson)  
- vsock: fix possible infinite sleep in vsock_connectible_wait_data() (Dexuan Cui)  
- ipv6: fix WARNING in ip6_route_net_exit_late() (Zhengchao Shao)  
- net, neigh: Fix null-ptr-deref in neigh_table_clear() (Chen Zhongjin)  
- net/smc: Fix possible leaked pernet namespace in smc_init() (Chen Zhongjin)  
- stmmac: dwmac-loongson: fix invalid mdio_node (Liu Peibao)  
- ibmvnic: Free rwi on reset success (Nick Child)  
- net: mdio: fix undefined behavior in bit shift for __mdiobus_register (Gaosheng Cui)  
- Bluetooth: L2CAP: Fix memory leak in vhci_write (Hawkins Jiawei)  
- Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() (Zhengchao Shao)  
- Bluetooth: virtio_bt: Use skb_put to set length (Soenke Huster)  
- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu (Maxim Mikityanskiy)  
- netfilter: ipset: enforce documented limit to prevent allocating huge memory (Jozsef Kadlecsik)  
- btrfs: fix ulist leaks in error paths of qgroup self tests (Filipe Manana)  
- btrfs: fix inode list leak during backref walking at find_parent_nodes() (Filipe Manana)  
- btrfs: fix inode list leak during backref walking at resolve_indirect_refs() (Filipe Manana)  
- isdn: mISDN: netjet: fix wrong check of device registration (Yang Yingliang)  
- mISDN: fix possible memory leak in mISDN_register_device() (Yang Yingliang)  
- rose: Fix NULL pointer dereference in rose_send_frame() (Zhang Qilong)  
- ipvs: fix WARNING in ip_vs_app_net_cleanup() (Zhengchao Shao)  
- ipvs: fix WARNING in __ip_vs_cleanup_batch() (Zhengchao Shao)  
- ipvs: use explicitly signed chars (Jason A. Donenfeld)  
- netfilter: nf_tables: release flow rule object from commit path (Pablo Neira Ayuso)  
- netfilter: nf_tables: netlink notifier might race to release objects (Pablo Neira Ayuso)  
- net: tun: fix bugs for oversize packet when napi frags enabled (Ziyang Xuan)  
- net: sched: Fix use after free in red_enqueue() (Dan Carpenter)  
- ata: pata_legacy: fix pdc20230_set_piomode() (Sergey Shtylyov)  
- net: fec: fix improper use of NETDEV_TX_BUSY (Zhang Changzhong)  
- nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() (Shang XiaoJing)  
- nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send() (Shang XiaoJing)  
- nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() (Shang XiaoJing)  
- nfc: fdp: Fix potential memory leak in fdp_nci_send() (Shang XiaoJing)  
- net: dsa: fall back to default tagger if we can't load the one from DT (Vladimir Oltean)  
- RDMA/qedr: clean up work queue on failure in qedr_alloc_resources() (Dan Carpenter)  
- RDMA/core: Fix null-ptr-deref in ib_core_cleanup() (Chen Zhongjin)  
- net: dsa: Fix possible memory leaks in dsa_loop_init() (Chen Zhongjin)  
- nfs4: Fix kmemleak when allocate slot failed (Zhang Xiaoxu)  
- NFSv4.2: Fixup CLONE dest file size for zero-length count (Benjamin Coddington)  
- SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed (Zhang Xiaoxu)  
- NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot (Trond Myklebust)  
- NFSv4.1: Handle RECLAIM_COMPLETE trunking errors (Trond Myklebust)  
- NFSv4: Fix a potential state reclaim deadlock (Trond Myklebust)  
- RDMA/hns: Disable local invalidate operation (Yangyang Li)  
- RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx() (Wenpeng Liang)  
- RDMA/hns: Remove magic number (Xinhao Liu)  
- IB/hfi1: Correctly move list in sc_disable() (Dean Luick)  
- KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER (Alexander Graf)  
- KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter() (Alexander Graf)  
- KVM: x86: Protect the unused bits in MSR exiting flags (Aaron Lewis)  
- HID: playstation: add initial DualSense Edge controller support (Roderick Colenbrander)  
- mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page (Baolin Wang)  
- drm/amd/display: explicitly disable psr_feature_enable appropriately (Shirish S)  
- KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1) (Sean Christopherson)  
- serial: ar933x: Deassert Transmit Enable on -&gt;rs485_config() (Lukas Wunner)  
- scsi: lpfc: Rework MIB Rx Monitor debug info logic (James Smart)  
- scsi: lpfc: Adjust CMF total bytes and rxmonitor (James Smart)  
- scsi: lpfc: Adjust bytes received vales during cmf timer interval (James Smart)  
- LTS version: v5.15.77 (Jack Vogel)  
- tcp/udp: Fix memory leak in ipv6_renew_options(). (Kuniyuki Iwashima)  
- serial: Deassert Transmit Enable on probe in driver-specific way (Lukas Wunner)  
- serial: core: move RS485 configuration tasks from drivers into core (Lino Sanfilippo)  
- can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive (Biju Das)  
- can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L (Biju Das)  
- scsi: sd: Revert 'scsi: sd: Remove a local variable' (Yu Kuai)  
- arm64: Add AMPERE1 to the Spectre-BHB affected list (D Scott Phillips)  
- net: enetc: survive memory pressure without crashing (Vladimir Oltean)  
- kcm: do not sense pfmemalloc status in kcm_sendpage() (Eric Dumazet)  
- net: do not sense pfmemalloc status in skb_append_pagefrags() (Eric Dumazet)  
- net/mlx5: Fix crash during sync firmware reset (Suresh Devarakonda)  
- net/mlx5: Update fw fatal reporter state on PCI handlers successful recover (Roy Novich)  
- net/mlx5: Print more info on pci error handlers (Saeed Mahameed)  
- net/mlx5: Fix possible use-after-free in async command interface (Tariq Toukan)  
- net/mlx5e: Extend SKB room check to include PTP-SQ (Aya Levin)  
- net/mlx5e: Do not increment ESN when updating IPsec ESN state (Hyong Youb Kim)  
- netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed (Zhengchao Shao)  
- net: broadcom: bcm4908_enet: update TX stats after actual transmission (Rafal Milecki)  
- net: broadcom: bcm4908enet: remove redundant variable bytes (Colin Ian King)  
- nh: fix scope used to find saddr when adding non gw nh (Nicolas Dichtel)  
- net: bcmsysport: Indicate MAC is in charge of PHY PM (Florian Fainelli)  
- net: ehea: fix possible memory leak in ehea_register_port() (Yang Yingliang)  
- openvswitch: switch from WARN to pr_warn (Aaron Conole)  
- ALSA: aoa: Fix I2S device accounting (Takashi Iwai)  
- ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() (Yang Yingliang)  
- net: ethernet: ave: Fix MAC to be in charge of PHY PM (Kunihiko Hayashi)  
- net: fec: limit register access on i.MX6UL (Juergen Borleis)  
- perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics (Shang XiaoJing)  
- PM: domains: Fix handling of unavailable/disabled idle states (Sudeep Holla)  
- net: ksz884x: fix missing pci_disable_device() on error in pcidev_init() (Yang Yingliang)  
- i40e: Fix flow-type by setting GL_HASH_INSET registers (Slawomir Laba)  
- i40e: Fix VF hang when reset is triggered on another VF (Sylwester Dziedziuch)  
- i40e: Fix ethtool rx-flow-hash setting for X722 (Slawomir Laba)  
- ipv6: ensure sane device mtu in tunnels (Eric Dumazet)  
- perf vendor events power10: Fix hv-24x7 metric events (Kajol Jain)  
- media: vivid: set num_in/outputs to 0 if not supported (Hans Verkuil)  
- media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced' (Hans Verkuil)  
- media: v4l2-dv-timings: add sanity checks for blanking values (Hans Verkuil)  
- media: vivid: dev-&gt;bitmap_cap wasn't freed in all cases (Hans Verkuil)  
- media: vivid: s_fbuf: add more sanity checks (Hans Verkuil)  
- PM: hibernate: Allow hybrid sleep to work with s2idle (Mario Limonciello)  
- can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path (Dongliang Mu)  
- can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path (Dongliang Mu)  
- drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() (Rafael Mendonca)  
- net-memcg: avoid stalls when under memory pressure (Jakub Kicinski)  
- tcp: fix indefinite deferral of RTO with SACK reneging (Neal Cardwell)  
- tcp: fix a signed-integer-overflow bug in tcp_add_backlog() (Lu Wei)  
- tcp: minor optimization in tcp_add_backlog() (Eric Dumazet)  
- net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY (Zhang Changzhong)  
- net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed (Zhengchao Shao)  
- kcm: annotate data-races around kcm-&gt;rx_wait (Eric Dumazet)  
- kcm: annotate data-races around kcm-&gt;rx_psock (Eric Dumazet)  
- atlantic: fix deadlock at aq_nic_stop (Inigo Huguet)  
- drm/i915/dp: Reset frl trained flag before restarting FRL training (Ankit Nautiyal)  
- amd-xgbe: add the bit rate quirk for Molex cables (Raju Rangoju)  
- amd-xgbe: fix the SFP compliance codes check for DAC cables (Raju Rangoju)  
- x86/unwind/orc: Fix unreliable stack dump with gcov (Chen Zhongjin)  
- nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() (Shang XiaoJing)  
- net: macb: Specify PHY PM management done by MAC (Sergiu Moga)  
- net: hinic: fix the issue of double release MBOX callback of VF (Zhengchao Shao)  
- net: hinic: fix the issue of CMDQ memory leaks (Zhengchao Shao)  
- net: hinic: fix memory leak when reading function table (Zhengchao Shao)  
- net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() (Zhengchao Shao)  
- net: netsec: fix error handling in netsec_register_mdio() (Yang Yingliang)  
- tipc: fix a null-ptr-deref in tipc_topsrv_accept (Xin Long)  
- perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap() (Maxim Levitsky)  
- ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() (Yang Yingliang)  
- ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile (Srinivasa Rao Mandadapu)  
- mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe() (Yang Yingliang)  
- arc: iounmap() arg is volatile (Randy Dunlap)  
- sched/core: Fix comparison in sched_group_cookie_match() (Lin Shengwang)  
- perf: Fix missing SIGTRAPs (Peter Zijlstra)  
- ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile (Srinivasa Rao Mandadapu)  
- KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test (Gavin Shan)  
- drm/msm: Fix return type of mdp4_lvds_connector_mode_valid (Nathan Huckleberry)  
- media: atomisp: prevent integer overflow in sh_css_set_black_frame() (Dan Carpenter)  
- media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation (Alexander Stein)  
- net: ieee802154: fix error return code in dgram_bind() (Wei Yongjun)  
- ethtool: eeprom: fix null-deref on genl_info in dump (Xin Long)  
- mmc: block: Remove error check of hw_reset on reset (Christian Lohle)  
- s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser() (Heiko Carstens)  
- s390/futex: add missing EX_TABLE entry to __futex_atomic_op() (Heiko Carstens)  
- perf auxtrace: Fix address filter symbol name match for modules (Adrian Hunter)  
- ARC: mm: fix leakage of memory allocated for PTE (Pavel Kozlov)  
- pinctrl: Ingenic: JZ4755 bug fixes (Siarhei Volkau)  
- kernfs: fix use-after-free in __kernfs_remove (Christian A. Ehrhardt)  
- counter: microchip-tcb-capture: Handle Signal1 read and Synapse (William Breathitt Gray)  
- mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus (Sascha Hauer)  
- mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake (Patrick Thompson)  
- mmc: core: Fix kernel panic when remove non-standard SDIO card (Matthew Ma)  
- mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIO (Brian Norris)  
- coresight: cti: Fix hang in cti_disable_hw() (James Clark)  
- drm/msm/dp: fix IRQ lifetime (Johan Hovold)  
- drm/msm/hdmi: fix memory corruption with too many bridges (Johan Hovold)  
- drm/msm/dsi: fix memory corruption with too many bridges (Johan Hovold)  
- drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume (Prike Liang)  
- scsi: qla2xxx: Use transport-defined speed mask for supported_speeds (Manish Rangankar)  
- mac802154: Fix LQI recording (Miquel Raynal)  
- exec: Copy oldsighand-&gt;action under spin-lock (Bernd Edlinger)  
- fs/binfmt_elf: Fix memory leak in load_elf_binary() (Li Zetao)  
- cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores (Rafael J. Wysocki)  
- cpufreq: intel_pstate: Read all MSRs on the target CPU (Rafael J. Wysocki)  
- fbdev: smscufx: Fix several use-after-free bugs (Hyunwoo Kim)  
- iio: adxl372: Fix unsafe buffer attributes (Matti Vaittinen)  
- iio: temperature: ltc2983: allocate iio channels once (Cosmin Tanislav)  
- iio: light: tsl2583: Fix module unloading (Shreeya Patel)  
- tools: iio: iio_utils: fix digit calculation (Matti Vaittinen)  
- xhci: Remove device endpoints from bandwidth list when freeing the device (Mathias Nyman)  
- xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices (Mario Limonciello)  
- xhci: Add quirk to reset host back to default state at shutdown (Mathias Nyman)  
- mtd: rawnand: marvell: Use correct logic for nand-keep-config (Tony O'Brien)  
- usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller (Jens Glathe)  
- usb: bdc: change state when port disconnected (Justin Chen)  
- usb: dwc3: gadget: Don't set IMI for no_interrupt (Thinh Nguyen)  
- usb: dwc3: gadget: Stop processing more requests on IMI (Thinh Nguyen)  
- usb: gadget: uvc: fix sg handling during video encode (Jeff Vanhoof)  
- usb: gadget: uvc: fix sg handling in error case (Dan Vacura)  
- USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM (Hannu Hartikainen)  
- ALSA: rme9652: use explicitly signed char (Jason A. Donenfeld)  
- ALSA: au88x0: use explicitly signed char (Jason A. Donenfeld)  
- ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600 (Takashi Iwai)  
- ALSA: Use del_timer_sync() before freeing timer (Steven Rostedt (Google))  
- can: kvaser_usb: Fix possible completions during init_completion (Anssi Hannula)  
- can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() (Yang Yingliang)  
- NFSv4: Add an fattr allocation to _nfs4_discover_trunking() (Scott Mayhew)  
- NFSv4: Fix free of uninitialized nfs4_label on referral lookup. (Benjamin Coddington)  
- rds: ib: Enable FC by default (Hakon Bugge)  [Orabug: 33930793] 
- Adding a new sysfs entry point -- forcepower -- to /sys/bus/pci/slots/X. (James Puthukattukaran)  [Orabug: 34719459] 
- nvme: paring quiesce/unquiesce (Ming Lei)  [Orabug: 34719459] 
- nvme: prepare for pairing quiescing and unquiescing (Ming Lei)  [Orabug: 34719459] 
- nvme: apply nvme API to quiesce/unquiesce admin queue (Ming Lei)  [Orabug: 34719459] 
- nvme: add APIs for stopping/starting admin queue (Ming Lei)  [Orabug: 34719459] 
- hugetlbfs: don't delete error page from pagecache (James Houghton)  [Orabug: 34772616] 
- mm: shmem: don't truncate page if memory failure happens (Yang Shi)  [Orabug: 34772616] 
- mm: hwpoison: handle non-anonymous THP correctly (Yang Shi)  [Orabug: 34772616] 
- mm: hwpoison: refactor refcount check handling (Yang Shi)  [Orabug: 34772616] 
- net/rds: Quiesce heartbeat worker in rds_conn_path_destroy() (Sharath Srinivasan)  [Orabug: 34815818] 
- net/rds: Add support for tracing RDS heartbeats (Sharath Srinivasan)  [Orabug: 34815818] 
- net/rds: Enable RDS heartbeat by default (Sharath Srinivasan)  [Orabug: 34815818] 
- uek-rpm: core.list: add VirtualBox guest drivers to core package (Todd Vierling)  [Orabug: 34820755] 
- tools/power turbostat: fix SPR PC6 limits (Artem Bityutskiy)  [Orabug: 34838996] 
- tools/power turbostat: separate SPR from ICX (Artem Bityutskiy)  [Orabug: 34838996] 
- rds: ib: Fix incorrect error handling during QP creation (Hakon Bugge)  [Orabug: 34857202] 
- Revert 'random: clear fast pool, crng, and batches in cpuhp bring up' (Somasundaram Krishnasamy)  [Orabug: 34850847] 
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12018.html" type="self" title="ELSA-2023-12018" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-42895.html" id="CVE-2022-42895" type="cve" title="CVE-2022-42895" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-42896.html" id="CVE-2022-42896" type="cve" title="CVE-2022-42896" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4378.html" id="CVE-2022-4378" type="cve" title="CVE-2022-4378" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="6.80.3.1.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-6.80.3.1.el8.src.rpm</filename>
          <sum type="sha256">11017569c053d4ae747ad863a7a2cecf22339f2d008f7417e410350ab8b15f6c</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="6.80.3.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-6.80.3.1.el8.x86_64.rpm</filename>
          <sum type="sha256">cbd8c486e16ee8b36be7a00108424fa2a2d6a35f4fe8af41bcf60ceb4eaf1e24</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="6.80.3.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-6.80.3.1.el8.x86_64.rpm</filename>
          <sum type="sha256">5b4193a473fa6a076d0c8164e6430e01361e98030b7b58f0c0f0fead924c3802</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12589</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-07-12 00:00:00"/>
    <updated date="2023-07-12 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-103.114.4]
- tick/common: Align tick period during sched_timer setup (Thomas Gleixner)  [Orabug: 35533588]

[5.15.0-103.114.3]
- net/rds: Fix endless rds_send_xmit() loop if cp_index &gt; 0 (Gerd Rausch)  [Orabug: 35307762]

[5.15.0-103.114.2]
- selinux: don't use make's grouped targets feature yet (Paul Moore)  
- lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() (Ben Hutchings)  
- firmware: arm_ffa: Set handle field to zero in memory descriptor (Balint Dobszay)  
- Revert 'ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled' (Theodore Ts'o)  
- Revert 'debugobject: Ensure pool refill (again)' (Greg Kroah-Hartman)  
- Revert 'staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE' (Greg Kroah-Hartman)  
- iommu/amd: Fix compile error for unused function (Joerg Roedel)  [Orabug: 35421758] 
- iommu/amd: Do not Invalidate IRT when IRTE caching is disabled (Suravee Suthikulpanit)  [Orabug: 35421758] 
- iommu/amd: Introduce Disable IRTE Caching Support (Suravee Suthikulpanit)  [Orabug: 35421758] 
- iommu/amd: Remove the unused struct amd_ir_data.ref (Suravee Suthikulpanit)  [Orabug: 35421758] 
- iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga() (Joao Martins)  [Orabug: 35421758] 
- iommu/amd: Handle GALog overflows (Joao Martins)  [Orabug: 35421758] 
- KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure race (Adamos Ttofari)  [Orabug: 35421758] 
- x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) (Sean Christopherson)  [Orabug: 35446569] 
- uek-rpm: Move mlx5-vfio-pci to core rpm (Samasth Norway Ananda)  [Orabug: 35469662] 
- xfs: IO time one extent per EFI (Wengang Wang)  [Orabug: 35475137] 
- xfs: log recovery stage split EFIs with multiple extents (Wengang Wang)  [Orabug: 35475137] 
- rds/ib: Fix ib_rx_total_frags while freeing frags (Praveen Kumar Kannoju)  [Orabug: 35477331]

[5.15.0-103.114.1]
- LTS version: v5.15.114 (Jack Vogel)  
- net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE (David Epping)  
- 3c589_cs: Fix an error handling path in tc589_probe() (Christophe JAILLET)  
- regulator: mt6359: add read check for PMIC MT6359 (Sen Chu)  
- firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors (Sudeep Holla)  
- arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay (Hugo Villeneuve)  
- net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device (Shay Drory)  
- net/mlx5: Fix error message when failing to allocate device memory (Roi Dayan)  
- net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE (Yevgeny Kliteynik)  
- net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs (Erez Shitrit)  
- net/mlx5e: do as little as possible in napi poll when budget is 0 (Jakub Kicinski)  
- platform/mellanox: mlxbf-pmc: fix sscanf() error checking (Dan Carpenter)  
- forcedeth: Fix an error handling path in nv_probe() (Christophe JAILLET)  
- sctp: fix an issue that plpmtu can never go to complete state (Xin Long)  
- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg (Cezary Rojewski)  
- x86/show_trace_log_lvl: Ensure stack pointer is aligned, again (Vernon Lovejoy)  
- xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() (Dan Carpenter)  
- coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() (Dan Carpenter)  
- regulator: pca9450: Fix BUCK2 enable_mask (Alexander Stein)  
- fs: fix undefined behavior in bit shift for SB_NOUSER (Hao Ge)  
- firmware: arm_ffa: Fix FFA device names for logical partitions (Sudeep Holla)  
- firmware: arm_ffa: Check if ffa_driver remove is present before executing (Sudeep Holla)  
- power: supply: sbs-charger: Fix INHIBITED bit for Status reg (Daisuke Nojiri)  
- power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status() (Hans de Goede)  
- power: supply: bq27xxx: Fix poll_interval handling and races on remove (Hans de Goede)  
- power: supply: bq27xxx: Fix I2C IRQ race on remove (Hans de Goede)  
- power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition (Hans de Goede)  
- power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe (Kang Chen)  
- power: supply: leds: Fix blink to LED on transition (Hans de Goede)  
- cifs: mapchars mount option ignored (Steve French)  
- ipv6: Fix out-of-bounds access in ipv6_find_tlv() (Gavrilov Ilia)  
- bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields (Will Deacon)  
- octeontx2-pf: Fix TSOv6 offload (Sunil Goutham)  
- selftests: fib_tests: mute cleanup error message (Po-Hsu Lin)  
- net: fix skb leak in __skb_tstamp_tx() (Pratyush Yadav)  
- ASoC: lpass: Fix for KASAN use_after_free out of bounds (Ravulapati Vishnu Vardhan Rao)  
- media: radio-shark: Add endpoint checks (Alan Stern)  
- USB: sisusbvga: Add endpoint checks (Alan Stern)  
- USB: core: Add routines for endpoint checks in old drivers (Alan Stern)  
- udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). (Kuniyuki Iwashima)  
- net: fix stack overflow when LRO is disabled for virtual interfaces (Taehee Yoo)  
- fbdev: udlfb: Fix endpoint check (Alan Stern)  
- debugobjects: Don't wake up kswapd from fill_pool() (Tetsuo Handa)  
- x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms (Zhang Rui)  
- perf/x86/uncore: Correct the number of CHAs on SPR (Kan Liang)  
- parisc: Fix flush_dcache_page() for usage from irq context (Helge Deller)  
- selftests/memfd: Fix unknown type name build failure (Hardik Garg)  
- x86/mm: Avoid incomplete Global INVLPG flushes (Dave Hansen)  
- dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type (Frank Li)  
- btrfs: use nofs when cleaning up aborted transactions (Josef Bacik)  
- gpio: mockup: Fix mode of debugfs files (Zev Weiss)  
- parisc: Allow to reboot machine after system halt (Helge Deller)  
- parisc: Handle kgdb breakpoints only in kernel context (Helge Deller)  
- m68k: Move signal frame following exception on 68020/030 (Finn Thain)  
- net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize (Tudor Ambarus)  
- ASoC: rt5682: Disable jack detection interrupt during suspend (Matthias Kaehlcke)  
- mmc: sdhci-esdhc-imx: make 'no-mmc-hs400' works (Haibo Chen)  
- ALSA: hda/realtek: Enable headset onLenovo M70/M90 (Bin Li)  
- ALSA: hda: Fix unhandled register update during auto-suspend period (Takashi Iwai)  
- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (Adam Stylinski)  
- arm64: Also reset KASAN tag if page is not PG_mte_tagged (Peter Collingbourne)  
- ocfs2: Switch to security_inode_init_security() (Roberto Sassu)  
- spi: fsl-cpm: Use 16 bit mode for large transfers with even size (Christophe Leroy)  
- spi: fsl-spi: Re-organise transfer bits_per_word adaptation (Christophe Leroy)  
- ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 (Olivier Moysan)  
- watchdog: sp5100_tco: Immediately trigger upon starting. (Gregory Oakes)  
- dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries (Michal Simek)  
- dt-bindings: ata: ahci-ceva: convert to yaml (Piyush Mehta)  
- usb: dwc3: fix gadget mode suspend interrupt handler issue (Linyu Yuan)  
- usb: gadget: Properly configure the device for remote wakeup (Elson Roy Serrao)  
- LTS version: v5.15.113 (Jack Vogel)  
- HID: wacom: add three styli to wacom_intuos_get_tool_type (Ping Cheng)  
- HID: wacom: Add new Intuos Pro Small (PTH-460) device IDs (Ping Cheng)  
- HID: wacom: Force pen out of prox if no events have been received in a while (Jason Gerecke)  
- s390/qdio: fix do_sqbs() inline assembly constraint (Heiko Carstens)  
- nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() (Ryusuke Konishi)  
- powerpc/64s/radix: Fix soft dirty tracking (Michael Ellerman)  
- tpm/tpm_tis: Disable interrupts for more Lenovo devices (Jerry Snitselaar)  
- powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device (Gaurav Batra)  
- ceph: force updating the msg pointer in non-split case (Xiubo Li)  
- vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF (George Kennedy)  
- thunderbolt: Clear registers properly when auto clear isn't in use (Mario Limonciello)  
- serial: qcom-geni: fix enabling deactivated interrupt (Krzysztof Kozlowski)  
- serial: 8250_exar: Add support for USR298x PCI Modems (Andrew Davis)  
- serial: Add support for Advantech PCI-1611U card (Vitaliy Tomin)  
- statfs: enforce statfs[64] structure initialization (Ilya Leoshkevich)  
- ksmbd: fix global-out-of-bounds in smb2_find_context_vals (Chih-Yen Chang)  
- ksmbd: fix wrong UserName check in session_user (Chih-Yen Chang)  
- ksmbd: allocate one more byte for implied bcc[0] (Chih-Yen Chang)  
- ksmbd: smb2: Allow messages padded to 8byte boundary (Gustav Johansson)  
- SMB3: drop reference to cfile before sending oplock break (Bharath SM)  
- SMB3: Close all deferred handles of inode in case of handle lease break (Bharath SM)  
- can: kvaser_pciefd: Disable interrupts in probe error path (Jimmy Assarsson)  
- can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt (Jimmy Assarsson)  
- can: kvaser_pciefd: Clear listen-only bit if not explicitly requested (Jimmy Assarsson)  
- can: kvaser_pciefd: Empty SRB buffer in probe (Jimmy Assarsson)  
- can: kvaser_pciefd: Call request_irq() before enabling interrupts (Jimmy Assarsson)  
- can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() (Jimmy Assarsson)  
- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (Oliver Hartkopp)  
- can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag (Oliver Hartkopp)  
- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (Luke D. Jones)  
- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 (Ai Chao)  
- ALSA: hda/realtek: Add quirk for Clevo L140AU (Jeremy Soller)  
- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table (Nikhil Mahale)  
- ALSA: hda: Fix Oops by 9.1 surround channel names (Takashi Iwai)  
- xhci: Fix incorrect tracking of free space on transfer rings (Mathias Nyman)  
- xhci-pci: Only run d3cold avoidance quirk for s2idle (Mario Limonciello)  
- usb: typec: altmodes/displayport: fix pin_assignment_show (Badhri Jagan Sridharan)  
- usb: gadget: u_ether: Fix host MAC address case (Konrad Grafe)  
- usb: dwc3: debugfs: Resume dwc3 before accessing registers (Udipto Goswami)  
- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value (Weitao Wang)  
- usb-storage: fix deadlock when a scsi command timeouts more than once (Maxime Bizon)  
- USB: usbtmc: Fix direction for 0-length ioctl control messages (Alan Stern)  
- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go (Takashi Iwai)  
- bridge: always declare tunnel functions (Arnd Bergmann)  
- netfilter: nft_set_rbtree: fix null deref on element insertion (Florian Westphal)  
- netfilter: nf_tables: fix nft_trans type confusion (Florian Westphal)  
- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() (Eric Dumazet)  
- igb: fix bit_shift to be in [1..8] range (Aleksandr Loktionov)  
- net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset (Marco Migliore)  
- cassini: Fix a memory leak in the error handling path of cas_init_one() (Christophe JAILLET)  
- scsi: storvsc: Don't pass unused PFNs to Hyper-V host (Michael Kelley)  
- wifi: iwlwifi: mvm: don't trust firmware n_channels (Johannes Berg)  
- wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock (Johannes Berg)  
- wifi: mac80211: fix min center freq offset tracing (Johannes Berg)  
- net: bcmgenet: Restore phy_stop() depending upon suspend/close (Florian Fainelli)  
- net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() (Florian Fainelli)  
- s390/cio: include subchannels without devices also for evaluation (Vineeth Vijayan)  
- tipc: check the bearer min mtu properly when setting it by netlink (Xin Long)  
- tipc: do not update mtu if msg_max is too small in mtu negotiation (Xin Long)  
- tipc: add tipc_bearer_min_mtu to calculate min mtu (Xin Long)  
- virtio_net: Fix error unwinding of XDP initialization (Feng Liu)  
- virtio-net: Maintain reverse cleanup order (Parav Pandit)  
- net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() (Dong Chenchen)  
- drm/exynos: fix g2d_open/close helper function definitions (Arnd Bergmann)  
- SUNRPC: Fix trace_svc_register() call site (Chuck Lever)  
- SUNRPC: always free ctxt when freeing deferred request (NeilBrown)  
- SUNRPC: Remove svc_rqst::rq_xprt_hlen (Chuck Lever)  
- SUNRPC: Remove dead code in svc_tcp_release_rqst() (Chuck Lever)  
- SUNRPC: Clean up svc_deferred_class trace events (Chuck Lever)  
- tracing: Introduce helpers to safely handle dynamic-sized sockaddrs (Chuck Lever)  
- SUNRPC: double free xprt_ctxt while still in use (NeilBrown)  
- media: netup_unidvb: fix use-after-free at del_timer() (Duoming Zhou)  
- net: hns3: fix reset delay time to avoid configuration timeout (Jie Wang)  
- net: hns3: fix sending pfc frames after reset issue (Jijie Shao)  
- net: hns3: fix output information incomplete for dumping tx queue info with debugfs (Jie Wang)  
- erspan: get the proto with the md version for collect_md (Xin Long)  
- serial: 8250_bcm7271: fix leak in brcmuart_probe (Doug Berger)  
- serial: 8250_bcm7271: balance clk_enable calls (Doug Berger)  
- serial: arc_uart: fix of_iomap leak in arc_serial_probe (Ke Zhang)  
- tcp: fix possible sk_priority leak in tcp_v4_send_reset() (Eric Dumazet)  
- vsock: avoid to close connected socket after the timeout (Zhuang Shengen)  
- ALSA: hda/realtek: Apply HP B&amp;O top speaker profile to Pavilion 15 (Ryan C. Underwood)  
- ALSA: firewire-digi00x: prevent potential use after free (Dan Carpenter)  
- net: phy: dp83867: add w/a for packet errors seen with short cables (Grygorii Strashko)  
- net: fec: Better handle pm_runtime_get() failing in .remove() (Uwe Kleine-Konig)  
- selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test (Andrea Mayer)  
- selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test (Andrea Mayer)  
- af_key: Reject optional tunnel/BEET mode templates in outbound policies (Tobias Brunner)  
- cpupower: Make TSC read per CPU for Mperf monitor (Wyes Karny)  
- ASoC: fsl_micfil: Fix error handler with pm_runtime_enable (Shengjiu Wang)  
- dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and qcom, sync-dual-dsi (Jianhua Lu)  
- drm/msm/dpu: Remove duplicate register defines from INTF (Marijn Suijten)  
- drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header (Marijn Suijten)  
- drm/msm/dpu: Add INTF_5 interrupts (Bjorn Andersson)  
- drm/msm/dp: unregister audio driver during unbind (Srinivas Kandagatla)  
- Revert 'Fix XFRM-I support for nested ESP tunnels' (Martin Willi)  
- xfrm: don't check the default policy if the policy allows the packet (Sabrina Dubroca)  
- platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct (Fae)  
- platform/x86: Move existing HP drivers to a new hp subdir (Jorge Lopez)  
- platform/x86: hp-wmi: Support touchpad on/off (Daniel Houldsworth)  
- parisc: Replace regular spinlock with spin_trylock on panic path (Guilherme G. Piccoli)  
- mfd: dln2: Fix memory leak in dln2_probe() (Qiang Ning)  
- soundwire: qcom: gracefully handle too many ports in DT (Krzysztof Kozlowski)  
- phy: st: miphy28lp: use _poll_timeout functions for waits (Alain Volmat)  
- Input: xpad - add constants for GIP interface numbers (Vicki Pfau)  
- iommu/sprd: Release dma buffer to avoid memory leak (Chunyan Zhang)  
- iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any (Tomas Krcka)  
- clk: tegra20: fix gcc-7 constant overflow warning (Arnd Bergmann)  
- fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() (Jia-Ju Bai)  
- fs/ntfs3: Add length check in indx_get_root (Edward Lo)  
- fs/ntfs3: Validate MFT flags before replaying logs (Edward Lo)  
- fs/ntfs3: Fix NULL dereference in ni_write_inode (Abdun Nihaal)  
- fs/ntfs3: Enhance the attribute size check (Edward Lo)  
- fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' (Ye Bin)  
- iommu/arm-smmu-qcom: Limit the SMR groups to 128 (Manivannan Sadhasivam)  
- RDMA/core: Fix multiple -Warray-bounds warnings (Gustavo A. R. Silva)  
- recordmcount: Fix memory leaks in the uwrite function (Hao Zeng)  
- sched: Fix KCSAN noinstr violation (Josh Poimboeuf)  
- mcb-pci: Reallocate memory region to avoid memory overlapping (Rodriguez Barbarin, Jose Javier)  
- serial: 8250: Reinit port-&gt;pm on port specific driver unbind (Tony Lindgren)  
- usb: typec: tcpm: fix multiple times discover svids error (Frank Wang)  
- HID: wacom: generic: Set battery quirk only when we see battery data (Jason Gerecke)  
- spi: spi-imx: fix MX51_ECSPI_* macros when cs &gt; 3 (Kevin Groeneveld)  
- HID: logitech-hidpp: Reconcile USB and Unifying serials (Bastien Nocera)  
- HID: logitech-hidpp: Don't use the USB serial for USB devices (Bastien Nocera)  
- staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE (Philipp Hortmann)  
- Bluetooth: L2CAP: fix 'bad unlock balance' in l2cap_disconnect_rsp (Min Li)  
- Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set (Hans de Goede)  
- Bluetooth: btintel: Add LE States quirk support (Chethan T N)  
- ipvs: Update width of source for ip_vs_sync_conn_options (Simon Horman)  
- nbd: fix incomplete validation of ioctl arg (Zhong Jinghua)  
- wifi: ath11k: Fix SKB corruption in REO destination ring (Nagarajan Maran)  
- wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace (Hans de Goede)  
- null_blk: Always check queue mode setting from configfs (Chaitanya Kulkarni)  
- wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf (Hyunwoo Kim)  
- wifi: iwlwifi: pcie: fix possible NULL pointer dereference (Daniel Gabay)  
- bpf: Add preempt_count_{sub,add} into btf id deny list (Yafang)  
- samples/bpf: Fix fout leak in hbm's run_bpf_prog (Hao Zeng)  
- f2fs: fix to check readonly condition correctly (Chao Yu)  
- f2fs: fix to drop all dirty pages during umount() if cp_error is set (Chao Yu)  
- ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() (Ojaswin Mujoo)  
- ext4: set goal start correctly in ext4_mb_normalize_request (Kemeng Shi)  
- scsi: ufs: ufs-pci: Add support for Intel Lunar Lake (Adrian Hunter)  
- gfs2: Fix inode height consistency check (Andreas Gruenbacher)  
- scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition (Zheng Wang)  
- lib: cpu_rmap: Avoid use after free on rmap-&gt;obj array entries (Eli Cohen)  
- net: Catch invalid index in XPS mapping (Nick Child)  
- net: pasemi: Fix return type of pasemi_mac_start_tx() (Nathan Chancellor)  
- bnxt: avoid overflow in bnxt_get_nvram_directory() (Maxim Korotkov)  
- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow (Justin Tee)  
- ext2: Check block size validity during mount (Jan Kara)  
- wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex (Hector Martin)  
- bpf: Annotate data races in bpf_local_storage (Kumar Kartikeya Dwivedi)  
- wifi: ath: Silence memcpy run-time false positive warning (Kees Cook)  
- media: Prefer designated initializers over memset for subdev pad ops (Laurent Pinchart)  
- drm/amd: Fix an out of bounds error in BIOS parser (Mario Limonciello)  
- ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects (void0red)  
- ACPICA: Avoid undefined behavior: applying zero offset to null pointer (Tamir Duberstein)  
- drm/msm/dp: Clean up handling of DP AUX interrupts (Douglas Anderson)  
- drm/tegra: Avoid potential 32-bit integer overflow (Nur Hussein)  
- remoteproc: stm32_rproc: Add mutex protection for workqueue (Arnaud Pouliquen)  
- ACPI: EC: Fix oops when removing custom query handlers (Armin Wolf)  
- firmware: arm_sdei: Fix sleep from invalid context BUG (Pierre Gondois)  
- memstick: r592: Fix UAF bug in r592_remove due to race condition (Zheng Wang)  
- media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish (harperchen)  
- media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish() (harperchen)  
- arm64: dts: qcom: msm8996: Add missing DWC3 quirks (Konrad Dybcio)  
- regmap: cache: Return error in cache sync operations for REGCACHE_NONE (Alexander Stein)  
- drm/amd/display: Use DC_LOG_DC in the trasform pixel function (Rodrigo Siqueira)  
- drm/displayid: add displayid_get_header() and check bounds better (Jani Nikula)  
- fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() (Tetsuo Handa)  
- rcu: Protect rcu_print_task_exp_stall() -&gt;exp_tasks access (Zqiang)  
- refscale: Move shutdown from wait_event() to wait_event_idle() (Paul E. McKenney)  
- ext4: allow ext4_get_group_info() to fail (Theodore Ts'o)  
- ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set (Kemeng Shi)  
- ext4: fix lockdep warning when enabling MMP (Jan Kara)  
- ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled (Theodore Ts'o)  
- ext4: reflect error codes from ext4_multi_mount_protect() to its callers (Theodore Ts'o)  
- ext4: remove an unused variable warning with CONFIG_QUOTA=n (Austin Kim)  
- fbdev: arcfb: Fix error handling in arcfb_probe() (Zongjie Li)  
- drm/i915/dp: prevent potential div-by-zero (Nikita Zhandarovich)  
- af_unix: Fix data races around sk-&gt;sk_shutdown. (Kuniyuki Iwashima)  
- af_unix: Fix a data race of sk-&gt;sk_receive_queue-&gt;qlen. (Kuniyuki Iwashima)  
- net: datagram: fix data-races in datagram_poll() (Eric Dumazet)  
- ipvlan:Fix out-of-bounds caused by unclear skb-&gt;cb (t.feng)  
- gve: Remove the code of clearing PBA bit (Ziwei Xiao)  
- tcp: add annotations around sk-&gt;sk_shutdown accesses (Eric Dumazet)  
- net: add vlan_get_protocol_and_depth() helper (Eric Dumazet)  
- net: deal with most data-races in sk_wait_event() (Eric Dumazet)  
- net: annotate sk-&gt;sk_err write from do_recvmmsg() (Eric Dumazet)  
- netlink: annotate accesses to nlk-&gt;cb_running (Eric Dumazet)  
- netfilter: conntrack: fix possible bug_on with enable_hooks=1 (Florian Westphal)  
- netfilter: nf_tables: always release netdev hooks from notifier (Florian Westphal)  
- net: Fix load-tearing on sk-&gt;sk_stamp in sock_recv_cmsgs(). (Kuniyuki Iwashima)  
- net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register (Marek Vasut)  
- net: stmmac: switch to use interrupt for hw crosstimestamping (Wong Vee Khee)  
- linux/dim: Do nothing if no time delta between samples (Roy Novich)  
- tick/broadcast: Make broadcast device replacement work correctly (Thomas Gleixner)  
- scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend (Keoseong Park)  
- net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() (Christophe JAILLET)  
- ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings (Randy Dunlap)  
- drm/mipi-dsi: Set the fwnode for mipi_dsi_device (Saravana Kannan)  
- LTS version: v5.15.112 (Jack Vogel)  
- drm/amd/display: Fix hang when skipping modeset (Aurabindo Pillai)  
- drbd: correctly submit flush bio on barrier (Christoph Bohmwalder)  
- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx (Ilpo Jarvinen)  
- drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error (Konrad Dybcio)  
- ext4: fix invalid free tracking in ext4_xattr_move_to_block() (Theodore Ts'o)  
- ext4: remove a BUG_ON in ext4_mb_release_group_pa() (Theodore Ts'o)  
- ext4: bail out of ext4_xattr_ibody_get() fails for any reason (Theodore Ts'o)  
- ext4: add bounds checking in get_max_inline_xattr_value_size() (Theodore Ts'o)  
- ext4: fix deadlock when converting an inline directory in nojournal mode (Theodore Ts'o)  
- ext4: improve error handling from ext4_dirhash() (Theodore Ts'o)  
- ext4: improve error recovery code paths in __ext4_remount() (Theodore Ts'o)  
- ext4: check iomap type only if ext4_iomap_begin() does not fail (Baokun Li)  
- ext4: fix data races when using cached status extents (Jan Kara)  
- ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum (Tudor Ambarus)  
- ext4: fix WARNING in mb_find_extent (Ye Bin)  
- locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers (John Stultz)  
- ksmbd: not allow guest user on multichannel (Namjae Jeon)  
- ksmbd: fix deadlock in ksmbd_find_crypto_ctx() (Namjae Jeon)  
- ksmbd: fix racy issue while destroying session on multichannel (Namjae Jeon)  
- ksmbd: fix kernel oops from idr_remove() (Namjae Jeon)  
- ksmbd: add channel rwlock (Namjae Jeon)  
- ksmbd: replace sessions list in connection with xarray (Namjae Jeon)  
- ksmbd: fix multi session connection failure (Namjae Jeon)  
- ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO (Namjae Jeon)  
- wifi: rtw88: rtw8821c: Fix rfe_option field width (Sascha Hauer)  
- drm/amd/display: Add NULL plane_state check for cursor disable logic (Nicholas Kazlauskas)  
- drm/amd/display: Refine condition of cursor visibility for pipe-split (Dale Zhao)  
- drm/msm/adreno: fix runtime PM imbalance at gpu load (Johan Hovold)  
- drm/msm: Remove struct_mutex usage (Rob Clark)  
- drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz (Ankit Nautiyal)  
- drm/i915/dg2: Add additional HDMI pixel clock frequencies (Taylor, Clinton A)  
- drm/i915/dg2: Support 4k@30 on HDMI (Vandita Kulkarni)  
- ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close() (Kuninori Morimoto)  
- ASoC: DPCM: Don't pick up BE without substream (Takashi Iwai)  
- ASoC: soc-pcm: Move debugfs removal out of spinlock (Takashi Iwai)  
- ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE (Daniel Baluta)  
- ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks (Takashi Iwai)  
- fs/ntfs3: Refactoring of various minor issues (Konstantin Komarov)  
- HID: wacom: insert timestamp to packed Bluetooth (BT) events (Ping Cheng)  
- HID: wacom: Set a default resolution for older tablets (Ping Cheng)  
- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend (Guchun Chen)  
- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) (Lin.Cao)  
- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras (Guchun Chen)  
- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() (Hamza Mahfooz)  
- drm/amd/display: fix flickering caused by S/G mode (Hamza Mahfooz)  
- drm/panel: otm8009a: Set backlight parent to panel device (James Cowgill)  
- f2fs: fix potential corruption when moving a directory (Jaegeuk Kim)  
- drm/msm: fix NULL-deref on irq uninstall (Johan Hovold)  
- drm/msm: fix NULL-deref on snapshot tear down (Johan Hovold)  
- drm/bridge: lt8912b: Fix DSI Video Mode (Francesco Dolcini)  
- ARM: dts: s5pv210: correct MIPI CSIS clock name (Krzysztof Kozlowski)  
- ARM: dts: exynos: fix WM8960 clock name in Itop Elite (Krzysztof Kozlowski)  
- remoteproc: imx_rproc: Call of_node_put() on iteration error (Mathieu Poirier)  
- remoteproc: st: Call of_node_put() on iteration error (Mathieu Poirier)  
- remoteproc: stm32: Call of_node_put() on iteration error (Mathieu Poirier)  
- sh: nmi_debug: fix return value of __setup handler (Randy Dunlap)  
- sh: init: use OF_EARLY_FLATTREE for early init (Randy Dunlap)  
- sh: mcount.S: fix build error when PRINTK is not enabled (Randy Dunlap)  
- sh: math-emu: fix macro redefined warning (Randy Dunlap)  
- SMB3: force unmount was failing to close deferred close files (Steve French)  
- smb3: fix problem remounting a share after shutdown (Steve French)  
- inotify: Avoid reporting event with invalid wd (Jan Kara)  
- platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i (Andrey Avdeev)  
- platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet (Hans de Goede)  
- cifs: release leases for deferred close handles when freezing (Steve French)  
- cifs: fix pcchunk length type in smb2_copychunk_range (Pawel Witek)  
- btrfs: fix space cache inconsistency after error loading it from disk (Filipe Manana)  
- btrfs: print-tree: parent bytenr must be aligned to sector size (Anastasia Belova)  
- btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add (Christoph Hellwig)  
- btrfs: don't free qgroup space unless specified (Josef Bacik)  
- btrfs: fix encoded write i_size corruption with no-holes (Boris Burkov)  
- btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones (Naohiro Aota)  
- btrfs: fix btrfs_prev_leaf() to not return the same key twice (Filipe Manana)  
- perf stat: Separate bperf from bpf_profiler (Dmitrii Dolgov)  
- perf evlist: Refactor evlist__for_each_cpu() (Ian Rogers)  
- perf symbols: Fix return incorrect build_id size in elf_read_build_id() (Yang Jihong)  
- crypto: engine - fix crypto_queue backlog handling (Olivier Bacon)  
- crypto: engine - Use crypto_request_complete (Herbert Xu)  
- crypto: api - Add scaffolding to change completion function signature (Herbert Xu)  
- crypto: engine - check if BH is disabled during completion (Corentin Labbe)  
- crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() (Christophe JAILLET)  
- perf map: Delete two variable initialisations before null pointer checks in sort__sym_from_cmp() (Markus Elfring)  
- perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its contents (Arnaldo Carvalho de Melo)  
- perf vendor events power9: Remove UTF-8 characters from JSON files (Kajol Jain)  
- perf scripts intel-pt-events.py: Fix IPC output for Python 2 (Roman Lozko)  
- net: enetc: check the index of the SFI rather than the handle (Wei Fang)  
- virtio_net: suppress cpu stall when free_unused_bufs (Wenliang Wang)  
- virtio_net: split free_unused_bufs() (Xuan Zhuo)  
- net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 (Ar?nc UNAL)  
- ALSA: caiaq: input: Add error handling for unsupported input methods in snd_usb_caiaq_input_init (Ruliang Lin)  
- drm/amdgpu: add a missing lock for AMDGPU_SCHED (Chia-I Wu)  
- af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). (Kuniyuki Iwashima)  
- ionic: catch failure from devlink_alloc (Shannon Nelson)  
- ethtool: Fix uninitialized number of lanes (Ido Schimmel)  
- ionic: remove noise from ethtool rxnfc error msg (Shannon Nelson)  
- octeontx2-vf: Detach LF resources on probe cleanup (Subbaraya Sundeep)  
- octeontx2-pf: Disable packet I/O for graceful exit (Subbaraya Sundeep)  
- octeontx2-af: Skip PFs if not enabled (Ratheesh Kannoth)  
- octeontx2-af: Secure APR table update with the lock (Geetha sowjanya)  
- rxrpc: Fix hard call timeout units (David Howells)  
- sfc: Fix module EEPROM reporting for QSFP modules (Andy Moreton)  
- r8152: move setting r8153b_rx_agg_chg_indicate() (Hayes Wang)  
- r8152: fix the poor throughput for 2.5G devices (Hayes Wang)  
- r8152: fix flow control issue of RTL8156A (Hayes Wang)  
- net/sched: act_mirred: Add carrier check (Victor Nogueira)  
- RISC-V: mm: Enable huge page support to kernel_page_present() function (Sia Jee Heng)  
- watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() (Christophe JAILLET)  
- writeback: fix call of incorrect macro (Maxim Korotkov)  
- net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu (Angelo Dureghello)  
- selftests: srv6: make srv6_end_dt46_l3vpn_test more robust (Andrea Mayer)  
- sit: update dev-&gt;needed_headroom in ipip6_tunnel_bind_dev() (Cong Wang)  
- net/sched: cls_api: remove block_cb from driver_list before freeing (Vlad Buslov)  
- net/ncsi: clear Tx enable mode when handling a Config required AEN (Cosmo Chou)  
- scsi: qedi: Fix use after free bug in qedi_remove() (Zheng Wang)  
- fs/ntfs3: Fix null-ptr-deref on inode-&gt;i_op in ntfs_lookup() (ZhangPeng)  
- ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE (Pierre-Louis Bossart)  
- ASoC: soc-pcm: test refcount before triggering (Pierre-Louis Bossart)  
- ASoC: soc-pcm: serialize BE triggers (Takashi Iwai)  
- ASoC: soc-pcm: Fix and cleanup DPCM locking (Takashi Iwai)  
- ASoC: soc-pcm: align BE 'atomicity' with that of the FE (Pierre-Louis Bossart)  
- ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure (Pierre-Louis Bossart)  
- mailbox: zynqmp: Fix counts of child nodes (Tanmay Shah)  
- mailbox: zynq: Switch to flexible array to simplify code (Christophe JAILLET)  
- bus: mhi: host: Range check CHDBOFF and ERDBOFF (Jeffrey Hugo)  
- bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state (Jeffrey Hugo)  
- bus: mhi: host: Remove duplicate ee check for syserr (Jeffrey Hugo)  
- uek-rpm: update the location of the mhi driver (Jack Vogel)  
- bus: mhi: Move host MHI code to 'host' directory (Manivannan Sadhasivam)  
- ubifs: Fix memory leak in do_rename (Marten Lindahl)  
- ubifs: Fix AA deadlock when setting xattr for encrypted file (Zhihao Cheng)  
- crypto: ccp - Clear PSP interrupt status register before calling handler (Jeremi Piotrowski)  
- ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus (Tze-nan Wu)  
- LTS version: v5.15.111 (Jack Vogel)  
- arm64: dts: qcom: sdm845: correct dynamic power coefficients - again (Vincent Guittot)  
- sound/oss/dmasound: fix 'dmasound_setup' defined but not used (Miles Chen)  
- debugobject: Ensure pool refill (again) (Thomas Gleixner)  
- perf intel-pt: Fix CYC timestamps after standalone CBR (Adrian Hunter)  
- perf auxtrace: Fix address filter entire kernel size (Adrian Hunter)  
- dm: don't lock fs when the map is NULL in process of resume (Li Lingfeng)  
- dm ioctl: fix nested locking in table_clear() to remove deadlock concern (Mike Snitzer)  
- dm flakey: fix a crash with invalid table line (Mikulas Patocka)  
- dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path (Mike Snitzer)  
- dm clone: call kmem_cache_destroy() in dm_clone_init() error path (Mike Snitzer)  
- dm verity: fix error handling for check_at_most_once on FEC (Yeongjin Gil)  
- ia64: fix an addr to taddr in huge_pte_offset() (Hugh Dickins)  
- s390/dasd: fix hanging blockdevice after request requeue (Stefan Haberland)  
- btrfs: scrub: reject unsupported scrub flags (Qu Wenruo)  
- scripts/gdb: fix lx-timerlist for Python3 (Peng Liu)  
- clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent (Quentin Schulz)  
- wifi: rtl8xxxu: RTL8192EU always needs full init (Bitterblue Smith)  
- mailbox: zynqmp: Fix typo in IPI documentation (Tanmay Shah)  
- mailbox: zynqmp: Fix IPI isr handling (Tanmay Shah)  
- mtd: core: fix error path for nvmem provider (Michael Walle)  
- mtd: core: fix nvmem error reporting (Michael Walle)  
- mtd: core: provide unique name for nvmem device, take two (Michael Walle)  
- md/raid10: fix null-ptr-deref in raid10_sync_request (Li Nan)  
- nilfs2: fix infinite loop in nilfs_mdt_get_block() (Ryusuke Konishi)  
- nilfs2: do not write dirty data after degenerating to read-only (Ryusuke Konishi)  
- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (Geraldo Nascimento)  
- parisc: Fix argument pointer in real64_call_asm() (Helge Deller)  
- afs: Fix updating of i_size with dv jump from server (Marc Dionne)  
- mfd: tqmx86: Correct board names for TQMxE39x (Matthias Schiffer)  
- mfd: tqmx86: Specify IO port register range more precisely (Matthias Schiffer)  
- mfd: tqmx86: Do not access I2C_DETECT register through io_base (Matthias Schiffer)  
- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe (Kang Chen)  
- dmaengine: at_xdmac: do not enable all cyclic channels (Claudiu Beznea)  
- dmaengine: at_xdmac: Fix race for the tx desc callback (Tudor Ambarus)  
- dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie (Tudor Ambarus)  
- dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing (Shunsuke Mie)  
- dmaengine: dw-edma: Fix to change for continuous transfer (Shunsuke Mie)  
- dma: gpi: remove spurious unlock in gpi_ch_init (Dmitry Baryshkov)  
- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port (Gaosheng Cui)  
- pwm: mtk-disp: Configure double buffering before reading in .get_state() (AngeloGioacchino Del Regno)  
- pwm: mtk-disp: Disable shadow registers before setting backlight values (AngeloGioacchino Del Regno)  
- leds: tca6507: Fix error handling of using fwnode_property_read_string (H. Nikolaus Schaller)  
- dmaengine: mv_xor_v2: Fix an error code. (Christophe JAILLET)  
- leds: TI_LMU_COMMON: select REGMAP instead of depending on it (Randy Dunlap)  
- pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration (Hai Pham)  
- ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline (Ye Bin)  
- ext4: fix i_disksize exceeding i_size problem in paritally written case (Zhihao Cheng)  
- SMB3: Close deferred file handles in case of handle lease break (Bharath SM)  
- SMB3: Add missing locks to protect deferred close file list (Bharath SM)  
- timekeeping: Fix references to nonexistent ktime_get_fast_ns() (Geert Uytterhoeven)  
- openrisc: Properly store r31 to pt_regs on unhandled exceptions (Stafford Horne)  
- clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails (Qinrun Dai)  
- RDMA/mlx5: Use correct device num_ports when modify DC (Mark Zhang)  
- RDMA/mlx5: Fix flow counter query via DEVX (Mark Bloch)  
- Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe (Miaoqian Lin)  
- clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling (Dmitry Baryshkov)  
- clk: qcom: regmap: add PHY clock source implementation (Dmitry Baryshkov)  
- NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease (Trond Myklebust)  
- IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests (Patrick Kelsey)  
- IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order (Patrick Kelsey)  
- RDMA/srpt: Add a check for valid 'mad_agent' pointer (Saravanan Vajravel)  
- RDMA/cm: Trace icm_send_rej event before the cm state is reset (Mark Zhang)  
- clk: qcom: gcc-sm6115: Mark RCGs shared where applicable (Konrad Dybcio)  
- RDMA/siw: Remove namespace check from siw_netdev_event() (Tetsuo Handa)  
- clk: add missing of_node_put() in 'assigned-clocks' property parsing (Clement Leger)  
- power: supply: generic-adc-battery: fix unit scaling (Sebastian Reichel)  
- fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() (Zeng Heng)  
- fs/ntfs3: Fix OOB read in indx_insert_into_buffer (ZhangPeng)  
- fs/ntfs3: Add check for kmemdup (Jiasheng Jiang)  
- fs/ntfs3: Fix memory leak if ntfs_read_mft failed (Chen Zhongjin)  
- rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time (Martin Blumenstingl)  
- RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() (Dan Carpenter)  
- rtc: omap: include header for omap_rtc_power_off_program prototype (Krzysztof Kozlowski)  
- workqueue: Fix hung time report of worker pools (Petr Mladek)  
- workqueue: Introduce show_one_worker_pool and show_one_workqueue. (Imran Khan)  
- RDMA/rdmavt: Delete unnecessary NULL check (Natalia Petrova)  
- RDMA/siw: Fix potential page_array out of range access (Daniil Dulov)  
- clk: at91: clk-sam9x60-pll: fix return value check (Claudiu Beznea)  
- sched/rt: Fix bad task migration for rt tasks (Schspa Shi)  
- Revert 'objtool: Support addition to set CFA base' (Josh Poimboeuf)  
- perf/core: Fix hardlockup failure caused by perf throttle (Yang Jihong)  
- sched/fair: Fix inaccurate tally of ttwu_move_affine (Libo Chen)  
- sched/fair: Use __schedstat_set() in set_next_entity() (Yafang Shao)  
- powerpc/rtas: use memmove for potentially overlapping buffer copy (Nathan Lynch)  
- macintosh: via-pmu-led: requires ATA to be set (Randy Dunlap)  
- powerpc/sysdev/tsi108: fix resource printk format warnings (Randy Dunlap)  
- powerpc/wii: fix resource printk format warnings (Randy Dunlap)  
- powerpc/mpc512x: fix resource printk format warning (Randy Dunlap)  
- macintosh/windfarm_smu_sat: Add missing of_node_put() (Liang He)  
- virtio_ring: don't update event idx on get_buf (Albert Huang)  
- spmi: Add a check for remove callback when removing a SPMI driver (Jishnu Prakash)  
- staging: rtl8192e: Fix W_DISABLE# does not work after stop/start (Philipp Hortmann)  
- serial: 8250: Add missing wakeup event reporting (Florian Fainelli)  
- tty: serial: fsl_lpuart: adjust buffer length to the intended size (Shenwei Wang)  
- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe (Dan Carpenter)  
- usb: mtu3: fix kernel panic at qmu transfer done irq handler (Chunfeng Yun)  
- usb: chipidea: fix missing goto in ci_hdrc_probe (Yinhao Hu)  
- usb: gadget: tegra-xudc: Fix crash in vbus_draw (Jon Hunter)  
- sh: sq: Fix incorrect element size for allocating bitmap buffer (John Paul Adrian Glaubitz)  
- uapi/linux/const.h: prefer ISO-friendly __typeof__ (Kevin Brodsky)  
- scripts/gdb: raise error with reduced debugging information (Florian Fainelli)  
- i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path (Lars-Peter Clausen)  
- spi: cadence-quadspi: fix suspend-resume implementations (Dhruva Gole)  
- ASoC: fsl_mqs: move of_node_put() to the correct location (Liliang Ye)  
- coresight: etm_pmu: Set the module field (Suzuki K Poulose)  
- HID: amd_sfh: Add support for shutdown operation (Basavaraj Natikar)  
- scripts/gdb: bail early if there are no generic PD (Florian Fainelli)  
- scripts/gdb: bail early if there are no clocks (Florian Fainelli)  
- ia64: salinfo: placate defined-but-not-used warning (Randy Dunlap)  
- ia64: mm/contig: fix section mismatch warning/error (Randy Dunlap)  
- PCI/EDR: Clear Device Status after EDR error recovery (Kuppuswamy Sathyanarayanan)  
- of: Fix modalias string generation (Miquel Raynal)  
- vmci_host: fix a race condition in vmci_host_poll() causing GPF (Dae R. Jeong)  
- spi: fsl-spi: Fix CPM/QE mode Litte Endian (Christophe Leroy)  
- spi: qup: Don't skip cleanup in remove's error path (Uwe Kleine-Konig)  
- linux/vt_buffer.h: allow either builtin or modular for macros (Randy Dunlap)  
- ASoC: es8316: Handle optional IRQ assignment (Cristian Ciocaltea)  
- PCI: imx6: Install the fault handler only on compatible match (H. Nikolaus Schaller)  
- usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition (Zheng Wang)  
- spi: imx: Don't skip cleanup in remove's error path (Uwe Kleine-Konig)  
- spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (Minghao Chi)  
- serial: 8250_bcm7271: Fix arbitration handling (Doug Berger)  
- iio: light: max44009: add missing OF device matching (Krzysztof Kozlowski)  
- fpga: bridge: fix kernel-doc parameter description (Marco Pagani)  
- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted (Marek Vasut)  
- serial: stm32: re-introduce an irq flag condition in usart_receive_chars (Erwan Le Ray)  
- usb: dwc3: gadget: Change condition for processing suspend event (Prashanth K)  
- usb: host: xhci-rcar: remove leftover quirk handling (Wolfram Sang)  
- pstore: Revert pmsg_lock back to a normal mutex (John Stultz)  
- drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler() (Hans de Goede)  
- drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() (Hans de Goede)  
- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it (Randy Dunlap)  
- tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. (Kuniyuki Iwashima)  
- net: amd: Fix link leak when verifying config failed (Gencen Gan)  
- netlink: Use copy_to_user() for optval in netlink_getsockopt(). (Kuniyuki Iwashima)  
- ipv4: Fix potential uninit variable access bug in __ip_make_skb() (Ziyang Xuan)  
- net/sched: sch_fq: fix integer overflow of 'credit' (Davide Caratti)  
- netfilter: nf_tables: don't write table validation state without mutex (Florian Westphal)  
- bpf: Don't EFAULT for getsockopt with optval=NULL (Stanislav Fomichev)  
- net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports (Yan Wang)  
- net/mlx5: E-switch, Don't destroy indirect table in split rule (Chris Mi)  
- ixgbe: Enable setting RSS table to default values (Joe Damato)  
- ixgbe: Allow flow hash to be set via ethtool (Joe Damato)  
- wifi: iwlwifi: fw: fix memory leak in debugfs (Johannes Berg)  
- wifi: iwlwifi: mvm: check firmware response size (Johannes Berg)  
- wifi: mt76: mt7921e: improve reliability of dma reset (Quan Zhou)  
- wifi: mt76: fix 6GHz high channel not be scanned (Ming Yen Hsieh)  
- wifi: mt76: mt7921e: fix probe timeout after reboot (Quan Zhou)  
- wifi: mt76: add flexible polling wait-interval support (Deren Wu)  
- wifi: mt76: handle failure of vzalloc in mt7615_coredump_work (Kang Chen)  
- wifi: iwlwifi: make the loop for card preparation effective (Emmanuel Grumbach)  
- jdb2: Don't refuse invalidation of already invalidated buffers (Jan Kara)  
- wifi: iwlwifi: fw: move memset before early return (Tom Rix)  
- wifi: iwlwifi: mvm: initialize seq variable (Tom Rix)  
- wifi: iwlwifi: yoyo: Fix possible division by zero (Daniel Gabay)  
- wifi: iwlwifi: yoyo: skip dump correctly on hw error (Daniel Gabay)  
- md/raid10: don't call bio_start_io_acct twice for bio which experienced read error (Yu Kuai)  
- md/raid10: fix memleak of md thread (Yu Kuai)  
- md/raid10: fix memleak for 'conf-&gt;bio_split' (Yu Kuai)  
- md/raid10: fix leak of 'r10bio-&gt;remaining' for recovery (Yu Kuai)  
- md/raid10: fix task hung in raid10d (Li Nan)  
- md/raid10: factor out code from wait_barrier() to stop_waiting_barrier() (Yu Kuai)  
- md: raid10 add nowait support (Vishal Verma)  
- md: drop queue limitation for RAID1 and RAID10 (Mariusz Tkaczyk)  
- bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap (Daniel Borkmann)  
- selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach (Song Liu)  
- nvme-fcloop: fix 'inconsistent {IN-HARDIRQ-W} -&gt; {HARDIRQ-ON-W} usage' (Ming Lei)  
- nvme: fix async event trace event (Keith Busch)  
- nvme: handle the persistent internal error AER (Michael Kelley)  
- nvmet: fix I/O Command Set specific Identify Controller (Damien Le Moal)  
- nvmet: fix Identify Active Namespace ID list handling (Damien Le Moal)  
- nvmet: fix Identify Controller handling (Damien Le Moal)  
- nvmet: fix Identify Namespace handling (Damien Le Moal)  
- nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() (Damien Le Moal)  
- bpf, sockmap: fix deadlocks in the sockhash and sockmap (Xin Liu)  
- net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling (Sebastian Reichel)  
- scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() (Shuchang Li)  
- f2fs: fix to avoid use-after-free for cached IPU bio (Chao Yu)  
- xsk: Fix unaligned descriptor validation (Kal Conley)  
- crypto: drbg - Only fail when jent is unavailable in FIPS mode (Herbert Xu)  
- crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors (Nicolai Stange)  
- bpftool: Fix bug for long instructions in program CFG dumps (Quentin Monnet)  
- selftests/bpf: Wait for receive in cg_storage_multi test (YiFei Zhu)  
- selftests: xsk: Disable IPv6 on VETH1 (Kal Conley)  
- net: qrtr: correct types of trace event parameters (Simon Horman)  
- wifi: rt2x00: Fix memory leak when handling surveys (Armin Wolf)  
- wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg() (Wei Chen)  
- wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg() (Wei Chen)  
- crypto: sa2ul - Select CRYPTO_DES (Suman Anna)  
- crypto: caam - Clear some memory in instantiate_rng (Christophe JAILLET)  
- f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages() (Yangtao Li)  
- f2fs: apply zone capacity to all zone type (Jaegeuk Kim)  
- f2fs: enforce single zone capacity (Jaegeuk Kim)  
- f2fs: handle dqget error in f2fs_transfer_project_quota() (Yangtao Li)  
- scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS (Danila Chernetsov)  
- net/packet: convert po-&gt;auxdata to an atomic flag (Eric Dumazet)  
- net/packet: convert po-&gt;origdev to an atomic flag (Eric Dumazet)  
- net/packet: annotate accesses to po-&gt;xmit (Eric Dumazet)  
- vlan: partially enable SIOCSHWTSTAMP in container (Vadim Fedorenko)  
- net: pcs: xpcs: remove double-read of link state when using AN (Russell King (Oracle))  
- bpf: Remove misleading spec_v1 check on var-offset stack read (Luis Gerhorst)  
- selftests/bpf: Fix a fd leak in an error path in network_helpers.c (Martin KaFai Lau)  
- scm: fix MSG_CTRUNC setting condition for SO_PASSSEC (Alexander Mikhalitsyn)  
- bpf: fix precision propagation verbose logging (Andrii Nakryiko)  
- bpf: take into account liveness when propagating precision (Andrii Nakryiko)  
- wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() (Martin Blumenstingl)  
- wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() (Martin Blumenstingl)  
- tools: bpftool: Remove invalid \' json escape (Luis Gerhorst)  
- wifi: ath6kl: reduce WARN to dev_dbg() in callback (Fedor Pchelkin)  
- wifi: brcmfmac: support CQM RSSI notification with older firmware (John Keeping)  
- wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() (Dan Carpenter)  
- wifi: ath9k: hif_usb: fix memory leak of remain_skbs (Fedor Pchelkin)  
- wifi: ath6kl: minor fix for allocation size (Alexey V. Vissarionov)  
- hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E (Tomas Pecka)  
- cpufreq: use correct unit when verify cur freq (Sanjay Chandrashekara)  
- tick/common: Align tick period with the HZ tick. (Sebastian Andrzej Siewior)  
- drm/i915: Make intel_get_crtc_new_encoder() less oopsy (Ville Syrjala)  
- debugobject: Prevent init race with static objects (Thomas Gleixner)  
- arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step (Sumit Garg)  
- x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() (Saurabh Sengar)  
- regulator: stm32-pwr: fix of_iomap leak (YAN SHI)  
- media: venus: dec: Fix handling of the start cmd (Michal Krawczyk)  
- media: rc: gpio-ir-recv: Fix support for wake-up (Florian Fainelli)  
- drm/amd/display: Fix potential null dereference (Igor Artemiev)  
- media: rcar_fdp1: Fix refcount leak in probe and remove function (Miaoqian Lin)  
- media: rcar_fdp1: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- platform: Provide a remove callback that returns no value (Uwe Kleine-Konig)  
- media: rcar_fdp1: Fix the correct variable assignments (Tang Bin)  
- media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resource() (Cai Huoqing)  
- media: saa7134: fix use after free bug in saa7134_finidev due to race condition (Zheng Wang)  
- media: dm1105: Fix use after free bug in dm1105_remove due to race condition (Zheng Wang)  
- media: rkvdec: fix use after free bug in rkvdec_remove (Zheng Wang)  
- x86/apic: Fix atomic update of offset in reserve_eilvt_offset() (Uros Bizjak)  
- regulator: core: Avoid lockdep reports when resolving supplies (Douglas Anderson)  
- regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow() (Douglas Anderson)  
- drm/ttm/pool: Fix ttm_pool_alloc error path (Thomas Hellstrom)  
- drm/ttm: optimize pool allocations a bit v2 (Christian Konig)  
- arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address from PMI8994 regulator (Krzysztof Kozlowski)  
- arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator (Krzysztof Kozlowski)  
- arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply (Krzysztof Kozlowski)  
- mailbox: mpfs: switch to txdone_poll (Conor Dooley)  
- drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() (Harshit Mogalapalli)  
- ACPI: VIOT: Initialize the correct IOMMU fwspec (Jean-Philippe Brucker)  
- firmware: arm_scmi: Fix xfers allocation on Rx channel (Cristian Marussi)  
- ARM: dts: gta04: fix excess dma channel usage (H. Nikolaus Schaller)  
- drm: rcar-du: Fix a NULL vs IS_ERR() bug (Dan Carpenter)  
- mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data (Georgii Kruglov)  
- ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 (Roger Pau Monne)  
- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings (Lee Jones)  
- drm: msm: adreno: Disable preemption on Adreno 510 (Adam Skladowski)  
- drm/msm/adreno: drop bogus pm_runtime_set_active() (Johan Hovold)  
- drm/msm/adreno: Defer enabling runpm until hw_init() (Rob Clark)  
- media: max9286: Free control handler (Laurent Pinchart)  
- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 (Adam Ford)  
- firmware: qcom_scm: Clear download bit during reboot (Mukesh Ojha)  
- media: av7110: prevent underflow in write_ts_to_decoder() (Dan Carpenter)  
- media: bdisp: Add missing check for create_workqueue (Jiasheng Jiang)  
- x86/MCE/AMD: Use an u64 for bank_map (Muralidhara M K)  
- ARM: dts: qcom: ipq8064: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- ARM: dts: qcom: ipq8064: reduce pci IO size to 64K (Christian Marangi)  
- ARM: dts: qcom: ipq4019: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: sm8250: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: msm8996: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: ipq6018: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: ipq8074: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: msm8998: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: sdm845: Fix the PCI I/O port range (Manivannan Sadhasivam)  
- arm64: dts: qcom: sdm845: correct dynamic power coefficients (Dmitry Baryshkov)  
- arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name (Konrad Dybcio)  
- arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename (Rafal Milecki)  
- arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name (Rafal Milecki)  
- arm64: dts: Move BCM4908 dts to bcmbca folder (William Zhang)  
- arm64: dts: Add base DTS file for bcmbca device Asus GT-AX6000 (Rafal Milecki)  
- ARM64: dts: Add DTS files for bcmbca SoC BCM6858 (Anand Gore)  
- arm64: dts: Add DTS files for bcmbca SoC BCM4912 (William Zhang)  
- arm64: dts: Add DTS files for bcmbca SoC BCM63158 (William Zhang)  
- arm64: dts: broadcom: bcm4908: add DT for Netgear RAXE500 (Rafal Milecki)  
- arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property (Bhavya Kapoor)  
- regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted (Douglas Anderson)  
- EDAC/skx: Fix overflows on the DRAM row address mapping arrays (Qiuxu Zhuo)  
- drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources (Vinod Polimera)  
- arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table (Geert Uytterhoeven)  
- arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table (Geert Uytterhoeven)  
- soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe (Miaoqian Lin)  
- tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 (Terry Bowman)  
- drm/probe-helper: Cancel previous job before starting new one (Dom Cobley)  
- drm/vgem: add missing mutex_destroy (Maira Canal)  
- drm/rockchip: Drop unbalanced obj unref (Rob Clark)  
- erofs: fix potential overflow calculating xattr_isize (Jingbo Xu)  
- erofs: stop parsing non-compact HEAD index if clusterofs is invalid (Gao Xiang)  
- tpm, tpm_tis: Claim locality when interrupts are reenabled on resume (Lino Sanfilippo)  
- tpm, tpm: Implement usage counter for locality (Lino Sanfilippo)  
- tpm, tpm_tis: Claim locality before writing interrupt registers (Lino Sanfilippo)  
- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed (Lino Sanfilippo)  
- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register (Lino Sanfilippo)  
- tpm, tpm_tis: Do not skip reset of original interrupt vector (Lino Sanfilippo)  
- selinux: ensure av_permissions.h is built when needed (Paul Moore)  
- selinux: fix Makefile dependencies of flask.h (Ondrej Mosnacek)  
- selftests/resctrl: Check for return value after write_schemata() (Ilpo Jarvinen)  
- selftests/resctrl: Allow -&gt;setup() to return errors (Ilpo Jarvinen)  
- selftests/resctrl: Move -&gt;setup() call outside of test specific branches (Ilpo Jarvinen)  
- selftests/resctrl: Extend CPU vendor detection (Shaopeng Tan)  
- selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem (Ilpo Jarvinen)  
- rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check (Zqiang)  
- sound/oss/dmasound: fix build when drivers are mixed =y/=m (Randy Dunlap)  
- xfs: don't consider future format versions valid (Dave Chinner)  
- ubifs: Free memory for tmpfile name (Marten Lindahl)  
- ubi: Fix return value overwrite issue in try_write_vid_and_data() (Wang YanQing)  
- ubifs: Fix memleak when insert_old_idx() failed (Zhihao Cheng)  
- Revert 'ubifs: dirty_cow_znode: Fix memleak in error handling path' (Zhihao Cheng)  
- iommu/amd: Fix 'Guest Virtual APIC Table Root Pointer' configuration in IRTE (Kishon Vijay Abraham I)  
- tracing: Fix permissions for the buffer_percent file (Ondrej Mosnacek)  
- i2c: omap: Fix standard mode false ACK readings (Reid Tonking)  
- ksmbd: fix memleak in session setup (Namjae Jeon)  
- ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() (Namjae Jeon)  
- ksmbd: call rcu_barrier() in ksmbd_server_exit() (Namjae Jeon)  
- writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs (Baokun Li)  
- relayfs: fix out-of-bounds access in relay_file_read (Zhang Zhengming)  
- KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted (Sean Christopherson)  
- reiserfs: Add security prefix to xattr name in reiserfs_security_write() (Roberto Sassu)  
- rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed (Zheng Yejian)  
- crypto: safexcel - Cleanup ring IRQ workqueues on load failure (Jonathan McDowell)  
- crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() (Toke H?iland-J?rgensen)  
- ring-buffer: Sync IRQ works before buffer destruction (Johannes Berg)  
- pinctrl: qcom: lpass-lpi: set output value before enabling output (Krzysztof Kozlowski)  
- soundwire: qcom: correct setting ignore bit on v1.5.1 (Krzysztof Kozlowski)  
- pwm: meson: Fix g12a ao clk81 name (Heiner Kallweit)  
- pwm: meson: Fix axg ao mux parents (Heiner Kallweit)  
- wifi: mt76: add missing locking to protect against concurrent rx/status calls (Felix Fietkau)  
- kheaders: Use array declaration instead of char (Kees Cook)  
- ipmi: fix SSIF not responding under certain cond. (Zhang Yuchen)  
- ipmi:ssif: Add send_retries increment (Corey Minyard)  
- MIPS: fw: Allow firmware to pass a empty env (Jiaxun Yang)  
- tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem (Joel Fernandes (Google))  
- xhci: fix debugfs register accesses while suspended (Johan Hovold)  
- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH (Ilpo Jarvinen)  
- staging: iio: resolver: ads1210: fix config mode (Nuno Sa)  
- ext4: use ext4_journal_start/stop for fast commit transactions (Harshad Shirwadkar)  
- blk-crypto: make blk_crypto_evict_key() more robust (Eric Biggers)  
- blk-crypto: make blk_crypto_evict_key() return void (Eric Biggers)  
- blk-mq: release crypto keyslot before reporting I/O complete (Eric Biggers)  
- hwmon: (adt7475) Use device_property APIs when configuring polarity (Chris Packham)  
- hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write (Babu Moger)  
- USB: dwc3: fix runtime pm imbalance on unbind (Johan Hovold)  
- USB: dwc3: fix runtime pm imbalance on probe errors (Johan Hovold)  
- IMA: allow/fix UML builds (Randy Dunlap)  
- PCI: qcom: Fix the incorrect register usage in v2.7.0 config (Manivannan Sadhasivam)  
- PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock (Lukas Wunner)  
- arm64: Stash shadow stack pointer in the task struct on interrupt (Ard Biesheuvel)  
- arm64: Always load shadow stack pointer directly from the task struct (Ard Biesheuvel)  
- wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset (Mario Limonciello)  
- wireguard: timers: cast enum limits members to int in prints (Jiri Slaby (SUSE))  
- x86/cpu: Add model number for Intel Arrow Lake processor (Tony Luck)  
- asm-generic/io.h: suppress endianness warnings for readq() and writeq() (Vladimir Oltean)  
- selftests mount: Fix mount_setattr_test builds failed (Anh Tuan Phan)  
- ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750 (Hans de Goede)  
- iio: adc: palmas_gpadc: fix NULL dereference on rmmod (Patrik Dahlstrom)  
- x86/hyperv: Block root partition functionality in a Confidential VM (Michael Kelley)  
- ASoC: soc-pcm: fix hw-&gt;formats cleared by soc_pcm_hw_init() for dpcm (Shengjiu Wang)  
- ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15 (Eugene Huang)  
- uek_kabi: Add UEK_KABI_DEPRECATE_ENUM (Sherry Yang)  [Orabug: 35469882] 
- Revert 'uek-rpm: Make kernel to depend on latest libdnf version' (Somasundaram Krishnasamy)  [Orabug: 35304450] 
- net/rds: Ignore rds_send_hb()'s return value (Sharath Srinivasan)  [Orabug: 35338769] 
- net/rds: Use monotonic ktime_get_seconds() in rds_hb_worker() (Sharath Srinivasan)  [Orabug: 35338769] 
- net/rds: Fix race in rds_hb_worker() when reading cp-&gt;cp_hb_start (Sharath Srinivasan)  [Orabug: 35338769] 
- net/rds: Fix 'hb timeout' race by setting cp_hb_start before rds_send_hb() (Sharath Srinivasan)  [Orabug: 35338769] 
- uek-rpm: Blacklist cls_tcindex module (Somasundaram Krishnasamy)  [Orabug: 35354216] 
- net/sched: tcindex: Fix NULL dereference in tcindex_set_parms() (Harshit Mogalapalli)  [Orabug: 35415132]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12589.html" type="self" title="ELBA-2023-12589" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">36db457f62518b298f2e08ee1aee206295fcfdd56d73573d0641a964d1dc1957</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8a4104c6d9724e97283997d13972c37a1a0cab71e264e6d3405e7fcf24340fd1</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c759813e4bcf07791a98df3c47753698c42c7f73e32013904ffa29df2b6e7f60</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">91453212a530280abcf7ccd8855dd6649611d64da38f8794eb175bc70790d3cf</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fead4b8267d4fe5bdfccc4f78abdcc3b30c8c5c99318eb729923f85557f586e3</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-103.114.4.el8uek.src.rpm</filename>
          <sum type="sha256">bc099822e7c224b22983ca7cb2cd5502b5aa28de278ecfa9a48b03ca5041dc4f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dab1b2e79003988576e433c5d1d8cc411361106b183ada6d8785ea3e10e6f15a</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c509d7a46950f1937c22abe152798c507a48400912e3234274b3ef568a5c3cd8</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-103.114.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">aceb27be45a6ea7a3d0107589c6452469f3d01ddc2875a929c1e94cd1b84ca4d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">68bc417e4985178dad631b4d2ca997c7b304d7d2f8e18913e18860efc7cec343</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">732ff565af0bbf2eb98815bfccc609b1e9a8a522feb1d3bb16a7fa0213c16157</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">33be722dd10599c62184d2b62325bbd243eb71b6adfb0b8b3aa2466aa25464b2</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d7b3e7f708100cec0b018fdbffb48064ef1e6234c0b58a0b23703e8ad44acf4f</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2fbc5a4a0b18acc338dfa8aa08244f5fcfb6581c9fbd7b6ea662b9e4f78bc18b</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="103.114.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-103.114.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">91311201c73939825e26eacfdb988a91025237c8a635e7a6d0b639993e57efcc</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12567</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-08-01 00:00:00"/>
    <updated date="2024-08-01 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.5]
- mkfs.xmem: fix agcount issue when formatting pmem filesystems
- mkfs: add mkfs.xmem wrapper script</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12567.html" type="self" title="ELBA-2024-12567" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.5.el8.src.rpm</filename>
          <sum type="sha256">2245ff8087ab62ebe887eddf5f2c852c51419e01e651ca278182069d6f8e60ff</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.5.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.5.el8.i686.rpm</filename>
          <sum type="sha256">ec619ab31b11aff0a6c651e022e7d082afd01ab13c8f232bd049493c747e7b01</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.5.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.5.el8.x86_64.rpm</filename>
          <sum type="sha256">6715ae5ad5d4fc10db7b10560335c48b38f73b22b08408a2cb51bb9c0ed2c799</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.5.el8.x86_64.rpm</filename>
          <sum type="sha256">5309ccf26e72cb89efbf377f60c9bf4cd1a422addc338b365a72211e141629ad</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.5.el8.i686.rpm</filename>
          <sum type="sha256">d139e91b5f574e556a295a1dd2996983ff1da6f28577e97b81cc42c5976d8483</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="enhancement" version="1" from="el-errata@oss.oracle.com">
    <id>ELEA-2021-9216</id>
    <title>dnf-plugins-extras enhancement update</title>
    <release>Oracle Linux 8</release>
    <issued date="2021-05-07 00:00:00"/>
    <updated date="2021-05-07 00:00:00"/>
    <rights>Copyright 2021 Oracle, Inc.</rights>
    <description>[4.0.8-4.0.2]
- Disable torproxy and system-upgrade plugins [Orabug: 30768024]

[4.0.8-4.0.1]
- Disable tracer and rpmconf plugins [Orabug: 30768024]

[4.0.8-4]
- Tweak module reset patch to also do reset in  (RhBug:1767351)

[4.0.8-3]
- Fix patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-2]
- Backport patch to fix distribution issues with missing upgrade path between dist versions (RhBug:1767351)

[4.0.8-1]
- Update to 4.0.8
- Set clean_requirements_on_remove=False during remove (RhBug:1764169)

[4.0.7-1]
- Fix kickstart plugin

[4.0.6-1]
- [system-upgrade] Use --system-upgrade plymouth mode (RhBug:1681584)
- [system-upgrade] Fix traceback caused by setting gpgcheck options (RhBug:1751103,1746346)
- Fix kickstart plugin (RhBug:1649093)
- [system-upgrade] Ensure identical transaction in download and update steps (RhBug:1758588)
- [system-upgrade] Provide distro specific url for help with system-upgrade

[4.0.5-3]
- Backport patch to fix traceback in system-upgrade (RhBug:1751103,1746346)

[4.0.5-2]
- Rebuilt for Python 3.8

[4.0.5-1]
- Update to 4.0.5
- [system-upgrade] Save gpgcheck and repo_gpgcheck repo options (RhBug:1693677)
- Add showvars plugin for showing what DNF vars are set for the dnf runtime

[4.0.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[4.0.4-1]
- Update to 4.0.4
- Use improved config parser that preserves order of data
- [system-upgrade] Save module_platform_id option through system upgrade (RhBug:1656509)
- [system-upgrade] On modular systems, system upgrade requires the next module_platform_id

[4.0.2-1]
- Update to 4.0.2

[4.0.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[4.0.1-1]
- Update to 4.0.1

[4.0.0-1]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELEA-2021-9216.html" type="self" title="ELEA-2021-9216" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="python3-dnf-plugins-extras-common" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugins-extras-common-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">5d9c6f6813dabc4f86bca6e93a7743b1426a7c832e6376af431c4815dabe71f8</sum>
        </package>
        <package name="python3-dnf-plugin-showvars" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-showvars-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">7ea91f075a4d796902eb179ffa6e66632f1293946fefd317099794c13301a239</sum>
        </package>
        <package name="python3-dnf-plugin-kickstart" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-kickstart-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">b96481ff551d5fc699701c12076d885f97a2d869f591cd49b298b66cc5b4bec4</sum>
        </package>
        <package name="python3-dnf-plugin-snapper" version="4.0.8" release="4.0.2.el8" epoch="0" arch="noarch">
          <filename>python3-dnf-plugin-snapper-4.0.8-4.0.2.el8.noarch.rpm</filename>
          <sum type="sha256">3f6d70d19872a9fa0324ae0b2a37845d1fd3a6ccdc206ae0df944fa1c551bf14</sum>
        </package>
        <package name="dnf-plugins-extras" version="4.0.8" release="4.0.2.el8" epoch="0" arch="src">
          <filename>dnf-plugins-extras-4.0.8-4.0.2.el8.src.rpm</filename>
          <sum type="sha256">93517edda642aee4a55c463ab6ecb40ce64f9424f24621f687871262039409ee</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12116</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-02-13 00:00:00"/>
    <updated date="2023-02-13 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-7.86.6.1]
- net/rds: Delegate fan-out to a background worker (Gerd Rausch)  [Orabug: 35051226]

[5.15.0-7.86.6]
- runtime revert of virtio_net: Stripe queue affinities across cores. (Konrad Rzeszutek Wilk)  [Orabug: 35001044] 
- rds: ib: Make sure messages that errors out also get unmapped (Hakon Bugge)  [Orabug: 35015598] 
- Ignore hot plug events when force powering off a device (James Puthukattukaran)  [Orabug: 35015761] 
- mptcp: UEK: disable mptcp protocol (Jack Vogel)  [Orabug: 34821286]

[5.15.0-7.86.5]
- uek-rpm: Enable HP watchdog for aarch64 (Saeed Mirzamohammadi)  [Orabug: 34902069] 
- watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODING (Jerry Hoemann)  [Orabug: 34902069] 
- watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems. (Jerry Hoemann)  [Orabug: 34902069] 
- Revert 'selftests/bpf: Add test for unstable CT lookup API' (Alan Maguire)  [Orabug: 34951842] 
- uek-rpm: config-x86-64*: enable CONFIG_MT7921E (Todd Vierling)  [Orabug: 34970472] 
- netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits (Pablo Neira Ayuso)  [Orabug: 34978152]  {CVE-2023-0179}
- perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domain (Zhang Rui)  [Orabug: 34978296] 
- powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR (Zhang Rui)  [Orabug: 34978296] 
- uek: kabi: enable aarch64 kABI checking (Saeed Mirzamohammadi)  [Orabug: 34339132]

[5.15.0-7.86.4]
- net/rds: Fill in rds_exthdr_size gaps (Gerd Rausch)  [Orabug: 34979170] 
- Revert 'uek: kabi: enable aarch64 kABI checking' (Jack Vogel)  
- Revert 'uek-rpm: Disable kABI checking for aarch64 64k builds' (Jack Vogel)

[5.15.0-7.86.3]
- uek-rpm: Disable kABI checking for aarch64 64k builds (Saeed Mirzamohammadi)  [Orabug: 34339132]

[5.15.0-7.86.2]
- net/rds: Trigger rds_send_hs_ping() more than once (Gerd Rausch)  [Orabug: 34607844] 
- Revert 'RDS: TCP: Track peer's connection generation number' (Gerd Rausch)  [Orabug: 34700109] 
- net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives (Gerd Rausch)  [Orabug: 34314502] 
- net/rds: Kick-start TCP receiver after accept (Gerd Rausch)  [Orabug: 34600819] 
- net/rds: rds_tcp_conn_path_shutdown must not discard messages (Gerd Rausch)  [Orabug: 34560700] 
- net/rds: Encode cp_index in TCP source port (Gerd Rausch)  [Orabug: 34556036] 
- uek: kabi: enable aarch64 kABI checking (Saeed Mirzamohammadi)  [Orabug: 34339132] 
- uek-rpm: Disable Promise SuperTrak EX series storage controllers (Somasundaram Krishnasamy)  [Orabug: 34670747] 
- uek-rpm: ol9: Disable CONFIG_IR_MCEUSB from UEK7 OL9. (Harshit Mogalapalli)  [Orabug: 34820237] 
- IB/mlx5: Add a signature check to received EQEs and CQEs (Rohit Nair)  [Orabug: 34821073] 
- rds: ib: Avoid tear-down of caches unless already initialized (Hakon Bugge)  [Orabug: 34826403] 
- KVM: SVM: Fix AVIC GATag to support max number of vCPUs (Suravee Suthikulpanit)  [Orabug: 34961703] 
- Revert 'rds: ib: Enable FC by default' (Hakon Bugge)  [Orabug: 34964359] 
- uek-rpm: Add nft_reject* modules to core rpm. (Somasundaram Krishnasamy)  [Orabug: 34970060] 
- cpufreq: intel_pstate: Support Sapphire Rapids OOB mode (Srinivas Pandruvada)  [Orabug: 34961609]

[5.15.0-7.86.1]
- LTS version: v5.15.86 (Jack Vogel)  
- pwm: tegra: Fix 32 bit build (Steven Price)  
- mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code (Christophe JAILLET)  
- extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered (Yassine Oudjana)  
- media: dvbdev: fix refcnt bug (Lin Ma)  
- media: dvbdev: fix build warning due to comments (Lin Ma)  
- net: stmmac: fix errno when create_singlethread_workqueue() fails (Gaosheng Cui)  
- scsi: qla2xxx: Fix crash when I/O abort times out (Arun Easi)  
- btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range (Filipe Manana)  
- ovl: fix use inode directly in rcu-walk mode (Chen Zhongjin)  
- fbdev: fbcon: release buffer when fbcon_do_set_font() failed (Tetsuo Handa)  
- gcov: add support for checksum field (Rickard x Andersson)  
- floppy: Fix memory leak in do_floppy_init() (Yuan Can)  
- regulator: core: fix deadlock on regulator enable (Johan Hovold)  
- iio: adc128s052: add proper .data members in adc128_of_match table (Rasmus Villemoes)  
- iio: adc: ad_sigma_delta: do not use internal iio_dev lock (Nuno Sa)  
- iio: fix memory leak in iio_device_register_eventset() (Zeng Heng)  
- reiserfs: Add missing calls to reiserfs_security_free() (Roberto Sassu)  
- security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang &gt; 15.0.6 (Nathan Chancellor)  
- 9p: set req refcount to zero to avoid uninitialized usage (Schspa Shi)  
- loop: Fix the max_loop commandline argument treatment when it is set to 0 (Isaac J. Manjarres)  
- HID: mcp2221: don't connect hidraw (Enrik Berkhan)  
- HID: wacom: Ensure bootloader PID is usable in hidraw mode (Jason Gerecke)  
- xhci: Prevent infinite loop in transaction errors recovery for streams (Mathias Nyman)  
- usb: dwc3: core: defer probe on ulpi_read_id timeout (Ferry Toth)  
- usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode (Sven Peter)  
- arm64: dts: qcom: sm8250: fix USB-DP PHY registers (Johan Hovold)  
- usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq (Chunfeng Yun)  
- usb: cdnsp: fix lack of ZLP for ep0 (Pawel Laszczak)  
- ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list (Jiao Zhou)  
- ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB (Edward Pacman)  
- ALSA: usb-audio: add the quirk for KT0206 device (wangdicheng)  
- ima: Simplify ima_lsm_copy_rule (GUO Zihua)  
- pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES (John Stultz)  
- afs: Fix lost servers_outstanding count (David Howells)  
- perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option() (Yang Jihong)  
- pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion (John Stultz)  
- LoadPin: Ignore the 'contents' argument of the LSM hooks (Kees Cook)  
- drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern (Khaled Almahallawy)  
- ASoC: rt5670: Remove unbalanced pm_runtime_put() (Hans de Goede)  
- ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume() (Wang Jingjin)  
- ASoC: wm8994: Fix potential deadlock (Marek Szyprowski)  
- ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() (Wang Yufen)  
- ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume() (Wang Jingjin)  
- ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link() (Wang Yufen)  
- ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe() (Wang Yufen)  
- ASoC: Intel: Skylake: Fix driver hang during shutdown (Cezary Rojewski)  
- ALSA: hda: add snd_hdac_stop_streams() helper (Pierre-Louis Bossart)  
- ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c (Pierre-Louis Bossart)  
- hwmon: (jc42) Fix missing unlock on error in jc42_write() (Yang Yingliang)  
- KVM: selftests: Fix build regression by using accessor function (Tyler Hicks)  
- tools/include: Add _RET_IP_ and math definitions to kernel.h (Karolina Drobnik)  
- orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() (Zhang Xiaoxu)  
- orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() (Zhang Xiaoxu)  
- drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() (Nathan Chancellor)  
- drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid() (Nathan Chancellor)  
- hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() (Hawkins Jiawei)  
- scsi: elx: libefc: Fix second parameter type in state callbacks (Nathan Chancellor)  
- scsi: ufs: Reduce the START STOP UNIT timeout (Bart Van Assche)  
- scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs (Justin Tee)  
- crypto: hisilicon/hpre - fix resource leak in remove process (Zhiqi Song)  
- clk: st: Fix memory leak in st_of_quadfs_setup() (Xiu Jianfeng)  
- media: si470x: Fix use-after-free in si470x_int_in_callback() (Shigeru Yoshida)  
- mmc: renesas_sdhi: better reset from HS400 mode (Wolfram Sang)  
- mmc: f-sdh30: Add quirks for broken timeout clock capability (Kunihiko Hayashi)  
- wifi: mt76: do not run mt76u_status_worker if the device is not running (Lorenzo Bianconi)  
- regulator: core: fix use_count leakage when handling boot-on (Rui Zhang)  
- libbpf: Avoid enum forward-declarations in public API in C++ mode (Andrii Nakryiko)  
- drm/amd/display: Use the largest vready_offset in pipe group (Wesley Chalmers)  
- blk-mq: fix possible memleak when register 'hctx' failed (Ye Bin)  
- media: dvb-usb: fix memory leak in dvb_usb_adapter_init() (Mazin Al Haddad)  
- media: dvbdev: adopts refcnt to avoid UAF (Lin Ma)  
- media: dvb-frontends: fix leak of memory fw (Yan Lei)  
- ethtool: avoiding integer overflow in ethtool_phys_id() (Maxim Korotkov)  
- bpf: Prevent decl_tag from being referenced in func_proto arg (Stanislav Fomichev)  
- ppp: associate skb with a device at tx (Stanislav Fomichev)  
- mrp: introduce active flags to prevent UAF when applicant uninit (Schspa Shi)  
- ipv6/sit: use DEV_STATS_INC() to avoid data-races (Eric Dumazet)  
- net: add atomic_long_t to net_device_stats fields (Eric Dumazet)  
- drm/amd/display: fix array index out of bound error in bios parser (Aurabindo Pillai)  
- md/raid1: stop mdx_raid1 thread when raid1 array run failed (Jiang Li)  
- drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() (Li Zhong)  
- drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid() (Nathan Chancellor)  
- drm/sti: Use drm_mode_copy() (Ville Syrjala)  
- drm/rockchip: Use drm_mode_copy() (Ville Syrjala)  
- drm/msm: Use drm_mode_copy() (Ville Syrjala)  
- s390/lcs: Fix return type of lcs_start_xmit() (Nathan Chancellor)  
- s390/netiucv: Fix return type of netiucv_tx() (Nathan Chancellor)  
- s390/ctcm: Fix return type of ctc{mp,}m_tx() (Nathan Chancellor)  
- drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback (Nathan Chancellor)  
- drm/amdgpu: Fix type of second parameter in trans_msg() callback (Nathan Chancellor)  
- igb: Do not free q_vector unless new one was allocated (Kees Cook)  
- wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() (Minsuk Kang)  
- hamradio: baycom_epp: Fix return type of baycom_send_packet() (Nathan Chancellor)  
- net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() (Nathan Chancellor)  
- bpf: make sure skb-&gt;len != 0 when redirecting to a tunneling device (Stanislav Fomichev)  
- qed (gcc13): use u16 for fid to be big enough (Jiri Slaby (SUSE))  
- Revert 'drm/amd/display: Limit max DSC target bpp for specific monitors' (Hamza Mahfooz)  
- drm/amd/display: prevent memory leak (gehao)  
- ipmi: fix memleak when unload ipmi driver (Zhang Yuchen)  
- ASoC: codecs: rt298: Add quirk for KBL-R RVP platform (Amadeusz Slawinski)  
- wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out (Shigeru Yoshida)  
- wifi: ath9k: verify the expected usb_endpoints are present (Fedor Pchelkin)  
- brcmfmac: return error when getting invalid max_flowrings from dongle (Wright Feng)  
- media: imx-jpeg: Disable useless interrupt to avoid kernel panic (Ming Qian)  
- drm/etnaviv: add missing quirks for GC300 (Doug Brown)  
- hfs: fix OOB Read in __hfs_brec_find (ZhangPeng)  
- acct: fix potential integer overflow in encode_comp_t() (Zheng Yejian)  
- nilfs2: fix shift-out-of-bounds due to too large exponent of block size (Ryusuke Konishi)  
- nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() (Ryusuke Konishi)  
- ACPICA: Fix error code path in acpi_ds_call_control_method() (Rafael J. Wysocki)  
- fs: jfs: fix shift-out-of-bounds in dbDiscardAG (Hoi Pok Wu)  
- jfs: Fix fortify moan in symlink (Dr. David Alan Gilbert)  
- udf: Avoid double brelse() in udf_rename() (Shigeru Yoshida)  
- fs: jfs: fix shift-out-of-bounds in dbAllocAG (Dongliang Mu)  
- binfmt_misc: fix shift-out-of-bounds in check_special_flags (Liu Shixin)  
- x86/hyperv: Remove unregister syscore call from Hyper-V cleanup (Gaurav Kohli)  
- video: hyperv_fb: Avoid taking busy spinlock on panic path (Guilherme G. Piccoli)  
- arm64: make is_ttbrX_addr() noinstr-safe (Mark Rutland)  
- rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() (Zqiang)  
- HID: amd_sfh: Add missing check for dma_alloc_coherent (Jiasheng Jiang)  
- net: stream: purge sk_error_queue in sk_stream_kill_queues() (Eric Dumazet)  
- myri10ge: Fix an error handling path in myri10ge_probe() (Christophe JAILLET)  
- rxrpc: Fix missing unlock in rxrpc_do_sendmsg() (David Howells)  
- net_sched: reject TCF_EM_SIMPLE case for complex ematch module (Cong Wang)  
- mailbox: zynq-ipi: fix error handling while device_register() fails (Yang Yingliang)  
- mailbox: arm_mhuv2: Fix return value check in mhuv2_probe() (Yang Yingliang)  
- mailbox: mpfs: read the system controller's status (Conor Dooley)  
- skbuff: Account for tail adjustment during pull operations (Subash Abhinov Kasiviswanathan)  
- arm64: dts: mt8183: Fix Mali GPU clock (Chen-Yu Tsai)  
- soc: mediatek: pm-domains: Fix the power glitch issue (Chun-Jie Chen)  
- openvswitch: Fix flow lookup to use unmasked key (Eelco Chaudron)  
- selftests: devlink: fix the fd redirect in dummy_reporter_test (Jakub Kicinski)  
- rtc: mxc_v2: Add missing clk_disable_unprepare() (GUO Zihua)  
- igc: Set Qbv start_time and end_time to end_time if not being configured in GCL (Tan Tee Min)  
- igc: Lift TAPRIO schedule restriction (Kurt Kanzenbach)  
- igc: recalculate Qbv end_time by considering cycle time (Tan Tee Min)  
- igc: allow BaseTime 0 enrollment for Qbv (Tan Tee Min)  
- igc: Add checking for basetime less than zero (Muhammad Husaini Zulkifli)  
- igc: Use strict cycles for Qbv scheduling (Vinicius Costa Gomes)  
- igc: Enhance Qbv scheduling by using first flag bit (Vinicius Costa Gomes)  
- r6040: Fix kmemleak in probe and remove (Li Zetao)  
- unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() (Kirill Tkhai)  
- nfc: pn533: Clear nfc_target before being used (Minsuk Kang)  
- net: enetc: avoid buffer leaks on xdp_do_redirect() failure (Vladimir Oltean)  
- selftests/bpf: Add test for unstable CT lookup API (Kumar Kartikeya Dwivedi)  
- block, bfq: fix possible uaf for 'bfqq-&gt;bic' (Yu Kuai)  
- mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: macsec: fix net device access prior to holding a lock (Emeel Hakim)  
- nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure (Dan Aloni)  
- rtc: pcf85063: fix pcf85063_clkout_control (Alexandre Belloni)  
- rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe() (Gaosheng Cui)  
- rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe() (Gaosheng Cui)  
- netfilter: flowtable: really fix NAT IPv6 offload (Qingfang DENG)  
- mfd: pm8008: Fix return value check in pm8008_probe() (Yang Yingliang)  
- mfd: pm8008: Remove driver data structure pm8008_data (Lee Jones)  
- mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe() (Christophe JAILLET)  
- mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ (Matti Vaittinen)  
- powerpc/pseries/eeh: use correct API for error log size (Nathan Lynch)  
- powerpc/eeh: Drop redundant spinlock initialization (Haowen Bai)  
- remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on() (Shang XiaoJing)  
- remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region() (Yuan Can)  
- remoteproc: qcom_q6v5_pas: detach power domains on remove (Luca Weiss)  
- remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove (Luca Weiss)  
- remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio() (Shang XiaoJing)  
- remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() (Gaosheng Cui)  
- pwm: mediatek: always use bus clock for PWM on MT7622 (Daniel Golle)  
- pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm (xinlei lee)  
- pwm: sifive: Call pwm_sifive_update_clock() while mutex is held (Uwe Kleine-Konig)  
- iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY (Jason Gunthorpe)  
- selftests/powerpc: Fix resource leaks (Miaoqian Lin)  
- powerpc/hv-gpci: Fix hv_gpci event list (Kajol Jain)  
- powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe() (Yang Yingliang)  
- powerpc/perf: callchain validate kernel stack pointer bounds (Nicholas Piggin)  
- powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() (Yang Yingliang)  
- powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds (Gustavo A. R. Silva)  
- cxl: Fix refcount leak in cxl_calc_capp_routing (Miaoqian Lin)  
- powerpc/52xx: Fix a resource leak in an error handling path (Christophe JAILLET)  
- macintosh/macio-adb: check the return value of ioremap() (Xie Shaowen)  
- macintosh: fix possible memory leak in macio_add_one_device() (Yang Yingliang)  
- iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() (Yuan Can)  
- iommu/amd: Fix pci device refcount leak in ppr_notifier() (Yang Yingliang)  
- rtc: pcf85063: Fix reading alarm (Alexander Stein)  
- rtc: snvs: Allow a time difference on clock register read (Stefan Eichenberger)  
- rtc: cmos: Disable ACPI RTC event on removal (Rafael J. Wysocki)  
- rtc: cmos: Rename ACPI-related functions (Rafael J. Wysocki)  
- rtc: cmos: Eliminate forward declarations of some functions (Rafael J. Wysocki)  
- rtc: cmos: Call rtc_wake_setup() from cmos_do_probe() (Rafael J. Wysocki)  
- rtc: cmos: Call cmos_wake_setup() from cmos_do_probe() (Rafael J. Wysocki)  
- rtc: cmos: fix build on non-ACPI platforms (Alexandre Belloni)  
- rtc: cmos: Fix wake alarm breakage (Rafael J. Wysocki)  
- rtc: cmos: Fix event handler registration ordering issue (Rafael J. Wysocki)  
- rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0 (Rafael J. Wysocki)  
- dmaengine: idxd: Fix crc_val field for completion record (Fenghua Yu)  
- fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs (Abdun Nihaal)  
- pwm: tegra: Improve required rate calculation (Jon Hunter)  
- include/uapi/linux/swab: Fix potentially missing __always_inline (Matt Redfearn)  
- phy: usb: s2 WoL wakeup_count not incremented for USB-&gt;Eth devices (Al Cooper)  
- iommu/rockchip: fix permission bits in page table entries v2 (Michael Riesch)  
- iommu/sun50i: Fix flush size (Jernej Skrabec)  
- iommu/sun50i: Fix R/W permission check (Jernej Skrabec)  
- iommu/sun50i: Consider all fault sources for reset (Jernej Skrabec)  
- iommu/sun50i: Fix reset release (Jernej Skrabec)  
- fs/ntfs3: Harden against integer overflows (Dan Carpenter)  
- overflow: Implement size_t saturating arithmetic helpers (Kees Cook)  
- fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() (Shigeru Yoshida)  
- RDMA/siw: Fix pointer cast warning (Arnd Bergmann)  
- perf stat: Do not delay the workload with --delay (Namhyung Kim)  
- perf stat: Refactor __run_perf_stat() common code (Adrian Herrera Arcila)  
- power: supply: fix null pointer dereferencing in power_supply_get_battery_info (ruanjinjie)  
- power: supply: ab8500: Fix error handling in ab8500_charger_init() (Yuan Can)  
- HSI: omap_ssi_core: Fix error handling in ssi_init() (Yuan Can)  
- power: supply: z2_battery: Fix possible memleak in z2_batt_probe() (Zhang Qilong)  
- perf symbol: correction while adjusting symbol (Ajay Kaher)  
- perf trace: Handle failure when trace point folder is missed (Leo Yan)  
- perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number (Leo Yan)  
- perf trace: Return error if a system call doesn't exist (Leo Yan)  
- power: supply: fix residue sysfs file in error handle route of __power_supply_register() (Zeng Heng)  
- HSI: omap_ssi_core: fix possible memory leak in ssi_probe() (Yang Yingliang)  
- HSI: omap_ssi_core: fix unbalanced pm_runtime_disable() (Yang Yingliang)  
- fbdev: uvesafb: Fixes an error handling path in uvesafb_probe() (Christophe JAILLET)  
- fbdev: uvesafb: don't build on UML (Randy Dunlap)  
- fbdev: geode: don't build on UML (Randy Dunlap)  
- fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe() (Gaosheng Cui)  
- fbdev: vermilion: decrease reference count in error path (Xiongfeng Wang)  
- fbdev: via: Fix error in via_core_init() (Shang XiaoJing)  
- fbdev: pm2fb: fix missing pci_disable_device() (Yang Yingliang)  
- fbdev: ssd1307fb: Drop optional dependency (Andy Shevchenko)  
- thermal/drivers/qcom/lmh: Fix irq handler return value (Bjorn Andersson)  
- thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2 (Luca Weiss)  
- thermal/drivers/imx8mm_thermal: Validate temperature range (Marcus Folkesson)  
- samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() (Shang XiaoJing)  
- ksmbd: Fix resource leak in ksmbd_session_rpc_open() (Xiu Jianfeng)  
- tracing/hist: Fix issue of losting command info in error_log (Zheng Yejian)  
- usb: storage: Add check for kcalloc (Jiasheng Jiang)  
- i2c: ismt: Fix an out-of-bounds bug in ismt_access() (Zheyu Ma)  
- i2c: mux: reg: check return value after calling platform_get_resource() (Yang Yingliang)  
- gpiolib: protect the GPIO device against being dropped while in use by user-space (Bartosz Golaszewski)  
- gpiolib: make struct comments into real kernel docs (Bartosz Golaszewski)  
- gpiolib: cdev: fix NULL-pointer dereferences (Bartosz Golaszewski)  
- gpiolib: Get rid of redundant 'else' (Andy Shevchenko)  
- vme: Fix error not catched in fake_init() (Chen Zhongjin)  
- staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor() (YueHaibing)  
- staging: rtl8192u: Fix use after free in ieee80211_rx() (Dan Carpenter)  
- i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe (Hui Tang)  
- chardev: fix error handling in cdev_device_add() (Yang Yingliang)  
- mcb: mcb-parse: fix error handing in chameleon_parse_gdd() (Yang Yingliang)  
- drivers: mcb: fix resource leak in mcb_probe() (Zhengchao Shao)  
- usb: gadget: f_hid: fix refcount leak on error path (John Keeping)  
- usb: gadget: f_hid: fix f_hidg lifetime vs cdev (John Keeping)  
- usb: roles: fix of node refcount leak in usb_role_switch_is_parent() (Yang Yingliang)  
- coresight: trbe: remove cpuhp instance node before remove cpuhp state (Yang Shen)  
- counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update (Fabrice Gasnier)  
- iio: adis: add '__adis_enable_irq()' implementation (Ramona Bolboaca)  
- iio:imu:adis: Move exports into IIO_ADISLIB namespace (Jonathan Cameron)  
- iio: adis: stylistic changes (Nuno Sa)  
- iio: adis: handle devices that cannot unmask the drdy pin (Nuno Sa)  
- iio: temperature: ltc2983: make bulk write buffer DMA-safe (Cosmin Tanislav)  
- cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() (Yang Yingliang)  
- cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() (Yang Yingliang)  
- firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe() (Yang Yingliang)  
- misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os (Zheng Wang)  
- misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() (ruanjinjie)  
- ocxl: fix pci device refcount leak when calling get_function_0() (Yang Yingliang)  
- misc: ocxl: fix possible name leak in ocxl_file_register_afu() (Yang Yingliang)  
- test_firmware: fix memory leak in test_firmware_init() (Zhengchao Shao)  
- serial: sunsab: Fix error handling in sunsab_init() (Yuan Can)  
- serial: altera_uart: fix locking in polling mode (Gabriel Somlo)  
- tty: serial: altera_uart_{r,t}x_chars() need only uart_port (Jiri Slaby)  
- tty: serial: clean up stop-tx part in altera_uart_tx_chars() (Jiri Slaby)  
- serial: pch: Fix PCI device refcount leak in pch_request_dma() (Xiongfeng Wang)  
- serial: stm32: move dma_request_chan() before clk_prepare_enable() (Valentin Caron)  
- serial: pl011: Do not clear RX FIFO &amp; RX interrupt in unthrottle. (delisun)  
- serial: amba-pl011: avoid SBSA UART accessing DMACR register (Jiamei Xie)  
- extcon: usbc-tusb320: Update state on probe even if no IRQ pending (Marek Vasut)  
- extcon: usbc-tusb320: Add USB TYPE-C support (Marek Vasut)  
- extcon: usbc-tusb320: Factor out extcon into dedicated functions (Marek Vasut)  
- usb: typec: Factor out non-PD fwnode properties (Samuel Holland)  
- extcon: usbc-tusb320: Add support for TUSB320L (Yassine Oudjana)  
- extcon: usbc-tusb320: Add support for mode setting and reset (Yassine Oudjana)  
- usb: typec: tipd: Fix spurious fwnode_handle_put in error path (Sven Peter)  
- usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails (Sven Peter)  
- usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() (Yang Yingliang)  
- usb: typec: Check for ops-&gt;exit instead of ops-&gt;enter in altmode_exit (Sven Peter)  
- staging: vme_user: Fix possible UAF in tsi148_dma_list_add (Gaosheng Cui)  
- usb: fotg210-udc: Fix ages old endianness issues (Linus Walleij)  
- uio: uio_dmem_genirq: Fix deadlock between irq config and handling (Rafael Mendonca)  
- uio: uio_dmem_genirq: Fix missing unlock in irq configuration (Rafael Mendonca)  
- vfio: platform: Do not pass return buffer to ACPI _RST method (Rafael Mendonca)  
- class: fix possible memory leak in __class_register() (Yang Yingliang)  
- serial: 8250_bcm7271: Fix error handling in brcmuart_init() (Yuan Can)  
- serial: tegra: Read DMA status before terminating (Kartik)  
- drivers: dio: fix possible memory leak in dio_init() (Yang Yingliang)  
- RISC-V: Align the shadow stack (Palmer Dabbelt)  
- IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces (Dragos Tatulea)  
- hwrng: geode - Fix PCI device refcount leak (Xiongfeng Wang)  
- hwrng: amd - Fix PCI device refcount leak (Xiongfeng Wang)  
- crypto: img-hash - Fix variable dereferenced before check 'hdev-&gt;req' (Gaosheng Cui)  
- RDMA/hns: Fix error code of CMD (Chengchang Tang)  
- RDMA/hns: Fix page size cap from firmware (Chengchang Tang)  
- RDMA/hns: Fix PBL page MTR find (Chengchang Tang)  
- RDMA/hns: Fix AH attr queried by query_qp (Chengchang Tang)  
- orangefs: Fix sysfs not cleanup when dev init failed (Zhang Xiaoxu)  
- PCI: mt7621: Add sentinel to quirks table (John Thomson)  
- PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_ (Bjorn Helgaas)  
- RDMA/srp: Fix error return code in srp_parse_options() (Wang Yufen)  
- RDMA/hfi1: Fix error return code in parse_platform_config() (Wang Yufen)  
- riscv/mm: add arch hook arch_clear_hugepage_flags (Tong Tiangen)  
- crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe() (Shang XiaoJing)  
- crypto: amlogic - Remove kcalloc without check (Christophe JAILLET)  
- RDMA/nldev: Fix failure to send large messages (Mark Zhang)  
- f2fs: avoid victim selection from previous victim section (Yonggil Song)  
- RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps() (Yuan Can)  
- scsi: snic: Fix possible UAF in snic_tgt_create() (Gaosheng Cui)  
- scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails (Chen Zhongjin)  
- scsi: ipr: Fix WARNING in ipr_init() (Shang XiaoJing)  
- scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper() (Yang Yingliang)  
- scsi: fcoe: Fix possible name leak when device_register() fails (Yang Yingliang)  
- scsi: scsi_debug: Fix a warning in resp_report_zones() (Harshit Mogalapalli)  
- scsi: scsi_debug: Fix a warning in resp_verify() (Harshit Mogalapalli)  
- scsi: efct: Fix possible memleak in efct_device_init() (Chen Zhongjin)  
- scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device() (Yang Yingliang)  
- scsi: hpsa: Fix error handling in hpsa_add_sas_host() (Yang Yingliang)  
- scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() (Yang Yingliang)  
- padata: Fix list iterator in padata_do_serial() (Daniel Jordan)  
- padata: Always leave BHs disabled when running -&gt;parallel() (Daniel Jordan)  
- crypto: tcrypt - Fix multibuffer skcipher speed test mem leak (Zhang Yiqun)  
- scsi: hpsa: Fix possible memory leak in hpsa_init_one() (Yuan Can)  
- dt-bindings: visconti-pcie: Fix interrupts array max constraints (Serge Semin)  
- dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq (Serge Semin)  
- RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed (Zhang Xiaoxu)  
- RDMA/hns: fix memory leak in hns_roce_alloc_mr() (Zhengchao Shao)  
- crypto: ccree - Make cc_debugfs_global_fini() available for module init function (Uwe Kleine-Konig)  
- RDMA/hfi: Decrease PCI device reference count in error path (Xiongfeng Wang)  
- PCI: Check for alloc failure in pci_request_irq() (Zeng Heng)  
- RDMA/hns: Fix ext_sge num error when post send (Luoyouming)  
- RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data() (Luoyouming)  
- crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set() (Xiongfeng Wang)  
- crypto: cryptd - Use request context instead of stack for sub-request (Herbert Xu)  
- crypto: ccree - Remove debugfs when platform_driver_register failed (Gaosheng Cui)  
- scsi: scsi_debug: Fix a warning in resp_write_scat() (Harshit Mogalapalli)  
- RDMA/siw: Set defined status for work completion with undefined status (Bernard Metzler)  
- RDMA/nldev: Return '-EAGAIN' if the cm_id isn't from expected port (Mark Zhang)  
- RDMA/core: Make sure 'ib_port' is valid when access sysfs node (Mark Zhang)  
- RDMA/restrack: Release MR restrack when delete (Mark Zhang)  
- PCI: vmd: Disable MSI remapping after suspend (Nirmal Patel)  
- IB/mad: Don't call to function that might sleep while in atomic context (Leonid Ravich)  
- RDMA/siw: Fix immediate work request flush to completion queue (Bernard Metzler)  
- scsi: qla2xxx: Fix set-but-not-used variable warnings (Bart Van Assche)  
- RDMA/irdma: Report the correct link speed (Shiraz Saleem)  
- f2fs: fix to destroy sbi-&gt;post_read_wq in error path of f2fs_fill_super() (Chao Yu)  
- f2fs: fix normal discard process (Dongdong Zhang)  
- f2fs: fix to invalidate dcc-&gt;f2fs_issue_discard in error path (Chao Yu)  
- apparmor: Fix memleak in alloc_ns() (Xiu Jianfeng)  
- crypto: rockchip - rework by using crypto_engine (Corentin Labbe)  
- crypto: rockchip - remove non-aligned handling (Corentin Labbe)  
- crypto: rockchip - better handle cipher key (Corentin Labbe)  
- crypto: rockchip - add fallback for ahash (Corentin Labbe)  
- crypto: rockchip - add fallback for cipher (Corentin Labbe)  
- crypto: rockchip - do not store mode globally (Corentin Labbe)  
- crypto: rockchip - do not do custom power management (Corentin Labbe)  
- f2fs: Fix the race condition of resize flag between resizefs (Zhang Qilong)  
- PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled (Kunihiko Hayashi)  
- RDMA/core: Fix order of nldev_exit call (Leon Romanovsky)  
- PCI: dwc: Fix n_fts[] array overrun (Vidya Sagar)  
- apparmor: Use pointer to struct aa_label for lbs_cred (Xiu Jianfeng)  
- scsi: core: Fix a race between scsi_done() and scsi_timeout() (Bart Van Assche)  
- crypto: nitrox - avoid double free on error path in nitrox_sriov_init() (Natalia Petrova)  
- crypto: sun8i-ss - use dma_addr instead u32 (Corentin Labbe)  
- crypto: hisilicon/qm - fix missing destroy qp_idr (Weili Qian)  
- apparmor: Fix abi check to include v8 abi (John Johansen)  
- apparmor: fix lockdep warning when removing a namespace (John Johansen)  
- apparmor: fix a memleak in multi_transaction_new() (Gaosheng Cui)  
- net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path (Vladimir Oltean)  
- i40e: Fix the inability to attach XDP program on downed interface (Bartosz Staszewski)  
- stmmac: fix potential division by 0 (Piergiorgio Beruto)  
- Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: btintel: Fix missing free skb in btintel_setup_combined() (Wang ShaoBo)  
- Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS (Inga Stotland)  
- sctp: sysctl: make extra pointers netns aware (Firo Yang)  
- ntb_netdev: Use dev_kfree_skb_any() in interrupt context (Eric Pilmore)  
- net: lan9303: Fix read error execution path (Jerry Ray)  
- can: tcan4x5x: Fix use of register error status mask (Markus Schneider-Pargmann)  
- can: m_can: Call the RAM init directly from m_can_chip_config (Vivek Yadav)  
- can: tcan4x5x: Remove invalid write in clear_interrupts (Markus Schneider-Pargmann)  
- net: amd-xgbe: Check only the minimum speed for active/passive cables (Tom Lendacky)  
- net: amd-xgbe: Fix logic around active and passive cables (Tom Lendacky)  
- af_unix: call proto_unregister() in the error path in af_unix_init() (Yang Yingliang)  
- net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- hamradio: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net/tunnel: wait until all sk_user_data reader finish before releasing the sock (Hangbin Liu)  
- net: farsync: Fix kmemleak when rmmods farsync (Li Zetao)  
- ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() (ruanjinjie)  
- drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() (Yuan Can)  
- net: stmmac: fix possible memory leak in stmmac_dvr_probe() (Gaosheng Cui)  
- net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload() (Zhang Changzhong)  
- net: defxx: Fix missing err handling in dfx_init() (Yongqiang Liu)  
- net: vmw_vsock: vmci: Check memcpy_from_msg() (Artem Chernyshev)  
- clk: socfpga: Fix memory leak in socfpga_gate_init() (Xiu Jianfeng)  
- bpf: Do not zero-extend kfunc return values (Bjorn Topel)  
- blktrace: Fix output non-blktrace event when blk_classic option enabled (Yang Jihong)  
- wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware() (Wang Yufen)  
- wifi: rtl8xxxu: Fix the channel width reporting (Bitterblue Smith)  
- wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h (Bitterblue Smith)  
- spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode (Kris Bahnsen)  
- clk: samsung: Fix memory leak in _samsung_clk_register_pll() (Xiu Jianfeng)  
- media: coda: Add check for kmalloc (Jiasheng Jiang)  
- media: coda: Add check for dcoda_iram_alloc (Jiasheng Jiang)  
- media: c8sectpfe: Add of_node_put() when breaking out of loop (Liang He)  
- regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe() (Yuan Can)  
- mmc: core: Normalize the error handling branch in sd_read_ext_regs() (Zhen Lei)  
- memstick/ms_block: Add check for alloc_ordered_workqueue (Jiasheng Jiang)  
- memstick: ms_block: Add error handling support for add_disk() (Luis Chamberlain)  
- mmc: renesas_sdhi: alway populate SCC pointer (Wolfram Sang)  
- mmc: mmci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: wbsd: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: via-sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: meson-gx: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: omap_hsmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: atmel-mci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: wmt-sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: vub300: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: toshsd: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: rtsx_pci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: pxamci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: mxcmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: moxart: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: alcor: fix return value check of mmc_add_host() (Yang Yingliang)  
- riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC (Pu Lehui)  
- NFSv4.x: Fail client initialisation if state manager thread can't run (Trond Myklebust)  
- SUNRPC: Fix missing release socket in rpc_sockname() (Wang ShaoBo)  
- xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() (Zhang Xiaoxu)  
- ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt (Gaosheng Cui)  
- media: saa7164: fix missing pci_disable_device() (Liu Shixin)  
- ALSA: pcm: Set missing stop_operating flag at undoing trigger start (Takashi Iwai)  
- bpf, sockmap: fix race in sock_map_free() (Eric Dumazet)  
- hwmon: (jc42) Restore the min/max/critical temperatures on resume (Martin Blumenstingl)  
- hwmon: (jc42) Convert register access and caching to regmap/regcache (Martin Blumenstingl)  
- regulator: core: fix resource leak in regulator_register() (Yang Yingliang)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12116.html" type="self" title="ELSA-2023-12116" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3545.html" id="CVE-2022-3545" type="cve" title="CVE-2022-3545" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4139.html" id="CVE-2022-4139" type="cve" title="CVE-2022-4139" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-45869.html" id="CVE-2022-45869" type="cve" title="CVE-2022-45869" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-0179.html" id="CVE-2023-0179" type="cve" title="CVE-2023-0179" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9ce79a8e9d72b732e6755df2088eaf6ae706b8269676ac6e0f13ecd0bec2a391</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b989e7d6e2356a82b6f69e930896176ac18239b062c4129dfd4889b64c2d9849</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9ca0d78b198cbc864a71cdbc3c592336b683122d67f80d2efffdfaa552f95ac7</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">027010b5cce11340f9ba6a7635ff3055c347127f89ec0a5e4b79ac372aa37c55</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">70e9e13f1bd3f7cd76d421924955ec0e4bc4ee503fa0a2d9876f0692a04fabaa</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-7.86.6.1.el8uek.src.rpm</filename>
          <sum type="sha256">1c8e338d146a3408208799bf49878973096a972fff1af516241a965312153b20</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">271024d0bf3883953a206192841cbeb9c631904624d55048b57f3b81337ccd79</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7dbe44a38908d7384f2cca2e3da0fcb1c06bdd5aa0e96eaee28bfb4fa6b8d3de</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dd7fb2a9eeccaff420333a99f3a258a1f869a97e3273511159397c100d8fd45f</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b3e10a3ceb19dcc5069ab1b4e5f59b6e59f08ecfa8e95beafe9712b86fb868d5</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-7.86.6.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">f8cf136a08acce7baef9993ea3467ad1f0b6d34c8774da33bd694ff2c9cafe33</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5a0cf6b260f51cc6164785e8fcc83cc1229c5ff15c0d5f80399a93132df1bb86</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">522eea5b3ccc9a943a58c1f798b255feb8b16ccf15ad6140ed5f5917365285a7</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12120</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-02-13 00:00:00"/>
    <updated date="2023-02-13 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-7.86.6.1]
- net/rds: Delegate fan-out to a background worker (Gerd Rausch)  [Orabug: 35051226]

[5.15.0-7.86.6]
- runtime revert of virtio_net: Stripe queue affinities across cores. (Konrad Rzeszutek Wilk)  [Orabug: 35001044] 
- rds: ib: Make sure messages that errors out also get unmapped (Hakon Bugge)  [Orabug: 35015598] 
- Ignore hot plug events when force powering off a device (James Puthukattukaran)  [Orabug: 35015761] 
- mptcp: UEK: disable mptcp protocol (Jack Vogel)  [Orabug: 34821286]

[5.15.0-7.86.5]
- uek-rpm: Enable HP watchdog for aarch64 (Saeed Mirzamohammadi)  [Orabug: 34902069] 
- watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODING (Jerry Hoemann)  [Orabug: 34902069] 
- watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems. (Jerry Hoemann)  [Orabug: 34902069] 
- Revert 'selftests/bpf: Add test for unstable CT lookup API' (Alan Maguire)  [Orabug: 34951842] 
- uek-rpm: config-x86-64*: enable CONFIG_MT7921E (Todd Vierling)  [Orabug: 34970472] 
- netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits (Pablo Neira Ayuso)  [Orabug: 34978152]  {CVE-2023-0179}
- perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domain (Zhang Rui)  [Orabug: 34978296] 
- powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR (Zhang Rui)  [Orabug: 34978296] 
- uek: kabi: enable aarch64 kABI checking (Saeed Mirzamohammadi)  [Orabug: 34339132]

[5.15.0-7.86.4]
- net/rds: Fill in rds_exthdr_size gaps (Gerd Rausch)  [Orabug: 34979170] 
- Revert 'uek: kabi: enable aarch64 kABI checking' (Jack Vogel)  
- Revert 'uek-rpm: Disable kABI checking for aarch64 64k builds' (Jack Vogel)

[5.15.0-7.86.3]
- uek-rpm: Disable kABI checking for aarch64 64k builds (Saeed Mirzamohammadi)  [Orabug: 34339132]

[5.15.0-7.86.2]
- net/rds: Trigger rds_send_hs_ping() more than once (Gerd Rausch)  [Orabug: 34607844] 
- Revert 'RDS: TCP: Track peer's connection generation number' (Gerd Rausch)  [Orabug: 34700109] 
- net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives (Gerd Rausch)  [Orabug: 34314502] 
- net/rds: Kick-start TCP receiver after accept (Gerd Rausch)  [Orabug: 34600819] 
- net/rds: rds_tcp_conn_path_shutdown must not discard messages (Gerd Rausch)  [Orabug: 34560700] 
- net/rds: Encode cp_index in TCP source port (Gerd Rausch)  [Orabug: 34556036] 
- uek: kabi: enable aarch64 kABI checking (Saeed Mirzamohammadi)  [Orabug: 34339132] 
- uek-rpm: Disable Promise SuperTrak EX series storage controllers (Somasundaram Krishnasamy)  [Orabug: 34670747] 
- uek-rpm: ol9: Disable CONFIG_IR_MCEUSB from UEK7 OL9. (Harshit Mogalapalli)  [Orabug: 34820237] 
- IB/mlx5: Add a signature check to received EQEs and CQEs (Rohit Nair)  [Orabug: 34821073] 
- rds: ib: Avoid tear-down of caches unless already initialized (Hakon Bugge)  [Orabug: 34826403] 
- KVM: SVM: Fix AVIC GATag to support max number of vCPUs (Suravee Suthikulpanit)  [Orabug: 34961703] 
- Revert 'rds: ib: Enable FC by default' (Hakon Bugge)  [Orabug: 34964359] 
- uek-rpm: Add nft_reject* modules to core rpm. (Somasundaram Krishnasamy)  [Orabug: 34970060] 
- cpufreq: intel_pstate: Support Sapphire Rapids OOB mode (Srinivas Pandruvada)  [Orabug: 34961609]

[5.15.0-7.86.1]
- LTS version: v5.15.86 (Jack Vogel)  
- pwm: tegra: Fix 32 bit build (Steven Price)  
- mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code (Christophe JAILLET)  
- extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered (Yassine Oudjana)  
- media: dvbdev: fix refcnt bug (Lin Ma)  
- media: dvbdev: fix build warning due to comments (Lin Ma)  
- net: stmmac: fix errno when create_singlethread_workqueue() fails (Gaosheng Cui)  
- scsi: qla2xxx: Fix crash when I/O abort times out (Arun Easi)  
- btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range (Filipe Manana)  
- ovl: fix use inode directly in rcu-walk mode (Chen Zhongjin)  
- fbdev: fbcon: release buffer when fbcon_do_set_font() failed (Tetsuo Handa)  
- gcov: add support for checksum field (Rickard x Andersson)  
- floppy: Fix memory leak in do_floppy_init() (Yuan Can)  
- regulator: core: fix deadlock on regulator enable (Johan Hovold)  
- iio: adc128s052: add proper .data members in adc128_of_match table (Rasmus Villemoes)  
- iio: adc: ad_sigma_delta: do not use internal iio_dev lock (Nuno Sa)  
- iio: fix memory leak in iio_device_register_eventset() (Zeng Heng)  
- reiserfs: Add missing calls to reiserfs_security_free() (Roberto Sassu)  
- security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang &gt; 15.0.6 (Nathan Chancellor)  
- 9p: set req refcount to zero to avoid uninitialized usage (Schspa Shi)  
- loop: Fix the max_loop commandline argument treatment when it is set to 0 (Isaac J. Manjarres)  
- HID: mcp2221: don't connect hidraw (Enrik Berkhan)  
- HID: wacom: Ensure bootloader PID is usable in hidraw mode (Jason Gerecke)  
- xhci: Prevent infinite loop in transaction errors recovery for streams (Mathias Nyman)  
- usb: dwc3: core: defer probe on ulpi_read_id timeout (Ferry Toth)  
- usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_mode (Sven Peter)  
- arm64: dts: qcom: sm8250: fix USB-DP PHY registers (Johan Hovold)  
- usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq (Chunfeng Yun)  
- usb: cdnsp: fix lack of ZLP for ep0 (Pawel Laszczak)  
- ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list (Jiao Zhou)  
- ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB (Edward Pacman)  
- ALSA: usb-audio: add the quirk for KT0206 device (wangdicheng)  
- ima: Simplify ima_lsm_copy_rule (GUO Zihua)  
- pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES (John Stultz)  
- afs: Fix lost servers_outstanding count (David Howells)  
- perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option() (Yang Jihong)  
- pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion (John Stultz)  
- LoadPin: Ignore the 'contents' argument of the LSM hooks (Kees Cook)  
- drm/i915/display: Don't disable DDI/Transcoder when setting phy test pattern (Khaled Almahallawy)  
- ASoC: rt5670: Remove unbalanced pm_runtime_put() (Hans de Goede)  
- ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume() (Wang Jingjin)  
- ASoC: wm8994: Fix potential deadlock (Marek Szyprowski)  
- ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() (Wang Yufen)  
- ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume() (Wang Jingjin)  
- ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link() (Wang Yufen)  
- ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe() (Wang Yufen)  
- ASoC: Intel: Skylake: Fix driver hang during shutdown (Cezary Rojewski)  
- ALSA: hda: add snd_hdac_stop_streams() helper (Pierre-Louis Bossart)  
- ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c (Pierre-Louis Bossart)  
- hwmon: (jc42) Fix missing unlock on error in jc42_write() (Yang Yingliang)  
- KVM: selftests: Fix build regression by using accessor function (Tyler Hicks)  
- tools/include: Add _RET_IP_ and math definitions to kernel.h (Karolina Drobnik)  
- orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() (Zhang Xiaoxu)  
- orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() (Zhang Xiaoxu)  
- drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() (Nathan Chancellor)  
- drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid() (Nathan Chancellor)  
- hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param() (Hawkins Jiawei)  
- scsi: elx: libefc: Fix second parameter type in state callbacks (Nathan Chancellor)  
- scsi: ufs: Reduce the START STOP UNIT timeout (Bart Van Assche)  
- scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs (Justin Tee)  
- crypto: hisilicon/hpre - fix resource leak in remove process (Zhiqi Song)  
- clk: st: Fix memory leak in st_of_quadfs_setup() (Xiu Jianfeng)  
- media: si470x: Fix use-after-free in si470x_int_in_callback() (Shigeru Yoshida)  
- mmc: renesas_sdhi: better reset from HS400 mode (Wolfram Sang)  
- mmc: f-sdh30: Add quirks for broken timeout clock capability (Kunihiko Hayashi)  
- wifi: mt76: do not run mt76u_status_worker if the device is not running (Lorenzo Bianconi)  
- regulator: core: fix use_count leakage when handling boot-on (Rui Zhang)  
- libbpf: Avoid enum forward-declarations in public API in C++ mode (Andrii Nakryiko)  
- drm/amd/display: Use the largest vready_offset in pipe group (Wesley Chalmers)  
- blk-mq: fix possible memleak when register 'hctx' failed (Ye Bin)  
- media: dvb-usb: fix memory leak in dvb_usb_adapter_init() (Mazin Al Haddad)  
- media: dvbdev: adopts refcnt to avoid UAF (Lin Ma)  
- media: dvb-frontends: fix leak of memory fw (Yan Lei)  
- ethtool: avoiding integer overflow in ethtool_phys_id() (Maxim Korotkov)  
- bpf: Prevent decl_tag from being referenced in func_proto arg (Stanislav Fomichev)  
- ppp: associate skb with a device at tx (Stanislav Fomichev)  
- mrp: introduce active flags to prevent UAF when applicant uninit (Schspa Shi)  
- ipv6/sit: use DEV_STATS_INC() to avoid data-races (Eric Dumazet)  
- net: add atomic_long_t to net_device_stats fields (Eric Dumazet)  
- drm/amd/display: fix array index out of bound error in bios parser (Aurabindo Pillai)  
- md/raid1: stop mdx_raid1 thread when raid1 array run failed (Jiang Li)  
- drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() (Li Zhong)  
- drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid() (Nathan Chancellor)  
- drm/sti: Use drm_mode_copy() (Ville Syrjala)  
- drm/rockchip: Use drm_mode_copy() (Ville Syrjala)  
- drm/msm: Use drm_mode_copy() (Ville Syrjala)  
- s390/lcs: Fix return type of lcs_start_xmit() (Nathan Chancellor)  
- s390/netiucv: Fix return type of netiucv_tx() (Nathan Chancellor)  
- s390/ctcm: Fix return type of ctc{mp,}m_tx() (Nathan Chancellor)  
- drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback (Nathan Chancellor)  
- drm/amdgpu: Fix type of second parameter in trans_msg() callback (Nathan Chancellor)  
- igb: Do not free q_vector unless new one was allocated (Kees Cook)  
- wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() (Minsuk Kang)  
- hamradio: baycom_epp: Fix return type of baycom_send_packet() (Nathan Chancellor)  
- net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() (Nathan Chancellor)  
- bpf: make sure skb-&gt;len != 0 when redirecting to a tunneling device (Stanislav Fomichev)  
- qed (gcc13): use u16 for fid to be big enough (Jiri Slaby (SUSE))  
- Revert 'drm/amd/display: Limit max DSC target bpp for specific monitors' (Hamza Mahfooz)  
- drm/amd/display: prevent memory leak (gehao)  
- ipmi: fix memleak when unload ipmi driver (Zhang Yuchen)  
- ASoC: codecs: rt298: Add quirk for KBL-R RVP platform (Amadeusz Slawinski)  
- wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out (Shigeru Yoshida)  
- wifi: ath9k: verify the expected usb_endpoints are present (Fedor Pchelkin)  
- brcmfmac: return error when getting invalid max_flowrings from dongle (Wright Feng)  
- media: imx-jpeg: Disable useless interrupt to avoid kernel panic (Ming Qian)  
- drm/etnaviv: add missing quirks for GC300 (Doug Brown)  
- hfs: fix OOB Read in __hfs_brec_find (ZhangPeng)  
- acct: fix potential integer overflow in encode_comp_t() (Zheng Yejian)  
- nilfs2: fix shift-out-of-bounds due to too large exponent of block size (Ryusuke Konishi)  
- nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() (Ryusuke Konishi)  
- ACPICA: Fix error code path in acpi_ds_call_control_method() (Rafael J. Wysocki)  
- fs: jfs: fix shift-out-of-bounds in dbDiscardAG (Hoi Pok Wu)  
- jfs: Fix fortify moan in symlink (Dr. David Alan Gilbert)  
- udf: Avoid double brelse() in udf_rename() (Shigeru Yoshida)  
- fs: jfs: fix shift-out-of-bounds in dbAllocAG (Dongliang Mu)  
- binfmt_misc: fix shift-out-of-bounds in check_special_flags (Liu Shixin)  
- x86/hyperv: Remove unregister syscore call from Hyper-V cleanup (Gaurav Kohli)  
- video: hyperv_fb: Avoid taking busy spinlock on panic path (Guilherme G. Piccoli)  
- arm64: make is_ttbrX_addr() noinstr-safe (Mark Rutland)  
- rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() (Zqiang)  
- HID: amd_sfh: Add missing check for dma_alloc_coherent (Jiasheng Jiang)  
- net: stream: purge sk_error_queue in sk_stream_kill_queues() (Eric Dumazet)  
- myri10ge: Fix an error handling path in myri10ge_probe() (Christophe JAILLET)  
- rxrpc: Fix missing unlock in rxrpc_do_sendmsg() (David Howells)  
- net_sched: reject TCF_EM_SIMPLE case for complex ematch module (Cong Wang)  
- mailbox: zynq-ipi: fix error handling while device_register() fails (Yang Yingliang)  
- mailbox: arm_mhuv2: Fix return value check in mhuv2_probe() (Yang Yingliang)  
- mailbox: mpfs: read the system controller's status (Conor Dooley)  
- skbuff: Account for tail adjustment during pull operations (Subash Abhinov Kasiviswanathan)  
- arm64: dts: mt8183: Fix Mali GPU clock (Chen-Yu Tsai)  
- soc: mediatek: pm-domains: Fix the power glitch issue (Chun-Jie Chen)  
- openvswitch: Fix flow lookup to use unmasked key (Eelco Chaudron)  
- selftests: devlink: fix the fd redirect in dummy_reporter_test (Jakub Kicinski)  
- rtc: mxc_v2: Add missing clk_disable_unprepare() (GUO Zihua)  
- igc: Set Qbv start_time and end_time to end_time if not being configured in GCL (Tan Tee Min)  
- igc: Lift TAPRIO schedule restriction (Kurt Kanzenbach)  
- igc: recalculate Qbv end_time by considering cycle time (Tan Tee Min)  
- igc: allow BaseTime 0 enrollment for Qbv (Tan Tee Min)  
- igc: Add checking for basetime less than zero (Muhammad Husaini Zulkifli)  
- igc: Use strict cycles for Qbv scheduling (Vinicius Costa Gomes)  
- igc: Enhance Qbv scheduling by using first flag bit (Vinicius Costa Gomes)  
- r6040: Fix kmemleak in probe and remove (Li Zetao)  
- unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() (Kirill Tkhai)  
- nfc: pn533: Clear nfc_target before being used (Minsuk Kang)  
- net: enetc: avoid buffer leaks on xdp_do_redirect() failure (Vladimir Oltean)  
- selftests/bpf: Add test for unstable CT lookup API (Kumar Kartikeya Dwivedi)  
- block, bfq: fix possible uaf for 'bfqq-&gt;bic' (Yu Kuai)  
- mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: macsec: fix net device access prior to holding a lock (Emeel Hakim)  
- nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure (Dan Aloni)  
- rtc: pcf85063: fix pcf85063_clkout_control (Alexandre Belloni)  
- rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe() (Gaosheng Cui)  
- rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe() (Gaosheng Cui)  
- netfilter: flowtable: really fix NAT IPv6 offload (Qingfang DENG)  
- mfd: pm8008: Fix return value check in pm8008_probe() (Yang Yingliang)  
- mfd: pm8008: Remove driver data structure pm8008_data (Lee Jones)  
- mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe() (Christophe JAILLET)  
- mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ (Matti Vaittinen)  
- powerpc/pseries/eeh: use correct API for error log size (Nathan Lynch)  
- powerpc/eeh: Drop redundant spinlock initialization (Haowen Bai)  
- remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs404_power_on() (Shang XiaoJing)  
- remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_region() (Yuan Can)  
- remoteproc: qcom_q6v5_pas: detach power domains on remove (Luca Weiss)  
- remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or remove (Luca Weiss)  
- remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio() (Shang XiaoJing)  
- remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() (Gaosheng Cui)  
- pwm: mediatek: always use bus clock for PWM on MT7622 (Daniel Golle)  
- pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm (xinlei lee)  
- pwm: sifive: Call pwm_sifive_update_clock() while mutex is held (Uwe Kleine-Konig)  
- iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITY (Jason Gunthorpe)  
- selftests/powerpc: Fix resource leaks (Miaoqian Lin)  
- powerpc/hv-gpci: Fix hv_gpci event list (Kajol Jain)  
- powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe() (Yang Yingliang)  
- powerpc/perf: callchain validate kernel stack pointer bounds (Nicholas Piggin)  
- powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() (Yang Yingliang)  
- powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds (Gustavo A. R. Silva)  
- cxl: Fix refcount leak in cxl_calc_capp_routing (Miaoqian Lin)  
- powerpc/52xx: Fix a resource leak in an error handling path (Christophe JAILLET)  
- macintosh/macio-adb: check the return value of ioremap() (Xie Shaowen)  
- macintosh: fix possible memory leak in macio_add_one_device() (Yang Yingliang)  
- iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() (Yuan Can)  
- iommu/amd: Fix pci device refcount leak in ppr_notifier() (Yang Yingliang)  
- rtc: pcf85063: Fix reading alarm (Alexander Stein)  
- rtc: snvs: Allow a time difference on clock register read (Stefan Eichenberger)  
- rtc: cmos: Disable ACPI RTC event on removal (Rafael J. Wysocki)  
- rtc: cmos: Rename ACPI-related functions (Rafael J. Wysocki)  
- rtc: cmos: Eliminate forward declarations of some functions (Rafael J. Wysocki)  
- rtc: cmos: Call rtc_wake_setup() from cmos_do_probe() (Rafael J. Wysocki)  
- rtc: cmos: Call cmos_wake_setup() from cmos_do_probe() (Rafael J. Wysocki)  
- rtc: cmos: fix build on non-ACPI platforms (Alexandre Belloni)  
- rtc: cmos: Fix wake alarm breakage (Rafael J. Wysocki)  
- rtc: cmos: Fix event handler registration ordering issue (Rafael J. Wysocki)  
- rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0 (Rafael J. Wysocki)  
- dmaengine: idxd: Fix crc_val field for completion record (Fenghua Yu)  
- fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs (Abdun Nihaal)  
- pwm: tegra: Improve required rate calculation (Jon Hunter)  
- include/uapi/linux/swab: Fix potentially missing __always_inline (Matt Redfearn)  
- phy: usb: s2 WoL wakeup_count not incremented for USB-&gt;Eth devices (Al Cooper)  
- iommu/rockchip: fix permission bits in page table entries v2 (Michael Riesch)  
- iommu/sun50i: Fix flush size (Jernej Skrabec)  
- iommu/sun50i: Fix R/W permission check (Jernej Skrabec)  
- iommu/sun50i: Consider all fault sources for reset (Jernej Skrabec)  
- iommu/sun50i: Fix reset release (Jernej Skrabec)  
- fs/ntfs3: Harden against integer overflows (Dan Carpenter)  
- overflow: Implement size_t saturating arithmetic helpers (Kees Cook)  
- fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() (Shigeru Yoshida)  
- RDMA/siw: Fix pointer cast warning (Arnd Bergmann)  
- perf stat: Do not delay the workload with --delay (Namhyung Kim)  
- perf stat: Refactor __run_perf_stat() common code (Adrian Herrera Arcila)  
- power: supply: fix null pointer dereferencing in power_supply_get_battery_info (ruanjinjie)  
- power: supply: ab8500: Fix error handling in ab8500_charger_init() (Yuan Can)  
- HSI: omap_ssi_core: Fix error handling in ssi_init() (Yuan Can)  
- power: supply: z2_battery: Fix possible memleak in z2_batt_probe() (Zhang Qilong)  
- perf symbol: correction while adjusting symbol (Ajay Kaher)  
- perf trace: Handle failure when trace point folder is missed (Leo Yan)  
- perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number (Leo Yan)  
- perf trace: Return error if a system call doesn't exist (Leo Yan)  
- power: supply: fix residue sysfs file in error handle route of __power_supply_register() (Zeng Heng)  
- HSI: omap_ssi_core: fix possible memory leak in ssi_probe() (Yang Yingliang)  
- HSI: omap_ssi_core: fix unbalanced pm_runtime_disable() (Yang Yingliang)  
- fbdev: uvesafb: Fixes an error handling path in uvesafb_probe() (Christophe JAILLET)  
- fbdev: uvesafb: don't build on UML (Randy Dunlap)  
- fbdev: geode: don't build on UML (Randy Dunlap)  
- fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe() (Gaosheng Cui)  
- fbdev: vermilion: decrease reference count in error path (Xiongfeng Wang)  
- fbdev: via: Fix error in via_core_init() (Shang XiaoJing)  
- fbdev: pm2fb: fix missing pci_disable_device() (Yang Yingliang)  
- fbdev: ssd1307fb: Drop optional dependency (Andy Shevchenko)  
- thermal/drivers/qcom/lmh: Fix irq handler return value (Bjorn Andersson)  
- thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2 (Luca Weiss)  
- thermal/drivers/imx8mm_thermal: Validate temperature range (Marcus Folkesson)  
- samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() (Shang XiaoJing)  
- ksmbd: Fix resource leak in ksmbd_session_rpc_open() (Xiu Jianfeng)  
- tracing/hist: Fix issue of losting command info in error_log (Zheng Yejian)  
- usb: storage: Add check for kcalloc (Jiasheng Jiang)  
- i2c: ismt: Fix an out-of-bounds bug in ismt_access() (Zheyu Ma)  
- i2c: mux: reg: check return value after calling platform_get_resource() (Yang Yingliang)  
- gpiolib: protect the GPIO device against being dropped while in use by user-space (Bartosz Golaszewski)  
- gpiolib: make struct comments into real kernel docs (Bartosz Golaszewski)  
- gpiolib: cdev: fix NULL-pointer dereferences (Bartosz Golaszewski)  
- gpiolib: Get rid of redundant 'else' (Andy Shevchenko)  
- vme: Fix error not catched in fake_init() (Chen Zhongjin)  
- staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor() (YueHaibing)  
- staging: rtl8192u: Fix use after free in ieee80211_rx() (Dan Carpenter)  
- i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe (Hui Tang)  
- chardev: fix error handling in cdev_device_add() (Yang Yingliang)  
- mcb: mcb-parse: fix error handing in chameleon_parse_gdd() (Yang Yingliang)  
- drivers: mcb: fix resource leak in mcb_probe() (Zhengchao Shao)  
- usb: gadget: f_hid: fix refcount leak on error path (John Keeping)  
- usb: gadget: f_hid: fix f_hidg lifetime vs cdev (John Keeping)  
- usb: roles: fix of node refcount leak in usb_role_switch_is_parent() (Yang Yingliang)  
- coresight: trbe: remove cpuhp instance node before remove cpuhp state (Yang Shen)  
- counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update (Fabrice Gasnier)  
- iio: adis: add '__adis_enable_irq()' implementation (Ramona Bolboaca)  
- iio:imu:adis: Move exports into IIO_ADISLIB namespace (Jonathan Cameron)  
- iio: adis: stylistic changes (Nuno Sa)  
- iio: adis: handle devices that cannot unmask the drdy pin (Nuno Sa)  
- iio: temperature: ltc2983: make bulk write buffer DMA-safe (Cosmin Tanislav)  
- cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() (Yang Yingliang)  
- cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() (Yang Yingliang)  
- firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe() (Yang Yingliang)  
- misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os (Zheng Wang)  
- misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() (ruanjinjie)  
- ocxl: fix pci device refcount leak when calling get_function_0() (Yang Yingliang)  
- misc: ocxl: fix possible name leak in ocxl_file_register_afu() (Yang Yingliang)  
- test_firmware: fix memory leak in test_firmware_init() (Zhengchao Shao)  
- serial: sunsab: Fix error handling in sunsab_init() (Yuan Can)  
- serial: altera_uart: fix locking in polling mode (Gabriel Somlo)  
- tty: serial: altera_uart_{r,t}x_chars() need only uart_port (Jiri Slaby)  
- tty: serial: clean up stop-tx part in altera_uart_tx_chars() (Jiri Slaby)  
- serial: pch: Fix PCI device refcount leak in pch_request_dma() (Xiongfeng Wang)  
- serial: stm32: move dma_request_chan() before clk_prepare_enable() (Valentin Caron)  
- serial: pl011: Do not clear RX FIFO &amp; RX interrupt in unthrottle. (delisun)  
- serial: amba-pl011: avoid SBSA UART accessing DMACR register (Jiamei Xie)  
- extcon: usbc-tusb320: Update state on probe even if no IRQ pending (Marek Vasut)  
- extcon: usbc-tusb320: Add USB TYPE-C support (Marek Vasut)  
- extcon: usbc-tusb320: Factor out extcon into dedicated functions (Marek Vasut)  
- usb: typec: Factor out non-PD fwnode properties (Samuel Holland)  
- extcon: usbc-tusb320: Add support for TUSB320L (Yassine Oudjana)  
- extcon: usbc-tusb320: Add support for mode setting and reset (Yassine Oudjana)  
- usb: typec: tipd: Fix spurious fwnode_handle_put in error path (Sven Peter)  
- usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register fails (Sven Peter)  
- usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() (Yang Yingliang)  
- usb: typec: Check for ops-&gt;exit instead of ops-&gt;enter in altmode_exit (Sven Peter)  
- staging: vme_user: Fix possible UAF in tsi148_dma_list_add (Gaosheng Cui)  
- usb: fotg210-udc: Fix ages old endianness issues (Linus Walleij)  
- uio: uio_dmem_genirq: Fix deadlock between irq config and handling (Rafael Mendonca)  
- uio: uio_dmem_genirq: Fix missing unlock in irq configuration (Rafael Mendonca)  
- vfio: platform: Do not pass return buffer to ACPI _RST method (Rafael Mendonca)  
- class: fix possible memory leak in __class_register() (Yang Yingliang)  
- serial: 8250_bcm7271: Fix error handling in brcmuart_init() (Yuan Can)  
- serial: tegra: Read DMA status before terminating (Kartik)  
- drivers: dio: fix possible memory leak in dio_init() (Yang Yingliang)  
- RISC-V: Align the shadow stack (Palmer Dabbelt)  
- IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces (Dragos Tatulea)  
- hwrng: geode - Fix PCI device refcount leak (Xiongfeng Wang)  
- hwrng: amd - Fix PCI device refcount leak (Xiongfeng Wang)  
- crypto: img-hash - Fix variable dereferenced before check 'hdev-&gt;req' (Gaosheng Cui)  
- RDMA/hns: Fix error code of CMD (Chengchang Tang)  
- RDMA/hns: Fix page size cap from firmware (Chengchang Tang)  
- RDMA/hns: Fix PBL page MTR find (Chengchang Tang)  
- RDMA/hns: Fix AH attr queried by query_qp (Chengchang Tang)  
- orangefs: Fix sysfs not cleanup when dev init failed (Zhang Xiaoxu)  
- PCI: mt7621: Add sentinel to quirks table (John Thomson)  
- PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_ (Bjorn Helgaas)  
- RDMA/srp: Fix error return code in srp_parse_options() (Wang Yufen)  
- RDMA/hfi1: Fix error return code in parse_platform_config() (Wang Yufen)  
- riscv/mm: add arch hook arch_clear_hugepage_flags (Tong Tiangen)  
- crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe() (Shang XiaoJing)  
- crypto: amlogic - Remove kcalloc without check (Christophe JAILLET)  
- RDMA/nldev: Fix failure to send large messages (Mark Zhang)  
- f2fs: avoid victim selection from previous victim section (Yonggil Song)  
- RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps() (Yuan Can)  
- scsi: snic: Fix possible UAF in snic_tgt_create() (Gaosheng Cui)  
- scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails (Chen Zhongjin)  
- scsi: ipr: Fix WARNING in ipr_init() (Shang XiaoJing)  
- scsi: scsi_debug: Fix possible name leak in sdebug_add_host_helper() (Yang Yingliang)  
- scsi: fcoe: Fix possible name leak when device_register() fails (Yang Yingliang)  
- scsi: scsi_debug: Fix a warning in resp_report_zones() (Harshit Mogalapalli)  
- scsi: scsi_debug: Fix a warning in resp_verify() (Harshit Mogalapalli)  
- scsi: efct: Fix possible memleak in efct_device_init() (Chen Zhongjin)  
- scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device() (Yang Yingliang)  
- scsi: hpsa: Fix error handling in hpsa_add_sas_host() (Yang Yingliang)  
- scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() (Yang Yingliang)  
- padata: Fix list iterator in padata_do_serial() (Daniel Jordan)  
- padata: Always leave BHs disabled when running -&gt;parallel() (Daniel Jordan)  
- crypto: tcrypt - Fix multibuffer skcipher speed test mem leak (Zhang Yiqun)  
- scsi: hpsa: Fix possible memory leak in hpsa_init_one() (Yuan Can)  
- dt-bindings: visconti-pcie: Fix interrupts array max constraints (Serge Semin)  
- dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq (Serge Semin)  
- RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed (Zhang Xiaoxu)  
- RDMA/hns: fix memory leak in hns_roce_alloc_mr() (Zhengchao Shao)  
- crypto: ccree - Make cc_debugfs_global_fini() available for module init function (Uwe Kleine-Konig)  
- RDMA/hfi: Decrease PCI device reference count in error path (Xiongfeng Wang)  
- PCI: Check for alloc failure in pci_request_irq() (Zeng Heng)  
- RDMA/hns: Fix ext_sge num error when post send (Luoyouming)  
- RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data() (Luoyouming)  
- crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set() (Xiongfeng Wang)  
- crypto: cryptd - Use request context instead of stack for sub-request (Herbert Xu)  
- crypto: ccree - Remove debugfs when platform_driver_register failed (Gaosheng Cui)  
- scsi: scsi_debug: Fix a warning in resp_write_scat() (Harshit Mogalapalli)  
- RDMA/siw: Set defined status for work completion with undefined status (Bernard Metzler)  
- RDMA/nldev: Return '-EAGAIN' if the cm_id isn't from expected port (Mark Zhang)  
- RDMA/core: Make sure 'ib_port' is valid when access sysfs node (Mark Zhang)  
- RDMA/restrack: Release MR restrack when delete (Mark Zhang)  
- PCI: vmd: Disable MSI remapping after suspend (Nirmal Patel)  
- IB/mad: Don't call to function that might sleep while in atomic context (Leonid Ravich)  
- RDMA/siw: Fix immediate work request flush to completion queue (Bernard Metzler)  
- scsi: qla2xxx: Fix set-but-not-used variable warnings (Bart Van Assche)  
- RDMA/irdma: Report the correct link speed (Shiraz Saleem)  
- f2fs: fix to destroy sbi-&gt;post_read_wq in error path of f2fs_fill_super() (Chao Yu)  
- f2fs: fix normal discard process (Dongdong Zhang)  
- f2fs: fix to invalidate dcc-&gt;f2fs_issue_discard in error path (Chao Yu)  
- apparmor: Fix memleak in alloc_ns() (Xiu Jianfeng)  
- crypto: rockchip - rework by using crypto_engine (Corentin Labbe)  
- crypto: rockchip - remove non-aligned handling (Corentin Labbe)  
- crypto: rockchip - better handle cipher key (Corentin Labbe)  
- crypto: rockchip - add fallback for ahash (Corentin Labbe)  
- crypto: rockchip - add fallback for cipher (Corentin Labbe)  
- crypto: rockchip - do not store mode globally (Corentin Labbe)  
- crypto: rockchip - do not do custom power management (Corentin Labbe)  
- f2fs: Fix the race condition of resize flag between resizefs (Zhang Qilong)  
- PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled (Kunihiko Hayashi)  
- RDMA/core: Fix order of nldev_exit call (Leon Romanovsky)  
- PCI: dwc: Fix n_fts[] array overrun (Vidya Sagar)  
- apparmor: Use pointer to struct aa_label for lbs_cred (Xiu Jianfeng)  
- scsi: core: Fix a race between scsi_done() and scsi_timeout() (Bart Van Assche)  
- crypto: nitrox - avoid double free on error path in nitrox_sriov_init() (Natalia Petrova)  
- crypto: sun8i-ss - use dma_addr instead u32 (Corentin Labbe)  
- crypto: hisilicon/qm - fix missing destroy qp_idr (Weili Qian)  
- apparmor: Fix abi check to include v8 abi (John Johansen)  
- apparmor: fix lockdep warning when removing a namespace (John Johansen)  
- apparmor: fix a memleak in multi_transaction_new() (Gaosheng Cui)  
- net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path (Vladimir Oltean)  
- i40e: Fix the inability to attach XDP program on downed interface (Bartosz Staszewski)  
- stmmac: fix potential division by 0 (Piergiorgio Beruto)  
- Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- Bluetooth: btintel: Fix missing free skb in btintel_setup_combined() (Wang ShaoBo)  
- Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS (Inga Stotland)  
- sctp: sysctl: make extra pointers netns aware (Firo Yang)  
- ntb_netdev: Use dev_kfree_skb_any() in interrupt context (Eric Pilmore)  
- net: lan9303: Fix read error execution path (Jerry Ray)  
- can: tcan4x5x: Fix use of register error status mask (Markus Schneider-Pargmann)  
- can: m_can: Call the RAM init directly from m_can_chip_config (Vivek Yadav)  
- can: tcan4x5x: Remove invalid write in clear_interrupts (Markus Schneider-Pargmann)  
- net: amd-xgbe: Check only the minimum speed for active/passive cables (Tom Lendacky)  
- net: amd-xgbe: Fix logic around active and passive cables (Tom Lendacky)  
- af_unix: call proto_unregister() in the error path in af_unix_init() (Yang Yingliang)  
- net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- hamradio: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- net/tunnel: wait until all sk_user_data reader finish before releasing the sock (Hangbin Liu)  
- net: farsync: Fix kmemleak when rmmods farsync (Li Zetao)  
- ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave() (Yang Yingliang)  
- of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() (ruanjinjie)  
- drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() (Yuan Can)  
- net: stmmac: fix possible memory leak in stmmac_dvr_probe() (Gaosheng Cui)  
- net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload() (Zhang Changzhong)  
- net: defxx: Fix missing err handling in dfx_init() (Yongqiang Liu)  
- net: vmw_vsock: vmci: Check memcpy_from_msg() (Artem Chernyshev)  
- clk: socfpga: Fix memory leak in socfpga_gate_init() (Xiu Jianfeng)  
- bpf: Do not zero-extend kfunc return values (Bjorn Topel)  
- blktrace: Fix output non-blktrace event when blk_classic option enabled (Yang Jihong)  
- wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware() (Wang Yufen)  
- wifi: rtl8xxxu: Fix the channel width reporting (Bitterblue Smith)  
- wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h (Bitterblue Smith)  
- spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode (Kris Bahnsen)  
- clk: samsung: Fix memory leak in _samsung_clk_register_pll() (Xiu Jianfeng)  
- media: coda: Add check for kmalloc (Jiasheng Jiang)  
- media: coda: Add check for dcoda_iram_alloc (Jiasheng Jiang)  
- media: c8sectpfe: Add of_node_put() when breaking out of loop (Liang He)  
- regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_probe() (Yuan Can)  
- mmc: core: Normalize the error handling branch in sd_read_ext_regs() (Zhen Lei)  
- memstick/ms_block: Add check for alloc_ordered_workqueue (Jiasheng Jiang)  
- memstick: ms_block: Add error handling support for add_disk() (Luis Chamberlain)  
- mmc: renesas_sdhi: alway populate SCC pointer (Wolfram Sang)  
- mmc: mmci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: wbsd: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: via-sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: meson-gx: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: omap_hsmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: atmel-mci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: wmt-sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: vub300: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: toshsd: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: rtsx_pci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: pxamci: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: mxcmmc: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: moxart: fix return value check of mmc_add_host() (Yang Yingliang)  
- mmc: alcor: fix return value check of mmc_add_host() (Yang Yingliang)  
- riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC (Pu Lehui)  
- NFSv4.x: Fail client initialisation if state manager thread can't run (Trond Myklebust)  
- SUNRPC: Fix missing release socket in rpc_sockname() (Wang ShaoBo)  
- xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() (Zhang Xiaoxu)  
- ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt (Gaosheng Cui)  
- media: saa7164: fix missing pci_disable_device() (Liu Shixin)  
- ALSA: pcm: Set missing stop_operating flag at undoing trigger start (Takashi Iwai)  
- bpf, sockmap: fix race in sock_map_free() (Eric Dumazet)  
- hwmon: (jc42) Restore the min/max/critical temperatures on resume (Martin Blumenstingl)  
- hwmon: (jc42) Convert register access and caching to regmap/regcache (Martin Blumenstingl)  
- regulator: core: fix resource leak in regulator_register() (Yang Yingliang)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12120.html" type="self" title="ELSA-2023-12120" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3545.html" id="CVE-2022-3545" type="cve" title="CVE-2022-3545" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4139.html" id="CVE-2022-4139" type="cve" title="CVE-2022-4139" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-45869.html" id="CVE-2022-45869" type="cve" title="CVE-2022-45869" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-0179.html" id="CVE-2023-0179" type="cve" title="CVE-2023-0179" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-7.86.6.1.el8uek.src.rpm</filename>
          <sum type="sha256">1c8e338d146a3408208799bf49878973096a972fff1af516241a965312153b20</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">52b59dfe0dfa4cf1de6b0b04bb61d1d70b19b5fcbc85f38c79d4b12f452971af</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="7.86.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-7.86.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3c5d82520b310eff7acb653ede2901fb46c3d76c2c2744c1204e3d0243a4492e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20721</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-10-24 00:00:00"/>
    <updated date="2025-10-24 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-313.189.5.2]
- nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() (Jeff Layton)  [Orabug: 38575798]  {CVE-2025-38724}
- crypto: af_alg - Fix incorrect boolean values in af_alg_ctx (Eric Biggers)  [Orabug: 38575792] 
- crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg (Herbert Xu)  [Orabug: 38575792]  {CVE-2025-39964}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20721.html" type="self" title="ELSA-2025-20721" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38724.html" id="CVE-2025-38724" type="cve" title="CVE-2025-38724" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39964.html" id="CVE-2025-39964" type="cve" title="CVE-2025-39964" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">428f9ca8f440ef97861a36876f4ec32940e3785a49f9208a340714d3c83d02d1</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f1d3509d433f883942fefd9f4e744813f4343d5252fce7589ce404fbfce85dfd</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ccc4729c686795eef6561f9dfb133a31700841166b4c75f7268e57deebf06b9a</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a597510a0c7d9b0389c5ce122fcbbe3e2a7f6a78916ae7c83221166fb10e17b4</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">237906b0cc76d2dc0ecc4df8e66022332da2a75f15531fde00bb111bded077d6</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-313.189.5.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">53c6e96bffa744f3ded59ac56b60b8e1592d41553fc8598481cbd6ba34546f6b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b532733dd33c3a32cd1cc780e7de59668bc80988a1f8c738d556da9b3aa5f718</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">67f570cba04b3ce586cadb77536aa5683f7194ec3108d90102f5d7b48303a64c</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7e81b963124877bea90166398da2a851a8c0d386cda380886414382162d2f0ac</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-313.189.5.2.el8uek.src.rpm</filename>
          <sum type="sha256">e343a6aa0289c4aac58535a2aba3d9037f988e492d848df14e6aa0e621b19a6a</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">110f2823ef3b81c7ec59a7c65524ee85262d09d4a0111d804d0d0c8531e744bd</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f99ee4f1b3a483d99b0584305e72882202f59d109c9f69c5407356dbbf411325</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">78cf9263d8c3c6cdfdd40f8ed2e8baa24660aca358162b9844718594affb07cc</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2cff83b6fadbf817680cefbc186208fb482cfd7758066237199837df0d23afae</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="313.189.5.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-313.189.5.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">95cae0abed66ce664e086e72b2be644fe92bf410ac4999d11dd37533a17f0925</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9689</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-08-09 00:00:00"/>
    <updated date="2022-08-09 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-1.43.4.1]
- net_sched: cls_route: remove from list when handle is 0 (Thadeu Lima de Souza Cascardo)  [Orabug: 34460936]  {CVE-2022-2588}

[5.15.0-1.43.4]
- Revert selftests/bpf: add tests verifying unprivileged bpf behaviour (Alan Maguire)  [Orabug: 34399286] 
- Revert selftests/bpf: Add test for reg2btf_ids out of bounds access (Alan Maguire)  [Orabug: 34399286]

[5.15.0-1.43.3]
- x86/alternative: The retpoline alternative is not applied (Alexandre Chartre)  [Orabug: 34395937] 
- x86/ftrace: Do not copy ftrace_stub() in ftrace trampoline (Alexandre Chartre)  [Orabug: 34395937]

[5.15.0-100.43.0]
- ocfs2: kill EBUSY from dlmfs_evict_inode (Junxiao Bi)  [Orabug: 34364336] 
- ocfs2: dlmfs: dont clear USER_LOCK_ATTACHED when destroying lock (Junxiao Bi)  [Orabug: 34364336] 
- ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock (Junxiao Bi via Ocfs2-devel)  [Orabug: 34364336] 
- net/rds: Fix a NULL dereference in rds_tcp_accept_one() (Harshit Mogalapalli)  [Orabug: 34366723] 
- lockdown: Fix kexec lockdown bypass with ima policy (Eric Snowberg)  [Orabug: 34393053]  {CVE-2022-21505}

[5.15.0-1.43.1]
- LTS version: v5.15.43 (Jack Vogel)  
- mptcp: Do TCP fallback on early DSS checksum failure (Mat Martineau)  
- LTS version: v5.15.42 (Jack Vogel)  
- afs: Fix afs_getattr() to refetch file status if callback break occurred (David Howells)  
- i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe() (Yang Yingliang)  
- mt76: mt7921e: fix possible probe failure after reboot (Sean Wang)  
- dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group (Jae Hyun Yoo)  
- Input: ili210x - fix reset timing (Marek Vasut)  
- arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (Shreyas K K)  
- net: atlantic: verify hw_head_ lies within TX buffer ring (Grant Grundler)  
- net: atlantic: add check for MAX_SKB_FRAGS (Grant Grundler)  
- net: atlantic: reduce scope of is_rsc_complete (Grant Grundler)  
- net: atlantic: fix frag[0] not initialized (Grant Grundler)  
- net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe() (Yang Yingliang)  
- ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() (Yang Yingliang)  
- nl80211: fix locking in nl80211_set_tx_bitrate_mask() (Johannes Berg)  
- net: fix wrong network header length (Lina Wang)  
- fbdev: Prevent possible use-after-free in fb_release() (Daniel Vetter)  
- Revert fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (Javier Martinez Canillas)  
- selftests: add ping test with ping_group_range tuned (Nicolas Dichtel)  
- nl80211: validate S1G channel width (Kieran Frewen)  
- mac80211: fix rx reordering with non explicit / psmp ack policy (Felix Fietkau)  
- scsi: qla2xxx: Fix missed DMA unmap for aborted commands (Gleb Chesnokov)  
- scsi: scsi_dh_alua: Properly handle the ALUA transitioning state (Brian Bunker)  
- perf bench numa: Address compiler error on s390 (Thomas Richter)  
- perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform (Kan Liang)  
- gpio: mvebu/pwm: Refuse requests with inverted polarity (Uwe Kleine-Konig)  
- gpio: gpio-vf610: do not touch other bits when set the target bit (Haibo Chen)  
- perf build: Fix check for btf__load_from_kernel_by_id() in libbpf (Arnaldo Carvalho de Melo)  
- scsi: ufs: core: Fix referencing invalid rsp field (Daejun Park)  
- riscv: dts: sifive: fu540-c000: align dma node name with dtschema (Krzysztof Kozlowski)  
- net: bridge: Clear offload_fwd_mark when passing frame up bridge interface. (Andrew Lunn)  
- netfilter: flowtable: move dst_check to packet path (Ritaro Takenaka)  
- netfilter: flowtable: pass flowtable to nf_flow_table_iterate() (Pablo Neira Ayuso)  
- netfilter: flowtable: fix TCP flow teardown (Pablo Neira Ayuso)  
- igb: skip phy status check where unavailable (Kevin Mitchell)  
- mptcp: fix checksum byte order (Paolo Abeni)  
- mptcp: reuse __mptcp_make_csum in validate_data_csum (Geliang Tang)  
- mptcp: change the parameter of __mptcp_make_csum (Geliang Tang)  
- ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2 (Ard Biesheuvel)  
- ARM: 9196/1: spectre-bhb: enable for Cortex-A15 (Ard Biesheuvel)  
- net: af_key: add check for pfkey_broadcast in function pfkey_process (Jiasheng Jiang)  
- net/mlx5e: Properly block LRO when XDP is enabled (Maxim Mikityanskiy)  
- net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table (Maor Dickman)  
- NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc (Duoming Zhou)  
- net/qla3xxx: Fix a test in ql_reset_work() (Christophe JAILLET)  
- clk: at91: generated: consider range when calculating best rate (Codrin Ciubotariu)  
- ice: Fix interrupt moderation settings getting cleared (Michal Wilczynski)  
- ice: move ice_container_type onto ice_ring_container (Maciej Fijalkowski)  
- ice: fix possible under reporting of ethtool Tx and Rx statistics (Paul Greenwalt)  
- ice: fix crash when writing timestamp on RX rings (Arkadiusz Kubalewski)  
- net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup() (Zixuan Fu)  
- net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf() (Zixuan Fu)  
- net: systemport: Fix an error handling path in bcm_sysport_probe() (Christophe JAILLET)  
- Revert PCI: aardvark: Rewrite IRQ code to chained IRQ handler (Pali Rohar)  
- netfilter: nft_flow_offload: fix offload with pppoe + vlan (Felix Fietkau)  
- net: fix dev_fill_forward_path with pppoe + bridge (Felix Fietkau)  
- netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices (Felix Fietkau)  
- netfilter: flowtable: fix excessive hw offload attempts after failure (Felix Fietkau)  
- net/sched: act_pedit: sanitize shift argument before usage (Paolo Abeni)  
- xfrm: fix disable_policy flag use when arriving from different devices (Eyal Birger)  
- xfrm: rework default policy structure (Nicolas Dichtel)  
- net: macb: Increment rx bd head after allocating skb and buffer (Harini Katakam)  
- net: ipa: record proper RX transaction count (Alex Elder)  
- ALSA: hda - fix unused Realtek function when PM is not enabled (Randy Dunlap)  
- pinctrl: mediatek: mt8365: fix IES control pins (Mattijs Korpershoek)  
- ARM: dts: aspeed: Add video engine to g6 (Howard Chiu)  
- ARM: dts: aspeed: Add secure boot controller node (Joel Stanley)  
- ARM: dts: aspeed: Add ADC for AST2600 and enable for Rainier and Everest (Eddie James)  
- ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group (Jae Hyun Yoo)  
- pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl (Jae Hyun Yoo)  
- ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi (Jae Hyun Yoo)  
- dma-buf: ensure unique directory name for dmabuf stats (Charan Teja Kalla)  
- dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace (Jerome Pouiller)  
- drm/dp/mst: fix a possible memory leak in fetch_monitor_name() (Hangyu Hua)  
- drm/i915/dmc: Add MMIO range restrictions (Anusha Srivatsa)  
- drm/amd: Dont reset dGPUs if the system is going to s2idle (Mario Limonciello)  
- libceph: fix potential use-after-free on linger ping and resends (Ilya Dryomov)  
- crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ (Ondrej Mosnacek)  
- arm64: mte: Ensure the cleared tags are visible before setting the PTE (Catalin Marinas)  
- arm64: paravirt: Use RCU read locks to guard stolen_time (Prakruthi Deepak Heragu)  
- KVM: x86/mmu: Update number of zapped pages even if page list is stable (Sean Christopherson)  
- Revert can: m_can: pci: use custom bit timings for Elkhart Lake (Jarkko Nikula)  
- PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold (Rafael J. Wysocki)  
- Fix double fget() in vhost_net_set_backend() (Al Viro)  
- selinux: fix bad cleanup on error in hashtab_duplicate() (Ondrej Mosnacek)  
- ALSA: hda/realtek: Add quirk for TongFang devices with pop noise (Werner Sembach)  
- ALSA: wavefront: Proper check of get_user() error (Takashi Iwai)  
- ALSA: usb-audio: Restore Rane SL-1 quirk (Takashi Iwai)  
- nilfs2: fix lockdep warnings during disk space reclamation (Ryusuke Konishi)  
- nilfs2: fix lockdep warnings in page operations for btree nodes (Ryusuke Konishi)  
- ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame() (linyujun)  
- platform/chrome: cros_ec_debugfs: detach log reader wq from devm (Tzung-Bi Shih)  
- drbd: remove usage of list iterator variable after loop (Jakob Koschel)  
- MIPS: lantiq: check the return value of kzalloc() (Xiaoke Wang)  
- fs: fix an infinite loop in iomap_fiemap (Guo Xuenan)  
- rtc: mc146818-lib: Fix the AltCentury for AMD platforms (Mario Limonciello)  
- nvme-multipath: fix hang when disk goes live over reconnect (Anton Eidelman)  
- nvmet: use a private workqueue instead of the system workqueue (Sagi Grimberg)  
- tools/virtio: compile with -pthread (Michael S. Tsirkin)  
- vhost_vdpa: dont setup irq offloading when irq_num &lt; 0 (Zhu Lingshan)  
- s390/pci: improve zpci_dev reference counting (Niklas Schnelle)  
- s390/traps: improve panic message for translation-specification exception (Heiko Carstens)  
- ALSA: hda/realtek: Enable headset mic on Lenovo P360 (Kai-Heng Feng)  
- crypto: x86/chacha20 - Avoid spurious jumps to other functions (Peter Zijlstra)  
- crypto: stm32 - fix reference leak in stm32_crc_remove (Zheng Yongjun)  
- rtc: sun6i: Fix time overflow handling (Andre Przywara)  
- gfs2: Disable page faults during lockless buffered reads (Andreas Gruenbacher)  
- nvme-pci: add quirks for Samsung X5 SSDs (Monish Kumar R)  
- Input: stmfts - fix reference leak in stmfts_input_open (Zheng Yongjun)  
- Input: add bounds checking to input_set_capability() (Jeff LaBundy)  
- um: Cleanup syscall_handler_t definition/cast, fix warning (David Gow)  
- rtc: pcf2127: fix bug when reading alarm registers (Hugo Villeneuve)  
- rtc: fix use-after-free on device removal (Vincent Whitchurch)  
- Revert drm/i915/opregion: check port number bounds for SWSCI display power state (Greg Thelen)  
- mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool (Hyeonggon Yoo)  
- Watchdog: sp5100_tco: Enable Family 17h+ CPUs (Terry Bowman)  
- Watchdog: sp5100_tco: Add initialization using EFCH MMIO (Terry Bowman)  
- Watchdog: sp5100_tco: Refactor MMIO base address initialization (Terry Bowman)  
- Watchdog: sp5100_tco: Move timer initialization into function (Terry Bowman)  
- i2c: piix4: Enable EFCH MMIO for Family 17h+ (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support for SMBus port select (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support to SMBus base address detect (Terry Bowman)  
- i2c: piix4: Add EFCH MMIO support to region request and release (Terry Bowman)  
- i2c: piix4: Move SMBus port selection into function (Terry Bowman)  
- i2c: piix4: Move SMBus controller base address detect into function (Terry Bowman)  
- i2c: piix4: Move port I/O region request/release code into functions (Terry Bowman)  
- i2c: piix4: Replace hardcoded memory map size with a #define (Terry Bowman)  
- kernel/resource: Introduce request_mem_region_muxed() (Terry Bowman)  
- io_uring: arm poll for non-nowait files (Pavel Begunkov)  
- usb: gadget: fix race when gadget driver register via ioctl (Schspa Shi)  
- LTS version: v5.15.41 (Jack Vogel)  
- usb: gadget: uvc: allow for application to cleanly shutdown (Dan Vacura)  
- usb: gadget: uvc: rename function to be more consistent (Michael Tretter)  
- ping: fix address binding wrt vrf (Nicolas Dichtel)  
- mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() (Naoya Horiguchi)  
- dma-buf: call dma_buf_stats_setup after dmabuf is in valid list (Charan Teja Reddy)  
- Revert drm/amd/pm: keep the BACO feature enabled for suspend (Alex Deucher)  
- drm/vmwgfx: Initialize drm_mode_fb_cmd2 (Zack Rusin)  
- SUNRPC: Ensure that the gssproxy client can start in a connected state (Trond Myklebust)  
- net: phy: micrel: Pass .probe for KS8737 (Fabio Estevam)  
- net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061 (Fabio Estevam)  
- arm[64]/memremap: dont abuse pfn_valid() to ensure presence of linear map (Mike Rapoport)  
- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() (Waiman Long)  
- writeback: Avoid skipping inode writeback (Jing Xia)  
- net: phy: Fix race condition on link status change (Francesco Dolcini)  
- net: atlantic: always deep reset on pm op, fixing up my null deref regression (Manuel Ullmann)  
- i40e: i40e_main: fix a missing check on list iterator (Xiaomeng Tong)  
- drm/nouveau/tegra: Stop using iommu_present() (Robin Murphy)  
- drm/vmwgfx: Disable command buffers on svga3 without gbobjects (Zack Rusin)  
- mm/huge_memory: do not overkill when splitting huge_zero_page (Xu Yu)  
- Revert mm/memory-failure.c: skip huge_zero_page in memory_failure() (Xu Yu)  
- ceph: fix setting of xattrs on async created inodes (Jeff Layton)  
- serial: 8250_mtk: Fix register address for XON/XOFF character (AngeloGioacchino Del Regno)  
- serial: 8250_mtk: Fix UART_EFR register address (AngeloGioacchino Del Regno)  
- fsl_lpuart: Dont enable interrupts too early (Indan Zupancic)  
- slimbus: qcom: Fix IRQ check in qcom_slim_probe (Miaoqian Lin)  
- USB: serial: option: add Fibocom MA510 modem (Sven Schwermer)  
- USB: serial: option: add Fibocom L610 modem (Sven Schwermer)  
- USB: serial: qcserial: add support for Sierra Wireless EM7590 (Ethan Yang)  
- USB: serial: pl2303: add device id for HP LM930 Display (Scott Chen)  
- usb: typec: tcpci_mt6360: Update for BMC PHY setting (ChiYuan Huang)  
- usb: typec: tcpci: Dont skip cleanup in .remove() on error (Uwe Kleine-Konig)  
- usb: cdc-wdm: fix reading stuck on device close (Sergey Ryazanov)  
- tty: n_gsm: fix mux activation issues in gsm_config() (Daniel Starke)  
- tty: n_gsm: fix buffer over-read in gsm_dlci_data() (Daniel Starke)  
- tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() (Yang Yingliang)  
- x86/mm: Fix marking of unused sub-pmd ranges (Adrian-Ken Rueegsegger)  
- usb: xhci-mtk: fix fs isocs transfer error (Chunfeng Yun)  
- KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context() (Alexander Graf)  
- firmware_loader: use kernel credentials when reading firmware (Thiebaud Weksteen)  
- interconnect: Restore sync state by ignoring ipa-virt in provider count (Stephen Boyd)  
- tcp: drop the hash_32() part from the index calculation (Willy Tarreau)  
- tcp: increase source port perturb table to 2^16 (Willy Tarreau)  
- tcp: dynamically allocate the perturb table used by source ports (Willy Tarreau)  
- tcp: add small random increments to the source port (Willy Tarreau)  
- tcp: resalt the secret every 10 seconds (Eric Dumazet)  
- tcp: use different parts of the port_offset for index and offset (Willy Tarreau)  
- secure_seq: use the 64 bits of the siphash for port offset calculation (Willy Tarreau)  
- net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT (Matthew Hagan)  
- net: emaclite: Dont advertise 1000BASE-T and do auto negotiation (Shravya Kumbham)  
- ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback (Ajit Kumar Pandey)  
- s390: disable -Warray-bounds (Sven Schnelle)  
- ASoC: ops: Validate input values in snd_soc_put_volsw_range() (Mark Brown)  
- ASoC: max98090: Generate notifications on changes for custom control (Mark Brown)  
- ASoC: max98090: Reject invalid values in custom control put() (Mark Brown)  
- iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu (Ashish Mhetre)  
- RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() (Duoming Zhou)  
- hwmon: (f71882fg) Fix negative temperature (Ji-Ze Hong (Peter Hong))  
- gfs2: Fix filesystem block deallocation for short writes (Andreas Gruenbacher)  
- drm/vmwgfx: Fix fencing on SVGAv3 (Zack Rusin)  
- tls: Fix context leak on tls_device_down (Maxim Mikityanskiy)  
- net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe() (Taehee Yoo)  
- net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending (Guangguan Wang)  
- net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down() (Florian Fainelli)  
- drm/vc4: hdmi: Fix build error for implicit function declaration (Hui Tang)  
- net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral (Florian Fainelli)  
- net: ethernet: mediatek: ppe: fix wrong size passed to memset() (Yang Yingliang)  
- net/sched: act_pedit: really ensure the skb is writable (Paolo Abeni)  
- s390/lcs: fix variable dereferenced before check (Alexandra Winter)  
- s390/ctcm: fix potential memory leak (Alexandra Winter)  
- s390/ctcm: fix variable dereferenced before check (Alexandra Winter)  
- virtio: fix virtio transitional ids (Shunsuke Mie)  
- arm64: vdso: fix makefile dependency on vdso.so (Joey Gouly)  
- selftests: vm: Makefile: rename TARGETS to VMTARGETS (Joel Savitz)  
- procfs: prevent unprivileged processes accessing fdinfo dir (Kalesh Singh)  
- hwmon: (ltq-cputemp) restrict it to SOC_XWAY (Randy Dunlap)  
- dim: initialize all struct fields (Jesse Brandeburg)  
- ionic: fix missing pci_release_regions() on error in ionic_probe() (Yang Yingliang)  
- nfs: fix broken handling of the softreval mount option (Dan Aloni)  
- mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection (Johannes Berg)  
- net: sfc: fix memory leak due to ptp channel (Taehee Yoo)  
- sfc: Use swap() instead of open coding it (Jiapeng Chong)  
- fbdev: efifb: Fix a use-after-free due early fb_info cleanup (Javier Martinez Canillas)  
- net: chelsio: cxgb4: Avoid potential negative array offset (Kees Cook)  
- netlink: do not reset transport header in netlink_recvmsg() (Eric Dumazet)  
- drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name() (Christophe JAILLET)  
- ipv4: drop dst in multicast routing path (Lokesh Dhoundiyal)  
- ice: fix PTP stale Tx timestamps cleanup (Michal Michalik)  
- ice: Fix race during aux device (un)plugging (Ivan Vecera)  
- platform/surface: aggregator: Fix initialization order when compiling as builtin module (Maximilian Luz)  
- fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .remove (Javier Martinez Canillas)  
- net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filters (Vladimir Oltean)  
- net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0 (Vladimir Oltean)  
- net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups (Vladimir Oltean)  
- net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when deleted (Vladimir Oltean)  
- net: Fix features skip in for_each_netdev_feature() (Tariq Toukan)  
- mac80211: Reset MBSSID parameters upon connection (Manikanta Pubbisetty)  
- hwmon: (tmp401) Add OF device ID table (Camel Guo)  
- iwlwifi: iwl-dbg: Use del_timer_sync() before freeing (Guenter Roeck)  
- batman-adv: Dont skb_split skbuffs with frag_list (Sven Eckelmann)  
- LTS version: v5.15.40 (Jack Vogel)  
- mm: fix invalid page pointer returned with FOLL_PIN gups (Peter Xu)  
- mm/mlock: fix potential imbalanced rlimit ucounts adjustment (Miaohe Lin)  
- mm/hwpoison: fix error page recovered but reported not recovered (Naoya Horiguchi)  
- mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() (Muchun Song)  
- mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte() (Muchun Song)  
- mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() (Muchun Song)  
- mm: fix missing cache flush for all tail pages of compound page (Muchun Song)  
- udf: Avoid using stale lengthOfImpUse (Jan Kara)  
- rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition (Gleb Fotengauer-Malinovskiy)  
- Bluetooth: Fix the creation of hdev-&gt;name (Itay Iellin)  
- tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in perf bench mem memcpy (Arnaldo Carvalho de Melo)  
- kbuild: move objtool_args back to scripts/Makefile.build (Masahiro Yamada)  
- LTS version: v5.15.39 (Jack Vogel)  
- PCI: aardvark: Update comment about link going down after link-up (Marek Behun)  
- PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (Marek Behun)  
- PCI: aardvark: Dont mask irq when mapping (Pali Rohar)  
- PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (Pali Rohar)  
- PCI: aardvark: Use separate INTA interrupt for emulated root bridge (Pali Rohar)  
- PCI: aardvark: Fix support for PME requester on emulated bridge (Pali Rohar)  
- PCI: aardvark: Add support for PME interrupts (Pali Rohar)  
- PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (Pali Rohar)  
- PCI: aardvark: Add support for ERR interrupt on emulated bridge (Pali Rohar)  
- PCI: aardvark: Enable MSI-X support (Pali Rohar)  
- PCI: aardvark: Fix setting MSI address (Pali Rohar)  
- PCI: aardvark: Add support for masking MSI interrupts (Pali Rohar)  
- PCI: aardvark: Refactor unmasking summary MSI interrupt (Pali Rohar)  
- PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev-&gt;of_node) (Marek Behun)  
- PCI: aardvark: Make msi_domain_info structure a static driver structure (Marek Behun)  
- PCI: aardvark: Make MSI irq_chip structures static driver structures (Marek Behun)  
- PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (Pali Rohar)  
- PCI: aardvark: Rewrite IRQ code to chained IRQ handler (Pali Rohar)  
- PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (Pali Rohar)  
- PCI: aardvark: Disable common PHY when unbinding driver (Pali Rohar)  
- PCI: aardvark: Disable link training when unbinding driver (Pali Rohar)  
- PCI: aardvark: Assert PERST# when unbinding driver (Pali Rohar)  
- PCI: aardvark: Fix memory leak in driver unbind (Pali Rohar)  
- PCI: aardvark: Mask all interrupts when unbinding driver (Pali Rohar)  
- PCI: aardvark: Disable bus mastering when unbinding driver (Pali Rohar)  
- PCI: aardvark: Comment actions in driver remove method (Pali Rohar)  
- PCI: aardvark: Clear all MSIs at setup (Pali Rohar)  
- PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge (Pali Rohar)  
- PCI: pci-bridge-emul: Add definitions for missing capabilities registers (Pali Rohar)  
- PCI: pci-bridge-emul: Add description for class_revision field (Pali Rohar)  
- rcu: Apply callbacks processing time limit only on softirq (Frederic Weisbecker)  
- rcu: Fix callbacks processing time limit retaining cond_resched() (Frederic Weisbecker)  
- Revert parisc: Mark sched_clock unstable only if clocks are not syncronized (Helge Deller)  
- mmc: rtsx: add 74 Clocks in power on flow (Ricky WU)  
- selftest/vm: verify remap destination address in mremap_test (Sidhartha Kumar)  
- selftest/vm: verify mmap addr in mremap_test (Sidhartha Kumar)  
- KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (Wanpeng Li)  
- KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (Paolo Bonzini)  
- KVM: x86: Do not change ICR on write to APIC_SELF_IPI (Paolo Bonzini)  
- x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (Wanpeng Li)  
- KVM: selftests: Silence compiler warning in the kvm_page_table_test (Thomas Huth)  
- kvm: selftests: do not use bitfields larger than 32-bits for PTEs (Paolo Bonzini)  
- iommu/dart: Add missing module owner to ops structure (Hector Martin)  
- net/mlx5e: Lag, Dont skip fib events on current dst (Vlad Buslov)  
- net/mlx5e: Lag, Fix fib_info pointer assignment (Vlad Buslov)  
- net/mlx5e: Lag, Fix use-after-free in fib event handler (Vlad Buslov)  
- net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (Aya Levin)  
- fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (Javier Martinez Canillas)  
- kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (Sandipan Das)  
- gpio: mvebu: drop pwm base assignment (Baruch Siach)  
- drm/amdgpu: Ensure HDA function is suspended before ASIC reset (Kai-Heng Feng)  
- drm/amdgpu: dont set s3 and s0ix at the same time (Mario Limonciello)  
- drm/amdgpu: explicitly check for s0ix when evicting resources (Mario Limonciello)  
- drm/amdgpu: unify BO evicting method in amdgpu_ttm (Nirmoy Das)  
- btrfs: always log symlinks in full mode (Filipe Manana)  
- btrfs: force v2 space cache usage for subpage mount (Qu Wenruo)  
- smsc911x: allow using IRQ0 (Sergey Shtylyov)  
- selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (Vladimir Oltean)  
- bnxt_en: Fix unnecessary dropping of RX packets (Michael Chan)  
- bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (Somnath Kotur)  
- selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (Ido Schimmel)  
- rxrpc: Enable IPv6 checksums on transport socket (David Howells)  
- mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (Eric Dumazet)  
- hinic: fix bug of wq out of bound access (Qiao Ma)  
- btrfs: do not BUG_ON() on failure to update inode when setting xattr (Filipe Manana)  
- drm/msm/dp: remove fail safe mode related code (Kuogee Hsieh)  
- selftests/net: so_txtime: usage(): fix documentation of default clock (Marc Kleine-Budde)  
- selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (Marc Kleine-Budde)  
- net: emaclite: Add error handling for of_address_to_resource() (Shravya Kumbham)  
- net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (Eric Dumazet)  
- net: cpsw: add missing of_node_put() in cpsw_probe_dt() (Yang Yingliang)  
- net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (Niels Dossche)  
- net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (Yang Yingliang)  
- net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (Yang Yingliang)  
- net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (Yang Yingliang)  
- NFSv4: Dont invalidate inode attributes on delegation return (Trond Myklebust)  
- RDMA/irdma: Fix possible crash due to NULL netdev in notifier (Mustafa Ismail)  
- RDMA/irdma: Reduce iWARP QP destroy time (Shiraz Saleem)  
- RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (Tatyana Nikolova)  
- RDMA/siw: Fix a condition race issue in MPA request processing (Cheng Xu)  
- SUNRPC release the transport of a relocated task with an assigned transport (Olga Kornievskaia)  
- selftests/seccomp: Dont call read() on TTY from background pgrp (Jann Horn)  
- net/mlx5: Fix deadlock in sync reset flow (Moshe Shemesh)  
- net/mlx5: Avoid double clear or set of sync reset requested (Moshe Shemesh)  
- net/mlx5e: Fix the calling of update_buffer_lossy() API (Mark Zhang)  
- net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (Paul Blakey)  
- net/mlx5e: Dont match double-vlan packets if cvlan is not set (Vlad Buslov)  
- net/mlx5e: Fix trust state reset in reload (Moshe Tal)  
- iommu/dart: check return value after calling platform_get_resource() (Yang Yingliang)  
- iommu/vt-d: Drop stop marker messages (Lu Baolu)  
- ASoC: soc-ops: fix error handling (Pierre-Louis Bossart)  
- ASoC: dmaengine: Restore NULL prepare_slave_config() callback (Codrin Ciubotariu)  
- hwmon: (pmbus) disable PEC if not enabled (Adam Wujek)  
- hwmon: (adt7470) Fix warning on module removal (Armin Wolf)  
- gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (Puyou Lu)  
- gpio: visconti: Fix fwnode of GPIO IRQ (Nobuhiro Iwamatsu)  
- NFC: netlink: fix sleep in atomic bug when firmware download timeout (Duoming Zhou)  
- nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (Duoming Zhou)  
- nfc: replace improper check device_is_registered() in netlink related functions (Duoming Zhou)  
- can: grcan: only use the NAPI poll budget for RX (Andreas Larsson)  
- can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (Andreas Larsson)  
- can: grcan: use ofdev-&gt;dev when allocating DMA memory (Daniel Hellstrom)  
- can: isotp: remove re-binding of bound socket (Oliver Hartkopp)  
- can: grcan: grcan_close(): fix deadlock (Duoming Zhou)  
- s390/dasd: Fix read inconsistency for ESE DASD devices (Jan Hoppner)  
- s390/dasd: Fix read for ESE with blksize &lt; 4k (Jan Hoppner)  
- s390/dasd: prevent double format of tracks for ESE devices (Stefan Haberland)  
- s390/dasd: fix data corruption for ESE devices (Stefan Haberland)  
- ASoC: meson: Fix event generation for AUI CODEC mux (Mark Brown)  
- ASoC: meson: Fix event generation for G12A tohdmi mux (Mark Brown)  
- ASoC: meson: Fix event generation for AUI ACODEC mux (Mark Brown)  
- ASoC: wm8958: Fix change notifications for DSP controls (Mark Brown)  
- ASoC: da7219: Fix change notifications for tone generator frequency (Mark Brown)  
- genirq: Synchronize interrupt thread startup (Thomas Pfaff)  
- net: stmmac: disable Split Header (SPH) for Intel platforms (Tan Tee Min)  
- firewire: core: extend card-&gt;lock in fw_core_handle_bus_reset (Niels Dossche)  
- firewire: remove check of list iterator against head past the loop body (Jakob Koschel)  
- firewire: fix potential uaf in outbound_phy_packet_callback() (Chengfeng Ye)  
- timekeeping: Mark NMI safe time accessors as notrace (Kurt Kanzenbach)  
- Revert SUNRPC: attempt AF_LOCAL connect on setup (Trond Myklebust)  
- RISC-V: relocate DTB if its outside memory region (Nick Kossifidis)  
- drm/amdgpu: do not use passthrough mode in Xen dom0 (Marek Marczykowski-Gorecki)  
- drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (Harry Wentland)  
- iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (Nicolin Chen)  
- iommu/vt-d: Calculate mask for non-aligned flushes (David Stevens)  
- KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (Kyle Huey)  
- x86/fpu: Prevent FPU state corruption (Thomas Gleixner)  
- gpiolib: of: fix bounds check for gpio-reserved-ranges (Andrei Lalaev)  
- mmc: core: Set HS clock speed before sending HS CMD13 (Brian Norris)  
- mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (Samuel Holland)  
- mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (Shaik Sajida Bhanu)  
- ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (Takashi Sakamoto)  
- ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (Zihao Wang)  
- parisc: Merge model and model name into one line in /proc/cpuinfo (Helge Deller)  
- MIPS: Fix CP0 counter erratum detection for R4k CPUs (Maciej W. Rozycki)  
- LTS version: v5.15.38 (Jack Vogel)  
- powerpc/64: Add UADDR64 relocation support (Alexey Kardashevskiy)  
- objtool: Fix type of reloc::addend (Peter Zijlstra)  
- objtool: Fix code relocs vs weak symbols (Peter Zijlstra)  
- eeprom: at25: Use DMA safe buffers (Christophe Leroy)  
- perf symbol: Remove arch__symbols__fixup_end() (Namhyung Kim)  
- tty: n_gsm: fix software flow control handling (Daniel Starke)  
- tty: n_gsm: fix incorrect UA handling (Daniel Starke)  
- tty: n_gsm: fix reset fifo race condition (Daniel Starke)  
- tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (Daniel Starke)  
- tty: n_gsm: fix wrong signal octets encoding in MSC (Daniel Starke)  
- tty: n_gsm: fix wrong command frame length field encoding (Daniel Starke)  
- tty: n_gsm: fix wrong command retry handling (Daniel Starke)  
- tty: n_gsm: fix missing explicit ldisc flush (Daniel Starke)  
- tty: n_gsm: fix wrong DLCI release order (Daniel Starke)  
- tty: n_gsm: fix insufficient txframe size (Daniel Starke)  
- netfilter: nft_socket: only do sk lookups when indev is available (Florian Westphal)  
- tty: n_gsm: fix malformed counter for out of frame data (Daniel Starke)  
- tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (Daniel Starke)  
- tty: n_gsm: fix mux cleanup after unregister tty device (Daniel Starke)  
- tty: n_gsm: fix decoupled mux resource (Daniel Starke)  
- tty: n_gsm: fix restart handling via CLD command (Daniel Starke)  
- perf symbol: Update symbols__fixup_end() (Namhyung Kim)  
- perf symbol: Pass is_kallsyms to symbols__fixup_end() (Namhyung Kim)  
- x86/cpu: Load microcode during restore_processor_state() (Borislav Petkov)  
- ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (Tim Harvey)  
- ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (Eugen Hristev)  
- btrfs: fix leaked plug after failure syncing log on zoned filesystems (Filipe Manana)  
- thermal: int340x: Fix attr.show callback prototype (Kees Cook)  
- ACPI: processor: idle: Avoid falling back to C3 type C-states (Ville Syrjala)  
- net: ethernet: stmmac: fix write to sgmii_adapter_base (Dinh Nguyen)  
- drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (Imre Deak)  
- drm/i915: Check EDID for HDR static metadata when choosing blc (Jouni Hogander)  
- netfilter: Update ip6_route_me_harder to consider L3 domain (Martin Willi)  
- mtd: rawnand: qcom: fix memory corruption that causes panic (Md Sadre Alam)  
- kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (Zqiang)  
- zonefs: Clear inode information flags on inode creation (Damien Le Moal)  
- zonefs: Fix management of open zones (Damien Le Moal)  
- Revert ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 (Ville Syrjala)  
- selftest/vm: verify remap destination address in mremap_test (Sidhartha Kumar)  
- selftest/vm: verify mmap addr in mremap_test (Sidhartha Kumar)  
- powerpc/perf: Fix 32bit compile (Alexey Kardashevskiy)  
- drivers: net: hippi: Fix deadlock in rr_close() (Duoming Zhou)  
- cifs: destage any unwritten data to the server before calling copychunk_write (Ronnie Sahlberg)  
- x86: __memcpy_flushcache: fix wrong alignment if size &gt; 2^32 (Mikulas Patocka)  
- bonding: do not discard lowest hash bit for non layer3+4 hashing (suresh kumar)  
- ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (Namjae Jeon)  
- ksmbd: increment reference count of parent fp (Namjae Jeon)  
- arch: xtensa: platforms: Fix deadlock in rs_close() (Duoming Zhou)  
- ext4: fix bug_on in start_this_handle during umount filesystem (Ye Bin)  
- ASoC: wm8731: Disable the regulator when probing fails (Zheyu Ma)  
- ASoC: Intel: soc-acpi: correct device endpoints for max98373 (Chao Song)  
- tcp: fix F-RTO may not work correctly when receiving DSACK (Pengcheng Yang)  
- Revert ibmvnic: Add ethtool private flag for driver-defined queue limits (Dany Madden)  
- ixgbe: ensure IPsec VF&lt;-&gt;PF compatibility (Leon Romanovsky)  
- perf arm-spe: Fix addresses of synthesized SPE events (Timothy Hayes)  
- gfs2: No short reads or writes upon glock contention (Andreas Gruenbacher)  
- gfs2: Make sure not to return short direct writes (Andreas Gruenbacher)  
- gfs2: Minor retry logic cleanup (Andreas Gruenbacher)  
- gfs2: Prevent endless loops in gfs2_file_buffered_write (Andreas Gruenbacher)  
- net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (Yang Yingliang)  
- bnx2x: fix napi API usage sequence (Manish Chopra)  
- tls: Skip tls_append_frag on zero copy size (Maxim Mikityanskiy)  
- drm/amd/display: Fix memory leak in dcn21_clock_source_create (Miaoqian Lin)  
- drm/amdkfd: Fix GWS queue count (David Yat Sin)  
- netfilter: conntrack: fix udp offload timeout sysctl (Volodymyr Mytnyk)  
- io_uring: check reserved fields for recv/recvmsg (Jens Axboe)  
- io_uring: check reserved fields for send/sendmsg (Jens Axboe)  
- net: dsa: lantiq_gswip: Dont set GSWIP_MII_CFG_RMII_CLK (Martin Blumenstingl)  
- drm/sun4i: Remove obsolete references to PHYS_OFFSET (Samuel Holland)  
- net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (Nathan Rossi)  
- net: phy: marvell10g: fix return value on error (Baruch Siach)  
- net: bcmgenet: hide status block before TX timestamping (Jonathan Lemon)  
- cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (Vladimir Zapolskiy)  
- clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (Yang Yingliang)  
- bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (Christophe JAILLET)  
- tcp: make sure treq-&gt;af_specific is initialized (Eric Dumazet)  
- tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (Eric Dumazet)  
- ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (Peilin Ye)  
- ip6_gre: Make o_seqno start from 0 in native mode (Peilin Ye)  
- ip_gre: Make o_seqno start from 0 in native mode (Peilin Ye)  
- net/smc: sync err code when tcp connection was refused (liuyacan)  
- net: hns3: add return value for mailbox handling in PF (Jian Shen)  
- net: hns3: add validity check for message data length (Jian Shen)  
- net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (Jie Wang)  
- net: hns3: clear inited state and stop client after failed to register netdev (Jian Shen)  
- cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (Xiaobing Luo)  
- pinctrl: pistachio: fix use of irq_of_parse_and_map() (Lv Ruyi)  
- arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (Fabio Estevam)  
- ARM: dts: imx6ull-colibri: fix vqmmc regulator (Max Krummenacher)  
- sctp: check asoc strreset_chunk in sctp_generate_reconf_event (Xin Long)  
- wireguard: device: check for metadata_dst with skb_valid_dst() (Nikolay Aleksandrov)  
- tcp: ensure to use the most recently sent skb when filling the rate sample (Pengcheng Yang)  
- pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (Marek Vasut)  
- tcp: md5: incorrect tcp_header_len for incoming connections (Francesco Ruggeri)  
- pinctrl: rockchip: fix RK3308 pinmux bits (Luca Ceresoli)  
- bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (Eyal Birger)  
- netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (Pablo Neira Ayuso)  
- net: dsa: Add missing of_node_put() in dsa_port_link_register_of (Miaoqian Lin)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9689.html" type="self" title="ELSA-2022-9689" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2588.html" id="CVE-2022-2588" type="cve" title="CVE-2022-2588" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-core" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1b7549760351443699894cecba172cc19ffb8ab6929a0e18fccf80aa90ba8bd9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">edd0fcaabca2191d355844f6e757dd8f1c3d5d1a53e5a8550007dc72e74f85ff</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-1.43.4.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">4a0960bb9a500cd4f36d0ae4db530e47ae2ff93e783535a160ac58845655d927</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">75db32cc022039ccb8aa5a383d9eed73893f1dc3bd90299e58b0a97ee310242c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-1.43.4.1.el8uek.src.rpm</filename>
          <sum type="sha256">794dd94ad647208f1a3a1be20e1ca383af9497e2e71ebeb5e6410ab92034a2ed</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2271c696d02a95898b26b975c4edd4688e8994d2855225e6ed214dbdc5a640c3</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">69f763492e7bf21f415807f653cf9a3738d75ea88f4a4a6ebb6b34165a4d0785</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88485815c0e1a997f7657ed1466858a970468bb78b1075e46d58c56181f7e0d4</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4883560c2b05ae730143b8896a9431cb25996ef5551f3acbe0ff84f00bd0ee7f</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">72df08dc01230a7b093c9fd226065e15c6de342c544e068d82add92a80a60ea2</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1eb4cdc166df14ffe521031c83106d927919af661b8b6cfc8b2ddd1e26f2f212</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">63ba36720b47e398c419097cb61b1304f0b92d0c538ce19f2dc9f327c1650dc0</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="1.43.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-1.43.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d17df455cc774aeaf46233d21d14bace246add5b7af700f03769016481b57e64</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-10078</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-12-12 00:00:00"/>
    <updated date="2022-12-12 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-5.76.5.1]
- proc: proc_skip_spaces() shouldn't think it is working on C strings (Linus Torvalds)  [Orabug: 34883037]  {CVE-2022-4378}
- proc: avoid integer type confusion in get_proc_long (Linus Torvalds)  [Orabug: 34883037]  {CVE-2022-4378}

[5.15.0-5.76.5]
- KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() (Ben Gardon)  [Orabug: 34817119] 
- KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Track xAPIC ID only on userspace SET, _after_ vAPIC is updated (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Flush the 'current' TLB when activating AVIC (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Purge 'highest ISR' cache when updating APICv state (Sean Christopherson)  [Orabug: 34817119] 
- iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Add AVIC doorbell tracepoint (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Warning APICv inconsistency only when vcpu APIC mode is valid (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Introduce hybrid-AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Introduce logic to (de)activate x2AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Refresh AVIC configuration when changing APIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Deactivate APICv on vCPU with APIC disabled (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Fix x2APIC MSRs interception (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Adding support for configuring x2APIC MSRs interception (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not support updating APIC ID when in x2APIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Update max number of vCPUs supported for x2AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Detect X2APIC virtualization (x2AVIC) support (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD (Suravee Suthikulpanit)  [Orabug: 34817119] 
- x86/cpufeatures: Introduce x2AVIC CPUID bit (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Blindly get current x2APIC reg value on 'nodecode write' traps (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a 'bad' reg (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Do not block APIC write for non ICR registers (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode (Zeng Guang)  [Orabug: 34817119] 
- KVM: x86: disable preemption while updating apicv inhibition (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: SVM: fix avic_kick_target_vcpus_fast (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: remove avic's broken code that updated APIC ID (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID 'change' if APIC is disabled (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: document AVIC/APICv inhibit reasons (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: allow to force AVIC to be enabled (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Do not activate AVIC for SEV-enabled guest (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Trace all APICv inhibit changes and capture overall status (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Add wrappers for setting/clearing APICv inhibits (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Make APICv inhibit reasons an enum and cleanup naming (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Disable preemption across AVIC load/put during APICv refresh (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Add helpers to handle 64-bit APIC MSR read/writes (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flag (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Use 'raw' APIC register read for handling APIC-write VM-Exit (Sean Christopherson)  [Orabug: 34817119] 
- KVM: VMX: Handle APIC-write offset wrangling in VMX code (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Rename AVIC helpers to use 'avic' prefix instead of 'svm' (Sean Christopherson)  [Orabug: 34817119] 
- KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Drop export for .tlb_flush_current() static_call key (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Skip APICv update if APICv is disable at the module level (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Unexport __kvm_request_apicv_update() (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: fix race between interrupt delivery and AVIC inhibition (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: set IRR in svm_deliver_interrupt (Paolo Bonzini)  [Orabug: 34817119] 
- KVM: SVM: extract avic_ring_doorbell (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: move avic definitions from AMD's spec to svm.h (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Move delivery of non-APICv interrupt into vendor code (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Drop AVIC's intermediate avic_set_running() helper (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Don't bother checking for 'running' AVIC when kicking for IPIs (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: Add helpers to wake/query blocking vCPU (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell (Sean Christopherson)  [Orabug: 34817119] 
- KVM: ensure APICv is considered inactive if there is no APIC (Paolo Bonzini)  [Orabug: 34817119] 
- KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Move SVM's APICv sanity check to common x86 (Sean Christopherson)  [Orabug: 34817119] 
- rds: Remove the cp_rdsinfo_pending flag (Hakon Bugge)  [Orabug: 34658657] 
- RDMA/mlx5: Change debug log level for remote access error syndromes (Arumugam Kolappan)  [Orabug: 34798451] 
- uek-rpm: kernel-uek.spec: make -modules-extra depend on -modules (Todd Vierling)  [Orabug: 34820756] 
- Feature: Add cmdline param sched_uek=[preempt,wakeidle] (Libo Chen)  [Orabug: 34779451] 
- rds: ib: Fix cleanup of rds_ib_cache_gc_worker (Hakon Bugge)  [Orabug: 34806076] 
- KVM: nVMX: Add tracepoint for nested VM-Enter (David Matlack)  [Orabug: 34806794] 
- KVM: x86: Update trace function for nested VM entry to support VMX (Mingwei Zhang)  [Orabug: 34806794] 
- KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use (Vitaly Kuznetsov)  [Orabug: 34806794] 
- KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread() (Vitaly Kuznetsov)  [Orabug: 34806794] 
- KVM: nVMX: Rename vmcs_to_field_offset{,_table} (Vitaly Kuznetsov)  [Orabug: 34806794] 
- x86/kvm: Always inline evmcs_write64() (Peter Zijlstra)  [Orabug: 34806794] 
- RDMA/uverbs: restrack shared PDs (Sharath Srinivasan)  [Orabug: 34812520]

[5.15.0-5.76.4]
- x86: Ignore iommu=off for AMD cpus (Dave Kleikamp)  [Orabug: 34211826] 
- virtio-net: use mtu size as buffer length for big packets (Gavin Li)  [Orabug: 34756664] 
- virtio-net: introduce and use helper function for guest gso support checks (Gavin Li)  [Orabug: 34756664] 
- vdpa/mlx5: Use consistent RQT size (Eli Cohen)  [Orabug: 34756664] 
- vdpa: mlx5: synchronize driver status with CVQ (Jason Wang)  [Orabug: 34756664] 
- vdpa: support exposing the count of vqs to userspace (Longpeng)  [Orabug: 34756664] 
- vdpa: change the type of nvqs to u32 (Longpeng)  [Orabug: 34756664] 
- vdpa: support exposing the config size to userspace (Longpeng)  [Orabug: 34756664] 
- vdpa/mlx5: re-create forwarding rules after mac modified (Michael Qiu)  [Orabug: 34756664] 
- Add definition of VIRTIO_F_IN_ORDER feature bit (Gautam Dawar)  [Orabug: 34756664] 
- vdpa: factor out vdpa_set_features_unlocked for vdpa internal use (Si-Wei Liu)  [Orabug: 34756664] 
- RDMA/cma: Use output interface for net_dev check (Hakon Bugge)  [Orabug: 34774007] 
- Revert 'RDMA/cma: Use output interface for net_dev check' (Hakon Bugge)  [Orabug: 34774007] 
- Revert 'rdmaip: Flush ARP cache after address has been cleared' (Sharath Srinivasan)  [Orabug: 34783631] 
- Revert 'sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle' (Samasth Norway Ananda)  [Orabug: 34807135]

[5.15.0-5.76.3]
- uek-rpm: Add Documentation to kernel-uek-devel (Somasundaram Krishnasamy)  [Orabug: 34734127] 
- kfence: add sysfs interface to disable kfence for selected slabs. (Imran Khan)  [Orabug: 34744270] 
- scsi: target: core: Silence the message about unknown VPD pages (Konstantin Shelekhin)  [Orabug: 34764767] 
- x86/microcode/AMD: Apply the patch late on every logical thread (Mihai Carabas)  [Orabug: 34765295] 
- perf/x86/intel: Hide Topdown metrics events if slots is not enumerated (Kan Liang)  [Orabug: 34771183]

[5.15.0-5.76.2]
- LTS version: v5.15.76 (Jack Vogel)  
- mm: /proc/pid/smaps_rollup: fix no vma's null-deref (Seth Jenkins)  
- mmc: core: Add SD card quirk for broken discard (Avri Altman)  
- Makefile.debug: re-enable debug info for .S files (Nick Desaulniers)  
- x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB (Nathan Chancellor)  
- ACPI: video: Force backlight native for more TongFang devices (Werner Sembach)  
- perf: Skip and warn on unknown format 'configN' attrs (Rob Herring)  
- mmc: sdhci-tegra: Use actual clock rate for SW tuning correction (Prathamesh Shete)  
- tracing: Do not free snapshot if tracer is on cmdline (Steven Rostedt (Google))  
- tracing: Simplify conditional compilation code in tracing_set_tracer() (sunliming)  
- ksmbd: fix incorrect handling of iterate_dir (Namjae Jeon)  
- ksmbd: handle smb2 query dir request for OutputBufferLength that is too small (Namjae Jeon)  
- arm64: mte: move register initialization to C (Peter Collingbourne)  
- fs: dlm: fix invalid derefence of sb_lvbptr (Alexander Aring)  
- iommu/vt-d: Clean up si_domain in the init_dmars() error path (Jerry Snitselaar)  
- iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() (Charlotte Tan)  
- net: phy: dp83822: disable MDI crossover status change interrupt (Felix Riemann)  
- net: sched: fix race condition in qdisc_graft() (Eric Dumazet)  
- net: hns: fix possible memory leak in hnae_ae_register() (Yang Yingliang)  
- wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new() (Yang Yingliang)  
- sfc: include vport_id in filter spec hash and equal() (Pieter Jansen van Vuuren)  
- net: sched: sfb: fix null pointer access issue when sfb_init() fails (Zhengchao Shao)  
- net: sched: delete duplicate cleanup of backlog and qlen (Zhengchao Shao)  
- net: sched: cake: fix null pointer access issue when cake_init() fails (Zhengchao Shao)  
- nvmet: fix workqueue MEM_RECLAIM flushing dependency (Sagi Grimberg)  
- nvme-hwmon: kmalloc the NVME SMART log buffer (Serge Semin)  
- nvme-hwmon: consistently ignore errors from nvme_hwmon_init (Christoph Hellwig)  
- netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements (Pablo Neira Ayuso)  
- ionic: catch NULL pointer issue on reconfig (Brett Creeley)  
- net: hsr: avoid possible NULL deref in skb_clone() (Eric Dumazet)  
- dm: remove unnecessary assignment statement in alloc_dev() (Genjian Zhang)  
- cifs: Fix xid leak in cifs_ses_add_channel() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_flock() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_copy_file_range() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_create() (Zhang Xiaoxu)  
- udp: Update reuse-&gt;has_conns under reuseport_lock. (Kuniyuki Iwashima)  
- scsi: lpfc: Fix memory leak in lpfc_create_port() (Rafael Mendonca)  
- net: phylink: add mac_managed_pm in phylink_config structure (Shenwei Wang)  
- net: phy: dp83867: Extend RX strap quirk for SGMII mode (Harini Katakam)  
- net/atm: fix proc_mpc_write incorrect return value (Xiaobo Liu)  
- sfc: Change VF mac via PF as first preference if available. (Jonathan Cooper)  
- HID: magicmouse: Do not set BTN_MOUSE on double report (Jose Exposito)  
- i40e: Fix DMA mappings leak (Jan Sokolowski)  
- tipc: fix an information leak in tipc_topsrv_kern_subscr (Alexander Potapenko)  
- tipc: Fix recognition of trial period (Mark Tomlinson)  
- ACPI: extlog: Handle multiple records (Tony Luck)  
- drm/vc4: Add module dependency on hdmi-codec (Maxime Ripard)  
- btrfs: fix processing of delayed tree block refs during backref walking (Filipe Manana)  
- btrfs: fix processing of delayed data refs during backref walking (Filipe Manana)  
- x86/topology: Fix duplicated core ID within a package (Zhang Rui)  
- x86/topology: Fix multiple packages shown on a single-package system (Zhang Rui)  
- media: venus: dec: Handle the case where find_format fails (Bryan O'Donoghue)  
- media: mceusb: set timeout to at least timeout provided (Sean Young)  
- media: ipu3-imgu: Fix NULL pointer dereference in active selection access (Sakari Ailus)  
- KVM: arm64: vgic: Fix exit condition in scan_its_table() (Eric Ren)  
- kvm: Add support for arch compat vm ioctls (Alexander Graf)  
- mm,hugetlb: take hugetlb_lock before decrementing h-&gt;resv_huge_pages (Rik van Riel)  
- drm/amdgpu: fix sdma doorbell init ordering on APUs (Alex Deucher)  
- cpufreq: qcom: fix memory leak in error path (Fabien Parent)  
- x86/resctrl: Fix min_cbm_bits for AMD (Babu Moger)  
- ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS (Kai-Heng Feng)  
- ata: ahci-imx: Fix MODULE_ALIAS (Alexander Stein)  
- hwmon/coretemp: Handle large core ID value (Zhang Rui)  
- x86/microcode/AMD: Apply the patch early on every logical thread (Borislav Petkov)  
- i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter (Bryan O'Donoghue)  
- cpufreq: qcom: fix writes in read-only memory region (Fabien Parent)  
- selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() (GONG, Ruiqi)  
- ocfs2: fix BUG when iput after ocfs2_mknod fails (Joseph Qi)  
- ocfs2: clear dinode links count in case of error (Joseph Qi)  
- btrfs: enhance unsupported compat RO flags handling (Qu Wenruo)  
- perf/x86/intel/pt: Relax address filter validation (Adrian Hunter)  
- arm64: errata: Remove AES hwcap for COMPAT tasks (James Morse)  
- usb: gadget: uvc: improve sg exit condition (Michael Grzeschik)  
- usb: gadget: uvc: giveback vb2 buffer on req complete (Michael Grzeschik)  
- usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer (Michael Grzeschik)  
- usb: gadget: uvc: use on returned header len in video_encode_isoc_sg (Michael Grzeschik)  
- usb: gadget: uvc: consistently use define for headerlen (Michael Grzeschik)  
- arm64/mm: Consolidate TCR_EL1 fields (Anshuman Khandual)  
- r8152: add PID for the Lenovo OneLink+ Dock (Jean-Francois Le Fillatre)  
- LTS version: v5.15.75 (Jack Vogel)  
- io-wq: Fix memory leak in worker creation (Rafael Mendonca)  
- gcov: support GCC 12.1 and newer compilers (Martin Liska)  
- thermal: intel_powerclamp: Use first online CPU as control_cpu (Rafael J. Wysocki)  
- ext4: continue to expand file system when the target size doesn't reach (Jerry Lee )  
- lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5 (Nathan Chancellor)  
- Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT (Masahiro Yamada)  
- Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5 (Masahiro Yamada)  
- drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n (Nathan Chancellor)  
- net/ieee802154: don't warn zero-sized raw_sendmsg() (Tetsuo Handa)  
- Revert 'net/ieee802154: reject zero-sized raw_sendmsg()' (Alexander Aring)  
- net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses (Randy Dunlap)  
- blk-wbt: fix that 'rwb-&gt;wc' is always set to 1 in wbt_init() (Yu Kuai)  
- ALSA: usb-audio: Fix last interface check for registration (Takashi Iwai)  
- net: ieee802154: return -EINVAL for unknown addr type (Alexander Aring)  
- mm: hugetlb: fix UAF in hugetlb_handle_userfault (Liu Shixin)  
- io_uring/rw: fix unexpected link breakage (Pavel Begunkov)  
- io_uring/rw: fix error'ed retry return values (Pavel Begunkov)  
- io_uring/rw: fix short rw error handling (Pavel Begunkov)  
- io_uring: correct pinned_vm accounting (Pavel Begunkov)  
- io_uring/af_unix: defer registered files gc to io_uring release (Pavel Begunkov)  
- perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc (Adrian Hunter)  
- clk: bcm2835: Round UART input clock up (Ivan T. Ivanov)  
- clk: bcm2835: Make peripheral PLLC critical (Maxime Ripard)  
- usb: idmouse: fix an uninit-value in idmouse_open (Dongliang Mu)  
- nvmet-tcp: add bounds check on Transfer Tag (Varun Prakash)  
- nvme: copy firmware_rev on each init (Keith Busch)  
- ext2: Use kvmalloc() for group descriptor array (Jan Kara)  
- scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled (Arun Easi)  
- staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() (Xiaoke Wang)  
- staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw() (Xiaoke Wang)  
- Revert 'usb: storage: Add quirk for Samsung Fit flash' (sunghwan jung)  
- usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug (Piyush Mehta)  
- arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes (Alexander Stein)  
- usb: musb: Fix musb_gadget.c rxstate overflow bug (Robin Guo)  
- usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info() (Jianglei Nie)  
- md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d (Logan Gunthorpe)  
- eventfd: guard wake_up in eventfd fs calls as well (Dylan Yudaken)  
- HID: roccat: Fix use-after-free in roccat_read() (Hyunwoo Kim)  
- soundwire: intel: fix error handling on dai registration issues (Pierre-Louis Bossart)  
- soundwire: cadence: Don't overwrite msg-&gt;buf during write commands (Richard Fitzgerald)  
- bcache: fix set_at_max_writeback_rate() for multiple attached devices (Coly Li)  
- ata: libahci_platform: Sanity check the DT child nodes number (Serge Semin)  
- blk-throttle: prevent overflow while calculating wait time (Yu Kuai)  
- staging: vt6655: fix potential memory leak (Nam Cao)  
- power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type() (Wei Yongjun)  
- iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity (Yicong Yang)  
- nbd: Fix hung when signal interrupts nbd_start_device_ioctl() (Shigeru Yoshida)  
- scsi: 3w-9xxx: Avoid disabling device if failing to enable it (Letu Ren)  
- dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow (Vaishnav Achath)  
- usb: host: xhci-plat: suspend/resume clks for brcm (Justin Chen)  
- usb: host: xhci-plat: suspend and resume clocks (Justin Chen)  
- clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate (Quanyang Wang)  
- media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc (Hangyu Hua)  
- media: cx88: Fix a null-ptr-deref bug in buffer_prepare() (Zheyu Ma)  
- clk: zynqmp: Fix stack-out-of-bounds in strncpy (Ian Nam)  
- ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n (Alex Sverdlin)  
- btrfs: don't print information about space cache or tree every remount (Maciej S. Szmigiero)  
- btrfs: scrub: try to fix super block errors (Qu Wenruo)  
- btrfs: dump extra info if one free space cache has more bitmaps than it should (Qu Wenruo)  
- arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply (Sebastian Krzyszkowiak)  
- kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT (Mark Brown)  
- ARM: dts: imx6sx: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6sll: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6sl: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6qp: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6dl: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6q: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx7d-sdb: config the max pressure for tsc2046 (Haibo Chen)  
- drm/amd/display: Remove interface for periodic interrupt 1 (Aric Cyr)  
- drm/dp: Don't rewrite link config when setting phy test pattern (Khaled Almahallawy)  
- mmc: sdhci-msm: add compatible string check for sdm670 (Richard Acayan)  
- drm/meson: explicitly remove aggregate driver at module unload time (Adrian Larumbe)  
- drm/meson: reorder driver deinit sequence to fix use-after-free bug (Adrian Larumbe)  
- drm/amdgpu: fix initial connector audio value (hongao)  
- ASoC: SOF: pci: Change DMI match info to support all Chrome platforms (Jairaj Arava)  
- platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading (Hans de Goede)  
- platform/chrome: cros_ec: Notify the PM of wake events during resume (Jameson Thies)  
- drm: panel-orientation-quirks: Add quirk for Anbernic Win600 (Maya Matuszczyk)  
- drm/vc4: vec: Fix timings for VEC modes (Mateusz Kwiatkowski)  
- ALSA: usb-audio: Register card at the last interface (Takashi Iwai)  
- drm: bridge: dw_hdmi: only trigger hotplug event on link change (Lucas Stach)  
- udmabuf: Set ubuf-&gt;sg = NULL if the creation of sg table fails (Vivek Kasireddy)  
- drm/amd/display: fix overflow on MIN_I64 definition (David Gow)  
- gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init() (Zeng Jingxiang)  
- drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook (Liviu Dudau)  
- drm: Prevent drm_copy_field() to attempt copying a NULL pointer (Javier Martinez Canillas)  
- drm: Use size_t type for len variable in drm_copy_field() (Javier Martinez Canillas)  
- drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc() (Jianglei Nie)  
- r8152: Rate limit overflow messages (Andrew Gaul)  
- Bluetooth: L2CAP: Fix user-after-free (Luiz Augusto von Dentz)  
- net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory (Liu Jian)  
- hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms (Jason A. Donenfeld)  
- wifi: rt2x00: correctly set BBP register 86 for MT7620 (Daniel Golle)  
- wifi: rt2x00: set SoC wmac clock register (Daniel Golle)  
- wifi: rt2x00: set VGC gain for both chains of MT7620 (Daniel Golle)  
- wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620 (Daniel Golle)  
- wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620 (Daniel Golle)  
- can: bcm: check the result of can_send() in bcm_can_tx() (Ziyang Xuan)  
- Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times (Luiz Augusto von Dentz)  
- Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create() (Tetsuo Handa)  
- wifi: mt76: mt7921: reset msta-&gt;airtime_ac while clearing up hw value (Sean Wang)  
- regulator: core: Prevent integer underflow (Patrick Rudolph)  
- Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk (Kiran K)  
- wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() (Alexander Coffin)  
- iavf: Fix race between iavf_close and iavf_reset_task (Michal Jaron)  
- xfrm: Update ipcomp_scratches with NULL when freed (Khalid Masum)  
- thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround (Mika Westerberg)  
- wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg() (Tetsuo Handa)  
- x86/mce: Retrieve poison range from hardware (Jane Chu)  
- tcp: annotate data-race around tcp_md5sig_pool_populated (Eric Dumazet)  
- openvswitch: Fix overreporting of drops in dropwatch (Mike Pattrick)  
- openvswitch: Fix double reporting of drops in dropwatch (Mike Pattrick)  
- net: ethernet: ti: davinci_mdio: Add workaround for errata i2329 (Ravi Gunasekaran)  
- ice: set tx_tstamps when creating new Tx rings via ethtool (Jacob Keller)  
- bpftool: Clear errno after libcap's checks (Quentin Monnet)  
- wifi: brcmfmac: fix invalid address access when enabling SCAN log level (Wright Feng)  
- NFSD: Return nfserr_serverfault if splice_ok but buf-&gt;pages have data (Anna Schumaker)  
- x86/entry: Work around Clang __bdos() bug (Kees Cook)  
- ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable (Mario Limonciello)  
- ARM: decompressor: Include .data.rel.ro.local (Kees Cook)  
- thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash (Srinivas Pandruvada)  
- powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue (Chao Qin)  
- MIPS: BCM47XX: Cast memcmp() of function to (void *) (Kees Cook)  
- cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode (Doug Smythies)  
- ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address (Hans de Goede)  
- ACPI: video: Add Toshiba Satellite/Portege Z830 quirk (Arvid Norlander)  
- rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE() (Zqiang)  
- rcu: Back off upon fill_page_cache_func() allocation failure (Michal Hocko)  
- rcu: Avoid triggering strict-GP irq-work when RCU is idle (Zqiang)  
- fs: dlm: fix race in lowcomms (Alexander Aring)  
- selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle (Stefan Berger)  
- f2fs: fix to account FS_CP_DATA_IO correctly (Chao Yu)  
- f2fs: fix race condition on setting FI_NO_EXTENT flag (Zhang Qilong)  
- ACPI: APEI: do not add task_work to kernel thread to avoid memory leak (Shuai Xue)  
- thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id (Vincent Knecht)  
- crypto: cavium - prevent integer overflow loading firmware (Dan Carpenter)  
- crypto: marvell/octeontx - prevent integer overflows (Dan Carpenter)  
- kbuild: rpm-pkg: fix breakage when V=1 is used (Janis Schoetterl-Glausch)  
- kbuild: remove the target in signal traps when interrupted (Masahiro Yamada)  
- tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads (Nico Pache)  
- tracing: kprobe: Make gen test module work in arm and riscv (Yipeng Zou)  
- tracing: kprobe: Fix kprobe event gen test module on exit (Yipeng Zou)  
- iommu/iova: Fix module config properly (Robin Murphy)  
- cifs: return correct error in -&gt;calc_signature() (Enzo Matsumiya)  
- crypto: qat - fix DMA transfer direction (Damian Muszynski)  
- crypto: inside-secure - Change swab to swab32 (Peter Harliman Liem)  
- crypto: ccp - Release dma channels before dmaengine unrgister (Koba Ko)  
- crypto: akcipher - default implementation for setting a private key (Ignat Korchagin)  
- iommu/omap: Fix buffer overflow in debugfs (Dan Carpenter)  
- cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset (Waiman Long)  
- crypto: hisilicon/qm - fix missing put dfx access (Weili Qian)  
- crypto: qat - fix default value of WDT timer (Lucas Segarra Fernandez)  
- hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear() (Kshitiz Varshney)  
- cgroup: Honor caller's cgroup NS when resolving path (Michal Koutny)  
- hwrng: arm-smccc-trng - fix NO_ENTROPY handling (James Cowgill)  
- crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr (Ye Weihua)  
- crypto: sahara - don't sleep when in softirq (Zhengchao Shao)  
- powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL (Haren Myneni)  
- powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() (Li Huafei)  
- powerpc: Fix SPE Power ISA properties for e500v1 platforms (Pali Rohar)  
- powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5 (Nicholas Piggin)  
- x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition (Vitaly Kuznetsov)  
- powerpc: Fix fallocate and fadvise64_64 compat parameter combination (Rohan McLure)  
- powerpc/powernv: add missing of_node_put() in opal_export_attrs() (Zheng Yongjun)  
- powerpc/pci_dn: Add missing of_node_put() (Liang He)  
- powerpc/sysdev/fsl_msi: Add missing of_node_put() (Liang He)  
- powerpc/math_emu/efp: Include module.h (Nathan Chancellor)  
- powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig (Michael Ellerman)  
- mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg (Jack Wang)  
- mailbox: mpfs: account for mbox offsets while sending (Conor Dooley)  
- mailbox: mpfs: fix handling of the reg property (Conor Dooley)  
- clk: ast2600: BCLK comes from EPLL (Joel Stanley)  
- clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe (Miaoqian Lin)  
- clk: imx: scu: fix memleak on platform_device_add() fails (Lin Yujun)  
- clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration (Stefan Wahren)  
- clk: baikal-t1: Add SATA internal ref clock buffer (Serge Semin)  
- clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent (Serge Semin)  
- clk: baikal-t1: Fix invalid xGMAC PTP clock divider (Serge Semin)  
- clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD (Serge Semin)  
- spmi: pmic-arb: correct duplicate APID to PPID mapping logic (David Collins)  
- usb: mtu3: fix failed runtime suspend in host only mode (Chunfeng Yun)  
- dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup() (Dave Jiang)  
- clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent (Chen-Yu Tsai)  
- mfd: sm501: Add check for platform_driver_register() (Jiasheng Jiang)  
- mfd: fsl-imx25: Fix check for platform_get_irq() errors (Dan Carpenter)  
- mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init() (Christophe JAILLET)  
- mfd: lp8788: Fix an error handling path in lp8788_probe() (Christophe JAILLET)  
- mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq() (Christophe JAILLET)  
- mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe() (Christophe JAILLET)  
- fsi: core: Check error number after calling ida_simple_get (Jiasheng Jiang)  
- RDMA/rxe: Fix resize_finish() in rxe_queue.c (Bob Pearson)  
- clk: qcom: gcc-sm6115: Override default Alpha PLL regs (Adam Skladowski)  
- clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical (Robert Marko)  
- scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername() (Mike Christie)  
- scsi: iscsi: Run recv path from workqueue (Mike Christie)  
- scsi: iscsi: Add recv workqueue helpers (Mike Christie)  
- scsi: iscsi: Rename iscsi_conn_queue_work() (Mike Christie)  
- scsi: libsas: Fix use-after-free bug in smp_execute_task_sg() (Duoming Zhou)  
- serial: 8250: Fix restoring termios speed after suspend (Pali Rohar)  
- firmware: google: Test spinlock on panic path to avoid lockups (Guilherme G. Piccoli)  
- slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON (Krzysztof Kozlowski)  
- staging: vt6655: fix some erroneous memory clean-up loops (Nam Cao)  
- phy: qualcomm: call clk_disable_unprepare in the error handling (Dongliang Mu)  
- tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown (Sherry Sun)  
- serial: 8250: Toggle IER bits on only after irq has been set up (Ilpo Jarvinen)  
- drivers: serial: jsm: fix some leaks in probe (Dan Carpenter)  
- usb: gadget: function: fix dangling pnp_string in f_printer.c (Albert Briscoe)  
- xhci: Don't show warning for reinit on known broken suspend (Mario Limonciello)  
- IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers (Daisuke Matsuda)  
- RDMA/cm: Use SLID in the work completion as the DLID in responder side (Mark Zhang)  
- md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk() (David Sloan)  
- md/raid5: Ensure stripe_fill happens on non-read IO with journal (Logan Gunthorpe)  
- md: Replace snprintf with scnprintf (Saurabh Sengar)  
- mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct() (Dan Carpenter)  
- ata: fix ata_id_has_dipm() (Niklas Cassel)  
- ata: fix ata_id_has_ncq_autosense() (Niklas Cassel)  
- ata: fix ata_id_has_devslp() (Niklas Cassel)  
- ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting() (Niklas Cassel)  
- RDMA/siw: Fix QP destroy to wait for all references dropped. (Bernard Metzler)  
- RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall. (Bernard Metzler)  
- RDMA/srp: Fix srp_abort() (Bart Van Assche)  
- RDMA/irdma: Align AE id codes to correct flush code and event (Sindhu-Devale)  
- mtd: rawnand: fsl_elbc: Fix none ECC mode (Pali Rohar)  
- mtd: rawnand: intel: Remove undocumented compatible string (Martin Blumenstingl)  
- mtd: rawnand: intel: Read the chip-select line from the correct OF node (Martin Blumenstingl)  
- phy: phy-mtk-tphy: fix the phy type setting issue (Chunfeng Yun)  
- phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent() (Liang He)  
- mtd: devices: docg3: check the return value of devm_ioremap() in the probe (William Dean)  
- clk: qcom: sm6115: Select QCOM_GDSC (Dang Huynh)  
- dyndbg: drop EXPORTed dynamic_debug_exec_queries (Jim Cromie)  
- dyndbg: let query-modname override actual module name (Jim Cromie)  
- dyndbg: fix module.dyndbg handling (Jim Cromie)  
- dyndbg: fix static_branch manipulation (Jim Cromie)  
- dmaengine: hisilicon: Add multi-thread support for a DMA channel (Jie Hai)  
- dmaengine: hisilicon: Fix CQ head update (Jie Hai)  
- dmaengine: hisilicon: Disable channels when unregister hisi_dma (Jie Hai)  
- fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() (Dan Carpenter)  
- misc: ocxl: fix possible refcount leak in afu_ioctl() (Hangyu Hua)  
- RDMA/rxe: Fix the error caused by qp-&gt;sk (Zhu Yanjun)  
- RDMA/rxe: Fix 'kernel NULL pointer dereference' error (Zhu Yanjun)  
- media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init (Miaoqian Lin)  
- media: uvcvideo: Use entity get_cur in uvc_ctrl_set (Yunke Cao)  
- media: uvcvideo: Fix memory leak in uvc_gpio_parse (Jose Exposito)  
- media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start() (Xu Qiang)  
- tty: xilinx_uartps: Fix the ignore_status (Shubhrajyoti Datta)  
- media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop (Liang He)  
- HSI: omap_ssi_port: Fix dma_map_sg error check (Jack Wang)  
- HSI: omap_ssi: Fix refcount leak in ssi_probe (Miaoqian Lin)  
- clk: tegra20: Fix refcount leak in tegra20_clock_init (Miaoqian Lin)  
- clk: tegra: Fix refcount leak in tegra114_clock_init (Miaoqian Lin)  
- clk: tegra: Fix refcount leak in tegra210_clock_init (Miaoqian Lin)  
- clk: sprd: Hold reference returned by of_get_parent() (Liang He)  
- clk: berlin: Add of_node_put() for of_get_parent() (Liang He)  
- clk: qoriq: Hold reference returned by of_get_parent() (Liang He)  
- clk: oxnas: Hold reference returned by of_get_parent() (Liang He)  
- clk: meson: Hold reference returned by of_get_parent() (Liang He)  
- usb: common: debug: Check non-standard control requests (Thinh Nguyen)  
- RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey (Aharon Landau)  
- iio: magnetometer: yas530: Change data type of hard_offsets to signed (Jakob Hauser)  
- iio: ABI: Fix wrong format of differential capacitance channel ABI. (Jonathan Cameron)  
- iio: inkern: fix return value in devm_of_iio_channel_get_by_name() (Nuno Sa)  
- iio: inkern: only release the device node when done with it (Nuno Sa)  
- iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: check return status for pressure and touch (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX (Claudiu Beznea)  
- ARM: dts: exynos: fix polarity of VBUS GPIO of Origen (Dmitry Torokhov)  
- arm64: ftrace: fix module PLTs with mcount (Mark Rutland)  
- ext4: don't run ext4lazyinit for read-only filesystems (Josh Triplett)  
- ARM: Drop CMDLINE_* dependency on ATAGS (Geert Uytterhoeven)  
- ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family (Dmitry Torokhov)  
- arm64: dts: ti: k3-j7200: fix main pinmux range (Matt Ranostay)  
- soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA (Dmitry Osipenko)  
- ia64: export memory_add_physaddr_to_nid to fix cxl build error (Randy Dunlap)  
- ARM: dts: kirkwood: lsxl: remove first ethernet port (Michael Walle)  
- ARM: dts: kirkwood: lsxl: fix serial line (Michael Walle)  
- ARM: dts: turris-omnia: Fix mpp26 pin name and comment (Marek Behun)  
- ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus (Lucas Stach)  
- soc: qcom: smem_state: Add refcounting for the 'state-&gt;of_node' (Liang He)  
- soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe() (Liang He)  
- locks: fix TOCTOU race when granting write lease (Amir Goldstein)  
- memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings() (Liang He)  
- memory: of: Fix refcount leak bug in of_get_ddr_timings() (Liang He)  
- memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe() (Liang He)  
- ALSA: hda/hdmi: Don't skip notification handling during PM operation (Takashi Iwai)  
- ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe (Zhang Qilong)  
- ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe (Zhang Qilong)  
- ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe (Zhang Qilong)  
- ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe (Zhang Qilong)  
- mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe() (Christophe JAILLET)  
- ALSA: dmaengine: increment buffer pointer atomically (Andreas Pape)  
- ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() (Christophe JAILLET)  
- ASoC: codecs: tx-macro: fix kcontrol put (Srinivas Kandagatla)  
- drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl() (Rafael Mendonca)  
- drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa() (Kuogee Hsieh)  
- drm/msm/dpu: index dpu_kms-&gt;hw_vbif using vbif_idx (Dmitry Baryshkov)  
- ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API (Liang He)  
- mmc: au1xmmc: Fix an error handling path in au1xmmc_probe() (Christophe JAILLET)  
- drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue() (Rafael Mendonca)  
- drm/omap: dss: Fix refcount leak bugs (Liang He)  
- drm/bochs: fix blanking (Gerd Hoffmann)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-10078.html" type="self" title="ELSA-2022-10078" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1184.html" id="CVE-2022-1184" type="cve" title="CVE-2022-1184" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4378.html" id="CVE-2022-4378" type="cve" title="CVE-2022-4378" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">13b3ca8f8d1fa4a78ff70fb0971feff56ad2dbc1d3441a3f8cb1fc0445296926</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9648f19ea949eab6470de9f1a34fd48bd093d48141d7f66326827a027245f372</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-5.76.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">07bb25ac1073fce12d4d4b103e1ca7d4bff20b97cedecaca89eb9e8aaf8f57cc</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">31bd6bc72062ba0818b02daaff5f2f3537d3e2945905797745957119d3e62554</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">88047f733430aa3dd4e243dad5462b91b6b9559ee34ce47a185cc28b5484dda6</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">394dbc78543d5ed3ce1b8a55b90cdb8b0d543d1447398b462d65d82de7bbdea9</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-5.76.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">1a866ac8414a8a6167c847cdc2d579d009b57739de5f021230ab3a48e7af218c</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9bb8297211de4f6721e126062d5625d69cda0c1498ab1bb8b2df983b01b5ca8c</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2f944fccd356e4cfd65795ca030d6b78e436b9d3b94f31f73cdac0ef305a6610</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7936a14efabe6d47f29077cec22ace5faa327713f25852f94af4ef2adcd35f67</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cd588226e3fd6aafff84496a0b018de5e06f1db5fd372077917e47611e5e32cd</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">45375818539efee2e57a8c4e2f442cfb85624df121e8f5e2e1164832056872ba</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="5.76.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-5.76.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f486ea2a1f871ec33b52998abc0d644bd3917c184cf4fc0093d8e1ceff92f7ea</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-10080</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-12-12 00:00:00"/>
    <updated date="2022-12-12 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-5.76.5.1]
- proc: proc_skip_spaces() shouldn't think it is working on C strings (Linus Torvalds)  [Orabug: 34883037]  {CVE-2022-4378}
- proc: avoid integer type confusion in get_proc_long (Linus Torvalds)  [Orabug: 34883037]  {CVE-2022-4378}

[5.15.0-5.76.5]
- KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() (Ben Gardon)  [Orabug: 34817119] 
- KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Track xAPIC ID only on userspace SET, _after_ vAPIC is updated (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Flush the 'current' TLB when activating AVIC (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Purge 'highest ISR' cache when updating APICv state (Sean Christopherson)  [Orabug: 34817119] 
- iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Add AVIC doorbell tracepoint (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Warning APICv inconsistency only when vcpu APIC mode is valid (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Introduce hybrid-AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Introduce logic to (de)activate x2AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Refresh AVIC configuration when changing APIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Deactivate APICv on vCPU with APIC disabled (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Fix x2APIC MSRs interception (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Adding support for configuring x2APIC MSRs interception (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Do not support updating APIC ID when in x2APIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Update max number of vCPUs supported for x2AVIC mode (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Detect X2APIC virtualization (x2AVIC) support (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD (Suravee Suthikulpanit)  [Orabug: 34817119] 
- x86/cpufeatures: Introduce x2AVIC CPUID bit (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Blindly get current x2APIC reg value on 'nodecode write' traps (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a 'bad' reg (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Do not block APIC write for non ICR registers (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode (Zeng Guang)  [Orabug: 34817119] 
- KVM: x86: disable preemption while updating apicv inhibition (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: SVM: fix avic_kick_target_vcpus_fast (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: remove avic's broken code that updated APIC ID (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID 'change' if APIC is disabled (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: document AVIC/APICv inhibit reasons (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: allow to force AVIC to be enabled (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Do not activate AVIC for SEV-enabled guest (Suravee Suthikulpanit)  [Orabug: 34817119] 
- KVM: x86: Trace all APICv inhibit changes and capture overall status (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Add wrappers for setting/clearing APICv inhibits (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Make APICv inhibit reasons an enum and cleanup naming (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Disable preemption across AVIC load/put during APICv refresh (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Add helpers to handle 64-bit APIC MSR read/writes (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flag (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Use 'raw' APIC register read for handling APIC-write VM-Exit (Sean Christopherson)  [Orabug: 34817119] 
- KVM: VMX: Handle APIC-write offset wrangling in VMX code (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Rename AVIC helpers to use 'avic' prefix instead of 'svm' (Sean Christopherson)  [Orabug: 34817119] 
- KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Drop export for .tlb_flush_current() static_call key (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Skip APICv update if APICv is disable at the module level (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Unexport __kvm_request_apicv_update() (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: fix race between interrupt delivery and AVIC inhibition (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: SVM: set IRR in svm_deliver_interrupt (Paolo Bonzini)  [Orabug: 34817119] 
- KVM: SVM: extract avic_ring_doorbell (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: SVM: move avic definitions from AMD's spec to svm.h (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Move delivery of non-APICv interrupt into vendor code (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Drop AVIC's intermediate avic_set_running() helper (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Don't bother checking for 'running' AVIC when kicking for IPIs (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: Add helpers to wake/query blocking vCPU (Sean Christopherson)  [Orabug: 34817119] 
- KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell (Sean Christopherson)  [Orabug: 34817119] 
- KVM: ensure APICv is considered inactive if there is no APIC (Paolo Bonzini)  [Orabug: 34817119] 
- KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active (Maxim Levitsky)  [Orabug: 34817119] 
- KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism (Sean Christopherson)  [Orabug: 34817119] 
- KVM: x86: Move SVM's APICv sanity check to common x86 (Sean Christopherson)  [Orabug: 34817119] 
- rds: Remove the cp_rdsinfo_pending flag (Hakon Bugge)  [Orabug: 34658657] 
- RDMA/mlx5: Change debug log level for remote access error syndromes (Arumugam Kolappan)  [Orabug: 34798451] 
- uek-rpm: kernel-uek.spec: make -modules-extra depend on -modules (Todd Vierling)  [Orabug: 34820756] 
- Feature: Add cmdline param sched_uek=[preempt,wakeidle] (Libo Chen)  [Orabug: 34779451] 
- rds: ib: Fix cleanup of rds_ib_cache_gc_worker (Hakon Bugge)  [Orabug: 34806076] 
- KVM: nVMX: Add tracepoint for nested VM-Enter (David Matlack)  [Orabug: 34806794] 
- KVM: x86: Update trace function for nested VM entry to support VMX (Mingwei Zhang)  [Orabug: 34806794] 
- KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use (Vitaly Kuznetsov)  [Orabug: 34806794] 
- KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread() (Vitaly Kuznetsov)  [Orabug: 34806794] 
- KVM: nVMX: Rename vmcs_to_field_offset{,_table} (Vitaly Kuznetsov)  [Orabug: 34806794] 
- x86/kvm: Always inline evmcs_write64() (Peter Zijlstra)  [Orabug: 34806794] 
- RDMA/uverbs: restrack shared PDs (Sharath Srinivasan)  [Orabug: 34812520]

[5.15.0-5.76.4]
- x86: Ignore iommu=off for AMD cpus (Dave Kleikamp)  [Orabug: 34211826] 
- virtio-net: use mtu size as buffer length for big packets (Gavin Li)  [Orabug: 34756664] 
- virtio-net: introduce and use helper function for guest gso support checks (Gavin Li)  [Orabug: 34756664] 
- vdpa/mlx5: Use consistent RQT size (Eli Cohen)  [Orabug: 34756664] 
- vdpa: mlx5: synchronize driver status with CVQ (Jason Wang)  [Orabug: 34756664] 
- vdpa: support exposing the count of vqs to userspace (Longpeng)  [Orabug: 34756664] 
- vdpa: change the type of nvqs to u32 (Longpeng)  [Orabug: 34756664] 
- vdpa: support exposing the config size to userspace (Longpeng)  [Orabug: 34756664] 
- vdpa/mlx5: re-create forwarding rules after mac modified (Michael Qiu)  [Orabug: 34756664] 
- Add definition of VIRTIO_F_IN_ORDER feature bit (Gautam Dawar)  [Orabug: 34756664] 
- vdpa: factor out vdpa_set_features_unlocked for vdpa internal use (Si-Wei Liu)  [Orabug: 34756664] 
- RDMA/cma: Use output interface for net_dev check (Hakon Bugge)  [Orabug: 34774007] 
- Revert 'RDMA/cma: Use output interface for net_dev check' (Hakon Bugge)  [Orabug: 34774007] 
- Revert 'rdmaip: Flush ARP cache after address has been cleared' (Sharath Srinivasan)  [Orabug: 34783631] 
- Revert 'sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle' (Samasth Norway Ananda)  [Orabug: 34807135]

[5.15.0-5.76.3]
- uek-rpm: Add Documentation to kernel-uek-devel (Somasundaram Krishnasamy)  [Orabug: 34734127] 
- kfence: add sysfs interface to disable kfence for selected slabs. (Imran Khan)  [Orabug: 34744270] 
- scsi: target: core: Silence the message about unknown VPD pages (Konstantin Shelekhin)  [Orabug: 34764767] 
- x86/microcode/AMD: Apply the patch late on every logical thread (Mihai Carabas)  [Orabug: 34765295] 
- perf/x86/intel: Hide Topdown metrics events if slots is not enumerated (Kan Liang)  [Orabug: 34771183]

[5.15.0-5.76.2]
- LTS version: v5.15.76 (Jack Vogel)  
- mm: /proc/pid/smaps_rollup: fix no vma's null-deref (Seth Jenkins)  
- mmc: core: Add SD card quirk for broken discard (Avri Altman)  
- Makefile.debug: re-enable debug info for .S files (Nick Desaulniers)  
- x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB (Nathan Chancellor)  
- ACPI: video: Force backlight native for more TongFang devices (Werner Sembach)  
- perf: Skip and warn on unknown format 'configN' attrs (Rob Herring)  
- mmc: sdhci-tegra: Use actual clock rate for SW tuning correction (Prathamesh Shete)  
- tracing: Do not free snapshot if tracer is on cmdline (Steven Rostedt (Google))  
- tracing: Simplify conditional compilation code in tracing_set_tracer() (sunliming)  
- ksmbd: fix incorrect handling of iterate_dir (Namjae Jeon)  
- ksmbd: handle smb2 query dir request for OutputBufferLength that is too small (Namjae Jeon)  
- arm64: mte: move register initialization to C (Peter Collingbourne)  
- fs: dlm: fix invalid derefence of sb_lvbptr (Alexander Aring)  
- iommu/vt-d: Clean up si_domain in the init_dmars() error path (Jerry Snitselaar)  
- iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() (Charlotte Tan)  
- net: phy: dp83822: disable MDI crossover status change interrupt (Felix Riemann)  
- net: sched: fix race condition in qdisc_graft() (Eric Dumazet)  
- net: hns: fix possible memory leak in hnae_ae_register() (Yang Yingliang)  
- wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new() (Yang Yingliang)  
- sfc: include vport_id in filter spec hash and equal() (Pieter Jansen van Vuuren)  
- net: sched: sfb: fix null pointer access issue when sfb_init() fails (Zhengchao Shao)  
- net: sched: delete duplicate cleanup of backlog and qlen (Zhengchao Shao)  
- net: sched: cake: fix null pointer access issue when cake_init() fails (Zhengchao Shao)  
- nvmet: fix workqueue MEM_RECLAIM flushing dependency (Sagi Grimberg)  
- nvme-hwmon: kmalloc the NVME SMART log buffer (Serge Semin)  
- nvme-hwmon: consistently ignore errors from nvme_hwmon_init (Christoph Hellwig)  
- netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements (Pablo Neira Ayuso)  
- ionic: catch NULL pointer issue on reconfig (Brett Creeley)  
- net: hsr: avoid possible NULL deref in skb_clone() (Eric Dumazet)  
- dm: remove unnecessary assignment statement in alloc_dev() (Genjian Zhang)  
- cifs: Fix xid leak in cifs_ses_add_channel() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_flock() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_copy_file_range() (Zhang Xiaoxu)  
- cifs: Fix xid leak in cifs_create() (Zhang Xiaoxu)  
- udp: Update reuse-&gt;has_conns under reuseport_lock. (Kuniyuki Iwashima)  
- scsi: lpfc: Fix memory leak in lpfc_create_port() (Rafael Mendonca)  
- net: phylink: add mac_managed_pm in phylink_config structure (Shenwei Wang)  
- net: phy: dp83867: Extend RX strap quirk for SGMII mode (Harini Katakam)  
- net/atm: fix proc_mpc_write incorrect return value (Xiaobo Liu)  
- sfc: Change VF mac via PF as first preference if available. (Jonathan Cooper)  
- HID: magicmouse: Do not set BTN_MOUSE on double report (Jose Exposito)  
- i40e: Fix DMA mappings leak (Jan Sokolowski)  
- tipc: fix an information leak in tipc_topsrv_kern_subscr (Alexander Potapenko)  
- tipc: Fix recognition of trial period (Mark Tomlinson)  
- ACPI: extlog: Handle multiple records (Tony Luck)  
- drm/vc4: Add module dependency on hdmi-codec (Maxime Ripard)  
- btrfs: fix processing of delayed tree block refs during backref walking (Filipe Manana)  
- btrfs: fix processing of delayed data refs during backref walking (Filipe Manana)  
- x86/topology: Fix duplicated core ID within a package (Zhang Rui)  
- x86/topology: Fix multiple packages shown on a single-package system (Zhang Rui)  
- media: venus: dec: Handle the case where find_format fails (Bryan O'Donoghue)  
- media: mceusb: set timeout to at least timeout provided (Sean Young)  
- media: ipu3-imgu: Fix NULL pointer dereference in active selection access (Sakari Ailus)  
- KVM: arm64: vgic: Fix exit condition in scan_its_table() (Eric Ren)  
- kvm: Add support for arch compat vm ioctls (Alexander Graf)  
- mm,hugetlb: take hugetlb_lock before decrementing h-&gt;resv_huge_pages (Rik van Riel)  
- drm/amdgpu: fix sdma doorbell init ordering on APUs (Alex Deucher)  
- cpufreq: qcom: fix memory leak in error path (Fabien Parent)  
- x86/resctrl: Fix min_cbm_bits for AMD (Babu Moger)  
- ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS (Kai-Heng Feng)  
- ata: ahci-imx: Fix MODULE_ALIAS (Alexander Stein)  
- hwmon/coretemp: Handle large core ID value (Zhang Rui)  
- x86/microcode/AMD: Apply the patch early on every logical thread (Borislav Petkov)  
- i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter (Bryan O'Donoghue)  
- cpufreq: qcom: fix writes in read-only memory region (Fabien Parent)  
- selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() (GONG, Ruiqi)  
- ocfs2: fix BUG when iput after ocfs2_mknod fails (Joseph Qi)  
- ocfs2: clear dinode links count in case of error (Joseph Qi)  
- btrfs: enhance unsupported compat RO flags handling (Qu Wenruo)  
- perf/x86/intel/pt: Relax address filter validation (Adrian Hunter)  
- arm64: errata: Remove AES hwcap for COMPAT tasks (James Morse)  
- usb: gadget: uvc: improve sg exit condition (Michael Grzeschik)  
- usb: gadget: uvc: giveback vb2 buffer on req complete (Michael Grzeschik)  
- usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer (Michael Grzeschik)  
- usb: gadget: uvc: use on returned header len in video_encode_isoc_sg (Michael Grzeschik)  
- usb: gadget: uvc: consistently use define for headerlen (Michael Grzeschik)  
- arm64/mm: Consolidate TCR_EL1 fields (Anshuman Khandual)  
- r8152: add PID for the Lenovo OneLink+ Dock (Jean-Francois Le Fillatre)  
- LTS version: v5.15.75 (Jack Vogel)  
- io-wq: Fix memory leak in worker creation (Rafael Mendonca)  
- gcov: support GCC 12.1 and newer compilers (Martin Liska)  
- thermal: intel_powerclamp: Use first online CPU as control_cpu (Rafael J. Wysocki)  
- ext4: continue to expand file system when the target size doesn't reach (Jerry Lee )  
- lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5 (Nathan Chancellor)  
- Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT (Masahiro Yamada)  
- Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5 (Masahiro Yamada)  
- drm/amd/display: Fix build breakage with CONFIG_DEBUG_FS=n (Nathan Chancellor)  
- net/ieee802154: don't warn zero-sized raw_sendmsg() (Tetsuo Handa)  
- Revert 'net/ieee802154: reject zero-sized raw_sendmsg()' (Alexander Aring)  
- net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses (Randy Dunlap)  
- blk-wbt: fix that 'rwb-&gt;wc' is always set to 1 in wbt_init() (Yu Kuai)  
- ALSA: usb-audio: Fix last interface check for registration (Takashi Iwai)  
- net: ieee802154: return -EINVAL for unknown addr type (Alexander Aring)  
- mm: hugetlb: fix UAF in hugetlb_handle_userfault (Liu Shixin)  
- io_uring/rw: fix unexpected link breakage (Pavel Begunkov)  
- io_uring/rw: fix error'ed retry return values (Pavel Begunkov)  
- io_uring/rw: fix short rw error handling (Pavel Begunkov)  
- io_uring: correct pinned_vm accounting (Pavel Begunkov)  
- io_uring/af_unix: defer registered files gc to io_uring release (Pavel Begunkov)  
- perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc (Adrian Hunter)  
- clk: bcm2835: Round UART input clock up (Ivan T. Ivanov)  
- clk: bcm2835: Make peripheral PLLC critical (Maxime Ripard)  
- usb: idmouse: fix an uninit-value in idmouse_open (Dongliang Mu)  
- nvmet-tcp: add bounds check on Transfer Tag (Varun Prakash)  
- nvme: copy firmware_rev on each init (Keith Busch)  
- ext2: Use kvmalloc() for group descriptor array (Jan Kara)  
- scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled (Arun Easi)  
- staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() (Xiaoke Wang)  
- staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw() (Xiaoke Wang)  
- Revert 'usb: storage: Add quirk for Samsung Fit flash' (sunghwan jung)  
- usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug (Piyush Mehta)  
- arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes (Alexander Stein)  
- usb: musb: Fix musb_gadget.c rxstate overflow bug (Robin Guo)  
- usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info() (Jianglei Nie)  
- md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d (Logan Gunthorpe)  
- eventfd: guard wake_up in eventfd fs calls as well (Dylan Yudaken)  
- HID: roccat: Fix use-after-free in roccat_read() (Hyunwoo Kim)  
- soundwire: intel: fix error handling on dai registration issues (Pierre-Louis Bossart)  
- soundwire: cadence: Don't overwrite msg-&gt;buf during write commands (Richard Fitzgerald)  
- bcache: fix set_at_max_writeback_rate() for multiple attached devices (Coly Li)  
- ata: libahci_platform: Sanity check the DT child nodes number (Serge Semin)  
- blk-throttle: prevent overflow while calculating wait time (Yu Kuai)  
- staging: vt6655: fix potential memory leak (Nam Cao)  
- power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type() (Wei Yongjun)  
- iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity (Yicong Yang)  
- nbd: Fix hung when signal interrupts nbd_start_device_ioctl() (Shigeru Yoshida)  
- scsi: 3w-9xxx: Avoid disabling device if failing to enable it (Letu Ren)  
- dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow (Vaishnav Achath)  
- usb: host: xhci-plat: suspend/resume clks for brcm (Justin Chen)  
- usb: host: xhci-plat: suspend and resume clocks (Justin Chen)  
- clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate (Quanyang Wang)  
- media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfc (Hangyu Hua)  
- media: cx88: Fix a null-ptr-deref bug in buffer_prepare() (Zheyu Ma)  
- clk: zynqmp: Fix stack-out-of-bounds in strncpy (Ian Nam)  
- ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=n (Alex Sverdlin)  
- btrfs: don't print information about space cache or tree every remount (Maciej S. Szmigiero)  
- btrfs: scrub: try to fix super block errors (Qu Wenruo)  
- btrfs: dump extra info if one free space cache has more bitmaps than it should (Qu Wenruo)  
- arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply (Sebastian Krzyszkowiak)  
- kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXT (Mark Brown)  
- ARM: dts: imx6sx: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6sll: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6sl: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6qp: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6dl: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx6q: add missing properties for sram (Alexander Stein)  
- ARM: dts: imx7d-sdb: config the max pressure for tsc2046 (Haibo Chen)  
- drm/amd/display: Remove interface for periodic interrupt 1 (Aric Cyr)  
- drm/dp: Don't rewrite link config when setting phy test pattern (Khaled Almahallawy)  
- mmc: sdhci-msm: add compatible string check for sdm670 (Richard Acayan)  
- drm/meson: explicitly remove aggregate driver at module unload time (Adrian Larumbe)  
- drm/meson: reorder driver deinit sequence to fix use-after-free bug (Adrian Larumbe)  
- drm/amdgpu: fix initial connector audio value (hongao)  
- ASoC: SOF: pci: Change DMI match info to support all Chrome platforms (Jairaj Arava)  
- platform/x86: msi-laptop: Change DMI match / alias strings to fix module autoloading (Hans de Goede)  
- platform/chrome: cros_ec: Notify the PM of wake events during resume (Jameson Thies)  
- drm: panel-orientation-quirks: Add quirk for Anbernic Win600 (Maya Matuszczyk)  
- drm/vc4: vec: Fix timings for VEC modes (Mateusz Kwiatkowski)  
- ALSA: usb-audio: Register card at the last interface (Takashi Iwai)  
- drm: bridge: dw_hdmi: only trigger hotplug event on link change (Lucas Stach)  
- udmabuf: Set ubuf-&gt;sg = NULL if the creation of sg table fails (Vivek Kasireddy)  
- drm/amd/display: fix overflow on MIN_I64 definition (David Gow)  
- gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init() (Zeng Jingxiang)  
- drm/komeda: Fix handling of atomic commits in the atomic_commit_tail hook (Liviu Dudau)  
- drm: Prevent drm_copy_field() to attempt copying a NULL pointer (Javier Martinez Canillas)  
- drm: Use size_t type for len variable in drm_copy_field() (Javier Martinez Canillas)  
- drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc() (Jianglei Nie)  
- r8152: Rate limit overflow messages (Andrew Gaul)  
- Bluetooth: L2CAP: Fix user-after-free (Luiz Augusto von Dentz)  
- net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory (Liu Jian)  
- hwmon: (sht4x) do not overflow clamping operation on 32-bit platforms (Jason A. Donenfeld)  
- wifi: rt2x00: correctly set BBP register 86 for MT7620 (Daniel Golle)  
- wifi: rt2x00: set SoC wmac clock register (Daniel Golle)  
- wifi: rt2x00: set VGC gain for both chains of MT7620 (Daniel Golle)  
- wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620 (Daniel Golle)  
- wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620 (Daniel Golle)  
- can: bcm: check the result of can_send() in bcm_can_tx() (Ziyang Xuan)  
- Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times (Luiz Augusto von Dentz)  
- Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create() (Tetsuo Handa)  
- wifi: mt76: mt7921: reset msta-&gt;airtime_ac while clearing up hw value (Sean Wang)  
- regulator: core: Prevent integer underflow (Patrick Rudolph)  
- Bluetooth: btintel: Mark Intel controller to support LE_STATES quirk (Kiran K)  
- wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() (Alexander Coffin)  
- iavf: Fix race between iavf_close and iavf_reset_task (Michal Jaron)  
- xfrm: Update ipcomp_scratches with NULL when freed (Khalid Masum)  
- thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround (Mika Westerberg)  
- wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg() (Tetsuo Handa)  
- x86/mce: Retrieve poison range from hardware (Jane Chu)  
- tcp: annotate data-race around tcp_md5sig_pool_populated (Eric Dumazet)  
- openvswitch: Fix overreporting of drops in dropwatch (Mike Pattrick)  
- openvswitch: Fix double reporting of drops in dropwatch (Mike Pattrick)  
- net: ethernet: ti: davinci_mdio: Add workaround for errata i2329 (Ravi Gunasekaran)  
- ice: set tx_tstamps when creating new Tx rings via ethtool (Jacob Keller)  
- bpftool: Clear errno after libcap's checks (Quentin Monnet)  
- wifi: brcmfmac: fix invalid address access when enabling SCAN log level (Wright Feng)  
- NFSD: Return nfserr_serverfault if splice_ok but buf-&gt;pages have data (Anna Schumaker)  
- x86/entry: Work around Clang __bdos() bug (Kees Cook)  
- ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable (Mario Limonciello)  
- ARM: decompressor: Include .data.rel.ro.local (Kees Cook)  
- thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash (Srinivas Pandruvada)  
- powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue (Chao Qin)  
- MIPS: BCM47XX: Cast memcmp() of function to (void *) (Kees Cook)  
- cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode (Doug Smythies)  
- ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address (Hans de Goede)  
- ACPI: video: Add Toshiba Satellite/Portege Z830 quirk (Arvid Norlander)  
- rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE() (Zqiang)  
- rcu: Back off upon fill_page_cache_func() allocation failure (Michal Hocko)  
- rcu: Avoid triggering strict-GP irq-work when RCU is idle (Zqiang)  
- fs: dlm: fix race in lowcomms (Alexander Aring)  
- selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle (Stefan Berger)  
- f2fs: fix to account FS_CP_DATA_IO correctly (Chao Yu)  
- f2fs: fix race condition on setting FI_NO_EXTENT flag (Zhang Qilong)  
- ACPI: APEI: do not add task_work to kernel thread to avoid memory leak (Shuai Xue)  
- thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id (Vincent Knecht)  
- crypto: cavium - prevent integer overflow loading firmware (Dan Carpenter)  
- crypto: marvell/octeontx - prevent integer overflows (Dan Carpenter)  
- kbuild: rpm-pkg: fix breakage when V=1 is used (Janis Schoetterl-Glausch)  
- kbuild: remove the target in signal traps when interrupted (Masahiro Yamada)  
- tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads (Nico Pache)  
- tracing: kprobe: Make gen test module work in arm and riscv (Yipeng Zou)  
- tracing: kprobe: Fix kprobe event gen test module on exit (Yipeng Zou)  
- iommu/iova: Fix module config properly (Robin Murphy)  
- cifs: return correct error in -&gt;calc_signature() (Enzo Matsumiya)  
- crypto: qat - fix DMA transfer direction (Damian Muszynski)  
- crypto: inside-secure - Change swab to swab32 (Peter Harliman Liem)  
- crypto: ccp - Release dma channels before dmaengine unrgister (Koba Ko)  
- crypto: akcipher - default implementation for setting a private key (Ignat Korchagin)  
- iommu/omap: Fix buffer overflow in debugfs (Dan Carpenter)  
- cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset (Waiman Long)  
- crypto: hisilicon/qm - fix missing put dfx access (Weili Qian)  
- crypto: qat - fix default value of WDT timer (Lucas Segarra Fernandez)  
- hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear() (Kshitiz Varshney)  
- cgroup: Honor caller's cgroup NS when resolving path (Michal Koutny)  
- hwrng: arm-smccc-trng - fix NO_ENTROPY handling (James Cowgill)  
- crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr (Ye Weihua)  
- crypto: sahara - don't sleep when in softirq (Zhengchao Shao)  
- powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL (Haren Myneni)  
- powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() (Li Huafei)  
- powerpc: Fix SPE Power ISA properties for e500v1 platforms (Pali Rohar)  
- powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5 (Nicholas Piggin)  
- x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition (Vitaly Kuznetsov)  
- powerpc: Fix fallocate and fadvise64_64 compat parameter combination (Rohan McLure)  
- powerpc/powernv: add missing of_node_put() in opal_export_attrs() (Zheng Yongjun)  
- powerpc/pci_dn: Add missing of_node_put() (Liang He)  
- powerpc/sysdev/fsl_msi: Add missing of_node_put() (Liang He)  
- powerpc/math_emu/efp: Include module.h (Nathan Chancellor)  
- powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig (Michael Ellerman)  
- mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg (Jack Wang)  
- mailbox: mpfs: account for mbox offsets while sending (Conor Dooley)  
- mailbox: mpfs: fix handling of the reg property (Conor Dooley)  
- clk: ast2600: BCLK comes from EPLL (Joel Stanley)  
- clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe (Miaoqian Lin)  
- clk: imx: scu: fix memleak on platform_device_add() fails (Lin Yujun)  
- clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration (Stefan Wahren)  
- clk: baikal-t1: Add SATA internal ref clock buffer (Serge Semin)  
- clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent (Serge Semin)  
- clk: baikal-t1: Fix invalid xGMAC PTP clock divider (Serge Semin)  
- clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD (Serge Semin)  
- spmi: pmic-arb: correct duplicate APID to PPID mapping logic (David Collins)  
- usb: mtu3: fix failed runtime suspend in host only mode (Chunfeng Yun)  
- dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup() (Dave Jiang)  
- clk: mediatek: mt8183: mfgcfg: Propagate rate changes to parent (Chen-Yu Tsai)  
- mfd: sm501: Add check for platform_driver_register() (Jiasheng Jiang)  
- mfd: fsl-imx25: Fix check for platform_get_irq() errors (Dan Carpenter)  
- mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init() (Christophe JAILLET)  
- mfd: lp8788: Fix an error handling path in lp8788_probe() (Christophe JAILLET)  
- mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq() (Christophe JAILLET)  
- mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe() (Christophe JAILLET)  
- fsi: core: Check error number after calling ida_simple_get (Jiasheng Jiang)  
- RDMA/rxe: Fix resize_finish() in rxe_queue.c (Bob Pearson)  
- clk: qcom: gcc-sm6115: Override default Alpha PLL regs (Adam Skladowski)  
- clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical (Robert Marko)  
- scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername() (Mike Christie)  
- scsi: iscsi: Run recv path from workqueue (Mike Christie)  
- scsi: iscsi: Add recv workqueue helpers (Mike Christie)  
- scsi: iscsi: Rename iscsi_conn_queue_work() (Mike Christie)  
- scsi: libsas: Fix use-after-free bug in smp_execute_task_sg() (Duoming Zhou)  
- serial: 8250: Fix restoring termios speed after suspend (Pali Rohar)  
- firmware: google: Test spinlock on panic path to avoid lockups (Guilherme G. Piccoli)  
- slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON (Krzysztof Kozlowski)  
- staging: vt6655: fix some erroneous memory clean-up loops (Nam Cao)  
- phy: qualcomm: call clk_disable_unprepare in the error handling (Dongliang Mu)  
- tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown (Sherry Sun)  
- serial: 8250: Toggle IER bits on only after irq has been set up (Ilpo Jarvinen)  
- drivers: serial: jsm: fix some leaks in probe (Dan Carpenter)  
- usb: gadget: function: fix dangling pnp_string in f_printer.c (Albert Briscoe)  
- xhci: Don't show warning for reinit on known broken suspend (Mario Limonciello)  
- IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers (Daisuke Matsuda)  
- RDMA/cm: Use SLID in the work completion as the DLID in responder side (Mark Zhang)  
- md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk() (David Sloan)  
- md/raid5: Ensure stripe_fill happens on non-read IO with journal (Logan Gunthorpe)  
- md: Replace snprintf with scnprintf (Saurabh Sengar)  
- mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct() (Dan Carpenter)  
- ata: fix ata_id_has_dipm() (Niklas Cassel)  
- ata: fix ata_id_has_ncq_autosense() (Niklas Cassel)  
- ata: fix ata_id_has_devslp() (Niklas Cassel)  
- ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting() (Niklas Cassel)  
- RDMA/siw: Fix QP destroy to wait for all references dropped. (Bernard Metzler)  
- RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall. (Bernard Metzler)  
- RDMA/srp: Fix srp_abort() (Bart Van Assche)  
- RDMA/irdma: Align AE id codes to correct flush code and event (Sindhu-Devale)  
- mtd: rawnand: fsl_elbc: Fix none ECC mode (Pali Rohar)  
- mtd: rawnand: intel: Remove undocumented compatible string (Martin Blumenstingl)  
- mtd: rawnand: intel: Read the chip-select line from the correct OF node (Martin Blumenstingl)  
- phy: phy-mtk-tphy: fix the phy type setting issue (Chunfeng Yun)  
- phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_get_parent() (Liang He)  
- mtd: devices: docg3: check the return value of devm_ioremap() in the probe (William Dean)  
- clk: qcom: sm6115: Select QCOM_GDSC (Dang Huynh)  
- dyndbg: drop EXPORTed dynamic_debug_exec_queries (Jim Cromie)  
- dyndbg: let query-modname override actual module name (Jim Cromie)  
- dyndbg: fix module.dyndbg handling (Jim Cromie)  
- dyndbg: fix static_branch manipulation (Jim Cromie)  
- dmaengine: hisilicon: Add multi-thread support for a DMA channel (Jie Hai)  
- dmaengine: hisilicon: Fix CQ head update (Jie Hai)  
- dmaengine: hisilicon: Disable channels when unregister hisi_dma (Jie Hai)  
- fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() (Dan Carpenter)  
- misc: ocxl: fix possible refcount leak in afu_ioctl() (Hangyu Hua)  
- RDMA/rxe: Fix the error caused by qp-&gt;sk (Zhu Yanjun)  
- RDMA/rxe: Fix 'kernel NULL pointer dereference' error (Zhu Yanjun)  
- media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init (Miaoqian Lin)  
- media: uvcvideo: Use entity get_cur in uvc_ctrl_set (Yunke Cao)  
- media: uvcvideo: Fix memory leak in uvc_gpio_parse (Jose Exposito)  
- media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start() (Xu Qiang)  
- tty: xilinx_uartps: Fix the ignore_status (Shubhrajyoti Datta)  
- media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop (Liang He)  
- HSI: omap_ssi_port: Fix dma_map_sg error check (Jack Wang)  
- HSI: omap_ssi: Fix refcount leak in ssi_probe (Miaoqian Lin)  
- clk: tegra20: Fix refcount leak in tegra20_clock_init (Miaoqian Lin)  
- clk: tegra: Fix refcount leak in tegra114_clock_init (Miaoqian Lin)  
- clk: tegra: Fix refcount leak in tegra210_clock_init (Miaoqian Lin)  
- clk: sprd: Hold reference returned by of_get_parent() (Liang He)  
- clk: berlin: Add of_node_put() for of_get_parent() (Liang He)  
- clk: qoriq: Hold reference returned by of_get_parent() (Liang He)  
- clk: oxnas: Hold reference returned by of_get_parent() (Liang He)  
- clk: meson: Hold reference returned by of_get_parent() (Liang He)  
- usb: common: debug: Check non-standard control requests (Thinh Nguyen)  
- RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey (Aharon Landau)  
- iio: magnetometer: yas530: Change data type of hard_offsets to signed (Jakob Hauser)  
- iio: ABI: Fix wrong format of differential capacitance channel ABI. (Jonathan Cameron)  
- iio: inkern: fix return value in devm_of_iio_channel_get_by_name() (Nuno Sa)  
- iio: inkern: only release the device node when done with it (Nuno Sa)  
- iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: check return status for pressure and touch (Claudiu Beznea)  
- iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX (Claudiu Beznea)  
- ARM: dts: exynos: fix polarity of VBUS GPIO of Origen (Dmitry Torokhov)  
- arm64: ftrace: fix module PLTs with mcount (Mark Rutland)  
- ext4: don't run ext4lazyinit for read-only filesystems (Josh Triplett)  
- ARM: Drop CMDLINE_* dependency on ATAGS (Geert Uytterhoeven)  
- ARM: dts: exynos: correct s5k6a3 reset polarity on Midas family (Dmitry Torokhov)  
- arm64: dts: ti: k3-j7200: fix main pinmux range (Matt Ranostay)  
- soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA (Dmitry Osipenko)  
- ia64: export memory_add_physaddr_to_nid to fix cxl build error (Randy Dunlap)  
- ARM: dts: kirkwood: lsxl: remove first ethernet port (Michael Walle)  
- ARM: dts: kirkwood: lsxl: fix serial line (Michael Walle)  
- ARM: dts: turris-omnia: Fix mpp26 pin name and comment (Marek Behun)  
- ARM: dts: imx6qdl-kontron-samx6i: hook up DDC i2c bus (Lucas Stach)  
- soc: qcom: smem_state: Add refcounting for the 'state-&gt;of_node' (Liang He)  
- soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe() (Liang He)  
- locks: fix TOCTOU race when granting write lease (Amir Goldstein)  
- memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings() (Liang He)  
- memory: of: Fix refcount leak bug in of_get_ddr_timings() (Liang He)  
- memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe() (Liang He)  
- ALSA: hda/hdmi: Don't skip notification handling during PM operation (Takashi Iwai)  
- ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probe (Zhang Qilong)  
- ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe (Zhang Qilong)  
- ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe (Zhang Qilong)  
- ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe (Zhang Qilong)  
- mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe() (Christophe JAILLET)  
- ALSA: dmaengine: increment buffer pointer atomically (Andreas Pape)  
- ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() (Christophe JAILLET)  
- ASoC: codecs: tx-macro: fix kcontrol put (Srinivas Kandagatla)  
- drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl() (Rafael Mendonca)  
- drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa() (Kuogee Hsieh)  
- drm/msm/dpu: index dpu_kms-&gt;hw_vbif using vbif_idx (Dmitry Baryshkov)  
- ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API (Liang He)  
- mmc: au1xmmc: Fix an error handling path in au1xmmc_probe() (Christophe JAILLET)  
- drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue() (Rafael Mendonca)  
- drm/omap: dss: Fix refcount leak bugs (Liang He)  
- drm/bochs: fix blanking (Gerd Hoffmann)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-10080.html" type="self" title="ELSA-2022-10080" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1184.html" id="CVE-2022-1184" type="cve" title="CVE-2022-1184" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4378.html" id="CVE-2022-4378" type="cve" title="CVE-2022-4378" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="5.76.5.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-5.76.5.1.el8.x86_64.rpm</filename>
          <sum type="sha256">7e9aae2fe2ca9ec80be3a2b9a750609e1e3278acd2f8e845274d548e86f5ec03</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="5.76.5.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-5.76.5.1.el8.x86_64.rpm</filename>
          <sum type="sha256">138299b2efdb7bd6e3c1cda15830f280ced7daa5f85ed612f311691423aadc0c</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="5.76.5.1.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-5.76.5.1.el8.src.rpm</filename>
          <sum type="sha256">7df05099d8dbae9a14a608fd90163cdc53f36149ece9cbdd70bdbff34fadfb74</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12424</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-06-21 00:00:00"/>
    <updated date="2023-06-21 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-102.110.5.1]
- xfs: IO time one extent per EFI (Wengang Wang)  [Orabug: 35486003] 
- xfs: log recovery stage split EFIs with multiple extents (Wengang Wang)  [Orabug: 35486003]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12424.html" type="self" title="ELBA-2023-12424" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">72ee0326cfce0c5a507cd40449ed328be2f9aaa2b74722deba4eaedd6a2df71b</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0820037ad551431adce495327d9a833f275a7963793ba9ded5abfa0c691f1105</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5dd9591369546f74503763143ad4ba08881f1c5e97415f3383326c3bb2a52ee3</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-102.110.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">8434ad8c2b9acdc2567faa335a1616d39e6d504f94322c2b77ab12814d802d5b</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5a2b98cd7b6d5be2d70b7ee4d4084659166528d3ae6cbe4285a53aeb9347afc9</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">267eab23f6a35b7ca2b6d344c4ae9c0fd3616d6e3e825898ec2759362bcadd07</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">42defee64cd09cba9573439da729f80bfbbf371fd10d62ce34f3b06116687e67</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa093a2581ce71499c5b570dcb9b35be750836a357a3fe445edf9aad6ead5b88</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7815d5bad04934e52af86ed87f72934c4d213e4f902f4a30217c7da2f747c241</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c1ee1fb904f1a9d912d4fce3dcc9096d266a1e27c108c02c388a81e9574c96a0</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-102.110.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">fcb99e4f2bcf52fbc69169fc32ab3c0ae9b11135a7564821e9505024800e5128</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">adb8961c33f9cae5d328b122f1a040d1293324ade9c173befaa2bfe4b7dbc898</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">175601e592a97e03191e21dd8e19ba385fa640d8986fe0f7e261b18a1dfb70d2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">64dd6cafbcda9b9ff6aae1a285bd0d04d02f1102e443bcec375a8c828b4bde65</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="102.110.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-102.110.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d188093109accbee3062951eabba9214cbffe8acc5a7ff6f2f4e70f57c52d112</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2022-9993</id>
    <title> bcc  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2022-11-15 00:00:00"/>
    <updated date="2022-11-15 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[0.24.0-2]
- Rebuild on libbpf 0.5.0

[0.24.0-1]
- Rebase to bcc-0.24.0
- Rebuild on LLVM 14

[0.19.0-6]
- Add excplicit requirement in bcc-tools for rpmdiff

[0.19.0-5]
- Handle the renaming of task_struct_&gt;state field
- Rebuild for LLVM 13

[0.19.0-4]
- Build bcc from standard sources
- Don't require bcc-tools by default

[0.19.0-3]
- Rebuild on LLVM 12

[0.19.0-2]
- Fix BPF src_file.

[0.19.0-1]
- Rebased to version 0.19.0
- Remove hard dependency on kernel-devel

[0.16.0-2]
- Build with libbpf package
- spec file cleanups

[0.16.0-1]
- Rebase on bcc-0.16.0
- Fix IPv6 ports

[0.14.0-4]
- Fix KFUNC_PROBE return value
- Forbid trampolines on unsupported arches

[0.14.0-3]
- Add KBUILD_MODNAME flag to default cflags

[0.14.0-2]
- Remove criticalstat manpage
- Remove compactsnoop on non x86_64
- Suggest to use --binary in deadlock
- Remove non-existent argument from tcpconnect man page
- Suggest to install the proper kernel-devel version
- Fix dbstat and dbslower

[0.14.0-1]
- Rebase on bcc-0.14.0

[0.11.0-2]
- Add -c option ton the synopsis of tcpretrans manpage

[0.11.0-1]
- Rebase to bcc-0.11.0
- Reinstate the unstable comment patch that has been removed by mistake

[0.10.0-1]
- Rebase to bcc-0.10.0
- Drop criticalstat
- Fix regression on vfscount and runqslower
- Rebuild on LLVM 9

[0.8.0-4]
- remove unstable statement from the man pages

[0.8.0-3]
- fix b.support_raw_tracepoint
- fix runqslower warning

[0.8.0-2]
- Rebuild for llvm 8

[0.8.0-1]
- Rebase on bcc-8.0.0
- Replace the temporary s390x workaround by a proper fix
- Remove the doc of excluded tool from the package
- Fix print_log2_hist
- Fix yet a few other python3 bytes vs strings issues

[0.7.0-6]
- Add CI gating

[0.7.0-5]
- Fix biolatency -D
- Fix biotop manpage
- Rebuild for LLVM 7.0.1 (from Tom Stellard)

[0.7.0-4]
- Fix bio* tools

[0.7.0-3]
- Fix multiple bytes/string encoding issues
- Fix misc covscan warning

[0.7.0-2]
- Drop explicit dependency on clang-libs

[0.7.0-1]
- Rebase on bcc-7.0.0
- Remove useless tools (zfs*, btrfs* and inject)

[0.6.1-1]
- Rebase on bcc-0.6.1

[0.6.0-6]
- llcstat: print a nicer error message on virtual machine
- Add NSS support to sslsniff
- Fixes miscellaneous error uncovered by covscan

[0.6.0-5]
- Use llvm-toolset-6.0 prefix for clang-libs dependency

[0.6.0-4]
- Rebuld for llvm-toolset-6.0

[0.6.0-3]
- Disable lua on all arches

[0.6.0-2]
- Add clang-libs requirement
- Fix manpages symlinks

[0.6.0-1]
- Rebase on bcc-0.6.0

[0.5.0-5]
- Enables build on ppc64(le) and s390x arches

[0.5.0-4]
- Resolves #1555627 - fix compilation error with latest llvm/clang

[0.5.0-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[0.5.0-2]
- Switch to %ldconfig_scriptlets

[0.5.0-1]
- Rebase to new released version

[0.4.0-4]
- Resolves #1517408 - avoid conflict with other manpages

[0.4.0-3]
- Use weak deps to not require lua subpkg on ppc64(le)

[0.4.0-2]
- Rebuild for LLVM5

[0.4.0-1]
- Resolves #1460482 - rebase to new release
- Resolves #1505506 - add support for LLVM 5.0
- Resolves #1460482 - BPF module compilation issue
- Partially address #1479990 - location of man pages
- Enable ppc64(le) support without lua
- Soname versioning for libbpf by ignatenkobrain

[0.3.0-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[0.3.0-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[0.3.0-2]
- Rebuild for LLVM4
- Trivial fixes in spec

[0.3.0-1]
- Rebase to new release.

[0.2.0-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

[0.2.0-2]
- Fix typo

[0.2.0-1]
- Initial import</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2022-9993.html" type="self" title="ELBA-2022-9993" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bcc" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">a0b4917caf7bcc3e8054ccd2f1a23c609b20acd4f9fe24638a4556e93ed1ce90</sum>
        </package>
        <package name="bcc-devel" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-devel-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">a7a1e287fa08f941d4d3c26347f553fbd8dfc955512a8e23b8ec30acc14b1748</sum>
        </package>
        <package name="bcc-doc" version="0.24.0" release="2.el8" epoch="0" arch="noarch">
          <filename>bcc-doc-0.24.0-2.el8.noarch.rpm</filename>
          <sum type="sha256">7c8816738aca6cb91343bddca86ac516290a54fde970bdf9330371fa592ac8f1</sum>
        </package>
        <package name="bcc-tools" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>bcc-tools-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">1c1df494e099534ade9302d180b34432cd3fd68e13d36f780ddc7933245ae225</sum>
        </package>
        <package name="bcc" version="0.24.0" release="2.el8" epoch="0" arch="src">
          <filename>bcc-0.24.0-2.el8.src.rpm</filename>
          <sum type="sha256">abe986edfaedb2522e248037f2e53aba55aa04bf098b2e0457d6a7132596e5b5</sum>
        </package>
        <package name="python3-bcc" version="0.24.0" release="2.el8" epoch="0" arch="x86_64">
          <filename>python3-bcc-0.24.0-2.el8.x86_64.rpm</filename>
          <sum type="sha256">0a68620bf6b957e01a1f875c8c7efe0bb4144063f00077391fb73b0f8d87816f</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9827</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-09-21 00:00:00"/>
    <updated date="2022-09-21 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-2.52.3]
- posix-cpu-timers: Cleanup CPU timers before freeing them during exec (Thadeu Lima de Souza Cascardo)  [Orabug: 34495548]  {CVE-2022-2585}
- fix race between exit_itimers() and /proc/pid/timers (Oleg Nesterov)  [Orabug: 34495548] 
- rds: ib: Add preemption control when using per-cpu variables (Hakon Bugge)  [Orabug: 34505120] 
- ocfs2: fix handle refcount leak in two exception handling paths (Chenyuan Mi)  [Orabug: 34436530] 
- netfilter: nf_tables: do not allow RULE_ID to refer to another chain (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- netfilter: nf_tables: do not allow CHAIN_ID to refer to another table (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- netfilter: nf_tables: do not allow SET_ID to refer to another table (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- rds: copy_from_user only once per rds_sendmsg system call (Hans Westgaard Ry)  [Orabug: 34510687]  {CVE-2022-21385}
- kernfs: Replace global kernfs_open_file_mutex with hashed mutexes. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Introduce interface to access global kernfs_open_file_mutex. (Imran Khan)  [Orabug: 34476940] 
- kernfs: make -&gt;attr.open RCU protected. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Remove reference counting for kernfs_open_node. (Imran Khan)  [Orabug: 34476940] 
- Revert net/rds: Connect TCP backends deterministically (Gerd Rausch)  [Orabug: 34476561] 
- rds/ib: handle posted ACK during connection shutdown (Rohit Nair)  [Orabug: 34465808] 
- rds/ib: reap tx completions during connection shutdown (Rohit Nair)  [Orabug: 34465808] 
- uek-rpm: Set CONFIG_VSOCKETS=m and CONFIG_VSOCKETS_DIAG=m (Victor Erminpour)  [Orabug: 34461322] 
- scsi: target: Fix WRITE_SAME No Data Buffer crash (Mike Christie)  [Orabug: 34419970]  {CVE-2022-21546}
- rds/rdma: destroy CQs during user initiated rds connection resets (Rohit Nair)  [Orabug: 34414238]

[5.15.0-2.52.2]
- PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD (Thomas Tai)  [Orabug: 34358322] 
- net/mlx5: E-Switch, change VFs default admin state to auto in switchdev (Maor Dickman)  [Orabug: 34477072] 
- xen/manage: Use orderly_reboot() to reboot (Ross Lagerwall)  [Orabug: 34480751] 
- net_sched: cls_route: remove from list when handle is 0 (Thadeu Lima de Souza Cascardo)  [Orabug: 34484536]  {CVE-2022-2588}

[5.15.0-2.52.1]
- LTS version: v5.15.52 (Jack Vogel)  
- io_uring: fix not locked access to fixed buf table (Pavel Begunkov)  
- net: mscc: ocelot: allow unregistered IP multicast flooding to CPU (Vladimir Oltean)  
- rtw88: rtw8821c: enable rfe 6 devices (Ping-Ke Shih)  
- rtw88: 8821c: support RFE type4 wifi NIC (Guo-Feng Fan)  
- fs: account for group membership (Christian Brauner)  
- fs: fix acl translation (Christian Brauner)  
- fs: support mapped mounts of mapped filesystems (Christian Brauner)  
- fs: add i_user_ns() helper (Christian Brauner)  
- fs: port higher-level mapping helpers (Christian Brauner)  
- fs: remove unused low-level mapping helpers (Christian Brauner)  
- fs: use low-level mapping helpers (Christian Brauner)  
- docs: update mapping documentation (Christian Brauner)  
- fs: account for filesystem mappings (Christian Brauner)  
- fs: tweak fsuidgid_has_mapping() (Christian Brauner)  
- fs: move mapping helpers (Christian Brauner)  
- fs: add is_idmapped_mnt() helper (Christian Brauner)  
- powerpc/ftrace: Remove ftrace init tramp once kernel init is complete (Naveen N. Rao)  
- xfs: Fix the free logic of state in xfs_attr_node_hasname (Yang Xu)  
- xfs: use kmem_cache_free() for kmem_cache objects (Rustam Kovhaev)  
- bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init() (Coly Li)  
- tick/nohz: unexport __init-annotated tick_nohz_full_setup() (Masahiro Yamada)  
- LTS version: v5.15.51 (Jack Vogel)  
- powerpc/pseries: wire up rng during setup_arch() (Jason A. Donenfeld)  
- kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) (Masahiro Yamada)  
- dma-direct: use the correct size for dma_set_encrypted() (Dexuan Cui)  
- perf build-id: Fix caching files with a wrong build ID (Adrian Hunter)  
- random: update comment from copy_to_user() -&gt; copy_to_iter() (Jason A. Donenfeld)  
- ARM: dts: bcm2711-rpi-400: Fix GPIO line names (Stefan Wahren)  
- modpost: fix section mismatch check for exported init/exit sections (Masahiro Yamada)  
- ARM: cns3xxx: Fix refcount leak in cns3xxx_init (Miaoqian Lin)  
- memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings (Miaoqian Lin)  
- ARM: Fix refcount leak in axxia_boot_secondary (Miaoqian Lin)  
- soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe (Miaoqian Lin)  
- ARM: exynos: Fix refcount leak in exynos_map_pmu (Miaoqian Lin)  
- arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode (Aswath Govindraju)  
- ARM: dts: imx6qdl: correct PU regulator ramp delay (Lucas Stach)  
- ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node (Alexander Stein)  
- drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq_ctrl() (Kuogee Hsieh)  
- powerpc/powernv: wire up rng during setup_arch (Jason A. Donenfeld)  
- powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address (Andrew Donnellan)  
- powerpc: Enable execve syscall exit tracepoint (Naveen N. Rao)  
- powerpc/microwatt: wire up rng during setup_arch() (Jason A. Donenfeld)  
- parisc: Enable ARCH_HAS_STRICT_MODULE_RWX (Helge Deller)  
- parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI (Helge Deller)  
- xtensa: Fix refcount leak bug in time.c (Liang He)  
- xtensa: xtfpga: Fix refcount leak bug in setup (Liang He)  
- iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_channels() (Jialin Zhang)  
- iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client (Miaoqian Lin)  
- iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_properties() (Jialin Zhang)  
- iio: adc: axp288: Override TS pin bias current for some models (Hans de Goede)  
- iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message (Yannick Brosseau)  
- iio: adc: stm32: Fix ADCs iteration in irq handler (Yannick Brosseau)  
- iio: afe: rescale: Fix boolean logic bug (Linus Walleij)  
- iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value) (Jean-Baptiste Maneyrol)  
- iio: adc: stm32: fix maximum clock rate for stm32mp15x (Olivier Moysan)  
- iio: trigger: sysfs: fix use-after-free on remove (Vincent Whitchurch)  
- iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() (Zheyu Ma)  
- iio: accel: mma8452: ignore the return value of reset operation (Haibo Chen)  
- iio:accel:mxc4005: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:accel:bma180: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:accel:kxcjk-1013: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:chemical:ccs811: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:humidity:hts221: rearrange iio trigger get and register (Dmitry Rokosov)  
- f2fs: attach inline_data after setting compression (Jaegeuk Kim)  
- btrfs: fix deadlock with fsync+fiemap+transaction commit (Josef Bacik)  
- btrfs: dont set lock_owner when locking extent buffer for reading (Zygo Blaxell)  
- dt-bindings: usb: ehci: Increase the number of PHYs (Geert Uytterhoeven)  
- dt-bindings: usb: ohci: Increase the number of PHYs (Geert Uytterhoeven)  
- usb: chipidea: udc: check request status before setting device address (Xu Yang)  
- USB: gadget: Fix double-free bug in raw_gadget driver (Alan Stern)  
- usb: gadget: Fix non-unique driver names in raw-gadget driver (Alan Stern)  
- xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI (Utkarsh Patel)  
- xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI (Tanveer Alam)  
- xhci: turn off port power in shutdown (Mathias Nyman)  
- usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC (Andy Shevchenko)  
- iio: adc: vf610: fix conversion mode sysfs node name (Baruch Siach)  
- iio: magnetometer: yas530: Fix memchr_inv() misuse (Linus Walleij)  
- iio: mma8452: fix probe fail when device tree compatible is used. (Haibo Chen)  
- s390/cpumf: Handle events cycles and instructions identical (Thomas Richter)  
- gpio: winbond: Fix error code in winbond_gpio_get() (Dan Carpenter)  
- nvme: move the Samsung X5 quirk entry to the core quirks (Christoph Hellwig)  
- nvme-pci: add NO APST quirk for Kioxia device (Enzo Matsumiya)  
- sock: redo the psock vs ULP protection check (Jakub Kicinski)  
- Revert net/tls: fix tls_sk_proto_close executed repeatedly (Jakub Kicinski)  
- virtio_net: fix xdp_rxq_info bug after suspend/resume (Stephan Gerhold)  
- igb: Make DMA faster when CPU is active on the PCIe link (Kai-Heng Feng)  
- regmap-irq: Fix offset/index mismatch in read_sub_irq_data() (Aidan MacDonald)  
- regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips (Aidan MacDonald)  
- ice: ethtool: advertise 1000M speeds properly (Anatolii Gerasymenko)  
- afs: Fix dynamic root getattr (David Howells)  
- MIPS: Remove repetitive increase irq_err_count (huhai)  
- x86/xen: Remove undefined behavior in setup_features() (Julien Grall)  
- xen-blkfront: Handle NULL gendisk (Jason Andryuk)  
- selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh (Jie2x Zhou)  
- udmabuf: add back sanity check (Gerd Hoffmann)  
- net/tls: fix tls_sk_proto_close executed repeatedly (Ziyang Xuan)  
- erspan: do not assume transport header is always set (Eric Dumazet)  
- perf arm-spe: Dont set data source if its not a memory operation (Leo Yan)  
- drm/msm/dp: force link training for display resolution change (Kuogee Hsieh)  
- drm/msm/dp: do not initialize phy until plugin interrupt received (Kuogee Hsieh)  
- drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed (Kuogee Hsieh)  
- drm/msm/dp: Drop now unused hpd_high member (Bjorn Andersson)  
- drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind() (Kuogee Hsieh)  
- drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf (Miaoqian Lin)  
- net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms (Peilin Ye)  
- ethtool: Fix get module eeprom fallback (Ivan Vecera)  
- bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers (Jay Vosburgh)  
- igb: fix a use-after-free issue in igb_clean_tx_ring (Lorenzo Bianconi)  
- tipc: fix use-after-free Read in tipc_named_reinit (Hoang Le)  
- net: fix data-race in dev_isalive() (Eric Dumazet)  
- net: Write lock dev_base_lock without disabling bottom halves. (Sebastian Andrzej Siewior)  
- KVM: arm64: Prevent kmemleak from accessing pKVM memory (Quentin Perret)  
- phy: aquantia: Fix AN when higher speeds than 1G are not advertised (Claudiu Manoil)  
- scsi: storvsc: Correct reporting of Hyper-V I/O size limits (Saurabh Sengar)  
- bpf, x86: Fix tail call count offset calculation on bpf2bpf call (Jakub Sitnicki)  
- drm/sun4i: Fix crash during suspend after component bind failure (Samuel Holland)  
- bpf: Fix request_sock leak in sk lookup helpers (Jon Maxwell)  
- drm/msm: use for_each_sgtable_sg to iterate over scatterlist (Jonathan Marek)  
- xsk: Fix generic transmit when completion queue reservation fails (Ciara Loftus)  
- scsi: iscsi: Exclude zero from the endpoint ID range (Sergey Gorenko)  
- drm/msm: Switch ordering of runpm put vs devfreq_idle (Rob Clark)  
- scsi: scsi_debug: Fix zone transition to full condition (Damien Le Moal)  
- netfilter: use get_random_u32 instead of prandom (Florian Westphal)  
- drm/msm: Fix double pm_runtime_disable() call (Maximilian Luz)  
- drm/msm: Ensure mmap offset is initialized (Rob Clark)  
- USB: serial: option: add Quectel RM500K module support (Macpaul Lin)  
- USB: serial: option: add Quectel EM05-G modem (Yonglin Tan)  
- USB: serial: option: add Telit LE910Cx 0x1250 composition (Carlo Lobrano)  
- USB: serial: pl2303: add support for more HXN (G) types (Johan Hovold)  
- drm/i915: Implement w/a 22010492432 for adl-s (Ville Syrjala)  
- tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher() (Masami Hiramatsu (Google))  
- dm mirror log: clear log bits up to BITS_PER_LONG boundary (Mikulas Patocka)  
- dm era: commit metadata in postsuspend after worker stops (Nikos Tsironis)  
- ata: libata: add qc-&gt;flags in ata_qc_complete_template tracepoint (Edward Wu)  
- mtd: rawnand: gpmi: Fix setting busy timeout setting (Sascha Hauer)  
- MAINTAINERS: Add new IOMMU development mailing list (Joerg Roedel)  
- xen/gntdev: Avoid blocking in unmap_grant_pages() (Demi Marie Obenour)  
- mmc: mediatek: wait dma stop bit reset to 0 (Mengqi Zhang)  
- mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing (Chevron Li)  
- scsi: ibmvfc: Allocate/free queue resource only during probe/remove (Tyrel Datwyler)  
- scsi: ibmvfc: Store vhost pointer during subcrq allocation (Tyrel Datwyler)  
- btrfs: add error messages to all unrecognized mount options (David Sterba)  
- btrfs: prevent remounting to v1 space cache for subpage mount (Qu Wenruo)  
- btrfs: fix hang during unmount when block group reclaim task is running (Filipe Manana)  
- 9p: fix fid refcount leak in v9fs_vfs_get_link (Dominique Martinet)  
- 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl (Dominique Martinet)  
- 9p: Fix refcounting during full path walks for fid lookups (Tyler Hicks)  
- net: openvswitch: fix parsing of nw_proto for IPv6 fragments (Rosemarie ORiorden)  
- ALSA: hda/realtek: Add quirk for Clevo NS50PU (Tim Crawford)  
- ALSA: hda/realtek: Add quirk for Clevo PD70PNT (Tim Crawford)  
- ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly (Takashi Iwai)  
- ALSA: hda/realtek - ALC897 headset MIC no sound (Kailang Yang)  
- ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop (Soham Sen)  
- ALSA: hda/conexant: Fix missing beep setup (Takashi Iwai)  
- ALSA: hda/via: Fix missing beep setup (Takashi Iwai)  
- random: quiet urandom warning ratelimit suppression message (Jason A. Donenfeld)  
- random: schedule mix_interrupt_randomness() less often (Jason A. Donenfeld)  
- LTS version: v5.15.50 (Jack Vogel)  
- arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer (Will Deacon)  
- serial: core: Initialize rs485 RTS polarity already on probe (Lukas Wunner)  
- selftests/bpf: Add selftest for calling global functions from freplace (Toke Hoiland-Jorgensen)  
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs (Toke Hoiland-Jorgensen)  
- usb: gadget: u_ether: fix regression in setting fixed MAC address (Marian Postevca)  
- zonefs: fix zonefs_iomap_begin() for reads (Damien Le Moal)  
- drm/amd/display: Dont reinitialize DMCUB on s0ix resume (Nicholas Kazlauskas)  
- s390/mm: use non-quiescing sske for KVM switch to keyed guest (Christian Borntraeger)  
- LTS version: v5.15.49 (Jack Vogel)  
- clk: imx8mp: fix usb_root_clk parent (Peng Fan)  
(Masahiro Yamada)  
- virtio-pci: Remove wrong address verification in vp_del_vqs() (Murilo Opsfelder Araujo)  
- ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine (Andy Chi)  
- KVM: arm64: Dont read a HW interrupt pending state in user context (Marc Zyngier)  
- ext4: add reserved GDT blocks check (Zhang Yi)  
- ext4: make variable count signed (Ding Xiang)  
- ext4: fix bug_on ext4_mb_use_inode_pa (Baokun Li)  
- ext4: fix super block checksum incorrect after mount (Ye Bin)  
- cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle (Sami Tolvanen)  
- drm/amd/display: Cap OLED brightness per max frame-average luminance (Roman Li)  
- dm mirror log: round up region bitmap size to BITS_PER_LONG (Mikulas Patocka)  
- bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() (Shinichiro Kawasaki)  
- serial: 8250: Store to lsr_save_flags after lsr read (Ilpo Jarvinen)  
- tty: n_gsm: Debug output allocation must use GFP_ATOMIC (Tony Lindgren)  
- usb: gadget: f_fs: change ep-&gt;ep safe in ffs_epfile_io() (Linyu Yuan)  
- usb: gadget: f_fs: change ep-&gt;status safe in ffs_epfile_io() (Linyu Yuan)  
- usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe (Miaoqian Lin)  
- usb: cdnsp: Fixed setting last_trb incorrectly (Jing Leng)  
- usb: dwc2: Fix memory leak in dwc2_hcd_init (Miaoqian Lin)  
- USB: serial: io_ti: add Agilent E5805A support (Robert Eckelmann)  
- USB: serial: option: add support for Cinterion MV31 with new baseline (Slark Xiao)  
- crypto: memneq - move into lib/ (Jason A. Donenfeld)  
- comedi: vmk80xx: fix expression for tx buffer size (Ian Abbott)  
- mei: me: add raptor lake point S DID (Alexander Usyskin)  
- mei: hbm: drop capability response on early shutdown (Alexander Usyskin)  
- i2c: designware: Use standard optional ref clock implementation (Serge Semin)  
- sched: Fix balance_push() vs __sched_setscheduler() (Peter Zijlstra)  
- irqchip/realtek-rtl: Fix refcount leak in map_interrupts (Miaoqian Lin)  
- irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions (Miaoqian Lin)  
- irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions (Miaoqian Lin)  
- irqchip/gic/realview: Fix refcount leak in realview_gic_of_init (Miaoqian Lin)  
- i2c: npcm7xx: Add check for platform_driver_register (Jiasheng Jiang)  
- faddr2line: Fix overlapping text section failures, the sequel (Josh Poimboeuf)  
- block: Fix handling of offline queues in blk_mq_alloc_request_hctx() (Bart Van Assche)  
- init: Initialize noop_backing_dev_info early (Jan Kara)  
- certs/blacklist_hashes.c: fix const confusion in certs blacklist (Masahiro Yamada)  
- arm64: ftrace: consistently handle PLTs. (Mark Rutland)  
- arm64: ftrace: fix branch range checks (Mark Rutland)  
- net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg (Duoming Zhou)  
- net: bgmac: Fix an erroneous kfree() in bgmac_remove() (Christophe JAILLET)  
- mlxsw: spectrum_cnt: Reorder counter pools (Petr Machata)  
- nvme: add device name to warning in uuid_show() (Thomas WeiBschuh)  
- rtc: ftrtc010: Use platform_get_irq() to get the interrupt (Lad Prabhakar)  
- rtc: ftrtc010: Use platform_get_irq() to get the interrupt (Lad Prabhakar)  
- rtc: mt6397: check return value after calling platform_get_resource() (Yang Yingliang)  
- ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1 (Howard Chiu)  
- clocksource/drivers/riscv: Events are stopped during CPU suspend (Samuel Holland)  
- soc: rockchip: Fix refcount leak in rockchip_grf_init (Miaoqian Lin)  
- extcon: ptn5150: Add queue work sync before driver release (Li Jun)  
- ksmbd: fix reference count leak in smb_check_perm_dacl() (Xin Xiong)  
- coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier (Guilherme G. Piccoli)  
- soundwire: intel: prevent pm_runtime resume prior to system suspend (Pierre-Louis Bossart)  
- export: fix string handling of namespace in EXPORT_SYMBOL_NS (Greg Kroah-Hartman)  
- serial: sifive: Report actual baud base rather than fixed 115200 (Maciej W. Rozycki)  
- power: supply: axp288_fuel_gauge: Drop BIOS version check from T3 MRD DMI quirk (Hans de Goede)  
- phy: qcom-qmp: fix pipe-clock imbalance on power-on failure (Johan Hovold)  
- misc/pvpanic: Convert regular spinlock into trylock on panic path (Guilherme G. Piccoli)  
- pvpanic: Fix typos in the comments (Andy Shevchenko)  
- rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails (Krzysztof Kozlowski)  
- iio: adc: sc27xx: Fine tune the scale calibration values (Cixi Geng)  
- iio: adc: sc27xx: fix read big scale voltage not right (Cixi Geng)  
- iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout (Miaoqian Lin)  
- iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check (Miaoqian Lin)  
- rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl (Arnaud Pouliquen)  
- rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev() (Hangyu Hua)  
- rpmsg: virtio: Fix possible double free in rpmsg_probe() (Hangyu Hua)  
- usb: typec: mux: Check dev_set_name() return value (Bjorn Andersson)  
- firmware: stratix10-svc: fix a missing check on list iterator (Xiaomeng Tong)  
- misc: fastrpc: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- usb: dwc3: pci: Fix pm_runtime_get_sync() error checking (Zheng Yongjun)  
- usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback (Wesley Cheng)  
- rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)  
- pwm: raspberrypi-poe: Fix endianness in firmware struct (Uwe Kleine-Konig)  
- pwm: lp3943: Fix duty calculation in case period was clamped (Uwe Kleine-Konig)  
- staging: fieldbus: Fix the error handling path in anybuss_host_common_probe() (Christophe JAILLET)  
- usb: musb: Fix missing of_node_put() in omap2430_probe (Miaoqian Lin)  
- USB: storage: karma: fix rio_karma_init return (Lin Ma)  
- usb: usbip: add missing device lock on tweak configuration cmd (Niels Dossche)  
- usb: usbip: fix a refcount leak in stub_probe() (Hangyu Hua)  
- remoteproc: imx_rproc: Ignore create mem entry for resource table (Peng Fan)  
- tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id and ida_simple_get (Sherry Sun)  
- serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe (Miaoqian Lin)  
- tty: n_tty: Restore EOF push handling behavior (Daniel Gibson)  
- tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe (Miaoqian Lin)  
- tty: goldfish: Use tty_port_destroy() to destroy port (Wang Weiyang)  
- lkdtm/bugs: Dont expect thread termination without CONFIG_UBSAN_TRAP (Christophe Leroy)  
- lkdtm/bugs: Check for the NULL pointer after calling kmalloc (Jiasheng Jiang)  
- iio: adc: ad7124: Remove shift from scan_type (Alexandru Tachici)  
- staging: greybus: codecs: fix type confusion of list iterator variable (Jakob Koschel)  
- pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards (Randy Dunlap)  
- LTS version: v5.15.46 (Jack Vogel)  
- block: fix bio_clone_blkg_association() to associate with proper blkcg_gq (Jan Kara)  
- pinctrl/rockchip: support setting input-enable param (Caleb Connolly)  
- md: bcache: check the return value of kzalloc() in detached_dev_do_request() (Jia-Ju Bai)  
- md: fix double free of io_acct_set bioset (Xiao Ni)  
- md: Dont set mddev private to NULL in raid0 pers-&gt;free (Xiao Ni)  
- fs/ntfs3: Fix invalid free in log_replay (Namjae Jeon)  
- exportfs: support idmapped mounts (Christian Brauner)  
- fs: add two trivial lookup helpers (Christian Brauner)  
- interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate (Mike Tipton)  
- interconnect: qcom: sc7180: Drop IP0 interconnects (Stephen Boyd)  
- ext4: only allow test_dummy_encryption when supported (Eric Biggers)  
- MIPS: IP30: Remove incorrect cpu_has_fpu override (Maciej W. Rozycki)  
- MIPS: IP27: Remove incorrect cpu_has_fpu override (Maciej W. Rozycki)  
- RDMA/rxe: Generate a completion for unsupported/invalid opcode (Xiao Yang)  
- RDMA/hns: Remove the num_cqc_timer variable (Yixing Liu)  
- staging: r8188eu: delete rtw_wx_read/write32() (Dan Carpenter)  
- Revert random: use static branch for crng_ready() (Jason A. Donenfeld)  
- list: test: Add a test for list_is_head() (David Gow)  
- kseltest/cgroup: Make test_stress.sh work if run interactively (Waiman Long)  
- net: ipa: fix page free in ipa_endpoint_replenish_one() (Alex Elder)  
- net: ipa: fix page free in ipa_endpoint_trans_release() (Alex Elder)  
- phy: qcom-qmp: fix reset-controller leak on probe errors (Johan Hovold)  
- coresight: core: Fix coresight device probe failure issue (Mao Jinlong)  
- blk-iolatency: Fix inflight count imbalances and IO hangs on offline (Tejun Heo)  
- vdpasim: allow to enable a vq repeatedly (Eugenio Perez)  
- dt-bindings: gpio: altera: correct interrupt-cells (Dinh Nguyen)  
- docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0 (Akira Yokosawa)  
- SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op (Steve French)  
- ARM: pxa: maybe fix gpio lookup tables (Arnd Bergmann)  
- ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries (Jonathan Bakker)  
- phy: qcom-qmp: fix struct clk leak on probe errors (Johan Hovold)  
- clk: tegra: Add missing reset deassertion (Diogo Ivo)  
- arm64: tegra: Add missing DFLL reset on Tegra210 (Diogo Ivo)  
- arm64: dts: qcom: ipq8074: fix the sleep clock frequency (Kathiravan T)  
- gma500: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- serial: pch: dont overwrite xmit-&gt;buf[0] by x_char (Jiri Slaby)  
- bcache: avoid journal no-space deadlock by reserving 1 journal bucket (Coly Li)  
- bcache: remove incremental dirty sector counting for bch_sectors_dirty_init() (Coly Li)  
- bcache: improve multithreaded bch_sectors_dirty_init() (Coly Li)  
- bcache: improve multithreaded bch_btree_check() (Coly Li)  
- stm: ltdc: fix two incorrect NULL checks on list iterator (Xiaomeng Tong)  
- carl9170: tx: fix an incorrect use of list iterator (Xiaomeng Tong)  
- ASoC: rt5514: Fix event generation for DSP Voice Wake Up control (Mark Brown)  
- rtl818x: Prevent using not initialized queues (Alexander Wetzel)  
- xtensa/simdisk: fix proc_read_simdisk() (Yi Yang)  
- mm/memremap: fix missing call to untrack_pfn() in pagemap_range() (Miaohe Lin)  
- hugetlb: fix huge_pmd_unshare address update (Mike Kravetz)  
- nodemask.h: fix compilation error with GCC12 (Christophe de Dinechin)  
- mm/page_alloc: always attempt to allocate at least one page during bulk allocation (Mel Gorman)  
- Revert mm/cma.c: remove redundant cma_mutex lock (Dong Aisheng)  
- iommu/dma: Fix iova map result check bug (Yunfei Wang)  
- iommu/msm: Fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- ksmbd: fix outstanding credits related bugs (Hyunchul Lee)  
- ftrace: Clean up hash direct_functions on register failures (Song Liu)  
- kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] (Naveen N. Rao)  
- um: Fix out-of-bounds read in LDT setup (Vincent Whitchurch)  
- um: chan_user: Fix winch_tramp() return value (Johannes Berg)  
- um: Use asm-generic/dma-mapping.h (Johannes Berg)  
- mac80211: upgrade passive scan to active scan on DFS channels after beacon rx (Felix Fietkau)  
- cfg80211: declare MODULE_FIRMWARE for regulatory.db (Dimitri John Ledkov)  
- thermal: devfreq_cooling: use local ops instead of global ops (Kant Fan)  
- irqchip: irq-xtensa-mx: fix initial IRQ affinity (Max Filippov)  
- irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x (Pali Rohar)  
- csky: patch_text: Fixup last cpu should be master (Guo Ren)  
- mmc: core: Allows to override the timeout value for ioctl() path (Bean Huo)  
- RDMA/hfi1: Fix potential integer multiplication overflow errors (Dennis Dalessandro)  
- Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug (Sean Christopherson)  
- ima: remove the IMA_TEMPLATE Kconfig option (GUO Zihua)  
- media: coda: Add more H264 levels for CODA960 (Nicolas Dufresne)  
- media: coda: Fix reported H264 profile (Nicolas Dufresne)  
- mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N (Tokunori Ikegami)  
- mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write (Tokunori Ikegami)  
- md: fix an incorrect NULL check in md_reload_sb (Xiaomeng Tong)  
- md: fix an incorrect NULL check in does_sb_need_changing (Xiaomeng Tong)  
- drm/i915/dsi: fix VBT send packet port selection for ICL+ (Jani Nikula)  
- drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX (Brian Norris)  
- drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- drm/nouveau/clk: Fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem (Lucas Stach)  
- drm/nouveau/subdev/bus: Ratelimit logging for fault errors (Lyude Paul)  
- drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. (Dave Airlie)  
- landlock: Fix same-layer rule unions (Mickael Salaun)  
- landlock: Create find_rule() from unmask_layers() (Mickael Salaun)  
- landlock: Reduce the maximum number of layers to 16 (Mickael Salaun)  
- landlock: Define access_mask_t to enforce a consistent access mask size (Mickael Salaun)  
- selftests/landlock: Test landlock_create_ruleset(2) argument check ordering (Mickael Salaun)  
- landlock: Change landlock_restrict_self(2) check ordering (Mickael Salaun)  
- landlock: Change landlock_add_rule(2) argument check ordering (Mickael Salaun)  
- selftests/landlock: Add tests for O_PATH (Mickael Salaun)  
- selftests/landlock: Fully test file rename with remove access (Mickael Salaun)  
- selftests/landlock: Extend access right tests to directories (Mickael Salaun)  
- selftests/landlock: Add tests for unknown access rights (Mickael Salaun)  
- selftests/landlock: Extend tests for minimal valid attribute size (Mickael Salaun)  
- selftests/landlock: Make tests build with old libc (Mickael Salaun)  
- landlock: Fix landlock_add_rule(2) documentation (Mickael Salaun)  
- samples/landlock: Format with clang-format (Mickael Salaun)  
- samples/landlock: Add clang-format exceptions (Mickael Salaun)  
- selftests/landlock: Format with clang-format (Mickael Salaun)  
- selftests/landlock: Normalize array assignment (Mickael Salaun)  
- selftests/landlock: Add clang-format exceptions (Mickael Salaun)  
- landlock: Format with clang-format (Mickael Salaun)  
- landlock: Add clang-format exceptions (Mickael Salaun)  
- scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled (Manivannan Sadhasivam)  
- scsi: dc395x: Fix a missing check on list iterator (Xiaomeng Tong)  
- dlm: fix missing lkb refcount handling (Alexander Aring)  
- dlm: uninitialized variable on error in dlm_listen_for_all() (Dan Carpenter)  
- dlm: fix plock invalid read (Alexander Aring)  
- s390/stp: clock_delta should be signed (Sven Schnelle)  
- s390/perf: obtain sie_block from the right address (Nico Boehr)  
- mm, compaction: fast_find_migrateblock() should return pfn in the target zone (Rei Yamamoto)  
- staging: r8188eu: prevent -&gt;Ssid overflow in rtw_wx_set_scan() (Denis Efremov)  
- PCI: qcom: Fix unbalanced PHY init on probe errors (Johan Hovold)  
- PCI: qcom: Fix runtime PM imbalance on probe errors (Johan Hovold)  
- PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299 (Bjorn Helgaas)  
- drm/amdgpu: add beige goby PCI ID (Alex Deucher)  
- tracing: Initialize integer variable to prevent garbage return value (Gautam Menghani)  
- tracing: Fix potential double free in create_var_ref() (Keita Suzuki)  
- tty: goldfish: Introduce gf_ioread32()/gf_iowrite32() (Laurent Vivier)  
- ACPI: property: Release subnode properties with data nodes (Sakari Ailus)  
- ext4: avoid cycles in directory h-tree (Jan Kara)  
- ext4: verify dir block before splitting it (Jan Kara)  
- ext4: fix bug_on in __es_tree_search (Baokun Li)  
- ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state (Theodore Tso)  
- ext4: fix bug_on in ext4_writepages (Ye Bin)  
- ext4: fix warning in ext4_handle_inode_extension (Ye Bin)  
- ext4: fix race condition between ext4_write and ext4_convert_inline_data (Baokun Li)  
- ext4: fix use-after-free in ext4_rename_dir_prepare (Ye Bin)  
- ext4: mark group as trimmed only if it was fully scanned (Dmitry Monakhov)  
- bfq: Make sure bfqg for which we are queueing requests is online (Jan Kara)  
- bfq: Get rid of __bio_blkcg() usage (Jan Kara)  
- bfq: Track whether bfq_group is still online (Jan Kara)  
- bfq: Remove pointless bfq_init_rq() calls (Jan Kara)  
- bfq: Drop pointless unlock-lock pair (Jan Kara)  
- bfq: Update cgroup information before merging bio (Jan Kara)  
- bfq: Split shared queues on move between cgroups (Jan Kara)  
- bfq: Avoid merging queues with different parents (Jan Kara)  
- bfq: Avoid false marking of bic as stably merged (Jan Kara)  
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (Aditya Garg)  
- fs-writeback: writeback_sb_inodes:Recalculate wrote according skipped pages (Zhihao Cheng)  
- iwlwifi: mvm: fix assert 1F04 upon reconfig (Emmanuel Grumbach)  
- wifi: mac80211: fix use-after-free in chanctx code (Johannes Berg)  
- objtool: Fix symbol creation (Peter Zijlstra)  
- objtool: Fix objtool regression on x32 systems (Mikulas Patocka)  
- f2fs: fix to do sanity check for inline inode (Chao Yu)  
- f2fs: fix fallocate to use file_modified to update permissions consistently (Chao Yu)  
- f2fs: dont use casefolded comparison for . and .. (Eric Biggers)  
- f2fs: fix to do sanity check on total_data_blocks (Chao Yu)  
- f2fs: dont need inode lock for system hidden quota (Jaegeuk Kim)  
- f2fs: fix deadloop in foreground GC (Chao Yu)  
- f2fs: fix to clear dirty inode in f2fs_evict_inode() (Chao Yu)  
- f2fs: fix to do sanity check on block address in f2fs_do_zero_range() (Chao Yu)  
- f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() (Chao Yu)  
- NFSv4.1 mark qualified async operations as MOVEABLE tasks (Olga Kornievskaia)  
- NFS: Convert GFP_NOFS to GFP_KERNEL (Trond Myklebust)  
- NFS: Create a new nfs_alloc_fattr_with_label() function (Anna Schumaker)  
- NFS: Always initialise fattr-&gt;label in nfs_fattr_alloc() (Trond Myklebust)  
- video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup (Javier Martinez Canillas)  
- perf jevents: Fix event syntax error caused by ExtSel (Zhengjun Xing)  
- perf c2c: Use stdio interface if slang is not supported (Leo Yan)  
- perf build: Fix btf__load_from_kernel_by_id() feature check (Jiri Olsa)  
- i2c: rcar: fix PM ref counts in probe error paths (Kuninori Morimoto)  
- i2c: npcm: Handle spurious interrupts (Tali Perry)  
- i2c: npcm: Correct register access width (Tyrone Ting)  
- i2c: npcm: Fix timeout calculation (Tali Perry)  
- iommu/amd: Increase timeout waiting for GA log enablement (Joerg Roedel)  
- dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler() (Amelie Delaunay)  
- dmaengine: stm32-mdma: remove GISR1 register (Amelie Delaunay)  
- video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup (Miaoqian Lin)  
- NFS: Further fixes to the writeback error handling (Trond Myklebust)  
- NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout (Trond Myklebust)  
- NFS: Dont report errors from nfs_pageio_complete() more than once (Trond Myklebust)  
- NFS: Do not report flush errors in nfs_write_end() (Trond Myklebust)  
- NFS: Dont report ENOSPC write errors twice (Trond Myklebust)  
- NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS (Trond Myklebust)  
- NFS: Do not report EINTR/ERESTARTSYS as mapping errors (Trond Myklebust)  
- dmaengine: idxd: Fix the error handling path in idxd_cdev_register() (Christophe JAILLET)  
- i2c: at91: Initialize dma_buf in at91_twi_xfer() (Nathan Chancellor)  
- iommu/mediatek: Fix NULL pointer dereference when printing dev_name (Miles Chen)  
- MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon (Guenter Roeck)  
- iommu/arm-smmu-v3-sva: Fix mm use-after-free (Jean-Philippe Brucker)  
- cpufreq: mediatek: Unregister platform device on exit (Rex-BC Chen)  
- cpufreq: mediatek: Use module_init and add module_exit (Jia-Wei Chang)  
- i2c: at91: use dma safe buffers (Michael Walle)  
- iommu/mediatek: Add mutex for m4u_group and m4u_dom in data (Yong Wu)  
- iommu/mediatek: Remove clk_disable in mtk_iommu_remove (Yong Wu)  
- iommu/mediatek: Add list_del in mtk_iommu_remove (Yong Wu)  
- iommu/mediatek: Fix 2 HW sharing pgtable issue (Yong Wu)  
- iommu/amd: Enable swiotlb in all cases (Mario Limonciello)  
- f2fs: fix dereference of stale list iterator after loop body (Jakob Koschel)  
- f2fs: fix to do sanity check on inline_dots inode (Chao Yu)  
- f2fs: support fault injection for dquot_initialize() (Chao Yu)  
- OPP: call of_node_put() on error path in _bandwidth_supported() (Dan Carpenter)  
- Input: stmfts - do not leave device disabled in stmfts_input_open (Dmitry Torokhov)  
- KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer (Wanpeng Li)  
- RDMA/hfi1: Prevent use of lock before it is initialized (Douglas Miller)  
- mailbox: forward the hrtimer if not queued and under a lock (Bjorn Ardo)  
- nfsd: destroy percpu stats counters after reply cache shutdown (Julian Schroeder)  
- mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() (Yang Yingliang)  
- powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup (Miaoqian Lin)  
- powerpc/xive: Fix refcount leak in xive_spapr_init (Miaoqian Lin)  
- powerpc/xive: Add some error handling code to xive_spapr_init() (Christophe JAILLET)  
- macintosh: via-pmu and via-cuda need RTC_LIB (Randy Dunlap)  
- powerpc/perf: Fix the threshold compare group constraint for power9 (Kajol Jain)  
- powerpc/perf: Fix the threshold compare group constraint for power10 (Kajol Jain)  
- powerpc/64: Only WARN if __pa()/__va() called with bad addresses (Michael Ellerman)  
- hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resume() (Yang Yingliang)  
- PCI: microchip: Fix potential race in interrupt handling (Daire McNamara)  
- PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits (Kuppuswamy Sathyanarayanan)  
- Input: sparcspkr - fix refcount leak in bbc_beep_probe (Miaoqian Lin)  
- hugetlbfs: fix hugetlbfs_statfs() locking (Mina Almasry)  
- ARM: dts: at91: sama7g5: remove interrupt-parent from gic node (Eugen Hristev)  
- crypto: cryptd - Protect per-CPU resource by disabling BH. (Sebastian Andrzej Siewior)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9827.html" type="self" title="ELSA-2022-9827" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21385.html" id="CVE-2022-21385" type="cve" title="CVE-2022-21385" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21546.html" id="CVE-2022-21546" type="cve" title="CVE-2022-21546" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2585.html" id="CVE-2022-2585" type="cve" title="CVE-2022-2585" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2586.html" id="CVE-2022-2586" type="cve" title="CVE-2022-2586" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2588.html" id="CVE-2022-2588" type="cve" title="CVE-2022-2588" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-34918.html" id="CVE-2022-34918" type="cve" title="CVE-2022-34918" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">453c7374369085189621049a39f0f3f316ad31f98d4b1e3e23b6b398bd8fc65a</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">94e2b9a823b733a4dcf860def0fd6a61f6ced47e0337c5048bd22235ecb8b025</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ea0e35ceecf2d19ca51d88616cb549d7028dbbeba6dbec81a23b74ab0a712dae</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">222beda12b24c328391071fa8e7724eac68284bf11454da92dd82b89f299c026</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5262da48c0f3f042d5cdef4e987b19fb2ddcb4f2c55fae467106ac355ef3814d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9f0a1effa03c7c586056ac48e13ec527e4cf3afb63efdfe3072e27d3c01ad42b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-2.52.3.el8uek.src.rpm</filename>
          <sum type="sha256">019048ef2ccdeff233066ed0a323d0af3fbfd6e82cc4fd93126c872efa4d9faf</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a11b6da59530f757720e1f15915ef66082d08ca667674e7576b589a4d27e99fd</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-2.52.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">c9049edb9ff4acab1a3dfd879160f68d7b5c3a2928ec418f3bdf75548175e7e7</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">30779334cd4a05fc47af52bc3e096d3e7d6e4d8ddf79e30ad27c5bfdeeda1aa7</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ba944c1106059e22079e2972c77a717255861c55b66317c9d3d40729b1c3caa</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">047b27c7e6cca192c08f09f9e2492a769f3438619283f3d2eb6610ab534ebac5</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="2.52.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-2.52.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eeeab0c79326eec81e3cce7869a50b093e8aea68091aefa1e51b40ccc1714939</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9830</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-09-21 00:00:00"/>
    <updated date="2022-09-21 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-2.52.3.el8]
- posix-cpu-timers: Cleanup CPU timers before freeing them during exec (Thadeu Lima de Souza Cascardo)  [Orabug: 34495548]  {CVE-2022-2585}
- fix race between exit_itimers() and /proc/pid/timers (Oleg Nesterov)  [Orabug: 34495548] 
- rds: ib: Add preemption control when using per-cpu variables (Hakon Bugge)  [Orabug: 34505120] 
- ocfs2: fix handle refcount leak in two exception handling paths (Chenyuan Mi)  [Orabug: 34436530] 
- netfilter: nf_tables: do not allow RULE_ID to refer to another chain (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- netfilter: nf_tables: do not allow CHAIN_ID to refer to another table (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- netfilter: nf_tables: do not allow SET_ID to refer to another table (Thadeu Lima de Souza Cascardo)  [Orabug: 34495566]  {CVE-2022-2586}
- rds: copy_from_user only once per rds_sendmsg system call (Hans Westgaard Ry)  [Orabug: 34510687]  {CVE-2022-21385}
- kernfs: Replace global kernfs_open_file_mutex with hashed mutexes. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Introduce interface to access global kernfs_open_file_mutex. (Imran Khan)  [Orabug: 34476940] 
- kernfs: make -&gt;attr.open RCU protected. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file. (Imran Khan)  [Orabug: 34476940] 
- kernfs: Remove reference counting for kernfs_open_node. (Imran Khan)  [Orabug: 34476940] 
- Revert net/rds: Connect TCP backends deterministically (Gerd Rausch)  [Orabug: 34476561] 
- rds/ib: handle posted ACK during connection shutdown (Rohit Nair)  [Orabug: 34465808] 
- rds/ib: reap tx completions during connection shutdown (Rohit Nair)  [Orabug: 34465808] 
- uek-rpm: Set CONFIG_VSOCKETS=m and CONFIG_VSOCKETS_DIAG=m (Victor Erminpour)  [Orabug: 34461322] 
- scsi: target: Fix WRITE_SAME No Data Buffer crash (Mike Christie)  [Orabug: 34419970]  {CVE-2022-21546}
- rds/rdma: destroy CQs during user initiated rds connection resets (Rohit Nair)  [Orabug: 34414238]

[5.15.0-2.52.2]
- PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD (Thomas Tai)  [Orabug: 34358322] 
- net/mlx5: E-Switch, change VFs default admin state to auto in switchdev (Maor Dickman)  [Orabug: 34477072] 
- xen/manage: Use orderly_reboot() to reboot (Ross Lagerwall)  [Orabug: 34480751] 
- net_sched: cls_route: remove from list when handle is 0 (Thadeu Lima de Souza Cascardo)  [Orabug: 34484536]  {CVE-2022-2588}

[5.15.0-2.52.1]
- LTS version: v5.15.52 (Jack Vogel)  
- io_uring: fix not locked access to fixed buf table (Pavel Begunkov)  
- net: mscc: ocelot: allow unregistered IP multicast flooding to CPU (Vladimir Oltean)  
- rtw88: rtw8821c: enable rfe 6 devices (Ping-Ke Shih)  
- rtw88: 8821c: support RFE type4 wifi NIC (Guo-Feng Fan)  
- fs: account for group membership (Christian Brauner)  
- fs: fix acl translation (Christian Brauner)  
- fs: support mapped mounts of mapped filesystems (Christian Brauner)  
- fs: add i_user_ns() helper (Christian Brauner)  
- fs: port higher-level mapping helpers (Christian Brauner)  
- fs: remove unused low-level mapping helpers (Christian Brauner)  
- fs: use low-level mapping helpers (Christian Brauner)  
- docs: update mapping documentation (Christian Brauner)  
- fs: account for filesystem mappings (Christian Brauner)  
- fs: tweak fsuidgid_has_mapping() (Christian Brauner)  
- fs: move mapping helpers (Christian Brauner)  
- fs: add is_idmapped_mnt() helper (Christian Brauner)  
- powerpc/ftrace: Remove ftrace init tramp once kernel init is complete (Naveen N. Rao)  
- xfs: Fix the free logic of state in xfs_attr_node_hasname (Yang Xu)  
- xfs: use kmem_cache_free() for kmem_cache objects (Rustam Kovhaev)  
- bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init() (Coly Li)  
- tick/nohz: unexport __init-annotated tick_nohz_full_setup() (Masahiro Yamada)  
- LTS version: v5.15.51 (Jack Vogel)  
- powerpc/pseries: wire up rng during setup_arch() (Jason A. Donenfeld)  
- kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) (Masahiro Yamada)  
- dma-direct: use the correct size for dma_set_encrypted() (Dexuan Cui)  
- perf build-id: Fix caching files with a wrong build ID (Adrian Hunter)  
- random: update comment from copy_to_user() -&gt; copy_to_iter() (Jason A. Donenfeld)  
- ARM: dts: bcm2711-rpi-400: Fix GPIO line names (Stefan Wahren)  
- modpost: fix section mismatch check for exported init/exit sections (Masahiro Yamada)  
- ARM: cns3xxx: Fix refcount leak in cns3xxx_init (Miaoqian Lin)  
- memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings (Miaoqian Lin)  
- ARM: Fix refcount leak in axxia_boot_secondary (Miaoqian Lin)  
- soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe (Miaoqian Lin)  
- ARM: exynos: Fix refcount leak in exynos_map_pmu (Miaoqian Lin)  
- arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode (Aswath Govindraju)  
- ARM: dts: imx6qdl: correct PU regulator ramp delay (Lucas Stach)  
- ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node (Alexander Stein)  
- drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq_ctrl() (Kuogee Hsieh)  
- powerpc/powernv: wire up rng during setup_arch (Jason A. Donenfeld)  
- powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address (Andrew Donnellan)  
- powerpc: Enable execve syscall exit tracepoint (Naveen N. Rao)  
- powerpc/microwatt: wire up rng during setup_arch() (Jason A. Donenfeld)  
- parisc: Enable ARCH_HAS_STRICT_MODULE_RWX (Helge Deller)  
- parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI (Helge Deller)  
- xtensa: Fix refcount leak bug in time.c (Liang He)  
- xtensa: xtfpga: Fix refcount leak bug in setup (Liang He)  
- iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_channels() (Jialin Zhang)  
- iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client (Miaoqian Lin)  
- iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_properties() (Jialin Zhang)  
- iio: adc: axp288: Override TS pin bias current for some models (Hans de Goede)  
- iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message (Yannick Brosseau)  
- iio: adc: stm32: Fix ADCs iteration in irq handler (Yannick Brosseau)  
- iio: afe: rescale: Fix boolean logic bug (Linus Walleij)  
- iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value) (Jean-Baptiste Maneyrol)  
- iio: adc: stm32: fix maximum clock rate for stm32mp15x (Olivier Moysan)  
- iio: trigger: sysfs: fix use-after-free on remove (Vincent Whitchurch)  
- iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() (Zheyu Ma)  
- iio: accel: mma8452: ignore the return value of reset operation (Haibo Chen)  
- iio:accel:mxc4005: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:accel:bma180: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:accel:kxcjk-1013: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:chemical:ccs811: rearrange iio trigger get and register (Dmitry Rokosov)  
- iio:humidity:hts221: rearrange iio trigger get and register (Dmitry Rokosov)  
- f2fs: attach inline_data after setting compression (Jaegeuk Kim)  
- btrfs: fix deadlock with fsync+fiemap+transaction commit (Josef Bacik)  
- btrfs: dont set lock_owner when locking extent buffer for reading (Zygo Blaxell)  
- dt-bindings: usb: ehci: Increase the number of PHYs (Geert Uytterhoeven)  
- dt-bindings: usb: ohci: Increase the number of PHYs (Geert Uytterhoeven)  
- usb: chipidea: udc: check request status before setting device address (Xu Yang)  
- USB: gadget: Fix double-free bug in raw_gadget driver (Alan Stern)  
- usb: gadget: Fix non-unique driver names in raw-gadget driver (Alan Stern)  
- xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI (Utkarsh Patel)  
- xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI (Tanveer Alam)  
- xhci: turn off port power in shutdown (Mathias Nyman)  
- usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC (Andy Shevchenko)  
- iio: adc: vf610: fix conversion mode sysfs node name (Baruch Siach)  
- iio: magnetometer: yas530: Fix memchr_inv() misuse (Linus Walleij)  
- iio: mma8452: fix probe fail when device tree compatible is used. (Haibo Chen)  
- s390/cpumf: Handle events cycles and instructions identical (Thomas Richter)  
- gpio: winbond: Fix error code in winbond_gpio_get() (Dan Carpenter)  
- nvme: move the Samsung X5 quirk entry to the core quirks (Christoph Hellwig)  
- nvme-pci: add NO APST quirk for Kioxia device (Enzo Matsumiya)  
- sock: redo the psock vs ULP protection check (Jakub Kicinski)  
- Revert net/tls: fix tls_sk_proto_close executed repeatedly (Jakub Kicinski)  
- virtio_net: fix xdp_rxq_info bug after suspend/resume (Stephan Gerhold)  
- igb: Make DMA faster when CPU is active on the PCIe link (Kai-Heng Feng)  
- regmap-irq: Fix offset/index mismatch in read_sub_irq_data() (Aidan MacDonald)  
- regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips (Aidan MacDonald)  
- ice: ethtool: advertise 1000M speeds properly (Anatolii Gerasymenko)  
- afs: Fix dynamic root getattr (David Howells)  
- MIPS: Remove repetitive increase irq_err_count (huhai)  
- x86/xen: Remove undefined behavior in setup_features() (Julien Grall)  
- xen-blkfront: Handle NULL gendisk (Jason Andryuk)  
- selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh (Jie2x Zhou)  
- udmabuf: add back sanity check (Gerd Hoffmann)  
- net/tls: fix tls_sk_proto_close executed repeatedly (Ziyang Xuan)  
- erspan: do not assume transport header is always set (Eric Dumazet)  
- perf arm-spe: Dont set data source if its not a memory operation (Leo Yan)  
- drm/msm/dp: force link training for display resolution change (Kuogee Hsieh)  
- drm/msm/dp: do not initialize phy until plugin interrupt received (Kuogee Hsieh)  
- drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed (Kuogee Hsieh)  
- drm/msm/dp: Drop now unused hpd_high member (Bjorn Andersson)  
- drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind() (Kuogee Hsieh)  
- drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf (Miaoqian Lin)  
- net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms (Peilin Ye)  
- ethtool: Fix get module eeprom fallback (Ivan Vecera)  
- bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers (Jay Vosburgh)  
- igb: fix a use-after-free issue in igb_clean_tx_ring (Lorenzo Bianconi)  
- tipc: fix use-after-free Read in tipc_named_reinit (Hoang Le)  
- net: fix data-race in dev_isalive() (Eric Dumazet)  
- net: Write lock dev_base_lock without disabling bottom halves. (Sebastian Andrzej Siewior)  
- KVM: arm64: Prevent kmemleak from accessing pKVM memory (Quentin Perret)  
- phy: aquantia: Fix AN when higher speeds than 1G are not advertised (Claudiu Manoil)  
- scsi: storvsc: Correct reporting of Hyper-V I/O size limits (Saurabh Sengar)  
- bpf, x86: Fix tail call count offset calculation on bpf2bpf call (Jakub Sitnicki)  
- drm/sun4i: Fix crash during suspend after component bind failure (Samuel Holland)  
- bpf: Fix request_sock leak in sk lookup helpers (Jon Maxwell)  
- drm/msm: use for_each_sgtable_sg to iterate over scatterlist (Jonathan Marek)  
- xsk: Fix generic transmit when completion queue reservation fails (Ciara Loftus)  
- scsi: iscsi: Exclude zero from the endpoint ID range (Sergey Gorenko)  
- drm/msm: Switch ordering of runpm put vs devfreq_idle (Rob Clark)  
- scsi: scsi_debug: Fix zone transition to full condition (Damien Le Moal)  
- netfilter: use get_random_u32 instead of prandom (Florian Westphal)  
- drm/msm: Fix double pm_runtime_disable() call (Maximilian Luz)  
- drm/msm: Ensure mmap offset is initialized (Rob Clark)  
- USB: serial: option: add Quectel RM500K module support (Macpaul Lin)  
- USB: serial: option: add Quectel EM05-G modem (Yonglin Tan)  
- USB: serial: option: add Telit LE910Cx 0x1250 composition (Carlo Lobrano)  
- USB: serial: pl2303: add support for more HXN (G) types (Johan Hovold)  
- drm/i915: Implement w/a 22010492432 for adl-s (Ville Syrjala)  
- tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher() (Masami Hiramatsu (Google))  
- dm mirror log: clear log bits up to BITS_PER_LONG boundary (Mikulas Patocka)  
- dm era: commit metadata in postsuspend after worker stops (Nikos Tsironis)  
- ata: libata: add qc-&gt;flags in ata_qc_complete_template tracepoint (Edward Wu)  
- mtd: rawnand: gpmi: Fix setting busy timeout setting (Sascha Hauer)  
- MAINTAINERS: Add new IOMMU development mailing list (Joerg Roedel)  
- xen/gntdev: Avoid blocking in unmap_grant_pages() (Demi Marie Obenour)  
- mmc: mediatek: wait dma stop bit reset to 0 (Mengqi Zhang)  
- mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing (Chevron Li)  
- scsi: ibmvfc: Allocate/free queue resource only during probe/remove (Tyrel Datwyler)  
- scsi: ibmvfc: Store vhost pointer during subcrq allocation (Tyrel Datwyler)  
- btrfs: add error messages to all unrecognized mount options (David Sterba)  
- btrfs: prevent remounting to v1 space cache for subpage mount (Qu Wenruo)  
- btrfs: fix hang during unmount when block group reclaim task is running (Filipe Manana)  
- 9p: fix fid refcount leak in v9fs_vfs_get_link (Dominique Martinet)  
- 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl (Dominique Martinet)  
- 9p: Fix refcounting during full path walks for fid lookups (Tyler Hicks)  
- net: openvswitch: fix parsing of nw_proto for IPv6 fragments (Rosemarie ORiorden)  
- ALSA: hda/realtek: Add quirk for Clevo NS50PU (Tim Crawford)  
- ALSA: hda/realtek: Add quirk for Clevo PD70PNT (Tim Crawford)  
- ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly (Takashi Iwai)  
- ALSA: hda/realtek - ALC897 headset MIC no sound (Kailang Yang)  
- ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop (Soham Sen)  
- ALSA: hda/conexant: Fix missing beep setup (Takashi Iwai)  
- ALSA: hda/via: Fix missing beep setup (Takashi Iwai)  
- random: quiet urandom warning ratelimit suppression message (Jason A. Donenfeld)  
- random: schedule mix_interrupt_randomness() less often (Jason A. Donenfeld)  
- LTS version: v5.15.50 (Jack Vogel)  
- arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer (Will Deacon)  
- serial: core: Initialize rs485 RTS polarity already on probe (Lukas Wunner)  
- selftests/bpf: Add selftest for calling global functions from freplace (Toke Hoiland-Jorgensen)  
- bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs (Toke Hoiland-Jorgensen)  
- usb: gadget: u_ether: fix regression in setting fixed MAC address (Marian Postevca)  
- zonefs: fix zonefs_iomap_begin() for reads (Damien Le Moal)  
- drm/amd/display: Dont reinitialize DMCUB on s0ix resume (Nicholas Kazlauskas)  
- s390/mm: use non-quiescing sske for KVM switch to keyed guest (Christian Borntraeger)  
- LTS version: v5.15.49 (Jack Vogel)  
- clk: imx8mp: fix usb_root_clk parent (Peng Fan)  
(Masahiro Yamada)  
- virtio-pci: Remove wrong address verification in vp_del_vqs() (Murilo Opsfelder Araujo)  
- ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine (Andy Chi)  
- KVM: arm64: Dont read a HW interrupt pending state in user context (Marc Zyngier)  
- ext4: add reserved GDT blocks check (Zhang Yi)  
- ext4: make variable count signed (Ding Xiang)  
- ext4: fix bug_on ext4_mb_use_inode_pa (Baokun Li)  
- ext4: fix super block checksum incorrect after mount (Ye Bin)  
- cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle (Sami Tolvanen)  
- drm/amd/display: Cap OLED brightness per max frame-average luminance (Roman Li)  
- dm mirror log: round up region bitmap size to BITS_PER_LONG (Mikulas Patocka)  
- bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() (Shinichiro Kawasaki)  
- serial: 8250: Store to lsr_save_flags after lsr read (Ilpo Jarvinen)  
- tty: n_gsm: Debug output allocation must use GFP_ATOMIC (Tony Lindgren)  
- usb: gadget: f_fs: change ep-&gt;ep safe in ffs_epfile_io() (Linyu Yuan)  
- usb: gadget: f_fs: change ep-&gt;status safe in ffs_epfile_io() (Linyu Yuan)  
- usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe (Miaoqian Lin)  
- usb: cdnsp: Fixed setting last_trb incorrectly (Jing Leng)  
- usb: dwc2: Fix memory leak in dwc2_hcd_init (Miaoqian Lin)  
- USB: serial: io_ti: add Agilent E5805A support (Robert Eckelmann)  
- USB: serial: option: add support for Cinterion MV31 with new baseline (Slark Xiao)  
- crypto: memneq - move into lib/ (Jason A. Donenfeld)  
- comedi: vmk80xx: fix expression for tx buffer size (Ian Abbott)  
- mei: me: add raptor lake point S DID (Alexander Usyskin)  
- mei: hbm: drop capability response on early shutdown (Alexander Usyskin)  
- i2c: designware: Use standard optional ref clock implementation (Serge Semin)  
- sched: Fix balance_push() vs __sched_setscheduler() (Peter Zijlstra)  
- irqchip/realtek-rtl: Fix refcount leak in map_interrupts (Miaoqian Lin)  
- irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions (Miaoqian Lin)  
- irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions (Miaoqian Lin)  
- irqchip/gic/realview: Fix refcount leak in realview_gic_of_init (Miaoqian Lin)  
- i2c: npcm7xx: Add check for platform_driver_register (Jiasheng Jiang)  
- faddr2line: Fix overlapping text section failures, the sequel (Josh Poimboeuf)  
- block: Fix handling of offline queues in blk_mq_alloc_request_hctx() (Bart Van Assche)  
- init: Initialize noop_backing_dev_info early (Jan Kara)  
- certs/blacklist_hashes.c: fix const confusion in certs blacklist (Masahiro Yamada)  
- arm64: ftrace: consistently handle PLTs. (Mark Rutland)  
- arm64: ftrace: fix branch range checks (Mark Rutland)  
- net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg (Duoming Zhou)  
- net: bgmac: Fix an erroneous kfree() in bgmac_remove() (Christophe JAILLET)  
- mlxsw: spectrum_cnt: Reorder counter pools (Petr Machata)  
- nvme: add device name to warning in uuid_show() (Thomas WeiBschuh)  
- rtc: ftrtc010: Use platform_get_irq() to get the interrupt (Lad Prabhakar)  
- rtc: ftrtc010: Use platform_get_irq() to get the interrupt (Lad Prabhakar)  
- rtc: mt6397: check return value after calling platform_get_resource() (Yang Yingliang)  
- ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1 (Howard Chiu)  
- clocksource/drivers/riscv: Events are stopped during CPU suspend (Samuel Holland)  
- soc: rockchip: Fix refcount leak in rockchip_grf_init (Miaoqian Lin)  
- extcon: ptn5150: Add queue work sync before driver release (Li Jun)  
- ksmbd: fix reference count leak in smb_check_perm_dacl() (Xin Xiong)  
- coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier (Guilherme G. Piccoli)  
- soundwire: intel: prevent pm_runtime resume prior to system suspend (Pierre-Louis Bossart)  
- export: fix string handling of namespace in EXPORT_SYMBOL_NS (Greg Kroah-Hartman)  
- serial: sifive: Report actual baud base rather than fixed 115200 (Maciej W. Rozycki)  
- power: supply: axp288_fuel_gauge: Drop BIOS version check from T3 MRD DMI quirk (Hans de Goede)  
- phy: qcom-qmp: fix pipe-clock imbalance on power-on failure (Johan Hovold)  
- misc/pvpanic: Convert regular spinlock into trylock on panic path (Guilherme G. Piccoli)  
- pvpanic: Fix typos in the comments (Andy Shevchenko)  
- rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails (Krzysztof Kozlowski)  
- iio: adc: sc27xx: Fine tune the scale calibration values (Cixi Geng)  
- iio: adc: sc27xx: fix read big scale voltage not right (Cixi Geng)  
- iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout (Miaoqian Lin)  
- iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check (Miaoqian Lin)  
- rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl (Arnaud Pouliquen)  
- rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev() (Hangyu Hua)  
- rpmsg: virtio: Fix possible double free in rpmsg_probe() (Hangyu Hua)  
- usb: typec: mux: Check dev_set_name() return value (Bjorn Andersson)  
- firmware: stratix10-svc: fix a missing check on list iterator (Xiaomeng Tong)  
- misc: fastrpc: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- usb: dwc3: pci: Fix pm_runtime_get_sync() error checking (Zheng Yongjun)  
- usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback (Wesley Cheng)  
- rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)  
- pwm: raspberrypi-poe: Fix endianness in firmware struct (Uwe Kleine-Konig)  
- pwm: lp3943: Fix duty calculation in case period was clamped (Uwe Kleine-Konig)  
- staging: fieldbus: Fix the error handling path in anybuss_host_common_probe() (Christophe JAILLET)  
- usb: musb: Fix missing of_node_put() in omap2430_probe (Miaoqian Lin)  
- USB: storage: karma: fix rio_karma_init return (Lin Ma)  
- usb: usbip: add missing device lock on tweak configuration cmd (Niels Dossche)  
- usb: usbip: fix a refcount leak in stub_probe() (Hangyu Hua)  
- remoteproc: imx_rproc: Ignore create mem entry for resource table (Peng Fan)  
- tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id and ida_simple_get (Sherry Sun)  
- serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe (Miaoqian Lin)  
- tty: n_tty: Restore EOF push handling behavior (Daniel Gibson)  
- tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe (Miaoqian Lin)  
- tty: goldfish: Use tty_port_destroy() to destroy port (Wang Weiyang)  
- lkdtm/bugs: Dont expect thread termination without CONFIG_UBSAN_TRAP (Christophe Leroy)  
- lkdtm/bugs: Check for the NULL pointer after calling kmalloc (Jiasheng Jiang)  
- iio: adc: ad7124: Remove shift from scan_type (Alexandru Tachici)  
- staging: greybus: codecs: fix type confusion of list iterator variable (Jakob Koschel)  
- pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards (Randy Dunlap)  
- LTS version: v5.15.46 (Jack Vogel)  
- block: fix bio_clone_blkg_association() to associate with proper blkcg_gq (Jan Kara)  
- pinctrl/rockchip: support setting input-enable param (Caleb Connolly)  
- md: bcache: check the return value of kzalloc() in detached_dev_do_request() (Jia-Ju Bai)  
- md: fix double free of io_acct_set bioset (Xiao Ni)  
- md: Dont set mddev private to NULL in raid0 pers-&gt;free (Xiao Ni)  
- fs/ntfs3: Fix invalid free in log_replay (Namjae Jeon)  
- exportfs: support idmapped mounts (Christian Brauner)  
- fs: add two trivial lookup helpers (Christian Brauner)  
- interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate (Mike Tipton)  
- interconnect: qcom: sc7180: Drop IP0 interconnects (Stephen Boyd)  
- ext4: only allow test_dummy_encryption when supported (Eric Biggers)  
- MIPS: IP30: Remove incorrect cpu_has_fpu override (Maciej W. Rozycki)  
- MIPS: IP27: Remove incorrect cpu_has_fpu override (Maciej W. Rozycki)  
- RDMA/rxe: Generate a completion for unsupported/invalid opcode (Xiao Yang)  
- RDMA/hns: Remove the num_cqc_timer variable (Yixing Liu)  
- staging: r8188eu: delete rtw_wx_read/write32() (Dan Carpenter)  
- Revert random: use static branch for crng_ready() (Jason A. Donenfeld)  
- list: test: Add a test for list_is_head() (David Gow)  
- kseltest/cgroup: Make test_stress.sh work if run interactively (Waiman Long)  
- net: ipa: fix page free in ipa_endpoint_replenish_one() (Alex Elder)  
- net: ipa: fix page free in ipa_endpoint_trans_release() (Alex Elder)  
- phy: qcom-qmp: fix reset-controller leak on probe errors (Johan Hovold)  
- coresight: core: Fix coresight device probe failure issue (Mao Jinlong)  
- blk-iolatency: Fix inflight count imbalances and IO hangs on offline (Tejun Heo)  
- vdpasim: allow to enable a vq repeatedly (Eugenio Perez)  
- dt-bindings: gpio: altera: correct interrupt-cells (Dinh Nguyen)  
- docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0 (Akira Yokosawa)  
- SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op (Steve French)  
- ARM: pxa: maybe fix gpio lookup tables (Arnd Bergmann)  
- ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries (Jonathan Bakker)  
- phy: qcom-qmp: fix struct clk leak on probe errors (Johan Hovold)  
- clk: tegra: Add missing reset deassertion (Diogo Ivo)  
- arm64: tegra: Add missing DFLL reset on Tegra210 (Diogo Ivo)  
- arm64: dts: qcom: ipq8074: fix the sleep clock frequency (Kathiravan T)  
- gma500: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- serial: pch: dont overwrite xmit-&gt;buf[0] by x_char (Jiri Slaby)  
- bcache: avoid journal no-space deadlock by reserving 1 journal bucket (Coly Li)  
- bcache: remove incremental dirty sector counting for bch_sectors_dirty_init() (Coly Li)  
- bcache: improve multithreaded bch_sectors_dirty_init() (Coly Li)  
- bcache: improve multithreaded bch_btree_check() (Coly Li)  
- stm: ltdc: fix two incorrect NULL checks on list iterator (Xiaomeng Tong)  
- carl9170: tx: fix an incorrect use of list iterator (Xiaomeng Tong)  
- ASoC: rt5514: Fix event generation for DSP Voice Wake Up control (Mark Brown)  
- rtl818x: Prevent using not initialized queues (Alexander Wetzel)  
- xtensa/simdisk: fix proc_read_simdisk() (Yi Yang)  
- mm/memremap: fix missing call to untrack_pfn() in pagemap_range() (Miaohe Lin)  
- hugetlb: fix huge_pmd_unshare address update (Mike Kravetz)  
- nodemask.h: fix compilation error with GCC12 (Christophe de Dinechin)  
- mm/page_alloc: always attempt to allocate at least one page during bulk allocation (Mel Gorman)  
- Revert mm/cma.c: remove redundant cma_mutex lock (Dong Aisheng)  
- iommu/dma: Fix iova map result check bug (Yunfei Wang)  
- iommu/msm: Fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- ksmbd: fix outstanding credits related bugs (Hyunchul Lee)  
- ftrace: Clean up hash direct_functions on register failures (Song Liu)  
- kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] (Naveen N. Rao)  
- um: Fix out-of-bounds read in LDT setup (Vincent Whitchurch)  
- um: chan_user: Fix winch_tramp() return value (Johannes Berg)  
- um: Use asm-generic/dma-mapping.h (Johannes Berg)  
- mac80211: upgrade passive scan to active scan on DFS channels after beacon rx (Felix Fietkau)  
- cfg80211: declare MODULE_FIRMWARE for regulatory.db (Dimitri John Ledkov)  
- thermal: devfreq_cooling: use local ops instead of global ops (Kant Fan)  
- irqchip: irq-xtensa-mx: fix initial IRQ affinity (Max Filippov)  
- irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x (Pali Rohar)  
- csky: patch_text: Fixup last cpu should be master (Guo Ren)  
- mmc: core: Allows to override the timeout value for ioctl() path (Bean Huo)  
- RDMA/hfi1: Fix potential integer multiplication overflow errors (Dennis Dalessandro)  
- Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug (Sean Christopherson)  
- ima: remove the IMA_TEMPLATE Kconfig option (GUO Zihua)  
- media: coda: Add more H264 levels for CODA960 (Nicolas Dufresne)  
- media: coda: Fix reported H264 profile (Nicolas Dufresne)  
- mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N (Tokunori Ikegami)  
- mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write (Tokunori Ikegami)  
- md: fix an incorrect NULL check in md_reload_sb (Xiaomeng Tong)  
- md: fix an incorrect NULL check in does_sb_need_changing (Xiaomeng Tong)  
- drm/i915/dsi: fix VBT send packet port selection for ICL+ (Jani Nikula)  
- drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX (Brian Norris)  
- drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- drm/nouveau/clk: Fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem (Lucas Stach)  
- drm/nouveau/subdev/bus: Ratelimit logging for fault errors (Lyude Paul)  
- drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. (Dave Airlie)  
- landlock: Fix same-layer rule unions (Mickael Salaun)  
- landlock: Create find_rule() from unmask_layers() (Mickael Salaun)  
- landlock: Reduce the maximum number of layers to 16 (Mickael Salaun)  
- landlock: Define access_mask_t to enforce a consistent access mask size (Mickael Salaun)  
- selftests/landlock: Test landlock_create_ruleset(2) argument check ordering (Mickael Salaun)  
- landlock: Change landlock_restrict_self(2) check ordering (Mickael Salaun)  
- landlock: Change landlock_add_rule(2) argument check ordering (Mickael Salaun)  
- selftests/landlock: Add tests for O_PATH (Mickael Salaun)  
- selftests/landlock: Fully test file rename with remove access (Mickael Salaun)  
- selftests/landlock: Extend access right tests to directories (Mickael Salaun)  
- selftests/landlock: Add tests for unknown access rights (Mickael Salaun)  
- selftests/landlock: Extend tests for minimal valid attribute size (Mickael Salaun)  
- selftests/landlock: Make tests build with old libc (Mickael Salaun)  
- landlock: Fix landlock_add_rule(2) documentation (Mickael Salaun)  
- samples/landlock: Format with clang-format (Mickael Salaun)  
- samples/landlock: Add clang-format exceptions (Mickael Salaun)  
- selftests/landlock: Format with clang-format (Mickael Salaun)  
- selftests/landlock: Normalize array assignment (Mickael Salaun)  
- selftests/landlock: Add clang-format exceptions (Mickael Salaun)  
- landlock: Format with clang-format (Mickael Salaun)  
- landlock: Add clang-format exceptions (Mickael Salaun)  
- scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled (Manivannan Sadhasivam)  
- scsi: dc395x: Fix a missing check on list iterator (Xiaomeng Tong)  
- dlm: fix missing lkb refcount handling (Alexander Aring)  
- dlm: uninitialized variable on error in dlm_listen_for_all() (Dan Carpenter)  
- dlm: fix plock invalid read (Alexander Aring)  
- s390/stp: clock_delta should be signed (Sven Schnelle)  
- s390/perf: obtain sie_block from the right address (Nico Boehr)  
- mm, compaction: fast_find_migrateblock() should return pfn in the target zone (Rei Yamamoto)  
- staging: r8188eu: prevent -&gt;Ssid overflow in rtw_wx_set_scan() (Denis Efremov)  
- PCI: qcom: Fix unbalanced PHY init on probe errors (Johan Hovold)  
- PCI: qcom: Fix runtime PM imbalance on probe errors (Johan Hovold)  
- PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299 (Bjorn Helgaas)  
- drm/amdgpu: add beige goby PCI ID (Alex Deucher)  
- tracing: Initialize integer variable to prevent garbage return value (Gautam Menghani)  
- tracing: Fix potential double free in create_var_ref() (Keita Suzuki)  
- tty: goldfish: Introduce gf_ioread32()/gf_iowrite32() (Laurent Vivier)  
- ACPI: property: Release subnode properties with data nodes (Sakari Ailus)  
- ext4: avoid cycles in directory h-tree (Jan Kara)  
- ext4: verify dir block before splitting it (Jan Kara)  
- ext4: fix bug_on in __es_tree_search (Baokun Li)  
- ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state (Theodore Tso)  
- ext4: fix bug_on in ext4_writepages (Ye Bin)  
- ext4: fix warning in ext4_handle_inode_extension (Ye Bin)  
- ext4: fix race condition between ext4_write and ext4_convert_inline_data (Baokun Li)  
- ext4: fix use-after-free in ext4_rename_dir_prepare (Ye Bin)  
- ext4: mark group as trimmed only if it was fully scanned (Dmitry Monakhov)  
- bfq: Make sure bfqg for which we are queueing requests is online (Jan Kara)  
- bfq: Get rid of __bio_blkcg() usage (Jan Kara)  
- bfq: Track whether bfq_group is still online (Jan Kara)  
- bfq: Remove pointless bfq_init_rq() calls (Jan Kara)  
- bfq: Drop pointless unlock-lock pair (Jan Kara)  
- bfq: Update cgroup information before merging bio (Jan Kara)  
- bfq: Split shared queues on move between cgroups (Jan Kara)  
- bfq: Avoid merging queues with different parents (Jan Kara)  
- bfq: Avoid false marking of bic as stably merged (Jan Kara)  
- efi: Do not import certificates from UEFI Secure Boot for T2 Macs (Aditya Garg)  
- fs-writeback: writeback_sb_inodes:Recalculate wrote according skipped pages (Zhihao Cheng)  
- iwlwifi: mvm: fix assert 1F04 upon reconfig (Emmanuel Grumbach)  
- wifi: mac80211: fix use-after-free in chanctx code (Johannes Berg)  
- objtool: Fix symbol creation (Peter Zijlstra)  
- objtool: Fix objtool regression on x32 systems (Mikulas Patocka)  
- f2fs: fix to do sanity check for inline inode (Chao Yu)  
- f2fs: fix fallocate to use file_modified to update permissions consistently (Chao Yu)  
- f2fs: dont use casefolded comparison for . and .. (Eric Biggers)  
- f2fs: fix to do sanity check on total_data_blocks (Chao Yu)  
- f2fs: dont need inode lock for system hidden quota (Jaegeuk Kim)  
- f2fs: fix deadloop in foreground GC (Chao Yu)  
- f2fs: fix to clear dirty inode in f2fs_evict_inode() (Chao Yu)  
- f2fs: fix to do sanity check on block address in f2fs_do_zero_range() (Chao Yu)  
- f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() (Chao Yu)  
- NFSv4.1 mark qualified async operations as MOVEABLE tasks (Olga Kornievskaia)  
- NFS: Convert GFP_NOFS to GFP_KERNEL (Trond Myklebust)  
- NFS: Create a new nfs_alloc_fattr_with_label() function (Anna Schumaker)  
- NFS: Always initialise fattr-&gt;label in nfs_fattr_alloc() (Trond Myklebust)  
- video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup (Javier Martinez Canillas)  
- perf jevents: Fix event syntax error caused by ExtSel (Zhengjun Xing)  
- perf c2c: Use stdio interface if slang is not supported (Leo Yan)  
- perf build: Fix btf__load_from_kernel_by_id() feature check (Jiri Olsa)  
- i2c: rcar: fix PM ref counts in probe error paths (Kuninori Morimoto)  
- i2c: npcm: Handle spurious interrupts (Tali Perry)  
- i2c: npcm: Correct register access width (Tyrone Ting)  
- i2c: npcm: Fix timeout calculation (Tali Perry)  
- iommu/amd: Increase timeout waiting for GA log enablement (Joerg Roedel)  
- dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler() (Amelie Delaunay)  
- dmaengine: stm32-mdma: remove GISR1 register (Amelie Delaunay)  
- video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup (Miaoqian Lin)  
- NFS: Further fixes to the writeback error handling (Trond Myklebust)  
- NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout (Trond Myklebust)  
- NFS: Dont report errors from nfs_pageio_complete() more than once (Trond Myklebust)  
- NFS: Do not report flush errors in nfs_write_end() (Trond Myklebust)  
- NFS: Dont report ENOSPC write errors twice (Trond Myklebust)  
- NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS (Trond Myklebust)  
- NFS: Do not report EINTR/ERESTARTSYS as mapping errors (Trond Myklebust)  
- dmaengine: idxd: Fix the error handling path in idxd_cdev_register() (Christophe JAILLET)  
- i2c: at91: Initialize dma_buf in at91_twi_xfer() (Nathan Chancellor)  
- iommu/mediatek: Fix NULL pointer dereference when printing dev_name (Miles Chen)  
- MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon (Guenter Roeck)  
- iommu/arm-smmu-v3-sva: Fix mm use-after-free (Jean-Philippe Brucker)  
- cpufreq: mediatek: Unregister platform device on exit (Rex-BC Chen)  
- cpufreq: mediatek: Use module_init and add module_exit (Jia-Wei Chang)  
- i2c: at91: use dma safe buffers (Michael Walle)  
- iommu/mediatek: Add mutex for m4u_group and m4u_dom in data (Yong Wu)  
- iommu/mediatek: Remove clk_disable in mtk_iommu_remove (Yong Wu)  
- iommu/mediatek: Add list_del in mtk_iommu_remove (Yong Wu)  
- iommu/mediatek: Fix 2 HW sharing pgtable issue (Yong Wu)  
- iommu/amd: Enable swiotlb in all cases (Mario Limonciello)  
- f2fs: fix dereference of stale list iterator after loop body (Jakob Koschel)  
- f2fs: fix to do sanity check on inline_dots inode (Chao Yu)  
- f2fs: support fault injection for dquot_initialize() (Chao Yu)  
- OPP: call of_node_put() on error path in _bandwidth_supported() (Dan Carpenter)  
- Input: stmfts - do not leave device disabled in stmfts_input_open (Dmitry Torokhov)  
- KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer (Wanpeng Li)  
- RDMA/hfi1: Prevent use of lock before it is initialized (Douglas Miller)  
- mailbox: forward the hrtimer if not queued and under a lock (Bjorn Ardo)  
- nfsd: destroy percpu stats counters after reply cache shutdown (Julian Schroeder)  
- mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() (Yang Yingliang)  
- powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup (Miaoqian Lin)  
- powerpc/xive: Fix refcount leak in xive_spapr_init (Miaoqian Lin)  
- powerpc/xive: Add some error handling code to xive_spapr_init() (Christophe JAILLET)  
- macintosh: via-pmu and via-cuda need RTC_LIB (Randy Dunlap)  
- powerpc/perf: Fix the threshold compare group constraint for power9 (Kajol Jain)  
- powerpc/perf: Fix the threshold compare group constraint for power10 (Kajol Jain)  
- powerpc/64: Only WARN if __pa()/__va() called with bad addresses (Michael Ellerman)  
- hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resume() (Yang Yingliang)  
- PCI: microchip: Fix potential race in interrupt handling (Daire McNamara)  
- PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits (Kuppuswamy Sathyanarayanan)  
- Input: sparcspkr - fix refcount leak in bbc_beep_probe (Miaoqian Lin)  
- hugetlbfs: fix hugetlbfs_statfs() locking (Mina Almasry)  
- ARM: dts: at91: sama7g5: remove interrupt-parent from gic node (Eugen Hristev)  
- crypto: cryptd - Protect per-CPU resource by disabling BH. (Sebastian Andrzej Siewior)  
</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9830.html" type="self" title="ELSA-2022-9830" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21385.html" id="CVE-2022-21385" type="cve" title="CVE-2022-21385" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21546.html" id="CVE-2022-21546" type="cve" title="CVE-2022-21546" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2585.html" id="CVE-2022-2585" type="cve" title="CVE-2022-2585" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2586.html" id="CVE-2022-2586" type="cve" title="CVE-2022-2586" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-2588.html" id="CVE-2022-2588" type="cve" title="CVE-2022-2588" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-34918.html" id="CVE-2022-34918" type="cve" title="CVE-2022-34918" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="2.52.3.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-2.52.3.el8.x86_64.rpm</filename>
          <sum type="sha256">c60015bb74c7702e9cf6cbe295182d5037fe760828fc85b25b57c62feed1681f</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="2.52.3.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-2.52.3.el8.src.rpm</filename>
          <sum type="sha256">cb5569417d9dff7bdfd73c32c98101b71c768bb01fa7207b8d36c9a17294a02c</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="2.52.3.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-2.52.3.el8.x86_64.rpm</filename>
          <sum type="sha256">a178ef710f400ee8a7d15f66ce627bf3956b2d95afc52747b0a3cf49b39012b8</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9591</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-07-12 00:00:00"/>
    <updated date="2022-07-12 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-0.30.20]
- floppy: use a statically allocated error counter (Willy Tarreau)  [Orabug: 34218638]  {CVE-2022-1652}
- x86: Disable RET on kexec (Konrad Rzeszutek Wilk)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- arm64: proton-pack: provide vulnerability file value for RETBleed (James Morse)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/cpu/amd: Enumerate BTC_NO (Andrew Cooper)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/common: Stamp out the stepping madness (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Prevent RSB underflow before vmenter (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fill RSB on vmexit for IBRS (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Fix IBRS handling after vmexit (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Convert launched argument to flags (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- KVM: VMX: Flatten __vmx_vcpu_run() (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Remove x86_spec_ctrl_mask (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix SPEC_CTRL write on SMT state change (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix firmware entry SPEC_CTRL handling (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/cpu/amd: Add Spectral Chicken (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Add entry UNRET validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Do IBPB fallback check only once (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Add retbleed=ibpb (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/xen: Rename SYS* entry points (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Update Retpoline validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- intel_idle: Disable IBRS during long idle (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Report Intel retbleed vulnerability (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation() (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS (Pawan Gupta)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Optimize SPEC_CTRL MSR writes (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Add kernel IBRS implementation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Enable STIBP for JMP2RET (Kim Phillips)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Add AMD retbleed= boot parameter (Alexandre Chartre)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bugs: Report AMD retbleed vulnerability (Alexandre Chartre)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Add magic AMD return-thunk (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Treat .text.__x86.* as noinstr (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Use return-thunk in asm code (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/sev: Avoid using __x86_return_thunk (Kim Phillips)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/vsyscall_emu/64: Don't use RET in vsyscall emulation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/kvm: Fix SETcc emulation for return thunks (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/bpf: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86,static_call: Use alternative RET encoding (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86,objtool: Create .return_sites (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Undo return-thunk damage (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Use -mfunction-return (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Swizzle retpoline thunk (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/retpoline: Cleanup some #ifdefery (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/cpufeatures: Move RETPOLINE flags to word 11 (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/kvm/vmx: Make noinstr clean (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Remove skip_r11rcx (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Fix register corruption in compat syscall (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Use PUSH_AND_CLEAR_REGS for compat (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/entry: Simplify entry_INT80_compat() (Linus Torvalds)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/mm: Simplify RESERVE_BRK() (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- crypto: x86/poly1305 - Fixup SLS (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86,static_call: Fix __static_call_return0 for i386 (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- kvm/emulate: Fix SETcc emulation function offsets with SLS (Borislav Petkov)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Default ignore INT3 for unreachable (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Add straight-line-speculation mitigation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- objtool: Add straight-line-speculation validation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Prepare inline-asm for straight-line-speculation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86: Prepare asm files for straight-line-speculation (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/lib/atomic64_386_32: Rename things (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/alternative: Relax text_poke_bp() constraint (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- static_call,x86: Robustify trampoline patching (Peter Zijlstra)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}
- x86/xen: Move hypercall_page to top of the file (Josh Poimboeuf)  [Orabug: 34335631]  {CVE-2022-23816} {CVE-2022-29901}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9591.html" type="self" title="ELSA-2022-9591" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-1652.html" id="CVE-2022-1652" type="cve" title="CVE-2022-1652" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-23816.html" id="CVE-2022-23816" type="cve" title="CVE-2022-23816" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-29901.html" id="CVE-2022-29901" type="cve" title="CVE-2022-29901" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.20.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-0.30.20.el8.src.rpm</filename>
          <sum type="sha256">0458b51e36a9f236baea686f00eedfd0bc109e21bd8ace0523e9730bc649d653</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="0.30.20.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-0.30.20.el8.x86_64.rpm</filename>
          <sum type="sha256">c68d1863e0995341e2f6a86cc360988a84733c24ce9a682f65339c441aceb25b</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="0.30.20.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-0.30.20.el8.x86_64.rpm</filename>
          <sum type="sha256">f09a84b349b3f0b46620776aa8851e36f9257872ab1de27b021466ad271d0277</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20358</id>
    <title> btrfs-progs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-06-05 00:00:00"/>
    <updated date="2025-06-05 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.1-3]
- btrfs-progs: mkfs: use path_canonicalize for input device [Orabug: 37868203]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20358.html" type="self" title="ELBA-2025-20358" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="btrfs-progs" version="5.15.1" release="3.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-5.15.1-3.el8.x86_64.rpm</filename>
          <sum type="sha256">70c1524c1a0fdcb4635486ff09767d0d1bf96bf34f72ba83b194e9b7decc0906</sum>
        </package>
        <package name="btrfs-progs-devel" version="5.15.1" release="3.el8" epoch="0" arch="x86_64">
          <filename>btrfs-progs-devel-5.15.1-3.el8.x86_64.rpm</filename>
          <sum type="sha256">7cff97babfe4a22e12334331fae287d7cb270b5afc0d350c998618cbfc100ff4</sum>
        </package>
        <package name="libbtrfsutil" version="5.15.1" release="3.el8" epoch="0" arch="x86_64">
          <filename>libbtrfsutil-5.15.1-3.el8.x86_64.rpm</filename>
          <sum type="sha256">640faee1127b56512438108916684a6af6e0b7cd7ec6f69a0aff3548628b5d9d</sum>
        </package>
        <package name="python3-btrfsutil" version="5.15.1" release="3.el8" epoch="0" arch="x86_64">
          <filename>python3-btrfsutil-5.15.1-3.el8.x86_64.rpm</filename>
          <sum type="sha256">a84cbc33dd258b5bdcc2cc30d4321c07287ecc03336f21397eb69d284f7d2a67</sum>
        </package>
        <package name="libbtrfs" version="5.15.1" release="3.el8" epoch="0" arch="x86_64">
          <filename>libbtrfs-5.15.1-3.el8.x86_64.rpm</filename>
          <sum type="sha256">6b491e0b7ec1b6302c224f75406e37a1f75f06ab7511f7d44fd9e4ba17ca7257</sum>
        </package>
        <package name="btrfs-progs" version="5.15.1" release="3.el8" epoch="0" arch="src">
          <filename>btrfs-progs-5.15.1-3.el8.src.rpm</filename>
          <sum type="sha256">f635bf2c2ed947b34e05da6cb959025e88e81e39c992fd7c4c9ef19b86bb25fc</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12787</id>
    <title> e2fsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-24 00:00:00"/>
    <updated date="2024-10-24 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[1.46.2-2]
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

[1.46.2-1]
- New upstream release

[1.45.6-6]
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

[1.45.6-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[1.45.6-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

[1.45.6-3]
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

[1.45.6-2]
- Remove local/ elements from e2scrub PATH

[1.45.6-1]
- New upstream release

[1.45.5-3]
- Fix build errors with gcc 10

[1.45.5-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

[1.45.5-1]
- New upstream release

[1.45.4-1]
- New upstream release

[1.45.3-1]
- New upstream release

[1.45.2-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

[1.45.2-1]
- New upstream release

[1.45.0-1]
- New upstream release

[1.44.6-2]
- Remove obsolete requirements for %post/%preun scriptlets

[1.44.6-1]
- New upstream release

[1.44.5-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

[1.44.5-1]
- New upstream release

[1.44.4-1]
- New upstream release

[1.44.3-1]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

[1.44.3-0]
- New upstream release
- Remove multiarch wrappers
- Remove needless use of %defattr marco

[1.44.1-1]
- New upstream release
- tests: use mke2fs and debugfs from the build tree
- remove custom patch to ignose sb feature differences
- e2fsprogs: fix metadata image handling on big endian systems
- fix spelling errors in spec file
- remove custom e2fsck.conf

[1.44.0-2]
- e2fsck: fix endianness problem when reading htree nodes
- use make fullcheck in %check section to run all the tests

[1.44.0-1]
- New upstream release
- Add gcc to the BuildRequires to comply with packaging guidelines

[1.43.9-1]
- New upstream release

[1.43.8-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

[1.43.8-1]
- New upstream release
- Fix build failure swapfs.c on big-endian

[1.43.7-1]
- New upstream release

[1.43.6-1]
- New upstream release

[1.43.5-2]
- Bump and rebuild for an rpm signing issue

[1.43.5-1]
- New upstream release

[1.43.4-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

[1.43.4-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

[1.43.4-2]
- Add missing %license macro

[1.43.4-1]
- New upstream release

[1.43.3-1]
- New upstream release

[1.43.2-1]
- New upstream release (broken on i686, not built)

[1.43.1-2]
- Fix e2undo endian issues (#1344636)

[1.43.1-1]
- New upstream release

[1.42.13-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

[1.42.13-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

[1.42.13-2]
- Add -fno-strict-aliasing (#1211582)

[1.42.13-1]
- New upstream release

[1.42.12-5]
- Don't trigger full check within time fudge window (#1202024)

[1.42.12-4]
- Fix potential buffer overflow in closefs (#1193947, CVE-2015-1572)
- Fix dumpe2fs segfault with no arguments (#1194063)
- Don't require fsck prior to resize2fs -P (#1170803)

[1.42.12-3]
- Rebuilt for Fedora 23 Change
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code

[1.42.12-2]
- Fix use after free (#1192861)
- Fix time-based fsck if set in superblock (e2fsck.conf, #963283)

[1.42.12-1]
- New upstream release

[1.42.11-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

[1.42.11-2]
- fix license handling

[1.42.11-1]
- New upstream release

[1.42.10-5]
- Rebuilt for buggy rpm 4.12 alpha -
  https://lists.fedoraproject.org/pipermail/devel/2014-June/200633.html

[1.42.10-4]
- Add missing dependency info for quota.c - fixes build on s390(x)

[1.42.10-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

[1.42.10-2]
- Fix large file handling on 32-bit builds

[1.42.10-1]
- New upstream release
- Enable userspace quota

[1.42.9-2]
- Fix up Source0 URL

[1.42.9-1]
- New upstream release
- Re-enable disabled tests for now

[1.42.8-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

[1.42.8-2]
- Interpackage dependencies should be for same arch
- Remove newly added but failing resize2fs tests for now

[1.42.8-1]
- New upstream release

[1.42.7-2]
- Tighten up inter-package dependencies

[1.42.7-1]
- New upstream release

[1.42.6-2]
- Switch back to gzipped tarball to make sf.net source URL correct

[1.42.6-1]
- New upstream release

[1.42.5-2]
- Add explicit library deps to e2fsprogs (#848805)

[1.42.5-1]
- New upstream release

[1.42.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

[1.42.4-1]
- New upstream release

[1.42.3-2]
- Fixes for &gt; 16T filesystems

[1.42.3-1]
- New upstream release

[1.42.2-6]
- Add missing [options] tag to e2fsck.conf

[1.42.2-5]
- Add broken system clock config to e2fsck.conf to let boot
  continue even if system clock very wrong.

[1.42.2-4]
- Handle 32-bit bitmaps in new find_first_zero functions

[1.42.2-3]
- Rebuild against new RPM (RHBZ#808250).

[1.42.2-2]
- Move files out of /sbin and /lib into /usr/...

[1.42.2-1]
- New upstream release

[1.42.1-1]
- New upstream release

[1.42-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

[1.42-1]
- New upstream point release

[1.42-0.9.WIP.1120]
- Build the right tarball for 1.42-WIP-1120

[1.42-0.8.WIP.1120]
- New upstream snapshot release

[1.42-0.7.WIP.1016]
- Several mmp-related fixes

[1.42-0.6.WIP.1016]
- Fix e2fsck / make check on big endian arch

[1.42-0.5.WIP.1016]
- New upstream snapshot release

[1.42-0.4.WIP.2011.1009]
- New upstream snapshot release

[1.42-0.3.WIP.0925]
- New upstream snapshot release

[1.42-0.2.WIP.0702]
- Fix use of uninitialized memory via ext2fs_copy_generic_bmap()

[1.42-0.1.WIP.0702]
- Test release for &gt;16T support

[1.41.14-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

[1.41.14-1]
- New upstream release

[1.41.13-2]
- Add upstream fix for big-endian machines

[1.41.13-1]
- New upstream release

[1.41.12-7]
- Fix up UTF-8 formatting in e2fsck output (#655227)

[1.41.12-6]
- Install e4defrag for testing

[1.41.12-5]
- Relax fsck requirements for resize2fs -P

[1.41.12-4]
- Add COPYING file to the static subpackage

[1.41.12-3]
- Reinstate static libs in dedicated package (#596377)

[1.41.12-2]
- Fix fsck thinko in 1.41.12 release

[1.41.12-1]
- New upstream version

[1.41.11-1]
- New upstream version

[1.41.10-5]
- Don't ask for confirmation of misaligned mkfs with -F (#569021)

[1.41.10-4]
- Fix for e2fsck -fD corruption

[1.41.10-3]
- And drop virtual provides for static libs

[1.41.10-2]
- Drop static libs (#545144)

[1.41.10-1]
- New upstream version

[1.41.9-10]
- Upstream version of resize2fs array fix, original was wrong

[1.41.9-9]
- Fix up stray output &amp; re-enable make check
- Fix dlopen issues for newer libreadline
- Fix access beyond end of array in resize2fs

[1.41.9-8]
- Fix up topology patch to build w/ new util-linux-ng
- Fix endian swapping of backup journal blocks in sb

[1.41.9-7]
- Re-enable 'make check' during build

[1.41.9-6]
- Add support for block discard (TRIM) at mkfs time
- Add support for new blkid topology awareness

[1.41.9-5]
- Allow superblock timestamp differences up to 24h (#522969)

[1.41.9-4]
- Fix install with --excludedocs (#515987)

[1.41.9-3]
- Drop defrag bits for now, not ready yet.

[1.41.9-2]
- Fix resize -m bug with flexbg (#519131)

[1.41.9-1]
- New upstream release

[1.41.8-6]
- Fix filefrag in fallback case
- Add e2freefrag &amp; e4defrag (experimental)

[1.41.8-5]
- disable fsck (replaced by util-linux-ng)

[1.41.8-4]
- disable libuuid and uuidd (replaced by util-linux-ng)

[1.41.8-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

[1.41.8-2]
- Address some package review concerns (#225714)

[1.41.8-1]
- New upstream version, several resize fixes.

[1.41.7-1]
- New upstream version

[1.41.6-6]
- Split out sub-libraries (#225406)
- Don't start uuidd by default

[1.41.6-5]
- Update journal backup blocks in sb after resize (#505339)
- Fix memory leak in extent handling functions
- Fix bug in inode writing in extent code, clobbered i_extra_isize etc

[1.41.6-4]
- set BuildRequires: libblkid-devel (from util-linux-ng)

[1.41.6-3]
- temporary use BuildRequires: e2fsprogs-devel (we cannot install
  new util-linux-ng with libblkid to buildroots without new e2fsprogs
  without libblkid).

[1.41.6-2]
- disable libblkid (replaced by libblkid from util-linux-ng)

[1.41.6-1]
- New upstream version

[1.41.5-1]
- New upstream version

[1.41.4-8]
- Fix support for external journals

[1.41.4-7]
- Fix ext4 resize issues (#496982)

[1.41.4-6]
- ignore differing NEEDS_RECOVERY flag on fsck post-resize (#471925)

[1.41.4-5]
- fix a couple missed descriptions; obsolete e4fsprogs

[1.41.4-4]
- Edit summary &amp; description to include ext4 (#487469)
- Fix blkid null ptr deref in initrd (#486997)

[1.41.4-3]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

[1.41.4-2]
- Fix debugfs 'stat' segfault if no open fs (#482894)
- Fix name of libext2fs info page (#481620)

[1.41.4-1]
- New upstream release
- Dropped btrfs &amp; resize fixes, upstream now

[1.41.3-4]
- resize2fs fixes, esp. for ext4

[1.41.3-3]
- Remove conservative 'don't change journal location' patch for F11
- Add btrfs recognition to blkid

[1.41.3-2]
- Bump to revision 2, f10 was behind f9, oops.

[1.41.3-1]
- New upstream version (very minor fixes, ext4-related)

[1.41.2-2]
- Fix blkid to recognize ext4dev filesystems as ext4-mountable

[1.41.2-1]
- New upstream version
- Updated default dir hash (half_md4) for better perf &amp; fewer collisions
- Fixed ext4 online resizing with flex_bg
- ext4 journal now in extents format and in middle of filesystem
- fix unreadable e2image files
- fix file descriptor leak in libcom_err (#464689)

[1.41.0-2]
- Don't check the group checksum when !GDT_CSUM (#459875)

[1.41.0-1]
- New upstream version
- ext4 capable

[1.41-0.2.WIP.0707]
- Fix release macro snafu

[1.41-0.1.WIP.0707]
- New upstream snapshot release

[1.41-0.WIP.0617.1]
- Fix blkid -g segfault when clearing entries (#452333)

[1.41-0.WIP.0617]
- New upstream snapshot release for ext4 capability

[1.40.10-3]
- Tidy up multilib hack for non-multilib arches (#446016)
- Fix up postun script (#449868)

[1.40.10-2]
- setup header support for sparc

[1.40.10-1]
- New upstream version
- Fixes unprivileged blkid use problem (#448591)

[1.40.9-2]
- Fix blkid swap recognition on big-endian boxes (#445786)

[1.40.9-1]
- New upstream version

[1.40.8-2]
- Update ext2fs_swap_inode_full() fix to match upstream
- Check more of swapv1 header in blkid detection (#442937)

[1.40.8-1]
- New upstream version

[1.40.7-2]
- second try at fixing resize2fs vs. large inodes... (#434893)

[1.40.7-1]
- New upstream version, special leap-day edition
- Fix resize2fs losing inline xattrs when shrinking (#434893)
  and add patch to fix swap_inode_full in this case
- Allow mke2fs &amp; tune2fs to manipulate large_file feature (#258381)
- Handle lvm error conditions in libblkid (#433857)
- Allow tune2fs to clear the resize_inode feature (#167816)
- Teach blkid to detect LVM2 physical volumes (#409321)
- Show 'mostly printable' xattrs as text in debugfs (#430621)
- Trimmed pre-1.38 rpm changelog entries

[1.40.6-1]
- New upstream version

[1.40.5-2]
- gcc-4.3 rebuild

[1.40.5-1]
- New upstream version, drop several now-upstream patches.

[1.40.4-7]
- Fix sb flag comparisons properly this time (#428893)
- Make 256-byte inodes for the [default] mkfs case.
  This will facilitate upgrades to ext4 later, and help xattr perf.

[1.40.4-6]
- Completely clobber e2fsck.static build.

[1.40.4-5]
- Ignore some primary/backup superblock flag differences (#428893)
- Teach libblkid about ext4dev.

[1.40.4-4]
- Build e2fsck as a dynamically linked binary.
- Re-fix uidd manpage default paths.

[1.40.4-3]
- New uuidd subpackage, and properly set up uuidd at install.

[1.40.4-2]
- Add new uidd files to specfile

[1.40.4-1]
- New upstream version, drop several now-upstream patches.

[1.40.2-15]
- Drop resize_inode removal patch from tune2fs; ostensibly was
  for old kernels which could not mount, but seems to be fine.
- Drop pottcdate removal patch, and don't rebuild .po files,
  causes multilib problems and we generally shouldn't rebuild.
- Drop multilib patch; wrapper header should take care of this now.
- Drop -&gt;open rename, Fedora seems ok with this now.

[1.40.2-14]
- Fix integer overflows (#414591 / CVE-2007-5497)

[1.40.2-13]
- The -devel package now requires device-mapper-devel, to match
  the dependency in blkid.pc (#410791)

[1.40.2-12]
- Use upstream patch for blkid fat detection, avoids div-by-zero
  when encountering some BSD partitions (#398281)

[1.40.2-11]
- Add arm to multilib header wrapper

[1.40.2-10]
- Make (more) file timestamps match those in tarball for multilib tidiness
- Fix e2fsprogs-libs summary (shared libs not static)

[1.40.2-9]
- Detect big-endian squashfs filesystems in libblkid (#305151)

[1.40.2-8]
- Detect squashfs filesystems in libblkid (#305151)

[1.40.2-7]
- Fix blkid fat probe when there is a real MBR (#290951)

[1.40.2-6]
- Add alpha to the header wrappers

[1.40.2-5]
- wrap a couple headers to fix multilib issues (#270441)

[1.40.2-4]
- add gawk to e2fsprogs-devel Requires, compile_et needs it (#265961)

[1.40.2-3]
- Update license tags
- Fix one open-create caller with no mode
- Protect -&gt;open ops from glibc open-create-mode-checker
- Fix source URL
- Add gawk to BuildRequires

[1.40.2-2]
- Fix bug in ext2fs_swap_inode_full() on big-endian boxes

[1.40.2-1]
- New version 1.40.2
- Fix up warning in badblocks

[1.39-15]
- Fix up .po files to remove timestamps; multilib issues (#245653)

[1.39-14]
- Many coverity-found potential leaks, segfaults, etc (#239354)
- Fix debugfs segfaults when no fs open (#208416, #209330)
- Avoid recursive loops in logdump due to symlinks in /dev (#210371)
- Don't write changes to the backup superblocks by default (#229561)
- Correct byteswapping for fast symlinks with xattrs (#232663)
- e2fsck: added sanity check for xattr validation (#230193)

[1.39-13]
- add dist tag to release field

[1.39-12]
- add LUKS support to libblkid (#242421)

[1.39-11]
- fix post/preun requirements
- use smp flags

[1.39-10]
- Add build dependency on new device-mapper-devel package.

[1.39-9]
- build fixes for new automake 1.10 (#220715)

[1.39-8]
- make uuid_generate_time generate unique uuids (#218606)

[1.39-7]
- 32-bit 16T fixups from esandeen (#202807)
- Update summaries and descriptions

[1.39-6]
- Fix problem with empty FAT label (#206656)

[1.39-5]
- Fix memory leak in device probing.

[1.39-4]
- fixed multilib devel conflicts (#192665)

[1.39-3]
- prevent libblkid returning /dev/dm-X

[1.39-2.1]
- rebuild

[1.39-2]
- add GFS abd GFS2 support to libblkid

[1.39-1]
- new version 1.39
- dropped ext2online, because resize2fs is now able to do online resize
- spec file cleanup
- enabled checks for build

[1.38-15]
- prevent libblkid returning /dev/dm-X
- fix build

[1.38-14]
- prevent error messages to stderr caused by libblkid calling libdevmapper

[ - 1.38-13]
- used upstream version of the blkid-epoch patch (by Theodore Tso, #182188)

[1.38-12]
- Move /etc/blkid.tab to /etc/blkid/blkid.tab

[1.38-11]
- BuildRequires pkgconfig

[1.38-10]
- Disable /etc/blkid.tab caching if time is set before epoch (#182188)

[1.38-9]
- _don't_ handle selinux context on blkid.tab, dwalsh says this is a no-no.

[1.38-8]
- handle selinux context on blkid.tab

[1.38-7]
- BuildRequires: gettext-devel

[1.38-6.2]
- bump again for double-long bug on ppc(64)

[1.38-6.1]
- rebuilt for new gcc4.1 snapshot and glibc changes

[1.38-6]
- cleanup device-mapper patch
- use pkg-config for device-mapper

[1.38-5]
- fix some more minor logic errors in dm probing

[1.38-4]
- fix a logic error in dm probing
- add priority group for dm devices, so they'll be preferred

[1.38-3]
- added support for device-mapper devices

* Fri Dec 09 2005 Jesse Keating &lt;jkeating@redhat.com&gt;
- rebuilt

[1.38-2.1]
- fixed file conflicts between 32bit and 64bit packages (#168815)
- fixed mklost+found crashes with buffer overflow (#157773)
  Thanks to Arjan van de Ven for the patch

[1.38-2]
- splitted up libs from main package, into a new e2fsprogs-libs package
- fixed requires and prereqs

[1.38-1]
- new version 1.38
- Close File descriptor for unregognized devices (#159878)
  Thanks to David Milburn for the patch.
  Merged from RHEL-4
- enable tune2fs to set and clear feature resize_inode (#167816)
- removed outdated information from ext2online man page (#164383)</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12787.html" type="self" title="ELBA-2024-12787" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="e2scrub" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2scrub-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">bd5dc85d058bb9ccbe220f9f97a72db5d3c6849284a2c638fcdabadd961173a2</sum>
        </package>
        <package name="libss" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libss-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">9c017ffeff05089922bfe4d7cb6cbb8ef8e2e0824219e85245c0f02f421770eb</sum>
        </package>
        <package name="libss" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libss-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">ca7534a21247675fe6087d94f5ff5950b3a15415e9feae8b2737c7be3ccef7e6</sum>
        </package>
        <package name="e2fsprogs-libs" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-libs-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">f4ff17627f13f77d1238c48e63ebdd6707f9678bc4563a2eaea07acb3aecef7d</sum>
        </package>
        <package name="libcom_err" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libcom_err-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">17881e501e4f7fa33ee8ab0cc2d4d6964db49d4c66be36317c364e1f067ade48</sum>
        </package>
        <package name="libss-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libss-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">627b5612be67704de73e3f4681f31b3e2d2cdc9808b2444b48690655ac5630b6</sum>
        </package>
        <package name="libss-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libss-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">462f81399550c675ca79ec450ccfd5109c48a352f689ba816f149699f6174142</sum>
        </package>
        <package name="e2fsprogs-static" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-static-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">01d19fcd8075f1cfc220fb96504ac4c91f8602e1d29f9349df23ea3cb7d64544</sum>
        </package>
        <package name="e2fsprogs-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">f5614b8473496f587ec76ea7ee2657b302f0c5df29a67af7e9bf831c0496d6e3</sum>
        </package>
        <package name="libcom_err-devel" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libcom_err-devel-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">cdef0ef95bb5183810110d752797329db6d189f14cdd28ac8ecf9557a2370086</sum>
        </package>
        <package name="e2fsprogs" version="1.46.2" release="2.el8" epoch="0" arch="src">
          <filename>e2fsprogs-1.46.2-2.el8.src.rpm</filename>
          <sum type="sha256">9858ae1b1282f1507bf5de3fd28a948d1067895d6fe9efe5e06f45871f788068</sum>
        </package>
        <package name="e2fsprogs-libs" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>e2fsprogs-libs-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">66c3ee5a5d45fbb3076acd3fe0b3bec11173ac353552844fb763f2011a29a81a</sum>
        </package>
        <package name="e2fsprogs-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>e2fsprogs-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">a178305649cf507c5fd3b4ccd8edd23267371989c69cc899c3075423e6d8ddd4</sum>
        </package>
        <package name="libcom_err-devel" version="1.46.2" release="2.el8" epoch="0" arch="i686">
          <filename>libcom_err-devel-1.46.2-2.el8.i686.rpm</filename>
          <sum type="sha256">cdb99379e5bd02387893f4fb0ff92e7d0f9802155fdde5c83b6ea13fc5281a38</sum>
        </package>
        <package name="e2fsprogs" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>e2fsprogs-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">4a634c0eefc91555959c45bf375a12422075da954a0b10a42da5a6d0af0d5d62</sum>
        </package>
        <package name="libcom_err" version="1.46.2" release="2.el8" epoch="0" arch="x86_64">
          <filename>libcom_err-1.46.2-2.el8.x86_64.rpm</filename>
          <sum type="sha256">485420d1c9ad80452460e67c3aa3c77e679289e5f33a487f08ddd3a9280e7568</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-25736</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-11-05 00:00:00"/>
    <updated date="2025-11-05 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.0.4-1]
- TCP, UDP, and stapsdt providers implemented.  (Alan Maguire)
- New learning materials:  the User's Guide in Markdown format,
  example scripts, and a context file for LLMs.
  (Eugene Loh, Bruce McCulloch, Ruud van der Pas, Elena Zannoni).
- Allow [u]stack() to be used as a variable value.  (Kris Van Hees)
  [Orabug: 37950533]
- Comments using // are now supported.  (Kris Van Hees)
- Scalability improvements.  (Kris Van Hees)
- Error injection via return() action.  (Kris Van Hees)
- Improved string handling.  (Kris Van Hees)
- Various bug fixes.  (Eugene Loh, Kris Van Hees)
- Fix dyn vars overwriting one another.  [Orabug: 37994729]
- Fix regression:  list fbt probes by default.  [Orabug: 38249511]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees)
- Add test for preprocessor definitions.  [Orabug: 28763074]
- Fix some stack tests.  [Orabug: 37459289]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-25736.html" type="self" title="ELBA-2025-25736" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace" version="2.0.4" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.4-1.el8.src.rpm</filename>
          <sum type="sha256">9656f7ba4b80bbcb7aa4e6e3cc8aa1619d48dedb566058df9b4af931a5243eb4</sum>
        </package>
        <package name="dtrace" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">85267a12510be9e2de92d96550715e28579130adb22d5d9a89d0682e98011ca9</sum>
        </package>
        <package name="dtrace-devel" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1f53931886cffa9b089c4f95db499984208954a7219e54735357574a20c14367</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">4c5dd700bcecfc283fea2327420d4cf0aa2c4f6a74e5a3a17face20b3b336b11</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2026-50095</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2026-02-06 00:00:00"/>
    <updated date="2026-02-06 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-316.196.4.2]
- xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never added (Sabrina Dubroca)  
- usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE (Gopi Krishna Menon)  
- ext4: clear i_state_flags when alloc inode (Haibo Chen)  
- ext4: align max orphan file size with e2fsprogs limit (Baokun Li)  
- PM: runtime: Do not clear needs_force_resume with enabled runtime PM (Rafael J. Wysocki)  
- net: enetc: fix build warning when PAGE_SIZE is greater than 128K (Wei Fang)  
- net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop (Xiang Mei)  
- block: fix comment for op_is_zone_mgmt() to include RESET_ALL (shechenglong)  
- fuse: fix readahead reclaim deadlock (Joanne Koong)  
- i40e: validate ring_len parameter against hardware-specific values (Gregory Herrero)  
- fs/ntfs3: fix mount failure for sparse runs in run_unpack() (Konstantin Komarov)  
- xfrm: delete x-&gt;tunnel as we delete x (Sabrina Dubroca)  [Orabug: 38933003]  {CVE-2025-40215}
- mptcp: fix race condition in mptcp_schedule_work() (Eric Dumazet)  [Orabug: 38932997]  {CVE-2025-40258}
- mlx5: Fix default values in create CQ (Akiva Goldberger)  [Orabug: 38932992] 
- sunrpc: fix handling of server side tls alerts (Olga Kornievskaia)  [Orabug: 38932991]  {CVE-2025-38566}
- sunrpc: fix client side handling of tls alerts (Olga Kornievskaia)  [Orabug: 38932988]  {CVE-2025-38571}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2026-50095.html" type="self" title="ELSA-2026-50095" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38566.html" id="CVE-2025-38566" type="cve" title="CVE-2025-38566" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38571.html" id="CVE-2025-38571" type="cve" title="CVE-2025-38571" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40215.html" id="CVE-2025-40215" type="cve" title="CVE-2025-40215" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-40258.html" id="CVE-2025-40258" type="cve" title="CVE-2025-40258" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-68209.html" id="CVE-2025-68209" type="cve" title="CVE-2025-68209" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8bbba70d06263f99ab2e8df16cbaf72722bfd76cb4379a4ea21853d18cd4032d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0b4fc4c0471bdbcc03b170ead7d652281279f4b11e70fc99d4a2e6b9821e2fe3</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">439be55bd36651362d42291496cd7af1be82d3a80405db14e589805f87bc5938</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4405854676a563c8ed00fbf7f797d157430b64a61c1c147dfab0131a8a0748c9</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">db85ee9dccd218fbf02c361ea7381441077e63bc695b5e2cc6ac0e8bdb48c25f</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">da60a23a190d221a64691fcf1b26f59edbdc28b942cc1dca525d13fa7ec3acf2</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">39dde89ce46a81badf176fc4d67d10d3b6ccf554e6e0864eff7699a8cafd6ec7</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">202c9988517138c7f1ae03ddd298903b878e6e71bf18506b22a400605277431a</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-316.196.4.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">e1c5e0a45d96fa73d519796da6171c162e5730975ea7885ae5c3e4d187f1a887</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">49dca6be8648b941e66775c51495eede55e8817c043361e43cb67a6da6e493d6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">34afa27dfc4d68812bc40e1b90379af60ca537e9e3476e4a7b460117479a3347</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2b425991f1225bab671d359f4ee6a2097d0dbc6008e3619b45981824ad04a057</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-316.196.4.2.el8uek.src.rpm</filename>
          <sum type="sha256">6e3dab8738b23f54b1f5ab330fddb8c29f2ebb3cf4e0596f3f69cb12435ee8b6</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3d9afd909bbd43e5e4c47ebc6b9adfe8d1b4fe13d0ca1a7aa4ee67efb4baf16a</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="316.196.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-316.196.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">dd3899b99d195c4f6d1dec06a280f37b365dbe67e10ed0462eee4c1c0dba0868</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-20450</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-07-11 00:00:00"/>
    <updated date="2025-07-11 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-308.179.6.11]
- mm: synchronise PGD in x86 when utilising dax vmemmap optimisation (Lorenzo Stoakes)  [Orabug: 38150197] 
- rds: ib: Make sure a QP in INIT state is transitioned to ERR (Hakon Bugge)  [Orabug: 38147767] 
- Reapply 'rds: ib: Make sure receives are posted before connection is up' (Hakon Bugge)  [Orabug: 38147767]

[5.15.0-308.179.6.10]
- KVM: x86: revert APICV_INHIBIT_REASON_APIC_ID_MODIFIED clear path for uek=exadata (Dongli Zhang)  [Orabug: 38127932]

[5.15.0-308.179.6.9]
- rds: ib: Add cm_id generation scheme in order to detect new ones (Hakon Bugge)  [Orabug: 38105083]

[5.15.0-308.179.6.8]
- vhost-scsi: Change def inline_sg_cnt and max_io_vqs for exadata (Mike Christie)  [Orabug: 38099086]
- vhost-scsi: Fix log flooding with target does not exist errors (Mike Christie)  [Orabug: 38099085]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-20450.html" type="self" title="ELBA-2025-20450" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2395132ff5c887765c9cf80f0bc61d5abe8132dbdb993bfbf1910cda8b368967</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">44096275a5514dbe662deab7c08816978ea219ccb7ab25bdd61f7683811b8b74</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-308.179.6.11.el8uek.src.rpm</filename>
          <sum type="sha256">3abfeac068804cfc366f671922672772e060e6e15193d319614a66f7c6ca7536</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d1c1cbd383dc17f5f1c2f3ae2040538c393afd03c2e9d32799068ce3b5da46d2</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5ad941e73687c0fdfb24dc7b76a909f45d6e049d7056008c13ea657887235b5f</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">abc1f33a77cbdd940c088c7be34f276f2f87a2067f043962fa970e258d8872c2</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7cfe0bf3bd7bedd3ba2bbc8f023e4111f6b97fba7899e7803481a6c9524b186d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cc3e90969df84a7c8cdc82975a91ec5245c56405baf2ffac4db47a1ebe1bb4d9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5630b1ba3cdac31898cb9fc84cbd7aeba3c9fd7b94923f64df4dad03e7ede24c</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">012932c6f659abafb236c860a19be2712884aedf2d7a02a3a482f114e719841a</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0a7f450634cd2867f3cac903f9b5aa878fab6aebb2115f68b7c997ea2e7c6d80</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b04023829c621c3a82706150a6ab283e48407fa0f607fefddf103cb48c9db53e</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-308.179.6.11.el8uek.noarch.rpm</filename>
          <sum type="sha256">94b92bbd1561fb6cae9e088d769620f4292abfb135016b759838676ddc890f23</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1bf1e11e924e829ceeb6e3f274e1525b32640fe4414d367e2e69e2095c1a3fb7</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="308.179.6.11.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-308.179.6.11.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a093ba922581b563eb2fe73d620873b42cfe385d2d0100b3d3aede8cff245ee9</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12846</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-11-23 00:00:00"/>
    <updated date="2024-11-23 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-302.167.6.1]
- blk-cgroup: Properly propagate the iostat update up the hierarchy (Waiman Long)  [Orabug: 37311274] 
- blk-cgroup: fix list corruption from reorder of WRITE -&gt;lqueued (Ming Lei)  [Orabug: 37311274] 
- blk-cgroup: fix list corruption from resetting io stat (Ming Lei)  [Orabug: 37311274] 
- blk-cgroup: Flush stats before releasing blkcg_gq (Ming Lei)  [Orabug: 37311274] 
- blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() (Waiman Long)  [Orabug: 37311274] 
- blk-cgroup: don't update io stat for root cgroup (Ming Lei)  [Orabug: 37311274] 
- blk-cgroup: Optimize blkcg_rstat_flush() (Waiman Long)  [Orabug: 37311274] 
- blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path (Waiman Long)  [Orabug: 37311274]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12846.html" type="self" title="ELBA-2024-12846" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-core" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cab86eb77f48bc635649a14e7e066d22c25c0304ba47b911f237d40be6e2db6e</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">79a5f4fce394a339af40ddc3333d1d757c32433a46083417a333141c902d8a00</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">44aa353b87144058baeeaf841af04e13531d02bb79e814b2bcb35878dd49e927</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6e1d3f42a08416acedb1224546de96f909267cecf9c8bb40349e771109b19794</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">426a99aa6c0df663f2ea6ccd1e07fb1a142b934328c55781108d16e3fdcafd9b</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-302.167.6.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">6ddf7d0a07118d3c8e157715e3234748efa74f6aed81225e6101c8f3d1a5604c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-302.167.6.1.el8uek.src.rpm</filename>
          <sum type="sha256">8d77b3203a1701d525534e50089bfb5e9001369871d6fd31636251d17e83b66b</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ee5e1c441499ca51a1a40d9f58cb4bcf600d228aa8fcaf9a45ee8ae5ef07c689</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">64daef402167e791d3f01ce3c2d5d0fa02d1f1183c306593e9774d19933aeb1e</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">32f636263f0dfca2080c69816c4929e829a9da543091707ba7b1bf37735d8458</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9872102fd0de0895ba4ac91382bc8df44598cbc9df269302013e23ac3df8bbf6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2330b651c1835fba5537248c6ef8ddcc228db589ad11fa1d096353d00c7b4f3b</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">46414b1308b7aefd80474f6077d5eaf68e9426771334c02e1c2053111fa3420a</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2536b1d52c36a0e4285f50a5336f8fe80feeffe1f151fd14d4f826748d48433a</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="302.167.6.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-302.167.6.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">245b5fd663c775551e0b9fd7e7a1e45dd4ec88e83fa0cbbc309e60c3a0d28210</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9930</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-10-24 00:00:00"/>
    <updated date="2022-10-24 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-3.60.5.1]
- fs: remove no_llseek (Jason A. Donenfeld)  [Orabug: 34721465] 
- vfio: do not set FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34721465] 
- dma-buf: remove useless FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34721465] 
- fs: do not compare against -&gt;llseek (Jason A. Donenfeld)  [Orabug: 34721465] 
- fs: clear or set FMODE_LSEEK based on llseek function (Jason A. Donenfeld)  [Orabug: 34721465]

[5.15.0-3.60.5]
- hwmon: (opbmc) Add support for AST2600 based Pilot (Jan Zdarek)  [Orabug: 34605427] 
- random: Fix incorrect type for 'rc' variable (Harshit Mogalapalli)  [Orabug: 34596909]

[5.15.0-3.60.4]
- netfilter: ebtables: reject blobs that don't provide all entry points (Florian Westphal)  [Orabug: 34513977] 
- uek-rpm: Disable CONFIG_CRYPTO_STREEBOG (Victor Erminpour)  [Orabug: 34538054] 
- uek-rpm: Disable CONFIG_CRYPTO_SM3 (Victor Erminpour)  [Orabug: 34538054] 
- uek-rpm: Disable CONFIG_CRYPTO_SM4 (Victor Erminpour)  [Orabug: 34538054] 
- af_key: Do not call xfrm_probe_algs in parallel (Herbert Xu)  [Orabug: 34566751]  {CVE-2022-3028}
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() (Tetsuo Handa)  [Orabug: 34567776] 
cpus_read_lock() deadlock (Tejun Heo)  [Orabug: 34567776]

[5.15.0-3.60.3]
- audit: annotate branch direction for audit_in_mask() (Ankur Arora)  [Orabug: 34544783] 
- audit: cache ctx-&gt;major in audit_filter_syscall() (Ankur Arora)  [Orabug: 34544783]

[5.15.0-3.60.2]
- LTS version: v5.15.60 (Jack Vogel)  
- x86/speculation: Add LFENCE to RSB fill sequence (Pawan Gupta)  
- x86/speculation: Add RSB VM Exit protections (Daniel Sneddon)  
- macintosh/adb: fix oob read in do_adb_query() function (Ning Qiang)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007 (Hilda Wu)  
- Bluetooth: btusb: Add support of IMC Networks PID 0x3568 (Aaron Ma)  
- dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding (Ahmad Fatoum)  
- Bluetooth: hci_bcm: Add DT compatible for CYW55572 (Hakan Jansson)  
- Bluetooth: hci_bcm: Add BCM4349B1 variant (Ahmad Fatoum)  
- btrfs: zoned: fix critical section of relocation inode writeback (Naohiro Aota)  
- btrfs: zoned: prevent allocation from previous data relocation BG (Naohiro Aota)  
- arm64: set UXN on swapper page tables (Peter Collingbourne)  
- KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user() (Mingwei Zhang)  
- selftests: KVM: Handle compiler optimizations in ucall (Raghavendra Rao Ananta)  
- tools/kvm_stat: fix display of error when multiple processes are found (Dmitry Klochkov)  
- KVM: selftests: Make hyperv_clock selftest more stable (Vitaly Kuznetsov)  
- KVM: x86: do not set st-&gt;preempted when going back to user space (Paolo Bonzini)  
- KVM: x86: do not report a vCPU as preempted outside instruction boundaries (Paolo Bonzini) [Orabug: 34571000] {CVE-2022-39189}
- crypto: arm64/poly1305 - fix a read out-of-bound (GUO Zihua)  
- ACPI: APEI: Better fix to avoid spamming the console with old error logs (Tony Luck)  
- ACPI: video: Shortening quirk list by identifying Clevo by board_name only (Werner Sembach)  
- ACPI: video: Force backlight native for some TongFang devices (Werner Sembach)  
- tools/vm/slabinfo: Handle files in debugfs (Stephane Graber)  
- block: fix default IO priority handling again (Jan Kara)  
- selftests/bpf: Check dst_port only on the client socket (Jakub Sitnicki)  
- selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads (Jakub Sitnicki)  
- x86/speculation: Make all RETbleed mitigations 64-bit only (Ben Hutchings)  
- LTS version: v5.15.59 (Jack Vogel)  
- x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available (Thadeu Lima de Souza Cascardo)  
- docs/kernel-parameters: Update descriptions for 'mitigations=' param with retbleed (Eiichi Tsukata)  
- EDAC/ghes: Set the DIMM label unconditionally (Toshi Kani)  
- ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow (Florian Fainelli)  
- page_alloc: fix invalid watermark check on a negative value (Jaewon Kim)  
- mm/hmm: fault non-owner device private entries (Ralph Campbell)  
- ARM: crypto: comment out gcc warning that breaks clang builds (Greg Kroah-Hartman)  
- sctp: leave the err path free in sctp_stream_init to sctp_stream_free (Xin Long)  
- sfc: disable softirqs for ptp TX (Alejandro Lucero)  
- perf symbol: Correct address for bss symbols (Leo Yan)  
- virtio-net: fix the race between refill work and close (Jason Wang)  
- netfilter: nf_queue: do not allow packet truncation below transport header offset (Florian Westphal)  
- octeontx2-pf: cn10k: Fix egress ratelimit configuration (Sunil Goutham)  
- sctp: fix sleep in atomic context bug in timer handlers (Duoming Zhou)  
- i40e: Fix interface init with MSI interrupts (no MSI-X) (Michal Maloszewski)  
- ipv4: Fix data-races around sysctl_fib_notify_on_flag_change. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_reflect_tos. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_nr. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns. (Kuniyuki Iwashima)  
- net: Fix data-races around sysctl_[rw]mem(_offset)?. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sk_pacing_rate. (Kuniyuki Iwashima)  
- net: mld: fix reference count leak in mld_{query | report}_work() (Taehee Yoo)  
- net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa() (Jianglei Nie)  
- macsec: always read MACSEC_SA_ATTR_PN as a u64 (Sabrina Dubroca)  
- macsec: limit replay window size with XPN (Sabrina Dubroca)  
- macsec: fix error message in macsec_add_rxsa and _txsa (Sabrina Dubroca)  
- macsec: fix NULL deref in macsec_add_rxsa (Sabrina Dubroca)  
- Documentation: fix sctp_wmem in ip-sysctl.rst (Xin Long)  
- tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_autocorking. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_min_tso_segs. (Kuniyuki Iwashima)  
- net: sungem_phy: Add of_node_put() for reference returned by of_get_parent() (Liang He)  
- net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmii (Vladimir Oltean)  
- igmp: Fix data-races around sysctl_igmp_qrv. (Kuniyuki Iwashima)  
- net/tls: Remove the context from the list in tls_device_down (Maxim Mikityanskiy)  
- ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr (Ziyang Xuan)  
- net: ping6: Fix memleak in ipv6_renew_options(). (Kuniyuki Iwashima)  
- scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown (David Jeffery)  
- tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_limit_output_bytes. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf. (Kuniyuki Iwashima)  
- octeontx2-pf: Fix UDP/TCP src and dst port tc filters (Subbaraya Sundeep)  
- Revert 'tcp: change pingpong threshold to 3' (Wei Wang)  
- scsi: ufs: host: Hold reference returned by of_parse_phandle() (Liang He)  
- ice: do not setup vlan for loopback VSI (Maciej Fijalkowski)  
- ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS) (Maciej Fijalkowski)  
- tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_nometrics_save. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_frto. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_adv_win_scale. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_app_win. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_dsack. (Kuniyuki Iwashima)  
- watch_queue: Fix missing locking in add_watch_to_object() (Linus Torvalds)  
- watch_queue: Fix missing rcu annotation (David Howells)  
- drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid() (Nathan Chancellor)  
- nouveau/svm: Fix to migrate all requested pages (Alistair Popple)  
- s390/archrandom: prevent CPACF trng invocations in interrupt context (Harald Freudenberger)  
- asm-generic: remove a broken and needless ifdef conditional (Lukas Bulwahn)  
- hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte (Miaohe Lin)  
- mm: fix page leak with multiple threads mapping the same page (Josef Bacik)  
- secretmem: fix unhandled fault in truncate (Mike Rapoport)  
- fs: sendfile handles O_NONBLOCK of out_fd (Andrei Vagin)  
- ntfs: fix use-after-free in ntfs_ucsncmp() (ChenXiaoSong)  
- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put (Luiz Augusto von Dentz)  
- LTS version: v5.15.58 (Jack Vogel)  
- drm/amd/display: Fix wrong format specifier in amdgpu_dm.c (Hayden Goodfellow)  
- x86/entry_32: Fix segment exceptions (Peter Zijlstra)  
- drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq() (Dan Carpenter)  
- x86: drop bogus 'cc' clobber from __try_cmpxchg_user_asm() (Jan Beulich)  
- KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicness (Maxim Levitsky)  
- x86/extable: Prefer local labels in .set directives (Nick Desaulniers)  
- drm/amd/display: invalid parameter check in dmub_hpd_callback (Jose Exposito)  
- drm/amd/display: Don't lock connection_mutex for DMUB HPD (Nicholas Kazlauskas)  
- watch-queue: remove spurious double semicolon (Linus Torvalds)  
- net: usb: ax88179_178a needs FLAG_SEND_ZLP (Jose Alonso)  
- tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() (Jiri Slaby)  
- tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() (Jiri Slaby)  
- tty: drop tty_schedule_flip() (Jiri Slaby)  
- tty: the rest, stop using tty_schedule_flip() (Jiri Slaby)  
- tty: drivers/tty/, stop using tty_schedule_flip() (Jiri Slaby)  
- watchqueue: make sure to serialize 'wqueue-&gt;defunct' properly (Linus Torvalds)  
- drm/amd/display: Fix surface optimization regression on Carrizo (Nicholas Kazlauskas)  
- drm/amd/display: Optimize bandwidth on following fast update (Nicholas Kazlauskas)  
- drm/amd/display: Reset DMCUB before HW init (Nicholas Kazlauskas)  
- exfat: use updated exfat_chain directly during renaming (Sungjong Seo)  
- Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks (Luiz Augusto von Dentz)  
- Bluetooth: SCO: Fix sco_send_frame returning skb-&gt;len (Luiz Augusto von Dentz)  
- Bluetooth: Fix passing NULL to PTR_ERR (Luiz Augusto von Dentz)  
- Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg (Luiz Augusto von Dentz)  
- Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg (Luiz Augusto von Dentz)  
- Bluetooth: Add bt_skb_sendmmsg helper (Luiz Augusto von Dentz)  
- Bluetooth: Add bt_skb_sendmsg helper (Luiz Augusto von Dentz)  
- um: virtio_uml: Fix broken device handling in time-travel (Johannes Berg)  
- um: virtio_uml: Allow probing from devicetree (Vincent Whitchurch)  
- tracing: Fix return value of trace_pid_write() (Wonhyuk Yang)  
- tracing: Place trace_pid_list logic into abstract functions (Steven Rostedt (VMware))  
- tracing: Have event format check not flag %p* on __get_dynamic_array() (Steven Rostedt (Google))  
- exfat: fix referencing wrong parent directory information after renaming (Yuezhang Mo)  
- crypto: qat - re-enable registration of algorithms (Giovanni Cabiddu)  
- crypto: qat - add param check for DH (Giovanni Cabiddu)  
- crypto: qat - add param check for RSA (Giovanni Cabiddu)  
- crypto: qat - remove dma_free_coherent() for DH (Giovanni Cabiddu)  
- crypto: qat - remove dma_free_coherent() for RSA (Giovanni Cabiddu)  
- crypto: qat - fix memory leak in RSA (Giovanni Cabiddu)  
- crypto: qat - add backlog mechanism (Giovanni Cabiddu)  
- crypto: qat - refactor submission logic (Giovanni Cabiddu)  
- crypto: qat - use pre-allocated buffers in datapath (Giovanni Cabiddu)  
- crypto: qat - set to zero DH parameters before free (Giovanni Cabiddu)  
- iwlwifi: fw: uefi: add missing include guards (Johannes Berg)  
- mt76: fix use-after-free by removing a non-RCU wcid pointer (Felix Fietkau)  
- xhci: Set HCD flag to defer primary roothub registration (Kishon Vijay Abraham I)  
- xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit (Mathias Nyman)  
- xhci: dbc: create and remove dbc structure in dbgtty driver. (Mathias Nyman)  
- xhci: dbc: refactor xhci_dbc_init() (Mathias Nyman)  
- KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses (Sean Christopherson)  
- x86/extable: Extend extable functionality (Peter Zijlstra)  
- x86/entry_32: Remove .fixup usage (Peter Zijlstra)  
- bitfield.h: Fix 'type of reg too small for mask' test (Peter Zijlstra)  
- x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE (Thomas Gleixner)  
- x86/extable: Rework the exception table mechanics (Thomas Gleixner)  
- x86/mce: Deduplicate exception handling (Thomas Gleixner)  
- x86/extable: Get rid of redundant macros (Thomas Gleixner)  
- x86/extable: Tidy up redundant handler functions (Thomas Gleixner)  
- x86/uaccess: Implement macros for CMPXCHG on user addresses (Peter Zijlstra)  
- dlm: fix pending remove if msg allocation fails (Alexander Aring)  
- sched/deadline: Fix BUG_ON condition for deboosted tasks (Juri Lelli)  
- bpf: Make sure mac_header was set before using it (Eric Dumazet)  
- mm/mempolicy: fix uninit-value in mpol_rebind_policy() (Wang Cheng)  
- KVM: Don't null dereference ops-&gt;destroy (Alexey Kardashevskiy)  
- spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers (Marc Kleine-Budde)  
- KVM: selftests: Fix target thread to be migrated in rseq_test (Gavin Shan)  
- gpio: gpio-xilinx: Fix integer overflow (Srinivas Neeli)  
- tcp: Fix data-races around sysctl_tcp_max_reordering. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_abort_on_overflow. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_rfc1337. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_stdurg. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_retrans_collapse. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_recovery. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_early_retrans. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl knobs related to SYN option. (Kuniyuki Iwashima)  
- udp: Fix a data-race around sysctl_udp_l3mdev_accept. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_prot_sock. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. (Kuniyuki Iwashima)  
- ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh. (Kuniyuki Iwashima)  
- drm/imx/dcss: Add missing of_node_put() in fail path (Liang He)  
- net: dsa: vitesse-vsc73xx: silent spi_device_id warnings (Oleksij Rempel)  
- net: dsa: sja1105: silent spi_device_id warnings (Oleksij Rempel)  
- be2net: Fix buffer overflow in be_get_module_eeprom (Hristo Venev)  
- gpio: pca953x: use the correct register address when regcache sync during init (Haibo Chen)  
- gpio: pca953x: use the correct range when do regmap sync (Haibo Chen)  
- gpio: pca953x: only use single read/write for No AI mode (Haibo Chen)  
- net: stmmac: remove redunctant disable xPCS EEE call (Wong Vee Khee)  
- ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero (Piotr Skajewski)  
- i40e: Fix erroneous adapter reinitialization during recovery process (Dawid Lukwinski)  
- pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait context (Vladimir Oltean)  
- pinctrl: armada-37xx: Convert to use dev_err_probe() (Andy Shevchenko)  
- pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource() (Andy Shevchenko)  
- pinctrl: armada-37xx: Use temporary variable for struct device (Andy Shevchenko)  
- iavf: Fix handling of dummy receive descriptors (Przemyslaw Patynowski)  
- tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_fastopen. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_max_syn_backlog. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_tw_reuse. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_notsent_lowat. (Kuniyuki Iwashima)  
- tcp: Fix data-races around some timeout sysctl knobs. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_reordering. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_migrate_req. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_syncookies. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries. (Kuniyuki Iwashima)  
- tcp: Fix data-races around keepalive sysctl knobs. (Kuniyuki Iwashima)  
- igmp: Fix data-races around sysctl_igmp_max_msf. (Kuniyuki Iwashima)  
- igmp: Fix a data-race around sysctl_igmp_max_memberships. (Kuniyuki Iwashima)  
- igmp: Fix data-races around sysctl_igmp_llm_reports. (Kuniyuki Iwashima)  
- net/tls: Fix race in TLS device down flow (Tariq Toukan)  
- net: stmmac: fix dma queue left shift overflow issue (Junxiao Chang)  
- perf tests: Fix Convert perf time to TSC test for hybrid (Adrian Hunter)  
- i2c: cadence: Change large transfer count reset logic to be unconditional (Robert Hancock)  
- i2c: mlxcpld: Fix register setting for 400KHz frequency (Vadim Pasternak)  
- net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core() (Menglong Dong)  
- net: ipv4: use kfree_skb_reason() in ip_rcv_core() (Menglong Dong)  
- net: netfilter: use kfree_drop_reason() for NF_DROP (Menglong Dong)  
- net: skb_drop_reason: add document for drop reasons (Menglong Dong)  
- net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (Menglong Dong)  
- net: skb: use kfree_skb_reason() in __udp4_lib_rcv() (Menglong Dong)  
- net: skb: use kfree_skb_reason() in tcp_v4_rcv() (Menglong Dong)  
- net: skb: introduce kfree_skb_reason() (Menglong Dong)  
- net: dsa: microchip: ksz_common: Fix refcount leak bug (Liang He)  
- mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times (Sascha Hauer)  
- mtd: rawnand: gpmi: validate controller clock rate (Dario Binacchi)  
- net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow (Biao Huang)  
- net: stmmac: fix pm runtime issue in stmmac_dvr_remove() (Biao Huang)  
- tcp: Fix a data-race around sysctl_tcp_probe_interval. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_probe_threshold. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_min_snd_mss. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_base_mss. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_mtu_probing. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_l3mdev_accept. (Kuniyuki Iwashima)  
- tcp: sk-&gt;sk_bound_dev_if once in inet_request_bound_dev_if() (Eric Dumazet)  
- tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept. (Kuniyuki Iwashima)  
- ip: Fix a data-race around sysctl_fwmark_reflect. (Kuniyuki Iwashima)  
- ip: Fix a data-race around sysctl_ip_autobind_reuse. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_nonlocal_bind. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_fwd_update_priority. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_fwd_use_pmtu. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_no_pmtu_disc. (Kuniyuki Iwashima)  
- igc: Reinstate IGC_REMOVED logic and implement it properly (Lennert Buytenhek)  
- Revert 'e1000e: Fix possible HW unit hang after an s0ix exit' (Sasha Neftin)  
- e1000e: Enable GPT clock before sending message to CSME (Sasha Neftin)  
- nvme: fix block device naming collision (Israel Rukshin)  
- nvme: check for duplicate identifiers earlier (Christoph Hellwig)  
- scsi: ufs: core: Drop loglevel of WriteBoost message (Bjorn Andersson)  
- scsi: megaraid: Clear READ queue map's nr_queues (Ming Lei)  
- drm/amd/display: Ignore First MST Sideband Message Return Error (Fangzhi Zuo)  
- drm/amdgpu/display: add quirk handling for stutter mode (Alex Deucher)  
- drm/amd/display: Fork thread to offload work of hpd_rx_irq (Wayne Lin)  
- drm/amd/display: Add option to defer works of hpd_rx_irq (Wayne Lin)  
- drm/amd/display: Support for DMUB HPD interrupt handling (Jude Shih)  
- tcp: Fix data-races around sysctl_tcp_ecn. (Kuniyuki Iwashima)  
- sysctl: move some boundary constants from sysctl.c to sysctl_vals (Xiaoming Ni)  
- mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% (Suren Baghdasaryan)  
- net: tun: split run_ebpf_filter() and pskb_trim() into different 'if statement' (Dongli Zhang)  
- ipv4/tcp: do not use per netns ctl sockets (Eric Dumazet)  
- perf/core: Fix data race between perf_event_set_output() and perf_mmap_close() (Peter Zijlstra)  
- pinctrl: ralink: Check for null return of devm_kcalloc (William Dean)  
- pinctrl: ralink: rename pinctrl-rt2880 to pinctrl-ralink (Arinc UNAL)  
- pinctrl: ralink: rename MT7628(an) functions to MT76X8 (Arinc UNAL)
- RDMA/irdma: Fix sleep from invalid context BUG (Mustafa Ismail)  
- RDMA/irdma: Do not advertise 1GB page size for x722 (Mustafa Ismail)  
- power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe (Miaoqian Lin)  
- xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup() (Hangyu Hua)  
- ip: Fix data-races around sysctl_ip_default_ttl. (Kuniyuki Iwashima)  
- r8152: fix a WOL issue (Hayes Wang)  
- xfs: fix perag reference leak on iteration race with growfs (Brian Foster)  
- xfs: terminate perag iteration reliably on agcount (Brian Foster)  
- xfs: rename the next_agno perag iteration variable (Brian Foster)  
- xfs: fold perag loop iteration logic into helper function (Brian Foster)  
- xfs: fix maxlevels comparisons in the btree staging code (Darrick J. Wong)  
- mt76: mt7921: Fix the error handling path of mt7921_pci_probe() (Christophe JAILLET)  
- mt76: mt7921e: fix possible probe failure after reboot (Sean Wang)  
- mt76: mt7921: use physical addr to unify register access (Sean Wang)  
- Revert 'mt76: mt7921e: fix possible probe failure after reboot' (Sean Wang)  
- Revert 'mt76: mt7921: Fix the error handling path of mt7921_pci_probe()' (Sean Wang)  
- batman-adv: Use netif_rx_any_context() any. (Sebastian Andrzej Siewior)  
- serial: mvebu-uart: correctly report configured baudrate value (Pali Rohar)  
- PCI: hv: Fix interrupt mapping for multi-MSI (Jeffrey Hugo)  
- PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() (Jeffrey Hugo)  
- PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI (Jeffrey Hugo)  
- PCI: hv: Fix multi-MSI to allow more than one MSI vector (Jeffrey Hugo)  
- Revert 'selftest/vm: verify mmap addr in mremap_test' (Oleksandr Tymoshenko)  
- Revert 'selftest/vm: verify remap destination address in mremap_test' (Oleksandr Tymoshenko)  
- bus: mhi: host: pci_generic: add Telit FN990 (Daniele Palmas)  
- bus: mhi: host: pci_generic: add Telit FN980 v1 hardware revision (Daniele Palmas)  
- drm/ttm: fix locking in vmap/vunmap TTM GEM helpers (Christian Konig)  
- mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication (Ido Schimmel)  
- riscv: add as-options for modules with assembly compontents (Ben Dooks)  
- pinctrl: stm32: fix optional IRQ support to gpios (Fabien Dessenne)  
- LTS version: v5.15.57 (Jack Vogel)  
- x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds (Peter Zijlstra)  
- um: Add missing apply_returns() (Peter Zijlstra)  
- x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (Jiri Slaby)  
- x86/xen: Fix initialisation in hypercall_page after rethunk (Ben Hutchings)  
- x86/static_call: Serialize __static_call_fixup() properly (Thomas Gleixner)  
- x86/speculation: Disable RRSBA behavior (Pawan Gupta)  
- x86/kexec: Disable RET on kexec (Konrad Rzeszutek Wilk)  
- x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo)  
- x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry (Peter Zijlstra)  
- x86/bugs: Add Cannon lake to RETBleed affected CPU list (Pawan Gupta)  
- x86/retbleed: Add fine grained Kconfig knobs (Peter Zijlstra)  
- objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf)  
- objtool: Add entry UNRET validation (Peter Zijlstra)  
- x86/xen: Add UNTRAIN_RET (Peter Zijlstra)  
- intel_idle: Disable IBRS during long idle (Peter Zijlstra)  
- x86: Add magic AMD return-thunk (Peter Zijlstra)  
- x86/entry: Avoid very early RET (Peter Zijlstra)  
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra)  
- objtool: skip non-text sections when adding return-thunk sites (Thadeu Lima de Souza Cascardo)  
- bpf,x86: Respect X86_FEATURE_RETPOLINE* (Peter Zijlstra)  
- bpf,x86: Simplify computing label offsets (Peter Zijlstra)  
- x86/alternative: Add debug prints to apply_retpolines() (Peter Zijlstra)  
- x86/alternative: Try inline spectre_v2=retpoline,amd (Peter Zijlstra)  
- x86/alternative: Handle Jcc __x86_indirect_thunk_
eg (Peter Zijlstra)  
- x86/alternative: Implement .retpoline_sites support (Peter Zijlstra)  
- x86/retpoline: Create a retpoline thunk array (Peter Zijlstra)  
- x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h (Peter Zijlstra)  
- x86/asm: Fixup odd GEN-for-each-reg.h usage (Peter Zijlstra)  
- x86/asm: Fix register order (Peter Zijlstra)  
- x86/retpoline: Remove unused replacement symbols (Peter Zijlstra)  
- objtool: Introduce CFI hash (Peter Zijlstra)  
- objtool,x86: Replace alternatives with .retpoline_sites (Peter Zijlstra)  
- objtool: Shrink struct instruction (Peter Zijlstra)  
- objtool: Explicitly avoid self modifying code in .altinstr_replacement (Peter Zijlstra)  
- objtool: Fix SLS validation for kcov tail-call replacement (Peter Zijlstra)  
- objtool: Classify symbols (Peter Zijlstra)  
- x86/entry: Don't call error_entry() for XENPV (Lai Jiangshan)  
- x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry() (Lai Jiangshan)  
- x86/entry: Switch the stack after error_entry() returns (Lai Jiangshan)  
- x86/traps: Use pt_regs directly in fixup_bad_iret() (Lai Jiangshan)  
- LTS version: v5.15.56 (Jack Vogel)  
- drm/aperture: Run fbdev removal before internal helpers (Thomas Zimmermann)  
- x86/pat: Fix x86_has_pat_wp() (Juergen Gross)  
- serial: 8250: Fix PM usage_count for console handover (Ilpo Jarvinen)  
- serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle (Ilpo Jarvinen)  
- serial: stm32: Clear prev values before setting RTS delays (Ilpo Jarvinen)  
- serial: 8250: fix return error code in serial8250_request_std_resource() (Yi Yang)  
- vt: fix memory overlapping when deleting chars in the buffer (Yangxi Xiang)  
- tty: serial: samsung_tty: set dma burst_size to 1 (Chanho Park)  
- usb: dwc3: gadget: Fix event pending check (Thinh Nguyen)  
- usb: typec: add missing uevent when partner support PD (Linyu Yuan)  
- USB: serial: ftdi_sio: add Belimo device ids (Lucien Buchmann)  
- signal handling: don't use BUG_ON() for debugging (Linus Torvalds)  
- nvme-pci: phison e16 has bogus namespace ids (Keith Busch)  
- ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0) (Egor Vorontsov)  
- ALSA: usb-audio: Add quirk for Fiero SC-01 (Egor Vorontsov)  
- ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices (John Veness)  
- Revert 'can: xilinx_can: Limit CANFD brp to 2' (Srinivas Neeli)  
- ARM: dts: stm32: use the correct clock source for CEC on stm32mp151 (Gabriel Fernandez)  
- soc: ixp4xx/npe: Fix unused match warning (Linus Walleij)  
- x86: Clear .brk area at early boot (Juergen Gross)  
- irqchip: or1k-pic: Undefine mask_ack for level triggered hardware (Stafford Horne)  
- ASoC: madera: Fix event generation for rate controls (Charles Keepax)  
- ASoC: madera: Fix event generation for OUT1 demux (Charles Keepax)  
- ASoC: cs47l15: Fix event generation for low power mux control (Charles Keepax)  
- ASoC: dapm: Initialise kcontrol data for mux/demux controls (Charles Keepax)  
- ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error (Shuming Fan)  
- ASoC: wm5110: Fix DRE control (Charles Keepax)  
- ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem (Hans de Goede)  
- ASoC: wcd938x: Fix event generation for some controls (Mark Brown)  
- ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flow (Peter Ujfalusi)  
- ASoC: codecs: rt700/rt711/rt711-sdca: initialize workqueues in probe (Pierre-Louis Bossart)  
- ASoC: rt7*-sdw: harden jack_detect_handler (Pierre-Louis Bossart)  
- ASoC: rt711: fix calibrate mutex initialization (Pierre-Louis Bossart)  
- ASoC: Intel: sof_sdw: handle errors on card registration (Pierre-Louis Bossart)  
- ASoC: rt711-sdca-sdw: fix calibrate mutex initialization (Pierre-Louis Bossart)  
- ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on remove (Pierre-Louis Bossart)  
- pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux() (Haowen Bai)  
- ASoC: ops: Fix off by one in range control validation (Mark Brown)  
- net: sfp: fix memory leak in sfp_probe() (Jianglei Nie)  
- nvme: fix regression when disconnect a recovering ctrl (Ruozhu Li)  
- nvme-tcp: always fail a request when sending it failed (Sagi Grimberg)  
- NFC: nxp-nci: don't print header length mismatch on i2c error (Michael Walle)  
- net: tipc: fix possible refcount leak in tipc_sk_create() (Hangyu Hua)  
- fbdev: Disable sysfb device registration when removing conflicting FBs (Javier Martinez Canillas)  
- firmware: sysfb: Add sysfb_disable() helper function (Javier Martinez Canillas)  
- firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer (Javier Martinez Canillas)  
- platform/x86: hp-wmi: Ignore Sanitization Mode event (Kai-Heng Feng)  
- cpufreq: pmac32-cpufreq: Fix refcount leak bug (Liang He)  
- scsi: hisi_sas: Limit max hw sectors for v3 HW (John Garry)  
- netfilter: br_netfilter: do not skip all hooks with 0 priority (Florian Westphal)  
- virtio_mmio: Restore guest page size on resume (Stephan Gerhold)  
- virtio_mmio: Add missing PM calls to freeze/restore (Stephan Gerhold)  
- vduse: Tie vduse mgmtdev and its device (Parav Pandit)  
- vdpa/mlx5: Initialize CVQ vringh only once (Eli Cohen)  
- powerpc/xive/spapr: correct bitmap allocation size (Nathan Lynch)  
- ksmbd: use SOCK_NONBLOCK type for kernel_accept() (Namjae Jeon)  
- btrfs: zoned: fix a leaked bioc in read_zone_info (Christoph Hellwig)  
- btrfs: rename btrfs_bio to btrfs_io_context (Qu Wenruo)  
- mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE (Muchun Song)  
- ACPI: video: Fix acpi_video_handles_brightness_key_presses() (Hans de Goede)  
- net/tls: Check for errors in tls_device_init (Tariq Toukan)  
- KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op() (Vitaly Kuznetsov)  
- net: atlantic: remove aq_nic_deinit() when resume (Chia-Lin Kao (AceLan))  
- net: atlantic: remove deep parameter on suspend/resume functions (Chia-Lin Kao (AceLan))  
- sfc: fix kernel panic when creating VF (Inigo Huguet)  
- seg6: bpf: fix skb checksum in bpf_push_seg6_encap() (Andrea Mayer)  
- seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors (Andrea Mayer)  
- seg6: fix skb checksum evaluation in SRH encapsulation/insertion (Andrea Mayer)  
- ceph: switch netfs read ops to use rreq-&gt;inode instead of rreq-&gt;mapping-&gt;host (Jeff Layton)  
- sfc: fix use after free when disabling sriov (Inigo Huguet)  
- drm/amd/pm: Prevent divide by zero (Yefim Barashkin)  
- drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines. (Mario Kleiner)  
- ima: Fix potential memory leak in ima_init_crypto() (Jianglei Nie)  
- ima: force signature verification when CONFIG_KEXEC_SIG is configured (Coiby Xu)  
- net: stmmac: fix leaks in probe (Dan Carpenter)  
- net: ftgmac100: Hold reference returned by of_get_child_by_name() (Liang He)  
- nexthop: Fix data-races around nexthop_compat_mode. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_ip_dynaddr. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_ecn_fallback. (Kuniyuki Iwashima)  
- raw: Fix a data-race around sysctl_raw_l3mdev_accept. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ratemask. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ratelimit. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses. (Kuniyuki Iwashima)  
- icmp: Fix data-races around sysctl_icmp_echo_enable_probe. (Kuniyuki Iwashima)  
- sysctl: Fix data-races in proc_dointvec_ms_jiffies(). (Kuniyuki Iwashima)  
- sysctl: Fix data-races in proc_dou8vec_minmax(). (Kuniyuki Iwashima)  
- bnxt_en: Fix bnxt_refclk_read() (Pavan Chebbi)  
- bnxt_en: Fix bnxt_reinit_after_abort() code path (Michael Chan)  
- drm/i915: Require the vm mutex for i915_vma_bind() (Thomas Hellstrom)  
- drm/i915/uc: correctly track uc_fw init failure (Daniele Ceraolo Spurio)  
- drm/i915/gt: Serialize TLB invalidates with GT resets (Chris Wilson)  
- drm/i915/gt: Serialize GRDOM access between multiple engine resets (Chris Wilson)  
- drm/i915/dg2: Add Wa_22011100796 (Bruce Chang)  
- drm/i915/selftests: fix a couple IS_ERR() vs NULL tests (Dan Carpenter)  
- tracing: Fix sleeping while atomic in kdb ftdump (Douglas Anderson)  
- lockd: fix nlm_close_files (Jeff Layton)  
- lockd: set fl_owner when unlocking files (Jeff Layton)  
- xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE (Demi Marie Obenour)  
- drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist() (Dan Carpenter)  
- netfilter: nf_tables: replace BUG_ON by element length check (Pablo Neira Ayuso)  
- netfilter: nf_log: incorrect offset to network header (Pablo Neira Ayuso)  
- arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot (William Zhang)  
- arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC (William Zhang)  
- ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero (Michal Suchanek)  
- ARM: dts: at91: sama5d2: Fix typo in i2s1 node (Ryan Wanner)  
- ipv4: Fix a data-race around sysctl_fib_sync_mem. (Kuniyuki Iwashima)  
- icmp: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- cipso: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- net: Fix data-races around sysctl_mem. (Kuniyuki Iwashima)  
- inetpeer: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_max_orphans. (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec_jiffies(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_doulongvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_douintvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_douintvec(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec(). (Kuniyuki Iwashima)  
- net: ethernet: ti: am65-cpsw: Fix devlink port register sequence (Siddharth Vadapalli)  
- net: stmmac: dwc-qos: Disable split header for Tegra194 (Jon Hunter)  
- ASoC: Intel: Skylake: Correct the handling of fmt_config flexible array (Peter Ujfalusi)  
- ASoC: Intel: Skylake: Correct the ssp rate discovery in skl_get_ssp_clks() (Peter Ujfalusi)  
- ASoC: tas2764: Fix amp gain register offset &amp; default (Hector Martin)  
- ASoC: tas2764: Correct playback volume range (Hector Martin)  
- ASoC: tas2764: Fix and extend FSYNC polarity handling (Martin Poviser)  
- ASoC: tas2764: Add post reset delays (Martin Poviser)  
- ASoC: sgtl5000: Fix noise on shutdown/remove (Francesco Dolcini)  
- ima: Fix a potential integer overflow in ima_appraise_measurement (Huaxin Lu)  
- drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() (Hangyu Hua)  
- net/mlx5e: Ring the TX doorbell on DMA errors (Maxim Mikityanskiy)  
- net/mlx5e: Fix capability check for updating vnic env counters (Gal Pressman)  
- net/mlx5e: Fix enabling sriov while tc nic rules are offloaded (Paul Blakey)  
- net/mlx5e: kTLS, Fix build time constant test in RX (Tariq Toukan)  
- net/mlx5e: kTLS, Fix build time constant test in TX (Tariq Toukan)  
- ARM: 9210/1: Mark the FDT_FIXED sections as shareable (Zhen Lei)  
- ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle (Ard Biesheuvel)  
- spi: amd: Limit max transfer and message size (Cristian Ciocaltea)  
- ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count (Kris Bahnsen)  
- reset: Fix devm bulk optional exclusive control getter (Serge Semin)  
- xfs: drop async cache flushes from CIL commits. (Dave Chinner)  
- xfs: don't include bnobt blocks when reserving free block pool (Darrick J. Wong)  
- Revert 'evm: Fix memleak in init_desc' (Xiu Jianfeng)  
- sh: convert nommu io{re,un}map() to static inline functions (Geert Uytterhoeven)  
- nilfs2: fix incorrect masking of permission flags for symlinks (Ryusuke Konishi)  
- fs/remap: constrain dedupe of EOF blocks (Dave Chinner)  
- drm/panfrost: Fix shrinker list corruption by madvise IOCTL (Dmitry Osipenko)  
- drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error (Dmitry Osipenko)  
- btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents (Filipe Manana)  
- cgroup: Use separate src/dst nodes when preloading css_sets for migration (Tejun Heo)  
- wifi: mac80211: fix queue selection for mesh/OCB interfaces (Felix Fietkau)  
- ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction (Ard Biesheuvel)  
- ARM: 9213/1: Print message about disabled Spectre workarounds only once (Dmitry Osipenko)  
- ip: fix dflt addr selection for connected nexthop (Nicolas Dichtel)  
- net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer (Steven Rostedt (Google))  
- tracing/histograms: Fix memory leak problem (Zheng Yejian)  
- mm: split huge PUD on wp_huge_pud fallback (Gowans, James)  
- mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages (Axel Rasmussen)  
- xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue (Juergen Gross)  
- ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop (Meng Tang)  
- ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 (Meng Tang)  
- ALSA: hda/realtek: fix mute/micmute LEDs for HP machines (Jeremy Szu)  
- ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 (Meng Tang)  
- ALSA: hda/realtek: Fix headset mic for Acer SF313-51 (Meng Tang)  
- ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model (Meng Tang)  
- ALSA: hda - Add fixup for Dell Latitidue E5430 (Meng Tang)  
- LTS version: v5.15.55 (Jack Vogel)  
- Revert 'mtd: rawnand: gpmi: Fix setting busy timeout setting' (Greg Kroah-Hartman)  
- LTS version: v5.15.54 (Jack Vogel)  
- selftests/net: fix section name when using xdp_dummy.o (Hangbin Liu)  
- dmaengine: idxd: force wq context cleanup on device disable path (Dave Jiang)  
- dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate (Miaoqian Lin)  
- dmaengine: qcom: bam_dma: fix runtime PM underflow (Caleb Connolly)  
- dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate (Miaoqian Lin)  
- dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly (Michael Walle)  
- dmaengine: lgm: Fix an error handling path in intel_ldma_probe() (Christophe JAILLET)  
- dmaengine: pl330: Fix lockdep warning about non-static key (Dmitry Osipenko)  
- ida: don't use BUG_ON() for debugging (Linus Torvalds)  
- dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo (Samuel Holland)  
- Revert 'serial: 8250_mtk: Make sure to select the right FEATURE_SEL' (AngeloGioacchino Del Regno)  
- Revert 'mm/memory-failure.c: fix race with changing page compound again' (Naoya Horiguchi)  
- misc: rtsx_usb: set return value in rsp_buf alloc err path (Shuah Khan)  
- misc: rtsx_usb: use separate command and response buffers (Shuah Khan)  
- misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer (Shuah Khan)  
- dmaengine: imx-sdma: Allow imx8m for imx7 FW revs (Peter Robinson)  
- i2c: cadence: Unregister the clk notifier in error path (Satish Nagireddy)  
- r8169: fix accessing unset transport header (Heiner Kallweit)  
- selftests: forwarding: fix error message in learning_test (Vladimir Oltean)  
- selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT (Vladimir Oltean)  
- selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT (Vladimir Oltean)  
- ibmvnic: Properly dispose of all skbs during a failover. (Rick Lindsley)  
- ARM: dts: stm32: add missing usbh clock and fix clk order on stm32mp15 (Fabrice Gasnier)  
- ARM: dts: stm32: use usbphyc ck_usbo_48m as USBH OHCI clock on stm32mp151 (Amelie Delaunay)  
- i40e: Fix VF's MAC Address change on VM (Norbert Zulinski)  
- i40e: Fix dropped jumbo frames statistics (Lukasz Cieplicki)  
- i2c: piix4: Fix a memory leak in the EFCH MMIO support (Jean Delvare)  
- xsk: Clear page contiguity bit when unmapping pool (Ivan Malov)  
- ARM: at91: fix soc detection for SAM9X60 SiPs (Mihai Sain)  
- ARM: dts: at91: sama5d2_icp: fix eeprom compatibles (Eugen Hristev)  
- ARM: dts: at91: sam9x60ek: fix eeprom compatible and size (Eugen Hristev)  
- ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt (Claudiu Beznea)  
- ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt (Claudiu Beznea)  
- ARM: at91: pm: use proper compatible for sama5d2's rtc (Claudiu Beznea)  
- arm64: dts: qcom: msm8992-*: Fix vdd_lvs1_2-supply typo (Stephan Gerhold)  
- pinctrl: sunxi: sunxi_pconf_set: use correct offset (Andrei Lalaev)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct i2c2 &amp; mmc settings (Peng Fan)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct eqos pad settings (Peng Fan)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct uart pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct I2C3 pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct I2C1 pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct eqos pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct vbus pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct gpio-led pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct the uart2 pinctl value (Sherry Sun)  
- arm64: dts: imx8mp-evk: correct mmc pad settings (Peng Fan)  
- ARM: mxs_defconfig: Enable the framebuffer (Fabio Estevam)  
- arm64: dts: qcom: sdm845: use dispcc AHB clock for mdss node (Dmitry Baryshkov)  
- arm64: dts: qcom: msm8994: Fix CPU6/7 reg values (Konrad Dybcio)  
- ASoC: codecs: rt700/rt711/rt711-sdca: resume bus/codec in .set_jack_detect (Pierre-Louis Bossart)  
- ASoC: rt711-sdca: Add endianness flag in snd_soc_component_driver (Charles Keepax)  
- ASoC: rt711: Add endianness flag in snd_soc_component_driver (Charles Keepax)  
- pinctrl: sunxi: a83t: Fix NAND function name for some pins (Samuel Holland)  
- ARM: meson: Fix refcount leak in meson_smp_prepare_cpus (Miaoqian Lin)  
- tty: n_gsm: fix encoding of command/response bit (daniel.starke@siemens.com)  
- btrfs: fix use of uninitialized variable at rm device ioctl (Tom Rix)  
- virtio-blk: modify the value type of num in virtio_queue_rq() (Ye Guojin)  
- btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2() (Dan Carpenter)  
- Revert 'serial: sc16is7xx: Clear RS485 bits in the shutdown' (Hui Wang)  
- can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits (Jimmy Assarsson)  
- can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression (Jimmy Assarsson)  
- can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info (Jimmy Assarsson)  
- net: dsa: qca8k: reset cpu port on MTU change (Christian Marangi)  
- powerpc/powernv: delay rng platform device creation until later in boot (Jason A. Donenfeld)  
- video: of_display_timing.h: include errno.h (Hsin-Yi Wang)  
- memregion: Fix memregion_free() fallback definition (Dan Williams)  
- PM: runtime: Redefine pm_runtime_release_supplier() (Rafael J. Wysocki)  
- fbcon: Prevent that screen size is smaller than font size (Helge Deller)  
- fbcon: Disallow setting font bigger than screen size (Helge Deller)  
- fbmem: Check virtual screen sizes in fb_set_var() (Helge Deller)  
- fbdev: fbmem: Fix logo center image dx issue (Guiling Deng)  
- iommu/vt-d: Fix PCI bus rescan device hot add (Yian Chen)  
- module: fix [e_shstrndx].sh_size=0 OOB access (Alexey Dobriyan)  
- module: change to print useful messages from elf_validity_check() (Shuah Khan)  
- dt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible (Bryan O'Donoghue)  
- dt-bindings: soc: qcom: smd-rpm: Add compatible for MSM8953 SoC (Vladimir Lypak)  
- rxrpc: Fix locking issue (David Howells)  
- irqchip/gic-v3: Refactor ISB + EOIR at ack time (Mark Rutland)  
- irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling (Mark Rutland)  
- io_uring: avoid io-wq -EAGAIN looping for !IOPOLL (Pavel Begunkov)  
- Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event (Sean Wang)  
- Bluetooth: protect le accept and resolv lists with hdev-&gt;lock (Niels Dossche)  
- drm/mediatek: Add vblank register/unregister callback functions (Rex-BC Chen)  
- drm/mediatek: Add cmdq_handle in mtk_crtc (Chun-Kuang Hu)  
- drm/mediatek: Detect CMDQ execution timeout (Chun-Kuang Hu)  
- drm/mediatek: Remove the pointer of struct cmdq_client (Chun-Kuang Hu)  
- drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb (Chun-Kuang Hu)  
- drm/i915: Fix a race between vma / object destruction and unbinding (Thomas Hellstrom)  
- drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems (Richard Gong)  
- drm/amd: Refactor amdgpu_aspm to be evaluated per device (Mario Limonciello)  
- tty: n_gsm: fix invalid gsmtty_write_room() result (Daniel Starke)  
- serial: 8250_mtk: Make sure to select the right FEATURE_SEL (AngeloGioacchino Del Regno)  
- tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (Daniel Starke)  
- tty: n_gsm: fix invalid use of MSC in advanced option (Daniel Starke)  
- mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb() (Naoya Horiguchi)  
- mm/memory-failure.c: fix race with changing page compound again (Miaohe Lin)  
- mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler (luofei)  
- mm/hwpoison: mf_mutex for soft offline and unpoison (Naoya Horiguchi)  
- KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref (Sean Christopherson)  
- btrfs: zoned: use dedicated lock for data relocation (Naohiro Aota)  
- btrfs: zoned: encapsulate inode locking for zoned relocation (Johannes Thumshirn)  
- tty: n_gsm: fix missing update of modem controls after DLCI open (Daniel Starke)  
- ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX. (Maurizio Avogadro)  
- ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi. (Johannes Schickel)  
- tty: n_gsm: fix frame reception handling (Daniel Starke)  
- tty: n_gsm: Save dlci address open status when config requester (Zhenguo Zhao)  
- tty: n_gsm: Modify CR,PF bit when config requester (Zhenguo Zhao)  
- KVM: Don't create VM debugfs files outside of the VM directory (Oliver Upton)  
- drm/amd/vcn: fix an error msg on vcn 3.0 (tiancyin)  
- ASoC: rt5682: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- ASoC: rt5682: move clk related code to rt5682_i2c_probe (Jack Yu)  
- uapi/linux/stddef.h: Add include guards (Tadeusz Struk)  
- stddef: Introduce DECLARE_FLEX_ARRAY() helper (Kees Cook)  
- bus: mhi: Fix pm_state conversion to string (Paul Davey)  
- bus: mhi: core: Use correctly sized arguments for bit field (Kees Cook)  
- serial: sc16is7xx: Clear RS485 bits in the shutdown (Hui Wang)  
- powerpc/tm: Fix more userspace r13 corruption (Nicholas Piggin)  
- powerpc: flexible GPR range save/restore macros (Nicholas Piggin)  
- powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regs (Christophe Leroy)  
- scsi: qla2xxx: Fix loss of NVMe namespaces after driver reload test (Arun Easi)  
- KVM: s390x: fix SCK locking (Claudio Imbrenda)  
- btrfs: don't access possibly stale fs_info data in device_list_add (Dongliang Mu)  
- KVM: use __vcalloc for very large allocations (Paolo Bonzini)  
- mm: vmalloc: introduce array allocation functions (Paolo Bonzini)  
- Compiler Attributes: add __alloc_size() for better bounds checking (Kees Cook)  
- mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set (Tudor Ambarus)  
- batman-adv: Use netif_rx(). (Sebastian Andrzej Siewior)  
- iio: accel: mma8452: use the correct logic to get mma8452_data (Haibo Chen)  
- riscv/mm: Add XIP_FIXUP for riscv_pfn_base (Palmer Dabbelt)  
- NFSD: COMMIT operations must not return NFS?ERR_INVAL (Chuck Lever)  
- NFSD: De-duplicate net_generic(nf-&gt;nf_net, nfsd_net_id) (Chuck Lever)  
- drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw (CHANDAN VURDIGERE NATARAJ)  
- drm/amd/display: Set min dcfclk if pipe count is 0 (Michael Strauss)  
- drbd: fix an invalid memory access caused by incorrect use of list iterator (Xiaomeng Tong)  
- drbd: Fix double free problem in drbd_create_device (Wu Bo)  
- drbd: add error handling support for add_disk() (Luis Chamberlain)  
- btrfs: remove device item and update super block in the same transaction (Qu Wenruo)  
- btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls (Josef Bacik)  
- btrfs: add a btrfs_get_dev_args_from_path helper (Josef Bacik)  
- btrfs: handle device lookup with btrfs_dev_lookup_args (Josef Bacik)  
- vdpa/mlx5: Avoid processing works if workqueue was destroyed (Eli Cohen)  
- gfs2: Fix gfs2_file_buffered_write endless loop workaround (Andreas Gruenbacher)  
- scsi: qla2xxx: Fix crash during module load unload test (Arun Easi)  
- scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safe (Quinn Tran)  
- scsi: qla2xxx: Fix laggy FC remote port session recovery (Quinn Tran)  
- scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueue (Manish Rangankar)  
- KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook (Sean Christopherson)  
- KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping (Sean Christopherson)  
- clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3 (Lad Prabhakar)  
- cxl/port: Hold port reference until decoder release (Dan Williams)  
- mt76: mt7921: do not always disable fw runtime-pm (Lorenzo Bianconi)  
- mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error (Sean Wang)  
- media: davinci: vpif: fix use-after-free on driver unbind (Johan Hovold)  
- media: omap3isp: Use struct_group() for memcpy() region (Kees Cook)  
- stddef: Introduce struct_group() helper macro (Kees Cook)  
- block: fix rq-qos breakage from skipping rq_qos_done_bio() (Tejun Heo)  
- block: only mark bio as tracked if it really is tracked (Jens Axboe)  
- block: use bdev_get_queue() in bio.c (Pavel Begunkov)  
- io_uring: ensure that fsnotify is always called (Jens Axboe)  
- virtio-blk: avoid preallocating big SGL for data (Max Gurtovoy)  
- ibmvnic: Allow queueing resets during probe (Sukadev Bhattiprolu)  
- ibmvnic: clear fop when retrying probe (Sukadev Bhattiprolu)  
- ibmvnic: init init_done_rc earlier (Sukadev Bhattiprolu)  
- s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE (Alexander Egorenkov)  
- s390/setup: use physical pointers for memblock_reserve() (Alexander Gordeev)  
- s390/boot: allocate amode31 section in decompressor (Alexander Gordeev)  
- netfilter: nft_payload: don't allow th access for fragments (Florian Westphal)  
- netfilter: nft_payload: support for inner header matching / mangling (Pablo Neira Ayuso)  
- netfilter: nf_tables: convert pktinfo-&gt;tprot_set to flags field (Pablo Neira Ayuso)  
- ASoC: rt5682: Fix deadlock on resume (Peter Ujfalusi)  
- ASoC: rt5682: Re-detect the combo jack after resuming (Derek Fang)  
- ASoC: rt5682: Avoid the unexpected IRQ event during going to suspend (Derek Fang)  
- net/mlx5e: TC, Reject rules with forward and drop actions (Roi Dayan)  
- net/mlx5e: TC, Reject rules with drop and modify hdr action (Roi Dayan)  
- net/mlx5e: Split actions_match_supported() into a sub function (Roi Dayan)  
- net/mlx5e: Check action fwd/drop flag exists also for nic flows (Roi Dayan)  
- RISC-V: defconfigs: Set CONFIG_FB=y, for FB console (Palmer Dabbelt)  
- riscv: defconfig: enable DRM_NOUVEAU (Heinrich Schuchardt)  
- bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC (Hou Tao)  
- bpf: Stop caching subprog index in the bpf_pseudo_func insn (Martin KaFai Lau)  
- mt76: mt7921: fix a possible race enabling/disabling runtime-pm (Lorenzo Bianconi)  
- mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routine (Lorenzo Bianconi)  
- mt76: mt7921: get rid of mt7921_mac_set_beacon_filter (Lorenzo Bianconi)  
- platform/x86: wmi: Fix driver-&gt;notify() vs -&gt;probe() race (Hans de Goede)  
- platform/x86: wmi: Replace read_takes_no_args with a flags field (Hans de Goede)  
- platform/x86: wmi: introduce helper to convert driver to WMI driver (Barnabas Pocze)  
- qed: Improve the stack space of filter_config() (Shai Malin)  
- ath11k: add hw_param for wakeup_mhi (Seevalamuthu Mariappan)  
- memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlash (Andrew Gabbasov)  
- media: ir_toy: prevent device from hanging during transmit (Sean Young)  
- PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset (Lukas Wunner)  
- PCI/portdrv: Rename pm_iter() to pcie_port_device_iter() (Lukas Wunner)  
- drm/i915: Replace the unconditional clflush with drm_clflush_virt_range() (Ville Syrjala)  
- drm/i915/gt: Register the migrate contexts with their engines (Thomas Hellstrom)  
- drm/i915: Disable bonding on gen12+ platforms (Matthew Brost)  
- btrfs: fix deadlock between chunk allocation and chunk btree modifications (Filipe Manana)  
- dma-buf/poll: Get a file reference for outstanding fence callbacks (Michel Danzer)  
- Input: goodix - try not to touch the reset-pin on x86/ACPI devices (Hans de Goede)  
- Input: goodix - refactor reset handling (Hans de Goede)  
- Input: goodix - add a goodix.h header file (Hans de Goede)  
- Input: goodix - change goodix_i2c_write() len parameter type to int (Hans de Goede)  
- Input: cpcap-pwrbutton - handle errors from platform_get_irq() (Tang Bin)  
- btrfs: fix warning when freeing leaf after subvolume creation failure (Filipe Manana)  
- btrfs: fix invalid delayed ref after subvolume creation failure (Filipe Manana)  
- btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref (Nikolay Borisov)  
- btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk (Nikolay Borisov)  
- netfilter: nft_set_pipapo: release elements in clone from abort path (Pablo Neira Ayuso)  
- net: rose: fix UAF bug caused by rose_t0timer_expiry (Duoming Zhou)  
- usbnet: fix memory leak in error case (Oliver Neukum)  
- bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals (Daniel Borkmann)  
- bpf: Fix incorrect verifier simulation around jmp32's jeq/jne (Daniel Borkmann)  
- can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC register (Thomas Kopp)  
- can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fd (Thomas Kopp)  
- can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits (Marc Kleine-Budde)  
- can: m_can: m_can_chip_config(): actually enable internal timestamping (Marc Kleine-Budde)  
- can: gs_usb: gs_usb_open/close(): fix memory leak (Rhett Aultman)  
- can: grcan: grcan_probe(): remove extra of_node_get() (Liang He)  
- can: bcm: use call_rcu() instead of costly synchronize_rcu() (Oliver Hartkopp)  
- ALSA: cs46xx: Fix missing snd_card_free() call at probe error (Takashi Iwai)  
- ALSA: hda/realtek: Add quirk for Clevo L140PU (Tim Crawford)  
- ALSA: usb-audio: Workarounds for Behringer UMC 204/404 HD (Takashi Iwai)  
- Revert 'selftests/bpf: Add test for bpf_timer overwriting crash' (Po-Hsu Lin)  
- mm/filemap: fix UAF in find_lock_entries (Liu Shixin)  
- mm/slub: add missing TID updates on slab deactivation (Jann Horn)  
- LTS version: v5.15.53 (Jack Vogel)  
- hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails (Yang Yingliang)  
- hwmon: (occ) Prevent power cap command overwriting poll response (Eddie James)  
- hwmon: (occ) Remove sequence numbering and checksum calculation (Eddie James)  
- drm/fourcc: fix integer type usage in uapi header (Carlos Llamas)  
- platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses (Hans de Goede)  
- platform/x86: panasonic-laptop: don't report duplicate brightness key-presses (Hans de Goede)  
- platform/x86: panasonic-laptop: revert 'Resolve hotkey double trigger bug' (Hans de Goede)  
- platform/x86: panasonic-laptop: sort includes alphabetically (Hans de Goede)  
- platform/x86: panasonic-laptop: de-obfuscate button codes (Stefan Seyfried)  
- drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c (Liang He)  
- drm/msm/gem: Fix error return on fence id alloc fail (Rob Clark)  
- drm/i915/gem: add missing else (katrinzhou)  
- net: fix IFF_TX_SKB_NO_LINEAR definition (Dan Carpenter)  
- fsi: occ: Force sequence numbering per OCC (Eddie James)  
- clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup() (Greg Kroah-Hartman)  
- net: usb: qmi_wwan: add Telit 0x1070 composition (Daniele Palmas)  
- xen/arm: Fix race in RB-tree based P2M accounting (Oleksandr Tyshchenko)  
- xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses() (Jan Beulich)  
- xen/blkfront: force data bouncing when backend is untrusted (Roger Pau Monne)  
- xen/netfront: force data bouncing when backend is untrusted (Roger Pau Monne)  
- xen/netfront: fix leaking data in shared pages (Roger Pau Monne)  
- xen/blkfront: fix leaking data in shared pages (Roger Pau Monne)  
- selftests/rseq: Change type of rseq_offset to ptrdiff_t (Mathieu Desnoyers)  
- selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area (Mathieu Desnoyers)  
- selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area (Mathieu Desnoyers)  
- selftests/rseq: Fix: work-around asm goto compiler bugs (Mathieu Desnoyers)  
- selftests/rseq: Remove arm/mips asm goto compiler work-around (Mathieu Desnoyers)  
- selftests/rseq: Fix warnings about #if checks of undefined tokens (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32 offsets by using long rather than off_t (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32 missing instruction selection 'u' and 'x' for load/store (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian (Mathieu Desnoyers)  
- selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35 (Mathieu Desnoyers)  
- selftests/rseq: Introduce thread pointer getters (Mathieu Desnoyers)  
- selftests/rseq: Introduce rseq_get_abi() helper (Mathieu Desnoyers)  
- selftests/rseq: Remove volatile from __rseq_abi (Mathieu Desnoyers)  
- selftests/rseq: Remove useless assignment to cpu variable (Mathieu Desnoyers)  
- selftests/rseq: introduce own copy of rseq uapi header (Mathieu Desnoyers)  
- selftests/rseq: remove ARRAY_SIZE define from individual tests (Shuah Khan)  
- selftests/bpf: Add test_verifier support to fixup kfunc call insns (Kumar Kartikeya Dwivedi)  
- tcp: add a missing nf_reset_ct() in 3WHS handling (Eric Dumazet)  
- MAINTAINERS: add Leah as xfs maintainer for 5.15.y (Leah Rumancik)  
- net: tun: avoid disabling NAPI twice (Jakub Kicinski)  
- mlxsw: spectrum_router: Fix rollback in tunnel next hop init (Petr Machata)  
- ipv6: fix lockdep splat in in6_dump_addrs() (Eric Dumazet)  
- ipv6/sit: fix ipip6_tunnel_get_prl return value (katrinzhou)  
- tunnels: do not assume mac header is set in skb_tunnel_check_pmtu() (Eric Dumazet)  
- ACPI: video: Change how we determine if brightness key-presses are handled (Hans de Goede)  
- io_uring: ensure that send/sendmsg and recv/recvmsg check sqe-&gt;ioprio (Jens Axboe)  
- epic100: fix use after free on rmmod (Tong Zhang)  
- tipc: move bc link creation back to tipc_node_create (Xin Long)  
- NFC: nxp-nci: Don't issue a zero length i2c_master_read() (Michael Walle)  
- nfc: nfcmrvl: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)  
- powerpc/memhotplug: Add add_pages override for PPC (Aneesh Kumar K.V)  
- net: bonding: fix use-after-free after 802.3ad slave unbind (Yevhen Orlov)  
- net: phy: ax88772a: fix lost pause advertisement configuration (Oleksij Rempel)  
- net: bonding: fix possible NULL deref in rlb code (Eric Dumazet)  
- net: asix: fix 'can't send until first packet is send' issue (Oleksij Rempel)  
- net/sched: act_api: Notify user space if any actions were flushed before error (Victor Nogueira)  
- net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup() (Liang He)  
- netfilter: nft_dynset: restore set element counter when failing to update (Pablo Neira Ayuso)  
- s390: remove unneeded 'select BUILD_BIN2C' (Masahiro Yamada)  
- vdpa/mlx5: Update Control VQ callback information (Eli Cohen)  
- PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events (Miaoqian Lin)  
- caif_virtio: fix race between virtio_device_ready() and ndo_open() (Jason Wang)  
- vfs: fix copy_file_range() regression in cross-fs copies (Amir Goldstein)  
- NFSD: restore EINVAL error translation in nfsd_commit() (Alexey Khoroshilov)  
- net: ipv6: unexport __init-annotated seg6_hmac_net_init() (YueHaibing)  
- selftests: mptcp: more stable diag tests (Paolo Abeni)  
- usbnet: fix memory allocation in helpers (Oliver Neukum)  
- net: usb: asix: do not force pause frames support (Oleksij Rempel)  
- linux/dim: Fix divide by 0 in RDMA DIM (Tao Liu)  
- RDMA/cm: Fix memory leak in ib_cm_insert_listen (Miaoqian Lin)  
- RDMA/qedr: Fix reporting QP timeout attribute (Kamal Heib)  
- net: dp83822: disable rx error interrupt (Enguerrand de Ribaucourt)  
- net: dp83822: disable false carrier interrupt (Enguerrand de Ribaucourt)  
- net: tun: stop NAPI when detaching queues (Jakub Kicinski)  
- net: tun: unlink NAPI from device on destruction (Jakub Kicinski)  
- net: dsa: bcm_sf2: force pause link settings (Doug Berger)  
- selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test (Dimitris Michailidis)  
- virtio-net: fix race between ndo_open() and virtio_device_ready() (Jason Wang)  
- net: usb: ax88179_178a: Fix packet receiving (Jose Alonso)  
- net: rose: fix UAF bugs caused by timer handler (Duoming Zhou)  
- SUNRPC: Fix READ_PLUS crasher (Chuck Lever)  
- s390/archrandom: simplify back to earlier design and initialize earlier (Jason A. Donenfeld)  
- dm raid: fix KASAN warning in raid5_add_disks (Mikulas Patocka)  
- dm raid: fix accesses beyond end of raid member array (Heinz Mauelshagen)  
- powerpc/bpf: Fix use of user_pt_regs in uapi (Naveen N. Rao)  
- powerpc/book3e: Fix PUD allocation size in map_kernel_page() (Christophe Leroy)  
- powerpc/prom_init: Fix kernel config grep (Liam Howlett)  
- nvdimm: Fix badblocks clear off-by-one error (Chris Ye)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1 (Lamarque Vieira Souza)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G) (Pablo Greco)  
- net: phy: Don't trigger state machine while in suspend (Lukas Wunner)  
- ipv6: take care of disable_policy when restoring routes (Nicolas Dichtel)  
- ksmbd: use vfs_llseek instead of dereferencing NULL (Jason A. Donenfeld)  
- ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA (Namjae Jeon)  
- ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZERO_DATA (Namjae Jeon)  
- drm/amdgpu: To flush tlb for MMHUB of RAVEN series (Ruili Ji)  
- Revert 'drm/amdgpu/display: set vblank_disable_immediate for DC' (Alex Deucher)  
- cpufreq:cppc_cpufreq: prevent crash on reading freqdomain_cpus (chris hyser)  [Orabug: 34327463] 
- vmcoreinfo: add kallsyms_num_syms symbol (Stephen Brennan)  [Orabug: 34475877] 
- vmcoreinfo: include kallsyms symbols (Stephen Brennan)  [Orabug: 34475877] 
- kallsyms: move declarations to internal header (Stephen Brennan)  [Orabug: 34475877] 
- Revert 'KVM: x86: Print error code in exception injection tracepoint iff valid' (Sherry Yang)  [Orabug: 34539458] 
- uek-rpm: Enable IMA_APPRAISE_SB_BOOTPARAM (Eric Snowberg)  [Orabug: 34549007] 
- integrity: Allow ima_appraise bootparam to be set when SB is enabled (Eric Snowberg)  [Orabug: 34549007] 
- net/mlx5: E-Switch, change VFs default admin state to auto in switchdev (Maor Dickman)  [Orabug: 34533007] 
- Revert 'net/mlx5: E-Switch, change VFs default admin state to auto in switchdev' (Devesh Sharma)  [Orabug: 34532946] 
- uek-rpm: Install kernel-rpm-macros as build dependency (Somasundaram Krishnasamy)  [Orabug: 34529696]

[5.15.0-3.52.1]
- rds: ib: Fix lfstack to acquire visibility to list head (Hakon Bugge)  [Orabug: 34522536] 
- locking/atomic: Make test_and_*_bit() ordered on failure (Hector Martin)  [Orabug: 34520178] 
- intel_idle: make SPR C1 and C1E be independent (Artem Bityutskiy)  [Orabug: 34510397] 
- intel_idle: Add AlderLake support (Zhang Rui)  [Orabug: 34510397] 
- intel_idle: Fix SPR C6 optimization (Artem Bityutskiy)  [Orabug: 34510397] 
- intel_idle: Fix the 'preferred_cstates' module parameter (Artem Bityutskiy)  [Orabug: 34510397] 
- cpuidle: intel_idle: Drop redundant backslash at line end (Rafael J. Wysocki)  [Orabug: 34510397] 
- mlx4: Subscribe to PXM notifier (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen/pci: Add PXM node notifier for PXM (NUMA) changes. (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen/pcifront: Walk the PCI bus after XenStore notification (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen-pcifront/hvm: Slurp up 'pxm' entry and set NUMA node on PCIe device. (V5) (Konrad Rzeszutek Wilk)  [Orabug: 34509446] 
- scsi: core: Fix warning in scsi_alloc_sgtables() (Jason Yan)  [Orabug: 33857787]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9930.html" type="self" title="ELSA-2022-9930" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3028.html" id="CVE-2022-3028" type="cve" title="CVE-2022-3028" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">876985932bae9f54cf0213cab5a3007d31df9f0459887bcdd135cdbf1c53e824</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a6cc6d92dca1661f799aef02cab086acc9b2ad2ee2a0e510462bc58350134515</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0d1a9c3ab56ac1b32fecb5d294b620da6a5611d17d1105096971efe0d8dc0b05</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">65b96067c2d5eb2a62dcfbbe86a09739a8fdb44d08d4a986e865e514664faa02</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">101e3f676503ff5cd0f461e01d4d1b488c31685c8ac71a39ab17ab4525eddbab</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4a4f50c94c3e6dbef7ff2a88aee24545bcde466d87e9fe3a5d005c0eb48de8a9</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-3.60.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">b04e46cc6e1dfb233bef81097f010fe5630870913f56fb1eb6427f64cf3c857e</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cb9499191653b10a4f8f6881347509e1d9f6b7aa8393c1776e64a52203167b64</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-3.60.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">77c337a9e41c7f89cfd33b79eb2373e78c6d2dbc9f4ac170a26d83ea713d1ebe</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7e4d74a725dc1ef33fff19751ac3f89db56c22d3dd938d177c5f3c52499ede09</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4db9819387c3d461f8c6d1ab2fe341026ad45cba4ff595625e029708fd3656e</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6bcd3993a910245ed5372171ef300ad62aafea1428834e275ca1b8057ac4980f</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="3.60.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-3.60.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e69a89fb24ea6ab1758da94e947f540ffa888e09ee36d416d9fed902602e8249</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9931</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-10-24 00:00:00"/>
    <updated date="2022-10-24 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-3.60.5.1.el8]
- fs: remove no_llseek (Jason A. Donenfeld)  [Orabug: 34721465] 
- vfio: do not set FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34721465] 
- dma-buf: remove useless FMODE_LSEEK flag (Jason A. Donenfeld)  [Orabug: 34721465] 
- fs: do not compare against -&gt;llseek (Jason A. Donenfeld)  [Orabug: 34721465] 
- fs: clear or set FMODE_LSEEK based on llseek function (Jason A. Donenfeld)  [Orabug: 34721465]

[5.15.0-3.60.5]
- hwmon: (opbmc) Add support for AST2600 based Pilot (Jan Zdarek)  [Orabug: 34605427] 
- random: Fix incorrect type for 'rc' variable (Harshit Mogalapalli)  [Orabug: 34596909]

[5.15.0-3.60.4]
- netfilter: ebtables: reject blobs that don't provide all entry points (Florian Westphal)  [Orabug: 34513977] 
- uek-rpm: Disable CONFIG_CRYPTO_STREEBOG (Victor Erminpour)  [Orabug: 34538054] 
- uek-rpm: Disable CONFIG_CRYPTO_SM3 (Victor Erminpour)  [Orabug: 34538054] 
- uek-rpm: Disable CONFIG_CRYPTO_SM4 (Victor Erminpour)  [Orabug: 34538054] 
- af_key: Do not call xfrm_probe_algs in parallel (Herbert Xu)  [Orabug: 34566751]  {CVE-2022-3028}
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() (Tetsuo Handa)  [Orabug: 34567776] 
cpus_read_lock() deadlock (Tejun Heo)  [Orabug: 34567776]

[5.15.0-3.60.3]
- audit: annotate branch direction for audit_in_mask() (Ankur Arora)  [Orabug: 34544783] 
- audit: cache ctx-&gt;major in audit_filter_syscall() (Ankur Arora)  [Orabug: 34544783]

[5.15.0-3.60.2]
- LTS version: v5.15.60 (Jack Vogel)  
- x86/speculation: Add LFENCE to RSB fill sequence (Pawan Gupta)  
- x86/speculation: Add RSB VM Exit protections (Daniel Sneddon)  
- macintosh/adb: fix oob read in do_adb_query() function (Ning Qiang)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675 (Hilda Wu)  
- Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007 (Hilda Wu)  
- Bluetooth: btusb: Add support of IMC Networks PID 0x3568 (Aaron Ma)  
- dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding (Ahmad Fatoum)  
- Bluetooth: hci_bcm: Add DT compatible for CYW55572 (Hakan Jansson)  
- Bluetooth: hci_bcm: Add BCM4349B1 variant (Ahmad Fatoum)  
- btrfs: zoned: fix critical section of relocation inode writeback (Naohiro Aota)  
- btrfs: zoned: prevent allocation from previous data relocation BG (Naohiro Aota)  
- arm64: set UXN on swapper page tables (Peter Collingbourne)  
- KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user() (Mingwei Zhang)  
- selftests: KVM: Handle compiler optimizations in ucall (Raghavendra Rao Ananta)  
- tools/kvm_stat: fix display of error when multiple processes are found (Dmitry Klochkov)  
- KVM: selftests: Make hyperv_clock selftest more stable (Vitaly Kuznetsov)  
- KVM: x86: do not set st-&gt;preempted when going back to user space (Paolo Bonzini)  
- KVM: x86: do not report a vCPU as preempted outside instruction boundaries (Paolo Bonzini) [Orabug: 34571000] {CVE-2022-39189}
- crypto: arm64/poly1305 - fix a read out-of-bound (GUO Zihua)  
- ACPI: APEI: Better fix to avoid spamming the console with old error logs (Tony Luck)  
- ACPI: video: Shortening quirk list by identifying Clevo by board_name only (Werner Sembach)  
- ACPI: video: Force backlight native for some TongFang devices (Werner Sembach)  
- tools/vm/slabinfo: Handle files in debugfs (Stephane Graber)  
- block: fix default IO priority handling again (Jan Kara)  
- selftests/bpf: Check dst_port only on the client socket (Jakub Sitnicki)  
- selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads (Jakub Sitnicki)  
- x86/speculation: Make all RETbleed mitigations 64-bit only (Ben Hutchings)  
- LTS version: v5.15.59 (Jack Vogel)  
- x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available (Thadeu Lima de Souza Cascardo)  
- docs/kernel-parameters: Update descriptions for 'mitigations=' param with retbleed (Eiichi Tsukata)  
- EDAC/ghes: Set the DIMM label unconditionally (Toshi Kani)  
- ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow (Florian Fainelli)  
- page_alloc: fix invalid watermark check on a negative value (Jaewon Kim)  
- mm/hmm: fault non-owner device private entries (Ralph Campbell)  
- ARM: crypto: comment out gcc warning that breaks clang builds (Greg Kroah-Hartman)  
- sctp: leave the err path free in sctp_stream_init to sctp_stream_free (Xin Long)  
- sfc: disable softirqs for ptp TX (Alejandro Lucero)  
- perf symbol: Correct address for bss symbols (Leo Yan)  
- virtio-net: fix the race between refill work and close (Jason Wang)  
- netfilter: nf_queue: do not allow packet truncation below transport header offset (Florian Westphal)  
- octeontx2-pf: cn10k: Fix egress ratelimit configuration (Sunil Goutham)  
- sctp: fix sleep in atomic context bug in timer handlers (Duoming Zhou)  
- i40e: Fix interface init with MSI interrupts (no MSI-X) (Michal Maloszewski)  
- ipv4: Fix data-races around sysctl_fib_notify_on_flag_change. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_reflect_tos. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_nr. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns. (Kuniyuki Iwashima)  
- net: Fix data-races around sysctl_[rw]mem(_offset)?. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sk_pacing_rate. (Kuniyuki Iwashima)  
- net: mld: fix reference count leak in mld_{query | report}_work() (Taehee Yoo)  
- net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa() (Jianglei Nie)  
- macsec: always read MACSEC_SA_ATTR_PN as a u64 (Sabrina Dubroca)  
- macsec: limit replay window size with XPN (Sabrina Dubroca)  
- macsec: fix error message in macsec_add_rxsa and _txsa (Sabrina Dubroca)  
- macsec: fix NULL deref in macsec_add_rxsa (Sabrina Dubroca)  
- Documentation: fix sctp_wmem in ip-sysctl.rst (Xin Long)  
- tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_autocorking. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_min_tso_segs. (Kuniyuki Iwashima)  
- net: sungem_phy: Add of_node_put() for reference returned by of_get_parent() (Liang He)  
- net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmii (Vladimir Oltean)  
- igmp: Fix data-races around sysctl_igmp_qrv. (Kuniyuki Iwashima)  
- net/tls: Remove the context from the list in tls_device_down (Maxim Mikityanskiy)  
- ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr (Ziyang Xuan)  
- net: ping6: Fix memleak in ipv6_renew_options(). (Kuniyuki Iwashima)  
- scsi: mpt3sas: Stop fw fault watchdog work item during system shutdown (David Jeffery)  
- tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_limit_output_bytes. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf. (Kuniyuki Iwashima)  
- octeontx2-pf: Fix UDP/TCP src and dst port tc filters (Subbaraya Sundeep)  
- Revert 'tcp: change pingpong threshold to 3' (Wei Wang)  
- scsi: ufs: host: Hold reference returned by of_parse_phandle() (Liang He)  
- ice: do not setup vlan for loopback VSI (Maciej Fijalkowski)  
- ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS) (Maciej Fijalkowski)  
- tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_nometrics_save. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_frto. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_adv_win_scale. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_app_win. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_dsack. (Kuniyuki Iwashima)  
- watch_queue: Fix missing locking in add_watch_to_object() (Linus Torvalds)  
- watch_queue: Fix missing rcu annotation (David Howells)  
- drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid() (Nathan Chancellor)  
- nouveau/svm: Fix to migrate all requested pages (Alistair Popple)  
- s390/archrandom: prevent CPACF trng invocations in interrupt context (Harald Freudenberger)  
- asm-generic: remove a broken and needless ifdef conditional (Lukas Bulwahn)  
- hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte (Miaohe Lin)  
- mm: fix page leak with multiple threads mapping the same page (Josef Bacik)  
- secretmem: fix unhandled fault in truncate (Mike Rapoport)  
- fs: sendfile handles O_NONBLOCK of out_fd (Andrei Vagin)  
- ntfs: fix use-after-free in ntfs_ucsncmp() (ChenXiaoSong)  
- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put (Luiz Augusto von Dentz)  
- LTS version: v5.15.58 (Jack Vogel)  
- drm/amd/display: Fix wrong format specifier in amdgpu_dm.c (Hayden Goodfellow)  
- x86/entry_32: Fix segment exceptions (Peter Zijlstra)  
- drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq() (Dan Carpenter)  
- x86: drop bogus 'cc' clobber from __try_cmpxchg_user_asm() (Jan Beulich)  
- KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicness (Maxim Levitsky)  
- x86/extable: Prefer local labels in .set directives (Nick Desaulniers)  
- drm/amd/display: invalid parameter check in dmub_hpd_callback (Jose Exposito)  
- drm/amd/display: Don't lock connection_mutex for DMUB HPD (Nicholas Kazlauskas)  
- watch-queue: remove spurious double semicolon (Linus Torvalds)  
- net: usb: ax88179_178a needs FLAG_SEND_ZLP (Jose Alonso)  
- tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() (Jiri Slaby)  
- tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() (Jiri Slaby)  
- tty: drop tty_schedule_flip() (Jiri Slaby)  
- tty: the rest, stop using tty_schedule_flip() (Jiri Slaby)  
- tty: drivers/tty/, stop using tty_schedule_flip() (Jiri Slaby)  
- watchqueue: make sure to serialize 'wqueue-&gt;defunct' properly (Linus Torvalds)  
- drm/amd/display: Fix surface optimization regression on Carrizo (Nicholas Kazlauskas)  
- drm/amd/display: Optimize bandwidth on following fast update (Nicholas Kazlauskas)  
- drm/amd/display: Reset DMCUB before HW init (Nicholas Kazlauskas)  
- exfat: use updated exfat_chain directly during renaming (Sungjong Seo)  
- Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks (Luiz Augusto von Dentz)  
- Bluetooth: SCO: Fix sco_send_frame returning skb-&gt;len (Luiz Augusto von Dentz)  
- Bluetooth: Fix passing NULL to PTR_ERR (Luiz Augusto von Dentz)  
- Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg (Luiz Augusto von Dentz)  
- Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg (Luiz Augusto von Dentz)  
- Bluetooth: Add bt_skb_sendmmsg helper (Luiz Augusto von Dentz)  
- Bluetooth: Add bt_skb_sendmsg helper (Luiz Augusto von Dentz)  
- um: virtio_uml: Fix broken device handling in time-travel (Johannes Berg)  
- um: virtio_uml: Allow probing from devicetree (Vincent Whitchurch)  
- tracing: Fix return value of trace_pid_write() (Wonhyuk Yang)  
- tracing: Place trace_pid_list logic into abstract functions (Steven Rostedt (VMware))  
- tracing: Have event format check not flag %p* on __get_dynamic_array() (Steven Rostedt (Google))  
- exfat: fix referencing wrong parent directory information after renaming (Yuezhang Mo)  
- crypto: qat - re-enable registration of algorithms (Giovanni Cabiddu)  
- crypto: qat - add param check for DH (Giovanni Cabiddu)  
- crypto: qat - add param check for RSA (Giovanni Cabiddu)  
- crypto: qat - remove dma_free_coherent() for DH (Giovanni Cabiddu)  
- crypto: qat - remove dma_free_coherent() for RSA (Giovanni Cabiddu)  
- crypto: qat - fix memory leak in RSA (Giovanni Cabiddu)  
- crypto: qat - add backlog mechanism (Giovanni Cabiddu)  
- crypto: qat - refactor submission logic (Giovanni Cabiddu)  
- crypto: qat - use pre-allocated buffers in datapath (Giovanni Cabiddu)  
- crypto: qat - set to zero DH parameters before free (Giovanni Cabiddu)  
- iwlwifi: fw: uefi: add missing include guards (Johannes Berg)  
- mt76: fix use-after-free by removing a non-RCU wcid pointer (Felix Fietkau)  
- xhci: Set HCD flag to defer primary roothub registration (Kishon Vijay Abraham I)  
- xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit (Mathias Nyman)  
- xhci: dbc: create and remove dbc structure in dbgtty driver. (Mathias Nyman)  
- xhci: dbc: refactor xhci_dbc_init() (Mathias Nyman)  
- KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses (Sean Christopherson)  
- x86/extable: Extend extable functionality (Peter Zijlstra)  
- x86/entry_32: Remove .fixup usage (Peter Zijlstra)  
- bitfield.h: Fix 'type of reg too small for mask' test (Peter Zijlstra)  
- x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE (Thomas Gleixner)  
- x86/extable: Rework the exception table mechanics (Thomas Gleixner)  
- x86/mce: Deduplicate exception handling (Thomas Gleixner)  
- x86/extable: Get rid of redundant macros (Thomas Gleixner)  
- x86/extable: Tidy up redundant handler functions (Thomas Gleixner)  
- x86/uaccess: Implement macros for CMPXCHG on user addresses (Peter Zijlstra)  
- dlm: fix pending remove if msg allocation fails (Alexander Aring)  
- sched/deadline: Fix BUG_ON condition for deboosted tasks (Juri Lelli)  
- bpf: Make sure mac_header was set before using it (Eric Dumazet)  
- mm/mempolicy: fix uninit-value in mpol_rebind_policy() (Wang Cheng)  
- KVM: Don't null dereference ops-&gt;destroy (Alexey Kardashevskiy)  
- spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers (Marc Kleine-Budde)  
- KVM: selftests: Fix target thread to be migrated in rseq_test (Gavin Shan)  
- gpio: gpio-xilinx: Fix integer overflow (Srinivas Neeli)  
- tcp: Fix data-races around sysctl_tcp_max_reordering. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_abort_on_overflow. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_rfc1337. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_stdurg. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_retrans_collapse. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_recovery. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_early_retrans. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl knobs related to SYN option. (Kuniyuki Iwashima)  
- udp: Fix a data-race around sysctl_udp_l3mdev_accept. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_prot_sock. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. (Kuniyuki Iwashima)  
- ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh. (Kuniyuki Iwashima)  
- drm/imx/dcss: Add missing of_node_put() in fail path (Liang He)  
- net: dsa: vitesse-vsc73xx: silent spi_device_id warnings (Oleksij Rempel)  
- net: dsa: sja1105: silent spi_device_id warnings (Oleksij Rempel)  
- be2net: Fix buffer overflow in be_get_module_eeprom (Hristo Venev)  
- gpio: pca953x: use the correct register address when regcache sync during init (Haibo Chen)  
- gpio: pca953x: use the correct range when do regmap sync (Haibo Chen)  
- gpio: pca953x: only use single read/write for No AI mode (Haibo Chen)  
- net: stmmac: remove redunctant disable xPCS EEE call (Wong Vee Khee)  
- ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero (Piotr Skajewski)  
- i40e: Fix erroneous adapter reinitialization during recovery process (Dawid Lukwinski)  
- pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait context (Vladimir Oltean)  
- pinctrl: armada-37xx: Convert to use dev_err_probe() (Andy Shevchenko)  
- pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource() (Andy Shevchenko)  
- pinctrl: armada-37xx: Use temporary variable for struct device (Andy Shevchenko)  
- iavf: Fix handling of dummy receive descriptors (Przemyslaw Patynowski)  
- tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_fastopen. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_max_syn_backlog. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_tw_reuse. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_notsent_lowat. (Kuniyuki Iwashima)  
- tcp: Fix data-races around some timeout sysctl knobs. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_reordering. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_migrate_req. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_syncookies. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries. (Kuniyuki Iwashima)  
- tcp: Fix data-races around keepalive sysctl knobs. (Kuniyuki Iwashima)  
- igmp: Fix data-races around sysctl_igmp_max_msf. (Kuniyuki Iwashima)  
- igmp: Fix a data-race around sysctl_igmp_max_memberships. (Kuniyuki Iwashima)  
- igmp: Fix data-races around sysctl_igmp_llm_reports. (Kuniyuki Iwashima)  
- net/tls: Fix race in TLS device down flow (Tariq Toukan)  
- net: stmmac: fix dma queue left shift overflow issue (Junxiao Chang)  
- perf tests: Fix Convert perf time to TSC test for hybrid (Adrian Hunter)  
- i2c: cadence: Change large transfer count reset logic to be unconditional (Robert Hancock)  
- i2c: mlxcpld: Fix register setting for 400KHz frequency (Vadim Pasternak)  
- net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core() (Menglong Dong)  
- net: ipv4: use kfree_skb_reason() in ip_rcv_core() (Menglong Dong)  
- net: netfilter: use kfree_drop_reason() for NF_DROP (Menglong Dong)  
- net: skb_drop_reason: add document for drop reasons (Menglong Dong)  
- net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (Menglong Dong)  
- net: skb: use kfree_skb_reason() in __udp4_lib_rcv() (Menglong Dong)  
- net: skb: use kfree_skb_reason() in tcp_v4_rcv() (Menglong Dong)  
- net: skb: introduce kfree_skb_reason() (Menglong Dong)  
- net: dsa: microchip: ksz_common: Fix refcount leak bug (Liang He)  
- mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times (Sascha Hauer)  
- mtd: rawnand: gpmi: validate controller clock rate (Dario Binacchi)  
- net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow (Biao Huang)  
- net: stmmac: fix pm runtime issue in stmmac_dvr_remove() (Biao Huang)  
- tcp: Fix a data-race around sysctl_tcp_probe_interval. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_probe_threshold. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_min_snd_mss. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_base_mss. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_mtu_probing. (Kuniyuki Iwashima)  
- tcp: Fix data-races around sysctl_tcp_l3mdev_accept. (Kuniyuki Iwashima)  
- tcp: sk-&gt;sk_bound_dev_if once in inet_request_bound_dev_if() (Eric Dumazet)  
- tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept. (Kuniyuki Iwashima)  
- ip: Fix a data-race around sysctl_fwmark_reflect. (Kuniyuki Iwashima)  
- ip: Fix a data-race around sysctl_ip_autobind_reuse. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_nonlocal_bind. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_fwd_update_priority. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_fwd_use_pmtu. (Kuniyuki Iwashima)  
- ip: Fix data-races around sysctl_ip_no_pmtu_disc. (Kuniyuki Iwashima)  
- igc: Reinstate IGC_REMOVED logic and implement it properly (Lennert Buytenhek)  
- Revert 'e1000e: Fix possible HW unit hang after an s0ix exit' (Sasha Neftin)  
- e1000e: Enable GPT clock before sending message to CSME (Sasha Neftin)  
- nvme: fix block device naming collision (Israel Rukshin)  
- nvme: check for duplicate identifiers earlier (Christoph Hellwig)  
- scsi: ufs: core: Drop loglevel of WriteBoost message (Bjorn Andersson)  
- scsi: megaraid: Clear READ queue map's nr_queues (Ming Lei)  
- drm/amd/display: Ignore First MST Sideband Message Return Error (Fangzhi Zuo)  
- drm/amdgpu/display: add quirk handling for stutter mode (Alex Deucher)  
- drm/amd/display: Fork thread to offload work of hpd_rx_irq (Wayne Lin)  
- drm/amd/display: Add option to defer works of hpd_rx_irq (Wayne Lin)  
- drm/amd/display: Support for DMUB HPD interrupt handling (Jude Shih)  
- tcp: Fix data-races around sysctl_tcp_ecn. (Kuniyuki Iwashima)  
- sysctl: move some boundary constants from sysctl.c to sysctl_vals (Xiaoming Ni)  
- mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% (Suren Baghdasaryan)  
- net: tun: split run_ebpf_filter() and pskb_trim() into different 'if statement' (Dongli Zhang)  
- ipv4/tcp: do not use per netns ctl sockets (Eric Dumazet)  
- perf/core: Fix data race between perf_event_set_output() and perf_mmap_close() (Peter Zijlstra)  
- pinctrl: ralink: Check for null return of devm_kcalloc (William Dean)  
- pinctrl: ralink: rename pinctrl-rt2880 to pinctrl-ralink (Arinc UNAL)  
- pinctrl: ralink: rename MT7628(an) functions to MT76X8 (Arinc UNAL)
- RDMA/irdma: Fix sleep from invalid context BUG (Mustafa Ismail)  
- RDMA/irdma: Do not advertise 1GB page size for x722 (Mustafa Ismail)  
- power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe (Miaoqian Lin)  
- xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup() (Hangyu Hua)  
- ip: Fix data-races around sysctl_ip_default_ttl. (Kuniyuki Iwashima)  
- r8152: fix a WOL issue (Hayes Wang)  
- xfs: fix perag reference leak on iteration race with growfs (Brian Foster)  
- xfs: terminate perag iteration reliably on agcount (Brian Foster)  
- xfs: rename the next_agno perag iteration variable (Brian Foster)  
- xfs: fold perag loop iteration logic into helper function (Brian Foster)  
- xfs: fix maxlevels comparisons in the btree staging code (Darrick J. Wong)  
- mt76: mt7921: Fix the error handling path of mt7921_pci_probe() (Christophe JAILLET)  
- mt76: mt7921e: fix possible probe failure after reboot (Sean Wang)  
- mt76: mt7921: use physical addr to unify register access (Sean Wang)  
- Revert 'mt76: mt7921e: fix possible probe failure after reboot' (Sean Wang)  
- Revert 'mt76: mt7921: Fix the error handling path of mt7921_pci_probe()' (Sean Wang)  
- batman-adv: Use netif_rx_any_context() any. (Sebastian Andrzej Siewior)  
- serial: mvebu-uart: correctly report configured baudrate value (Pali Rohar)  
- PCI: hv: Fix interrupt mapping for multi-MSI (Jeffrey Hugo)  
- PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() (Jeffrey Hugo)  
- PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI (Jeffrey Hugo)  
- PCI: hv: Fix multi-MSI to allow more than one MSI vector (Jeffrey Hugo)  
- Revert 'selftest/vm: verify mmap addr in mremap_test' (Oleksandr Tymoshenko)  
- Revert 'selftest/vm: verify remap destination address in mremap_test' (Oleksandr Tymoshenko)  
- bus: mhi: host: pci_generic: add Telit FN990 (Daniele Palmas)  
- bus: mhi: host: pci_generic: add Telit FN980 v1 hardware revision (Daniele Palmas)  
- drm/ttm: fix locking in vmap/vunmap TTM GEM helpers (Christian Konig)  
- mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication (Ido Schimmel)  
- riscv: add as-options for modules with assembly compontents (Ben Dooks)  
- pinctrl: stm32: fix optional IRQ support to gpios (Fabien Dessenne)  
- LTS version: v5.15.57 (Jack Vogel)  
- x86: Use -mindirect-branch-cs-prefix for RETPOLINE builds (Peter Zijlstra)  
- um: Add missing apply_returns() (Peter Zijlstra)  
- x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (Jiri Slaby)  
- x86/xen: Fix initialisation in hypercall_page after rethunk (Ben Hutchings)  
- x86/static_call: Serialize __static_call_fixup() properly (Thomas Gleixner)  
- x86/speculation: Disable RRSBA behavior (Pawan Gupta)  
- x86/kexec: Disable RET on kexec (Konrad Rzeszutek Wilk)  
- x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported (Thadeu Lima de Souza Cascardo)  
- x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry (Peter Zijlstra)  
- x86/bugs: Add Cannon lake to RETBleed affected CPU list (Pawan Gupta)  
- x86/retbleed: Add fine grained Kconfig knobs (Peter Zijlstra)  
- objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} (Josh Poimboeuf)  
- objtool: Add entry UNRET validation (Peter Zijlstra)  
- x86/xen: Add UNTRAIN_RET (Peter Zijlstra)  
- intel_idle: Disable IBRS during long idle (Peter Zijlstra)  
- x86: Add magic AMD return-thunk (Peter Zijlstra)  
- x86/entry: Avoid very early RET (Peter Zijlstra)  
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra)  
- objtool: skip non-text sections when adding return-thunk sites (Thadeu Lima de Souza Cascardo)  
- bpf,x86: Respect X86_FEATURE_RETPOLINE* (Peter Zijlstra)  
- bpf,x86: Simplify computing label offsets (Peter Zijlstra)  
- x86/alternative: Add debug prints to apply_retpolines() (Peter Zijlstra)  
- x86/alternative: Try inline spectre_v2=retpoline,amd (Peter Zijlstra)  
- x86/alternative: Handle Jcc __x86_indirect_thunk_
eg (Peter Zijlstra)  
- x86/alternative: Implement .retpoline_sites support (Peter Zijlstra)  
- x86/retpoline: Create a retpoline thunk array (Peter Zijlstra)  
- x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h (Peter Zijlstra)  
- x86/asm: Fixup odd GEN-for-each-reg.h usage (Peter Zijlstra)  
- x86/asm: Fix register order (Peter Zijlstra)  
- x86/retpoline: Remove unused replacement symbols (Peter Zijlstra)  
- objtool: Introduce CFI hash (Peter Zijlstra)  
- objtool,x86: Replace alternatives with .retpoline_sites (Peter Zijlstra)  
- objtool: Shrink struct instruction (Peter Zijlstra)  
- objtool: Explicitly avoid self modifying code in .altinstr_replacement (Peter Zijlstra)  
- objtool: Fix SLS validation for kcov tail-call replacement (Peter Zijlstra)  
- objtool: Classify symbols (Peter Zijlstra)  
- x86/entry: Don't call error_entry() for XENPV (Lai Jiangshan)  
- x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry() (Lai Jiangshan)  
- x86/entry: Switch the stack after error_entry() returns (Lai Jiangshan)  
- x86/traps: Use pt_regs directly in fixup_bad_iret() (Lai Jiangshan)  
- LTS version: v5.15.56 (Jack Vogel)  
- drm/aperture: Run fbdev removal before internal helpers (Thomas Zimmermann)  
- x86/pat: Fix x86_has_pat_wp() (Juergen Gross)  
- serial: 8250: Fix PM usage_count for console handover (Ilpo Jarvinen)  
- serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle (Ilpo Jarvinen)  
- serial: stm32: Clear prev values before setting RTS delays (Ilpo Jarvinen)  
- serial: 8250: fix return error code in serial8250_request_std_resource() (Yi Yang)  
- vt: fix memory overlapping when deleting chars in the buffer (Yangxi Xiang)  
- tty: serial: samsung_tty: set dma burst_size to 1 (Chanho Park)  
- usb: dwc3: gadget: Fix event pending check (Thinh Nguyen)  
- usb: typec: add missing uevent when partner support PD (Linyu Yuan)  
- USB: serial: ftdi_sio: add Belimo device ids (Lucien Buchmann)  
- signal handling: don't use BUG_ON() for debugging (Linus Torvalds)  
- nvme-pci: phison e16 has bogus namespace ids (Keith Busch)  
- ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0) (Egor Vorontsov)  
- ALSA: usb-audio: Add quirk for Fiero SC-01 (Egor Vorontsov)  
- ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices (John Veness)  
- Revert 'can: xilinx_can: Limit CANFD brp to 2' (Srinivas Neeli)  
- ARM: dts: stm32: use the correct clock source for CEC on stm32mp151 (Gabriel Fernandez)  
- soc: ixp4xx/npe: Fix unused match warning (Linus Walleij)  
- x86: Clear .brk area at early boot (Juergen Gross)  
- irqchip: or1k-pic: Undefine mask_ack for level triggered hardware (Stafford Horne)  
- ASoC: madera: Fix event generation for rate controls (Charles Keepax)  
- ASoC: madera: Fix event generation for OUT1 demux (Charles Keepax)  
- ASoC: cs47l15: Fix event generation for low power mux control (Charles Keepax)  
- ASoC: dapm: Initialise kcontrol data for mux/demux controls (Charles Keepax)  
- ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error (Shuming Fan)  
- ASoC: wm5110: Fix DRE control (Charles Keepax)  
- ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem (Hans de Goede)  
- ASoC: wcd938x: Fix event generation for some controls (Mark Brown)  
- ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flow (Peter Ujfalusi)  
- ASoC: codecs: rt700/rt711/rt711-sdca: initialize workqueues in probe (Pierre-Louis Bossart)  
- ASoC: rt7*-sdw: harden jack_detect_handler (Pierre-Louis Bossart)  
- ASoC: rt711: fix calibrate mutex initialization (Pierre-Louis Bossart)  
- ASoC: Intel: sof_sdw: handle errors on card registration (Pierre-Louis Bossart)  
- ASoC: rt711-sdca-sdw: fix calibrate mutex initialization (Pierre-Louis Bossart)  
- ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on remove (Pierre-Louis Bossart)  
- pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux() (Haowen Bai)  
- ASoC: ops: Fix off by one in range control validation (Mark Brown)  
- net: sfp: fix memory leak in sfp_probe() (Jianglei Nie)  
- nvme: fix regression when disconnect a recovering ctrl (Ruozhu Li)  
- nvme-tcp: always fail a request when sending it failed (Sagi Grimberg)  
- NFC: nxp-nci: don't print header length mismatch on i2c error (Michael Walle)  
- net: tipc: fix possible refcount leak in tipc_sk_create() (Hangyu Hua)  
- fbdev: Disable sysfb device registration when removing conflicting FBs (Javier Martinez Canillas)  
- firmware: sysfb: Add sysfb_disable() helper function (Javier Martinez Canillas)  
- firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer (Javier Martinez Canillas)  
- platform/x86: hp-wmi: Ignore Sanitization Mode event (Kai-Heng Feng)  
- cpufreq: pmac32-cpufreq: Fix refcount leak bug (Liang He)  
- scsi: hisi_sas: Limit max hw sectors for v3 HW (John Garry)  
- netfilter: br_netfilter: do not skip all hooks with 0 priority (Florian Westphal)  
- virtio_mmio: Restore guest page size on resume (Stephan Gerhold)  
- virtio_mmio: Add missing PM calls to freeze/restore (Stephan Gerhold)  
- vduse: Tie vduse mgmtdev and its device (Parav Pandit)  
- vdpa/mlx5: Initialize CVQ vringh only once (Eli Cohen)  
- powerpc/xive/spapr: correct bitmap allocation size (Nathan Lynch)  
- ksmbd: use SOCK_NONBLOCK type for kernel_accept() (Namjae Jeon)  
- btrfs: zoned: fix a leaked bioc in read_zone_info (Christoph Hellwig)  
- btrfs: rename btrfs_bio to btrfs_io_context (Qu Wenruo)  
- mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE (Muchun Song)  
- ACPI: video: Fix acpi_video_handles_brightness_key_presses() (Hans de Goede)  
- net/tls: Check for errors in tls_device_init (Tariq Toukan)  
- KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op() (Vitaly Kuznetsov)  
- net: atlantic: remove aq_nic_deinit() when resume (Chia-Lin Kao (AceLan))  
- net: atlantic: remove deep parameter on suspend/resume functions (Chia-Lin Kao (AceLan))  
- sfc: fix kernel panic when creating VF (Inigo Huguet)  
- seg6: bpf: fix skb checksum in bpf_push_seg6_encap() (Andrea Mayer)  
- seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors (Andrea Mayer)  
- seg6: fix skb checksum evaluation in SRH encapsulation/insertion (Andrea Mayer)  
- ceph: switch netfs read ops to use rreq-&gt;inode instead of rreq-&gt;mapping-&gt;host (Jeff Layton)  
- sfc: fix use after free when disabling sriov (Inigo Huguet)  
- drm/amd/pm: Prevent divide by zero (Yefim Barashkin)  
- drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines. (Mario Kleiner)  
- ima: Fix potential memory leak in ima_init_crypto() (Jianglei Nie)  
- ima: force signature verification when CONFIG_KEXEC_SIG is configured (Coiby Xu)  
- net: stmmac: fix leaks in probe (Dan Carpenter)  
- net: ftgmac100: Hold reference returned by of_get_child_by_name() (Liang He)  
- nexthop: Fix data-races around nexthop_compat_mode. (Kuniyuki Iwashima)  
- ipv4: Fix data-races around sysctl_ip_dynaddr. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_ecn_fallback. (Kuniyuki Iwashima)  
- raw: Fix a data-race around sysctl_raw_l3mdev_accept. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ratemask. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ratelimit. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr. (Kuniyuki Iwashima)  
- icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses. (Kuniyuki Iwashima)  
- icmp: Fix data-races around sysctl_icmp_echo_enable_probe. (Kuniyuki Iwashima)  
- sysctl: Fix data-races in proc_dointvec_ms_jiffies(). (Kuniyuki Iwashima)  
- sysctl: Fix data-races in proc_dou8vec_minmax(). (Kuniyuki Iwashima)  
- bnxt_en: Fix bnxt_refclk_read() (Pavan Chebbi)  
- bnxt_en: Fix bnxt_reinit_after_abort() code path (Michael Chan)  
- drm/i915: Require the vm mutex for i915_vma_bind() (Thomas Hellstrom)  
- drm/i915/uc: correctly track uc_fw init failure (Daniele Ceraolo Spurio)  
- drm/i915/gt: Serialize TLB invalidates with GT resets (Chris Wilson)  
- drm/i915/gt: Serialize GRDOM access between multiple engine resets (Chris Wilson)  
- drm/i915/dg2: Add Wa_22011100796 (Bruce Chang)  
- drm/i915/selftests: fix a couple IS_ERR() vs NULL tests (Dan Carpenter)  
- tracing: Fix sleeping while atomic in kdb ftdump (Douglas Anderson)  
- lockd: fix nlm_close_files (Jeff Layton)  
- lockd: set fl_owner when unlocking files (Jeff Layton)  
- xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE (Demi Marie Obenour)  
- drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist() (Dan Carpenter)  
- netfilter: nf_tables: replace BUG_ON by element length check (Pablo Neira Ayuso)  
- netfilter: nf_log: incorrect offset to network header (Pablo Neira Ayuso)  
- arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot (William Zhang)  
- arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC (William Zhang)  
- ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero (Michal Suchanek)  
- ARM: dts: at91: sama5d2: Fix typo in i2s1 node (Ryan Wanner)  
- ipv4: Fix a data-race around sysctl_fib_sync_mem. (Kuniyuki Iwashima)  
- icmp: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- cipso: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- net: Fix data-races around sysctl_mem. (Kuniyuki Iwashima)  
- inetpeer: Fix data-races around sysctl. (Kuniyuki Iwashima)  
- tcp: Fix a data-race around sysctl_tcp_max_orphans. (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec_jiffies(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_doulongvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_douintvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec_minmax(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_douintvec(). (Kuniyuki Iwashima)  
- sysctl: Fix data races in proc_dointvec(). (Kuniyuki Iwashima)  
- net: ethernet: ti: am65-cpsw: Fix devlink port register sequence (Siddharth Vadapalli)  
- net: stmmac: dwc-qos: Disable split header for Tegra194 (Jon Hunter)  
- ASoC: Intel: Skylake: Correct the handling of fmt_config flexible array (Peter Ujfalusi)  
- ASoC: Intel: Skylake: Correct the ssp rate discovery in skl_get_ssp_clks() (Peter Ujfalusi)  
- ASoC: tas2764: Fix amp gain register offset &amp; default (Hector Martin)  
- ASoC: tas2764: Correct playback volume range (Hector Martin)  
- ASoC: tas2764: Fix and extend FSYNC polarity handling (Martin Poviser)  
- ASoC: tas2764: Add post reset delays (Martin Poviser)  
- ASoC: sgtl5000: Fix noise on shutdown/remove (Francesco Dolcini)  
- ima: Fix a potential integer overflow in ima_appraise_measurement (Huaxin Lu)  
- drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() (Hangyu Hua)  
- net/mlx5e: Ring the TX doorbell on DMA errors (Maxim Mikityanskiy)  
- net/mlx5e: Fix capability check for updating vnic env counters (Gal Pressman)  
- net/mlx5e: Fix enabling sriov while tc nic rules are offloaded (Paul Blakey)  
- net/mlx5e: kTLS, Fix build time constant test in RX (Tariq Toukan)  
- net/mlx5e: kTLS, Fix build time constant test in TX (Tariq Toukan)  
- ARM: 9210/1: Mark the FDT_FIXED sections as shareable (Zhen Lei)  
- ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle (Ard Biesheuvel)  
- spi: amd: Limit max transfer and message size (Cristian Ciocaltea)  
- ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count (Kris Bahnsen)  
- reset: Fix devm bulk optional exclusive control getter (Serge Semin)  
- xfs: drop async cache flushes from CIL commits. (Dave Chinner)  
- xfs: don't include bnobt blocks when reserving free block pool (Darrick J. Wong)  
- Revert 'evm: Fix memleak in init_desc' (Xiu Jianfeng)  
- sh: convert nommu io{re,un}map() to static inline functions (Geert Uytterhoeven)  
- nilfs2: fix incorrect masking of permission flags for symlinks (Ryusuke Konishi)  
- fs/remap: constrain dedupe of EOF blocks (Dave Chinner)  
- drm/panfrost: Fix shrinker list corruption by madvise IOCTL (Dmitry Osipenko)  
- drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error (Dmitry Osipenko)  
- btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents (Filipe Manana)  
- cgroup: Use separate src/dst nodes when preloading css_sets for migration (Tejun Heo)  
- wifi: mac80211: fix queue selection for mesh/OCB interfaces (Felix Fietkau)  
- ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction (Ard Biesheuvel)  
- ARM: 9213/1: Print message about disabled Spectre workarounds only once (Dmitry Osipenko)  
- ip: fix dflt addr selection for connected nexthop (Nicolas Dichtel)  
- net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer (Steven Rostedt (Google))  
- tracing/histograms: Fix memory leak problem (Zheng Yejian)  
- mm: split huge PUD on wp_huge_pud fallback (Gowans, James)  
- mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages (Axel Rasmussen)  
- xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue (Juergen Gross)  
- ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop (Meng Tang)  
- ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 (Meng Tang)  
- ALSA: hda/realtek: fix mute/micmute LEDs for HP machines (Jeremy Szu)  
- ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 (Meng Tang)  
- ALSA: hda/realtek: Fix headset mic for Acer SF313-51 (Meng Tang)  
- ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model (Meng Tang)  
- ALSA: hda - Add fixup for Dell Latitidue E5430 (Meng Tang)  
- LTS version: v5.15.55 (Jack Vogel)  
- Revert 'mtd: rawnand: gpmi: Fix setting busy timeout setting' (Greg Kroah-Hartman)  
- LTS version: v5.15.54 (Jack Vogel)  
- selftests/net: fix section name when using xdp_dummy.o (Hangbin Liu)  
- dmaengine: idxd: force wq context cleanup on device disable path (Dave Jiang)  
- dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate (Miaoqian Lin)  
- dmaengine: qcom: bam_dma: fix runtime PM underflow (Caleb Connolly)  
- dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate (Miaoqian Lin)  
- dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly (Michael Walle)  
- dmaengine: lgm: Fix an error handling path in intel_ldma_probe() (Christophe JAILLET)  
- dmaengine: pl330: Fix lockdep warning about non-static key (Dmitry Osipenko)  
- ida: don't use BUG_ON() for debugging (Linus Torvalds)  
- dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo (Samuel Holland)  
- Revert 'serial: 8250_mtk: Make sure to select the right FEATURE_SEL' (AngeloGioacchino Del Regno)  
- Revert 'mm/memory-failure.c: fix race with changing page compound again' (Naoya Horiguchi)  
- misc: rtsx_usb: set return value in rsp_buf alloc err path (Shuah Khan)  
- misc: rtsx_usb: use separate command and response buffers (Shuah Khan)  
- misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer (Shuah Khan)  
- dmaengine: imx-sdma: Allow imx8m for imx7 FW revs (Peter Robinson)  
- i2c: cadence: Unregister the clk notifier in error path (Satish Nagireddy)  
- r8169: fix accessing unset transport header (Heiner Kallweit)  
- selftests: forwarding: fix error message in learning_test (Vladimir Oltean)  
- selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT (Vladimir Oltean)  
- selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT (Vladimir Oltean)  
- ibmvnic: Properly dispose of all skbs during a failover. (Rick Lindsley)  
- ARM: dts: stm32: add missing usbh clock and fix clk order on stm32mp15 (Fabrice Gasnier)  
- ARM: dts: stm32: use usbphyc ck_usbo_48m as USBH OHCI clock on stm32mp151 (Amelie Delaunay)  
- i40e: Fix VF's MAC Address change on VM (Norbert Zulinski)  
- i40e: Fix dropped jumbo frames statistics (Lukasz Cieplicki)  
- i2c: piix4: Fix a memory leak in the EFCH MMIO support (Jean Delvare)  
- xsk: Clear page contiguity bit when unmapping pool (Ivan Malov)  
- ARM: at91: fix soc detection for SAM9X60 SiPs (Mihai Sain)  
- ARM: dts: at91: sama5d2_icp: fix eeprom compatibles (Eugen Hristev)  
- ARM: dts: at91: sam9x60ek: fix eeprom compatible and size (Eugen Hristev)  
- ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt (Claudiu Beznea)  
- ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt (Claudiu Beznea)  
- ARM: at91: pm: use proper compatible for sama5d2's rtc (Claudiu Beznea)  
- arm64: dts: qcom: msm8992-*: Fix vdd_lvs1_2-supply typo (Stephan Gerhold)  
- pinctrl: sunxi: sunxi_pconf_set: use correct offset (Andrei Lalaev)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct i2c2 &amp; mmc settings (Peng Fan)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct eqos pad settings (Peng Fan)  
- arm64: dts: imx8mp-phyboard-pollux-rdk: correct uart pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct I2C3 pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct I2C1 pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct eqos pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct vbus pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct gpio-led pad settings (Peng Fan)  
- arm64: dts: imx8mp-evk: correct the uart2 pinctl value (Sherry Sun)  
- arm64: dts: imx8mp-evk: correct mmc pad settings (Peng Fan)  
- ARM: mxs_defconfig: Enable the framebuffer (Fabio Estevam)  
- arm64: dts: qcom: sdm845: use dispcc AHB clock for mdss node (Dmitry Baryshkov)  
- arm64: dts: qcom: msm8994: Fix CPU6/7 reg values (Konrad Dybcio)  
- ASoC: codecs: rt700/rt711/rt711-sdca: resume bus/codec in .set_jack_detect (Pierre-Louis Bossart)  
- ASoC: rt711-sdca: Add endianness flag in snd_soc_component_driver (Charles Keepax)  
- ASoC: rt711: Add endianness flag in snd_soc_component_driver (Charles Keepax)  
- pinctrl: sunxi: a83t: Fix NAND function name for some pins (Samuel Holland)  
- ARM: meson: Fix refcount leak in meson_smp_prepare_cpus (Miaoqian Lin)  
- tty: n_gsm: fix encoding of command/response bit (daniel.starke@siemens.com)  
- btrfs: fix use of uninitialized variable at rm device ioctl (Tom Rix)  
- virtio-blk: modify the value type of num in virtio_queue_rq() (Ye Guojin)  
- btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2() (Dan Carpenter)  
- Revert 'serial: sc16is7xx: Clear RS485 bits in the shutdown' (Hui Wang)  
- can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits (Jimmy Assarsson)  
- can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression (Jimmy Assarsson)  
- can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info (Jimmy Assarsson)  
- net: dsa: qca8k: reset cpu port on MTU change (Christian Marangi)  
- powerpc/powernv: delay rng platform device creation until later in boot (Jason A. Donenfeld)  
- video: of_display_timing.h: include errno.h (Hsin-Yi Wang)  
- memregion: Fix memregion_free() fallback definition (Dan Williams)  
- PM: runtime: Redefine pm_runtime_release_supplier() (Rafael J. Wysocki)  
- fbcon: Prevent that screen size is smaller than font size (Helge Deller)  
- fbcon: Disallow setting font bigger than screen size (Helge Deller)  
- fbmem: Check virtual screen sizes in fb_set_var() (Helge Deller)  
- fbdev: fbmem: Fix logo center image dx issue (Guiling Deng)  
- iommu/vt-d: Fix PCI bus rescan device hot add (Yian Chen)  
- module: fix [e_shstrndx].sh_size=0 OOB access (Alexey Dobriyan)  
- module: change to print useful messages from elf_validity_check() (Shuah Khan)  
- dt-bindings: soc: qcom: smd-rpm: Fix missing MSM8936 compatible (Bryan O'Donoghue)  
- dt-bindings: soc: qcom: smd-rpm: Add compatible for MSM8953 SoC (Vladimir Lypak)  
- rxrpc: Fix locking issue (David Howells)  
- irqchip/gic-v3: Refactor ISB + EOIR at ack time (Mark Rutland)  
- irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling (Mark Rutland)  
- io_uring: avoid io-wq -EAGAIN looping for !IOPOLL (Pavel Begunkov)  
- Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event (Sean Wang)  
- Bluetooth: protect le accept and resolv lists with hdev-&gt;lock (Niels Dossche)  
- drm/mediatek: Add vblank register/unregister callback functions (Rex-BC Chen)  
- drm/mediatek: Add cmdq_handle in mtk_crtc (Chun-Kuang Hu)  
- drm/mediatek: Detect CMDQ execution timeout (Chun-Kuang Hu)  
- drm/mediatek: Remove the pointer of struct cmdq_client (Chun-Kuang Hu)  
- drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb (Chun-Kuang Hu)  
- drm/i915: Fix a race between vma / object destruction and unbinding (Thomas Hellstrom)  
- drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems (Richard Gong)  
- drm/amd: Refactor amdgpu_aspm to be evaluated per device (Mario Limonciello)  
- tty: n_gsm: fix invalid gsmtty_write_room() result (Daniel Starke)  
- serial: 8250_mtk: Make sure to select the right FEATURE_SEL (AngeloGioacchino Del Regno)  
- tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (Daniel Starke)  
- tty: n_gsm: fix invalid use of MSC in advanced option (Daniel Starke)  
- mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb() (Naoya Horiguchi)  
- mm/memory-failure.c: fix race with changing page compound again (Miaohe Lin)  
- mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler (luofei)  
- mm/hwpoison: mf_mutex for soft offline and unpoison (Naoya Horiguchi)  
- KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref (Sean Christopherson)  
- btrfs: zoned: use dedicated lock for data relocation (Naohiro Aota)  
- btrfs: zoned: encapsulate inode locking for zoned relocation (Johannes Thumshirn)  
- tty: n_gsm: fix missing update of modem controls after DLCI open (Daniel Starke)  
- ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX. (Maurizio Avogadro)  
- ALSA: usb-audio: add mapping for MSI MPG X570S Carbon Max Wifi. (Johannes Schickel)  
- tty: n_gsm: fix frame reception handling (Daniel Starke)  
- tty: n_gsm: Save dlci address open status when config requester (Zhenguo Zhao)  
- tty: n_gsm: Modify CR,PF bit when config requester (Zhenguo Zhao)  
- KVM: Don't create VM debugfs files outside of the VM directory (Oliver Upton)  
- drm/amd/vcn: fix an error msg on vcn 3.0 (tiancyin)  
- ASoC: rt5682: fix an incorrect NULL check on list iterator (Xiaomeng Tong)  
- ASoC: rt5682: move clk related code to rt5682_i2c_probe (Jack Yu)  
- uapi/linux/stddef.h: Add include guards (Tadeusz Struk)  
- stddef: Introduce DECLARE_FLEX_ARRAY() helper (Kees Cook)  
- bus: mhi: Fix pm_state conversion to string (Paul Davey)  
- bus: mhi: core: Use correctly sized arguments for bit field (Kees Cook)  
- serial: sc16is7xx: Clear RS485 bits in the shutdown (Hui Wang)  
- powerpc/tm: Fix more userspace r13 corruption (Nicholas Piggin)  
- powerpc: flexible GPR range save/restore macros (Nicholas Piggin)  
- powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regs (Christophe Leroy)  
- scsi: qla2xxx: Fix loss of NVMe namespaces after driver reload test (Arun Easi)  
- KVM: s390x: fix SCK locking (Claudio Imbrenda)  
- btrfs: don't access possibly stale fs_info data in device_list_add (Dongliang Mu)  
- KVM: use __vcalloc for very large allocations (Paolo Bonzini)  
- mm: vmalloc: introduce array allocation functions (Paolo Bonzini)  
- Compiler Attributes: add __alloc_size() for better bounds checking (Kees Cook)  
- mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set (Tudor Ambarus)  
- batman-adv: Use netif_rx(). (Sebastian Andrzej Siewior)  
- iio: accel: mma8452: use the correct logic to get mma8452_data (Haibo Chen)  
- riscv/mm: Add XIP_FIXUP for riscv_pfn_base (Palmer Dabbelt)  
- NFSD: COMMIT operations must not return NFS?ERR_INVAL (Chuck Lever)  
- NFSD: De-duplicate net_generic(nf-&gt;nf_net, nfsd_net_id) (Chuck Lever)  
- drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw (CHANDAN VURDIGERE NATARAJ)  
- drm/amd/display: Set min dcfclk if pipe count is 0 (Michael Strauss)  
- drbd: fix an invalid memory access caused by incorrect use of list iterator (Xiaomeng Tong)  
- drbd: Fix double free problem in drbd_create_device (Wu Bo)  
- drbd: add error handling support for add_disk() (Luis Chamberlain)  
- btrfs: remove device item and update super block in the same transaction (Qu Wenruo)  
- btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls (Josef Bacik)  
- btrfs: add a btrfs_get_dev_args_from_path helper (Josef Bacik)  
- btrfs: handle device lookup with btrfs_dev_lookup_args (Josef Bacik)  
- vdpa/mlx5: Avoid processing works if workqueue was destroyed (Eli Cohen)  
- gfs2: Fix gfs2_file_buffered_write endless loop workaround (Andreas Gruenbacher)  
- scsi: qla2xxx: Fix crash during module load unload test (Arun Easi)  
- scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safe (Quinn Tran)  
- scsi: qla2xxx: Fix laggy FC remote port session recovery (Quinn Tran)  
- scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueue (Manish Rangankar)  
- KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook (Sean Christopherson)  
- KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping (Sean Christopherson)  
- clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3 (Lad Prabhakar)  
- cxl/port: Hold port reference until decoder release (Dan Williams)  
- mt76: mt7921: do not always disable fw runtime-pm (Lorenzo Bianconi)  
- mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error (Sean Wang)  
- media: davinci: vpif: fix use-after-free on driver unbind (Johan Hovold)  
- media: omap3isp: Use struct_group() for memcpy() region (Kees Cook)  
- stddef: Introduce struct_group() helper macro (Kees Cook)  
- block: fix rq-qos breakage from skipping rq_qos_done_bio() (Tejun Heo)  
- block: only mark bio as tracked if it really is tracked (Jens Axboe)  
- block: use bdev_get_queue() in bio.c (Pavel Begunkov)  
- io_uring: ensure that fsnotify is always called (Jens Axboe)  
- virtio-blk: avoid preallocating big SGL for data (Max Gurtovoy)  
- ibmvnic: Allow queueing resets during probe (Sukadev Bhattiprolu)  
- ibmvnic: clear fop when retrying probe (Sukadev Bhattiprolu)  
- ibmvnic: init init_done_rc earlier (Sukadev Bhattiprolu)  
- s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE (Alexander Egorenkov)  
- s390/setup: use physical pointers for memblock_reserve() (Alexander Gordeev)  
- s390/boot: allocate amode31 section in decompressor (Alexander Gordeev)  
- netfilter: nft_payload: don't allow th access for fragments (Florian Westphal)  
- netfilter: nft_payload: support for inner header matching / mangling (Pablo Neira Ayuso)  
- netfilter: nf_tables: convert pktinfo-&gt;tprot_set to flags field (Pablo Neira Ayuso)  
- ASoC: rt5682: Fix deadlock on resume (Peter Ujfalusi)  
- ASoC: rt5682: Re-detect the combo jack after resuming (Derek Fang)  
- ASoC: rt5682: Avoid the unexpected IRQ event during going to suspend (Derek Fang)  
- net/mlx5e: TC, Reject rules with forward and drop actions (Roi Dayan)  
- net/mlx5e: TC, Reject rules with drop and modify hdr action (Roi Dayan)  
- net/mlx5e: Split actions_match_supported() into a sub function (Roi Dayan)  
- net/mlx5e: Check action fwd/drop flag exists also for nic flows (Roi Dayan)  
- RISC-V: defconfigs: Set CONFIG_FB=y, for FB console (Palmer Dabbelt)  
- riscv: defconfig: enable DRM_NOUVEAU (Heinrich Schuchardt)  
- bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC (Hou Tao)  
- bpf: Stop caching subprog index in the bpf_pseudo_func insn (Martin KaFai Lau)  
- mt76: mt7921: fix a possible race enabling/disabling runtime-pm (Lorenzo Bianconi)  
- mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routine (Lorenzo Bianconi)  
- mt76: mt7921: get rid of mt7921_mac_set_beacon_filter (Lorenzo Bianconi)  
- platform/x86: wmi: Fix driver-&gt;notify() vs -&gt;probe() race (Hans de Goede)  
- platform/x86: wmi: Replace read_takes_no_args with a flags field (Hans de Goede)  
- platform/x86: wmi: introduce helper to convert driver to WMI driver (Barnabas Pocze)  
- qed: Improve the stack space of filter_config() (Shai Malin)  
- ath11k: add hw_param for wakeup_mhi (Seevalamuthu Mariappan)  
- memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlash (Andrew Gabbasov)  
- media: ir_toy: prevent device from hanging during transmit (Sean Young)  
- PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset (Lukas Wunner)  
- PCI/portdrv: Rename pm_iter() to pcie_port_device_iter() (Lukas Wunner)  
- drm/i915: Replace the unconditional clflush with drm_clflush_virt_range() (Ville Syrjala)  
- drm/i915/gt: Register the migrate contexts with their engines (Thomas Hellstrom)  
- drm/i915: Disable bonding on gen12+ platforms (Matthew Brost)  
- btrfs: fix deadlock between chunk allocation and chunk btree modifications (Filipe Manana)  
- dma-buf/poll: Get a file reference for outstanding fence callbacks (Michel Danzer)  
- Input: goodix - try not to touch the reset-pin on x86/ACPI devices (Hans de Goede)  
- Input: goodix - refactor reset handling (Hans de Goede)  
- Input: goodix - add a goodix.h header file (Hans de Goede)  
- Input: goodix - change goodix_i2c_write() len parameter type to int (Hans de Goede)  
- Input: cpcap-pwrbutton - handle errors from platform_get_irq() (Tang Bin)  
- btrfs: fix warning when freeing leaf after subvolume creation failure (Filipe Manana)  
- btrfs: fix invalid delayed ref after subvolume creation failure (Filipe Manana)  
- btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref (Nikolay Borisov)  
- btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk (Nikolay Borisov)  
- netfilter: nft_set_pipapo: release elements in clone from abort path (Pablo Neira Ayuso)  
- net: rose: fix UAF bug caused by rose_t0timer_expiry (Duoming Zhou)  
- usbnet: fix memory leak in error case (Oliver Neukum)  
- bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals (Daniel Borkmann)  
- bpf: Fix incorrect verifier simulation around jmp32's jeq/jne (Daniel Borkmann)  
- can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC register (Thomas Kopp)  
- can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fd (Thomas Kopp)  
- can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits (Marc Kleine-Budde)  
- can: m_can: m_can_chip_config(): actually enable internal timestamping (Marc Kleine-Budde)  
- can: gs_usb: gs_usb_open/close(): fix memory leak (Rhett Aultman)  
- can: grcan: grcan_probe(): remove extra of_node_get() (Liang He)  
- can: bcm: use call_rcu() instead of costly synchronize_rcu() (Oliver Hartkopp)  
- ALSA: cs46xx: Fix missing snd_card_free() call at probe error (Takashi Iwai)  
- ALSA: hda/realtek: Add quirk for Clevo L140PU (Tim Crawford)  
- ALSA: usb-audio: Workarounds for Behringer UMC 204/404 HD (Takashi Iwai)  
- Revert 'selftests/bpf: Add test for bpf_timer overwriting crash' (Po-Hsu Lin)  
- mm/filemap: fix UAF in find_lock_entries (Liu Shixin)  
- mm/slub: add missing TID updates on slab deactivation (Jann Horn)  
- LTS version: v5.15.53 (Jack Vogel)  
- hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails (Yang Yingliang)  
- hwmon: (occ) Prevent power cap command overwriting poll response (Eddie James)  
- hwmon: (occ) Remove sequence numbering and checksum calculation (Eddie James)  
- drm/fourcc: fix integer type usage in uapi header (Carlos Llamas)  
- platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses (Hans de Goede)  
- platform/x86: panasonic-laptop: don't report duplicate brightness key-presses (Hans de Goede)  
- platform/x86: panasonic-laptop: revert 'Resolve hotkey double trigger bug' (Hans de Goede)  
- platform/x86: panasonic-laptop: sort includes alphabetically (Hans de Goede)  
- platform/x86: panasonic-laptop: de-obfuscate button codes (Stefan Seyfried)  
- drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c (Liang He)  
- drm/msm/gem: Fix error return on fence id alloc fail (Rob Clark)  
- drm/i915/gem: add missing else (katrinzhou)  
- net: fix IFF_TX_SKB_NO_LINEAR definition (Dan Carpenter)  
- fsi: occ: Force sequence numbering per OCC (Eddie James)  
- clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup() (Greg Kroah-Hartman)  
- net: usb: qmi_wwan: add Telit 0x1070 composition (Daniele Palmas)  
- xen/arm: Fix race in RB-tree based P2M accounting (Oleksandr Tyshchenko)  
- xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses() (Jan Beulich)  
- xen/blkfront: force data bouncing when backend is untrusted (Roger Pau Monne)  
- xen/netfront: force data bouncing when backend is untrusted (Roger Pau Monne)  
- xen/netfront: fix leaking data in shared pages (Roger Pau Monne)  
- xen/blkfront: fix leaking data in shared pages (Roger Pau Monne)  
- selftests/rseq: Change type of rseq_offset to ptrdiff_t (Mathieu Desnoyers)  
- selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area (Mathieu Desnoyers)  
- selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area (Mathieu Desnoyers)  
- selftests/rseq: Fix: work-around asm goto compiler bugs (Mathieu Desnoyers)  
- selftests/rseq: Remove arm/mips asm goto compiler work-around (Mathieu Desnoyers)  
- selftests/rseq: Fix warnings about #if checks of undefined tokens (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32 offsets by using long rather than off_t (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32 missing instruction selection 'u' and 'x' for load/store (Mathieu Desnoyers)  
- selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian (Mathieu Desnoyers)  
- selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35 (Mathieu Desnoyers)  
- selftests/rseq: Introduce thread pointer getters (Mathieu Desnoyers)  
- selftests/rseq: Introduce rseq_get_abi() helper (Mathieu Desnoyers)  
- selftests/rseq: Remove volatile from __rseq_abi (Mathieu Desnoyers)  
- selftests/rseq: Remove useless assignment to cpu variable (Mathieu Desnoyers)  
- selftests/rseq: introduce own copy of rseq uapi header (Mathieu Desnoyers)  
- selftests/rseq: remove ARRAY_SIZE define from individual tests (Shuah Khan)  
- selftests/bpf: Add test_verifier support to fixup kfunc call insns (Kumar Kartikeya Dwivedi)  
- tcp: add a missing nf_reset_ct() in 3WHS handling (Eric Dumazet)  
- MAINTAINERS: add Leah as xfs maintainer for 5.15.y (Leah Rumancik)  
- net: tun: avoid disabling NAPI twice (Jakub Kicinski)  
- mlxsw: spectrum_router: Fix rollback in tunnel next hop init (Petr Machata)  
- ipv6: fix lockdep splat in in6_dump_addrs() (Eric Dumazet)  
- ipv6/sit: fix ipip6_tunnel_get_prl return value (katrinzhou)  
- tunnels: do not assume mac header is set in skb_tunnel_check_pmtu() (Eric Dumazet)  
- ACPI: video: Change how we determine if brightness key-presses are handled (Hans de Goede)  
- io_uring: ensure that send/sendmsg and recv/recvmsg check sqe-&gt;ioprio (Jens Axboe)  
- epic100: fix use after free on rmmod (Tong Zhang)  
- tipc: move bc link creation back to tipc_node_create (Xin Long)  
- NFC: nxp-nci: Don't issue a zero length i2c_master_read() (Michael Walle)  
- nfc: nfcmrvl: Fix irq_of_parse_and_map() return value (Krzysztof Kozlowski)  
- powerpc/memhotplug: Add add_pages override for PPC (Aneesh Kumar K.V)  
- net: bonding: fix use-after-free after 802.3ad slave unbind (Yevhen Orlov)  
- net: phy: ax88772a: fix lost pause advertisement configuration (Oleksij Rempel)  
- net: bonding: fix possible NULL deref in rlb code (Eric Dumazet)  
- net: asix: fix 'can't send until first packet is send' issue (Oleksij Rempel)  
- net/sched: act_api: Notify user space if any actions were flushed before error (Victor Nogueira)  
- net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup() (Liang He)  
- netfilter: nft_dynset: restore set element counter when failing to update (Pablo Neira Ayuso)  
- s390: remove unneeded 'select BUILD_BIN2C' (Masahiro Yamada)  
- vdpa/mlx5: Update Control VQ callback information (Eli Cohen)  
- PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events (Miaoqian Lin)  
- caif_virtio: fix race between virtio_device_ready() and ndo_open() (Jason Wang)  
- vfs: fix copy_file_range() regression in cross-fs copies (Amir Goldstein)  
- NFSD: restore EINVAL error translation in nfsd_commit() (Alexey Khoroshilov)  
- net: ipv6: unexport __init-annotated seg6_hmac_net_init() (YueHaibing)  
- selftests: mptcp: more stable diag tests (Paolo Abeni)  
- usbnet: fix memory allocation in helpers (Oliver Neukum)  
- net: usb: asix: do not force pause frames support (Oleksij Rempel)  
- linux/dim: Fix divide by 0 in RDMA DIM (Tao Liu)  
- RDMA/cm: Fix memory leak in ib_cm_insert_listen (Miaoqian Lin)  
- RDMA/qedr: Fix reporting QP timeout attribute (Kamal Heib)  
- net: dp83822: disable rx error interrupt (Enguerrand de Ribaucourt)  
- net: dp83822: disable false carrier interrupt (Enguerrand de Ribaucourt)  
- net: tun: stop NAPI when detaching queues (Jakub Kicinski)  
- net: tun: unlink NAPI from device on destruction (Jakub Kicinski)  
- net: dsa: bcm_sf2: force pause link settings (Doug Berger)  
- selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test (Dimitris Michailidis)  
- virtio-net: fix race between ndo_open() and virtio_device_ready() (Jason Wang)  
- net: usb: ax88179_178a: Fix packet receiving (Jose Alonso)  
- net: rose: fix UAF bugs caused by timer handler (Duoming Zhou)  
- SUNRPC: Fix READ_PLUS crasher (Chuck Lever)  
- s390/archrandom: simplify back to earlier design and initialize earlier (Jason A. Donenfeld)  
- dm raid: fix KASAN warning in raid5_add_disks (Mikulas Patocka)  
- dm raid: fix accesses beyond end of raid member array (Heinz Mauelshagen)  
- powerpc/bpf: Fix use of user_pt_regs in uapi (Naveen N. Rao)  
- powerpc/book3e: Fix PUD allocation size in map_kernel_page() (Christophe Leroy)  
- powerpc/prom_init: Fix kernel config grep (Liam Howlett)  
- nvdimm: Fix badblocks clear off-by-one error (Chris Ye)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1 (Lamarque Vieira Souza)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G) (Pablo Greco)  
- net: phy: Don't trigger state machine while in suspend (Lukas Wunner)  
- ipv6: take care of disable_policy when restoring routes (Nicolas Dichtel)  
- ksmbd: use vfs_llseek instead of dereferencing NULL (Jason A. Donenfeld)  
- ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA (Namjae Jeon)  
- ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZERO_DATA (Namjae Jeon)  
- drm/amdgpu: To flush tlb for MMHUB of RAVEN series (Ruili Ji)  
- Revert 'drm/amdgpu/display: set vblank_disable_immediate for DC' (Alex Deucher)  
- cpufreq:cppc_cpufreq: prevent crash on reading freqdomain_cpus (chris hyser)  [Orabug: 34327463] 
- vmcoreinfo: add kallsyms_num_syms symbol (Stephen Brennan)  [Orabug: 34475877] 
- vmcoreinfo: include kallsyms symbols (Stephen Brennan)  [Orabug: 34475877] 
- kallsyms: move declarations to internal header (Stephen Brennan)  [Orabug: 34475877] 
- Revert 'KVM: x86: Print error code in exception injection tracepoint iff valid' (Sherry Yang)  [Orabug: 34539458] 
- uek-rpm: Enable IMA_APPRAISE_SB_BOOTPARAM (Eric Snowberg)  [Orabug: 34549007] 
- integrity: Allow ima_appraise bootparam to be set when SB is enabled (Eric Snowberg)  [Orabug: 34549007] 
- net/mlx5: E-Switch, change VFs default admin state to auto in switchdev (Maor Dickman)  [Orabug: 34533007] 
- Revert 'net/mlx5: E-Switch, change VFs default admin state to auto in switchdev' (Devesh Sharma)  [Orabug: 34532946] 
- uek-rpm: Install kernel-rpm-macros as build dependency (Somasundaram Krishnasamy)  [Orabug: 34529696]

[5.15.0-3.52.1]
- rds: ib: Fix lfstack to acquire visibility to list head (Hakon Bugge)  [Orabug: 34522536] 
- locking/atomic: Make test_and_*_bit() ordered on failure (Hector Martin)  [Orabug: 34520178] 
- intel_idle: make SPR C1 and C1E be independent (Artem Bityutskiy)  [Orabug: 34510397] 
- intel_idle: Add AlderLake support (Zhang Rui)  [Orabug: 34510397] 
- intel_idle: Fix SPR C6 optimization (Artem Bityutskiy)  [Orabug: 34510397] 
- intel_idle: Fix the 'preferred_cstates' module parameter (Artem Bityutskiy)  [Orabug: 34510397] 
- cpuidle: intel_idle: Drop redundant backslash at line end (Rafael J. Wysocki)  [Orabug: 34510397] 
- mlx4: Subscribe to PXM notifier (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen/pci: Add PXM node notifier for PXM (NUMA) changes. (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen/pcifront: Walk the PCI bus after XenStore notification (Konrad Rzeszutek Wilk)  [Orabug: 27206634] [Orabug: 34509446] 
- xen-pcifront/hvm: Slurp up 'pxm' entry and set NUMA node on PCIe device. (V5) (Konrad Rzeszutek Wilk)  [Orabug: 34509446] 
- scsi: core: Fix warning in scsi_alloc_sgtables() (Jason Yan)  [Orabug: 33857787]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9931.html" type="self" title="ELSA-2022-9931" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3028.html" id="CVE-2022-3028" type="cve" title="CVE-2022-3028" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="3.60.5.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-3.60.5.1.el8.x86_64.rpm</filename>
          <sum type="sha256">cfff77dd341efd25e67ca84caf7d19fc483587a39d93d722c5b8ef7dbb30853d</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="3.60.5.1.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-3.60.5.1.el8.x86_64.rpm</filename>
          <sum type="sha256">bc0a023853da20dcb88633e041b69d91b72a70e96a2cb8dd347ced1e4fa4d1bc</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="3.60.5.1.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-3.60.5.1.el8.src.rpm</filename>
          <sum type="sha256">ed8338dd6dda0d3e31697192f7f9f153c798300f16dc89725d357ed06864e8b5</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12618</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-09-12 00:00:00"/>
    <updated date="2024-09-12 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-210.163.7]
- crypto: qat - specify firmware files for 402xx (Giovanni Cabiddu)  [Orabug: 37030280]

[5.15.0-210.163.6]
- Revert 'Fix userfaultfd_api to return EINVAL as expected' (Vijayendra Suman)  [Orabug: 37004422]

[5.15.0-210.163.5]
- Revert 'bpf: Allow reads from uninit stack' (Vijayendra Suman)  [Orabug: 36992948] 
- selftests/vm: Fix build issue with pkey_sighandler_tests.c (Aruna Ramakrishna)  [Orabug: 36992941]

[5.15.0-210.163.4]
- driver core: Fix uevent_show() vs driver detach race (Dan Williams)  
- ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (Jerome Brunet)  
- kdb: Use the passed prompt in kdb_position_cursor() (Douglas Anderson)  
- MIPS: Octeron: remove source file executable bit (Dominique Martinet)  
- sched: act_ct: take care of padding in struct zones_ht_key (Eric Dumazet)  
- ipvs: Avoid unnecessary calls to skb_is_gso_sctp (Ismael Luceno)  
- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (Dan Carpenter)  
- KVM: x86: check the kvm_cpu_get_interrupt result before using it (Maxim Levitsky)  [Orabug: 36893301] 
- KVM: x86: VMX: set irr_pending in kvm_apic_update_irr (Maxim Levitsky)  [Orabug: 36893301] 
- KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically (Maxim Levitsky)  [Orabug: 36893301] 
- KVM: x86: Allow APICv APIC ID inhibit to be cleared (Greg Edwards)  [Orabug: 36839768] 
- printk: add kthread for long-running print (Stephen Brennan)  [Orabug: 36456581]

[5.15.0-210.163.3]
- selftests/net: remove extra argument domain for do_recv_completions() (Samasth Norway Ananda)  [Orabug: 36949448] 
- selftests/mm: Add new testcases for pkeys (Keith Lucas)  [Orabug: 36943199] 
- x86/pkeys: Restore altstack access in sigreturn() (Aruna Ramakrishna)  [Orabug: 36943199] 
- x86/pkeys: Update PKRU to enable all pkeys before XSAVE (Aruna Ramakrishna)  [Orabug: 36943199] 
- x86/pkeys: Add helper functions to update PKRU on the sigframe (Aruna Ramakrishna)  [Orabug: 36943199] 
- x86/pkeys: Add PKRU as a parameter in signal handling functions (Aruna Ramakrishna)  [Orabug: 36943199] 
- x86/signal/64: Move 64-bit signal code to its own file (Brian Gerst)  [Orabug: 36943199] 
- x86/signal/32: Merge native and compat 32-bit signal code (Brian Gerst)  [Orabug: 36943199] 
- x86/signal: Add ABI prefixes to frame setup functions (Brian Gerst)  [Orabug: 36943199] 
- x86/signal: Merge get_sigframe() (Brian Gerst)  [Orabug: 36943199] 
- x86: Remove __USER32_DS (Brian Gerst)  [Orabug: 36943199] 
- signal/compat: Remove compat_sigset_t override (Brian Gerst)  [Orabug: 36943199] 
- x86/signal: Remove sigset_t parameter from frame setup functions (Brian Gerst)  [Orabug: 36943199] 
- x86/signal: Remove sig parameter from frame setup functions (Brian Gerst)  [Orabug: 36943199]

[5.15.0-210.163.2]
- fsnotify: clear PARENT_WATCHED flags lazily (Amir Goldstein)  [Orabug: 36922239] 
- net: mana: Fix possible double free in error handling path (Ma Ke)  [Orabug: 36897038] {CVE-2024-42069}
- x86/aperfmperf: Dont wake idle CPUs in arch_freq_get_on_cpu() (Thomas Gleixner)  [Orabug: 35773810] 
- xfs: fix agf/agfl verification on v4 filesystems (Mark Tinguely)  [Orabug: 35623655]

[5.15.0-210.163.1]
- net: relax socket state check at accept time. (Paolo Abeni) [Orabug: 36768888] {CVE-2024-36484}
- LTS version: v5.15.163 (Vijayendra Suman)  
- i2c: rcar: fix error code in probe() (Dan Carpenter)  
- kbuild: Make ld-version.sh more robust against version string changes (Nathan Chancellor)  
- x86/entry/64: Remove obsolete comment on tracing vs. SYSRET (Brian Gerst)  
- i2c: rcar: clear NO_RXDMA flag after resetting (Wolfram Sang)  
- i2c: testunit: avoid re-issued work after read message (Wolfram Sang)  
- i2c: rcar: ensure Gen3+ reset does not disturb local targets (Wolfram Sang)  
- i2c: rcar: introduce Gen4 devices (Wolfram Sang)  
- i2c: rcar: reset controller is mandatory for Gen3+ (Wolfram Sang)  
- i2c: rcar: Add R-Car Gen4 support (Geert Uytterhoeven)  
- i2c: mark HostNotify target address as used (Wolfram Sang)  
- i2c: rcar: bring hardware to known state when probing (Wolfram Sang)  
- nilfs2: fix kernel bug on rename operation of broken directory (Ryusuke Konishi) [Orabug: 36896820] {CVE-2024-41034}
- bpf: Allow reads from uninit stack (Eduard Zingerman)  
- ipv6: prevent NULL dereference in ip6_output() (Eric Dumazet) [Orabug: 36683273] {CVE-2024-36901}
- ipv6: annotate data-races around cnf.disable_ipv6 (Eric Dumazet)  
- wireguard: send: annotate intentional data race in checking empty queue (Jason A. Donenfeld)  
- wireguard: queueing: annotate intentional data race in cpu round robin (Jason A. Donenfeld)  
- wireguard: allowedips: avoid unaligned 64-bit memory accesses (Helge Deller) [Orabug: 36930166] {CVE-2024-42247}
- libceph: fix race between delayed_work() and ceph_monc_stop() (Ilya Dryomov) [Orabug: 36930127] {CVE-2024-42232}
- Fix userfaultfd_api to return EINVAL as expected (Audra Mitchell) [Orabug: 36896804] {CVE-2024-41027}
- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (Edson Juliano Drosdeck)  
- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (Nazar Bilinskyi)  
- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (Michal Kopec)  
- nvmem: core: only change name to fram for current attribute (Thomas Weissschuh)  
- nvmem: meson-efuse: Fix return value of nvmem callbacks (Joy Chakraborty)  
- nvmem: rmem: Fix return value of rmem_read() (Joy Chakraborty)  
- hpet: Support 32-bit userspace (He Zhe)  
- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (Alan Stern) [Orabug: 36896825] {CVE-2024-41035}
- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (Lee Jones) [Orabug: 36930137] {CVE-2024-42236}
- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (WangYuli)  
- USB: serial: mos7840: fix crash on resume (Dmitry Smirnov) [Orabug: 36930153] {CVE-2024-42244}
- USB: serial: option: add Rolling RW350-GL variants (Vanillan Wang)  
- USB: serial: option: add Netprisma LCUK54 series modules (Mank Wang)  
- USB: serial: option: add support for Foxconn T99W651 (Slark Xiao)  
- USB: serial: option: add Fibocom FM350-GL (Bjorn Mork)  
- USB: serial: option: add Telit FN912 rmnet compositions (Daniele Palmas)  
- USB: serial: option: add Telit generic core-dump composition (Daniele Palmas)  
- net: ks8851: Fix potential TX stall after interface reopen (Ronald Wahl)  
- tcp: avoid too many retransmit packets (Eric Dumazet) [Orabug: 36841815] {CVE-2024-41007}
- tcp: use signed arithmetic in tcp_rtx_probe0_timed_out() (Eric Dumazet)  
- octeontx2-af: fix issue with IPv4 match for RSS (Satheesh Paul)  
- octeontx2-af: fix issue with IPv6 ext match for RSS (Kiran Kumar K)  
- octeontx2-af: extend RSS supported offload types (Kiran Kumar K)  
- octeontx2-af: fix detection of IP layer (Michal Mazur)  
- octeontx2-af: fix a issue with cpt_lf_alloc mailbox (Srujana Challa)  
- octeontx2-af: update cpt lf alloc mailbox (Srujana Challa)  
- octeontx2-af: replace cpt slot with lf id on reg write (Nithin Dabilpuram)  
- ARM: davinci: Convert comma to semicolon (Chen Ni)  
- s390: Mark psw in __load_psw_mask() as __unitialized (Sven Schnelle)  
- net/sched: Fix UAF when resolving a clash (Chengen Du) [Orabug: 36896837] {CVE-2024-41040}
- udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). (Kuniyuki Iwashima) [Orabug: 36896841] {CVE-2024-41041}
- ethtool: netlink: do not return SQI value if link is down (Oleksij Rempel)  
- ppp: reject claimed-as-LCP but actually malformed packets (Dmitry Antipov) [Orabug: 36896855] {CVE-2024-41044}
- net: ethernet: mtk-star-emac: set mac_managed_pm when probing (Jian Hui Lee)  
- net: ethernet: lantiq_etop: fix double free in detach (Aleksander Jan Bajkowski) [Orabug: 36896862] {CVE-2024-41046}
- net: lantiq_etop: add blank line after declaration (Aleksander Jan Bajkowski)  
- i40e: Fix XDP program unloading while removing the driver (Michal Kubiak) [Orabug: 36896869] {CVE-2024-41047}
- net: fix rc7's __skb_datagram_iter() (Hugh Dickins)  
- octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability() (Aleksandr Mishin)  
- skmsg: Skip zero length skb in sk_msg_recvmsg (Geliang Tang) [Orabug: 36896872] {CVE-2024-41048}
- tcp: fix incorrect undo caused by DSACK of TLP retransmit (Neal Cardwell)  
- vfs: don't mod negative dentry count when on shrinker list (Brian Foster)  
- fs/dcache: Re-use value stored to dentry-&gt;d_flags instead of re-reading (linke li)  
- filelock: fix potential use-after-free in posix_lock_inode (Jeff Layton) [Orabug: 36896875] {CVE-2024-41049}
- nilfs2: fix incorrect inode allocation from reserved inodes (Ryusuke Konishi)  
- null_blk: Do not allow runt zone with zone capacity smaller then zone size (Damien Le Moal)  
- nfc/nci: Add the inconsistency check between the input data length and count (Edward Adam Davis) [Orabug: 36897796] {CVE-2024-42130}
- kbuild: fix short log for AS in link-vmlinux.sh (Masahiro Yamada)  
- nvmet: fix a possible leak when destroy a ctrl during qp establishment (Sagi Grimberg) [Orabug: 36897901] {CVE-2024-42152}
- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (hmtheboy154)  
- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6' tablet (hmtheboy154)  
- regmap-i2c: Subtract reg size from max_write (Jim Wylder)  
- nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset (Kundan Kumar)  
- dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails (Fedor Pchelkin)  
- nvme-multipath: find NUMA path only for online numa-node (Nilay Shroff)  
- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (Jian-Hong Pan)  
- fs/ntfs3: Mark volume as dirty if xattr is broken (Konstantin Komarov)  
- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (Piotr Wojtaszczyk) [Orabug: 36897908] {CVE-2024-42153}
- clk: qcom: gcc-sm6350: Fix gpll6* &amp; gpll7 parents (Luca Weiss)  
- media: dw2102: fix a potential buffer overflow (Mauro Carvalho Chehab)  
- ima: Avoid blocking in RCU read-side critical section (GUO Zihua) [Orabug: 36835827] {CVE-2024-40947}
- bnx2x: Fix multiple UBSAN array-index-out-of-bounds (Ghadi Elie Rahme) [Orabug: 36897884] {CVE-2024-42148}
- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (Val Packett)  
- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (Miquel Raynal)  
- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (Miquel Raynal)  
- drm/amdgpu/atomfirmware: silence UBSAN warning (Alex Deucher)  
- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (Ma Ke) [Orabug: 36897639] {CVE-2024-42101}
- fsnotify: Do not generate events for O_PATH file descriptors (Jan Kara)  
- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (Jimmy Assarsson)  
- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (Zijun Hu) [Orabug: 36897825] {CVE-2024-42137}
- btrfs: fix adding block group to a reclaim list and the unused list during reclaim (Naohiro Aota) [Orabug: 36934739] {CVE-2024-42103}
- mm: avoid overflows in dirty throttling logic (Jan Kara) [Orabug: 36897802] {CVE-2024-42131}
- mm: optimize the redundant loop of mm_update_owner_next() (Jinliang Zheng)  
- nilfs2: add missing check for inode numbers on directory entries (Ryusuke Konishi) [Orabug: 36897651] {CVE-2024-42104}
- nilfs2: fix inode number range checks (Ryusuke Konishi) [Orabug: 36897657] {CVE-2024-42105}
- Revert 'igc: fix a log entry using uninitialized netdev' (Sasha Neftin)  
- gpiolib: of: add polarity quirk for TSC2005 (Dmitry Torokhov)  
- gpiolib: of: add a quirk for reset line polarity for Himax LCDs (Dmitry Torokhov)  
- gpiolib: of: factor out code overriding gpio line polarity (Dmitry Torokhov)  
- inet_diag: Initialize pad field in struct inet_diag_req_v2 (Shigeru Yoshida) [Orabug: 36897665] {CVE-2024-42106}
- selftests: make order checking verbose in msg_zerocopy selftest (Zijian Zhang)  
- selftests: fix OOM in msg_zerocopy selftest (Zijian Zhang)  
- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (Sam Sun) [Orabug: 36825247] {CVE-2024-39487}
- netfilter: nf_tables: unconditionally flush pending work before notifier (Florian Westphal) [Orabug: 36897676] {CVE-2024-42109}
- riscv: kexec: Avoid deadlock in kexec crash path (Song Shuai) [Orabug: 36897831] {CVE-2024-42140}
- wifi: wilc1000: fix ies_len type in connect path (Jozef Hopko)  
- net: allow skb_datagram_iter to be called from any context (Sagi Grimberg)  
- e1000e: Fix S0ix residency on corporate systems (Dima Ruinskiy)  
- KVM: s390: fix LPSWEY handling (Christian Borntraeger)  
- tcp_metrics: validate source addr length (Jakub Kicinski) [Orabug: 36897914] {CVE-2024-42154}
- UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open() (Neal Cardwell)  
- tools/power turbostat: Remember global max_die_id (Len Brown)  
- s390/pkey: Wipe sensitive data on failure (Holger Dengler) [Orabug: 36897933] {CVE-2024-42157}
- jffs2: Fix potential illegal address access in jffs2_free_inode (Wang Yong) [Orabug: 36897693] {CVE-2024-42115}
- bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD (Jose E. Marchesi) [Orabug: 36897964] {CVE-2024-42161}
- igc: fix a log entry using uninitialized netdev (Corinna Vinschen) [Orabug: 36897705] {CVE-2024-42116}
- powerpc/xmon: Check cpu id in commands 'c#', 'dp#' and 'dx#' (Greg Kurz)  
- kunit: Fix timeout message (Mickael Salaun)  
- orangefs: fix out-of-bounds fsid access (Mike Marshall) [Orabug: 36897836] {CVE-2024-42143}
- powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n (Michael Ellerman)  
- i2c: i801: Annotate apanel_addr as __ro_after_init (Heiner Kallweit)  
- media: dvb-frontends: tda10048: Fix integer overflow (Ricardo Ribalda) [Orabug: 36897975] {CVE-2024-42223}
- media: s2255: Use refcount_t instead of atomic_t for num_channels (Ricardo Ribalda)  
- media: dvb-frontends: tda18271c2dd: Remove casting during div (Ricardo Ribalda)  
- net: dsa: mv88e6xxx: Correct check for empty list (Simon Horman) [Orabug: 36897981] {CVE-2024-42224}
- wifi: mt76: replace skb_put with skb_put_zero (Felix Fietkau) [Orabug: 36897988] {CVE-2024-42225}
- Input: ff-core - prefer struct_size over open coded arithmetic (Erick Archer)  
- firmware: dmi: Stop decoding on broken entry (Jean Delvare)  
- sctp: prefer struct_size over open coded arithmetic (Erick Archer)  
- media: dw2102: Don't translate i2c read into write (Michael Bunk)  
- drm/amd/display: Skip finding free audio for unknown engine_id (Alex Hung) [Orabug: 36897725] {CVE-2024-42119}
- drm/amd/display: Check pipe offset before setting vblank (Alex Hung) [Orabug: 36897731] {CVE-2024-42120}
- drm/amd/display: Check index msg_id before read or write (Alex Hung) [Orabug: 36897738] {CVE-2024-42121}
- drm/amdgpu: Initialize timestamp for some legacy SOCs (Ma Jun)  
- crypto: aead,cipher - zeroize key buffer after use (Hailey Mothershead) [Orabug: 36898013] {CVE-2024-42229}
- scsi: qedf: Make qedf_execute_tmf() non-preemptible (John Meneghini) [Orabug: 36897759] {CVE-2024-42124}
- IB/core: Implement a limit on UMAD receive List (Michael Guralnik) [Orabug: 36897846] {CVE-2024-42145}
- media: dvb-usb: dib0700_devices: Add missing release_firmware() (Ricardo Ribalda)  
- media: dvb: as102-fe: Fix as10x_register_addr packing (Ricardo Ribalda)  
- drm/lima: fix shared irq handling on driver remove (Erico Nunes) [Orabug: 36897778] {CVE-2024-42127}
- locking/mutex: Introduce devm_mutex_init() (George Stark)  
- Compiler Attributes: Add __uninitialized macro (Heiko Carstens)  
- LTS version: v5.15.162 (Vijayendra Suman)  
- serial: 8250_omap: Fix Errata i2310 with RX FIFO level check (Udit Kumar)  
- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (Alex Bee)  
- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (FUKAUMI Naoki)  
- ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node (Johan Jonker)  
- KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption (Marc Zyngier)  
- efi/x86: Free EFI memory map only when installing a new one. (Ard Biesheuvel)  
- efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures (Ard Biesheuvel)  
- efi: memmap: Move manipulation routines into x86 arch tree (Ard Biesheuvel)  
- efi: Correct comment on efi_memmap_alloc (Liu Zixian)  
- drivers: fix typo in firmware/efi/memmap.c (Zheng Zhi Yuan)  
- tcp: Fix data races around icsk-&gt;icsk_af_ops. (Kuniyuki Iwashima) [Orabug: 34719865] {CVE-2022-3566}
- ipv6: Fix data races around sk-&gt;sk_prot. (Kuniyuki Iwashima) [Orabug: 34719905] {CVE-2022-3567}
- ipv6: annotate some data-races around sk-&gt;sk_prot (Eric Dumazet)  
- nfs: Leave pages in the pagecache if readpage failed (Matthew Wilcox (Oracle))  
- pwm: stm32: Refuse too small period requests (Uwe Kleine-Konig)  
- syscalls: fix sys_fanotify_mark prototype (Arnd Bergmann)  
- syscalls: fix compat_sys_io_pgetevents_time64 usage (Arnd Bergmann)  
- ftruncate: pass a signed offset (Arnd Bergmann) [Orabug: 36897557] {CVE-2024-42084}
- ata: libata-core: Fix double free on error (Niklas Cassel) [Orabug: 36897373] {CVE-2024-41087}
- ata: ahci: Clean up sysfs file on error (Niklas Cassel)  
- batman-adv: Don't accept TT entries for out-of-spec VIDs (Sven Eckelmann)  
- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (Ma Ke) [Orabug: 36897379] {CVE-2024-41089}
- drm/i915/gt: Fix potential UAF by revoke of fence registers (Janusz Krzysztofik) [Orabug: 36897385] {CVE-2024-41092}
- drm/amdgpu: avoid using null object of framebuffer (Julia Zhang) [Orabug: 36897435] {CVE-2024-41093}
- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (Ma Ke) [Orabug: 36897442] {CVE-2024-41095}
- hexagon: fix fadvise64_64 calling conventions (Arnd Bergmann)  
- csky, hexagon: fix broken sys_sync_file_range (Arnd Bergmann)  
- sh: rework sync_file_range ABI (Arnd Bergmann)  
- kbuild: Install dtb files as 0644 in Makefile.dtbinst (Dragan Simic)  
- cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked() (Yuntao Wang)  
- net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new (Oleksij Rempel)  
- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (Oleksij Rempel)  
- net: can: j1939: Initialize unused data in j1939_send_one() (Shigeru Yoshida) [Orabug: 36897515] {CVE-2024-42076}
- tty: mcf: MCF54418 has 10 UARTS (Jean-Michel Hautbois)  
- serial: 8250_omap: Implementation of Errata i2310 (Udit Kumar) [Orabug: 36897613] {CVE-2024-42095}
- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (Meng Li) [Orabug: 36897563] {CVE-2024-42085}
- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (Nikita Zhandarovich) [Orabug: 36897450] {CVE-2024-41097}
- usb: musb: da8xx: fix a resource leak in probe() (Dan Carpenter)  
- usb: gadget: printer: fix races against disable (Oliver Neukum)  
- usb: gadget: printer: SS+ support (Oliver Neukum)  
- net: usb: ax88179_178a: improve link status logs (Jose Ignacio Tornos Martinez)  
- iio: chemical: bme680: Fix sensor data read operation (Vasileios Amoiridis)  
- iio: chemical: bme680: Fix overflows in compensate() functions (Vasileios Amoiridis) [Orabug: 36897565] {CVE-2024-42086}
- iio: chemical: bme680: Fix calibration data variable (Vasileios Amoiridis)  
- iio: chemical: bme680: Fix pressure value output (Vasileios Amoiridis)  
- iio: accel: fxls8962af: select IIO_BUFFER &amp; IIO_KFIFO_BUF (Alexander Sverdlin)  
- iio: adc: ad7266: Fix variable checking bug (Fernando Yang)  
- i2c: testunit: discard write requests while old command is running (Wolfram Sang)  
- i2c: testunit: don't erase registers after STOP (Wolfram Sang)  
- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (Adrian Hunter)  
- mmc: sdhci: Do not invert write-protect twice (Adrian Hunter)  
- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (Ilpo Jarvinen)  
- ocfs2: fix DIO failure due to insufficient transaction credits (Jan Kara) [Orabug: 36897528] {CVE-2024-42077}
- parisc: use generic sys_fanotify_mark implementation (Arnd Bergmann)  
- x86: stop playing stack games in profile_pc() (Linus Torvalds) [Orabug: 36897615] {CVE-2024-42096}
- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (Kent Gibson)  
- gpio: davinci: Validate the obtained number of IRQs (Aleksandr Mishin) [Orabug: 36897598] {CVE-2024-42092}
- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (Liu Ying)  
- nvme: fixup comment for nvme RDMA Provider Type (Hannes Reinecke)  
- drm/radeon/radeon_display: Decrease the size of allocated memory (Erick Archer)  
- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (Andrew Davis)  
- media: dvbdev: Initialize sbuf (Ricardo Ribalda)  
- ALSA: emux: improve patch ioctl data validation (Oswald Buddenhagen) [Orabug: 36897623] {CVE-2024-42097}
- crypto: ecdh - explicitly zeroize private_key (Joachim Vandersmissen) [Orabug: 36897630] {CVE-2024-42098}
- net/dpaa2: Avoid explicit cpumask var allocation on stack (Dawei Li) [Orabug: 36897601] {CVE-2024-42093}
- net/iucv: Avoid explicit cpumask var allocation on stack (Dawei Li) [Orabug: 36897607] {CVE-2024-42094}
- RDMA/restrack: Fix potential invalid address access (Wenchao Hao) [Orabug: 36897540] {CVE-2024-42080}
- bpf: Add a check for struct bpf_fib_lookup size (Anton Protopopov)  
- mtd: partitions: redboot: Added conversion of operands to a larger type (Denis Arefev)  
- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (Uros Bizjak)  
- vduse: Temporarily fail if control queue feature requested (Maxime Coquelin)  
- vduse: validate block features only with block devices (Maxime Coquelin)  
- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (Laurent Pinchart) [Orabug: 36897569] {CVE-2024-42087}
- bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro() (Christophe Leroy) [Orabug: 36897491] {CVE-2024-42068}
- netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers (Pablo Neira Ayuso) [Orabug: 36897499] {CVE-2024-42070}
- tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO (Neal Cardwell)  
- parisc: use correct compat recv/recvfrom syscalls (Arnd Bergmann)  
- sparc: fix compat recv/recvfrom syscalls (Arnd Bergmann)  
- sparc: fix old compat_sys_select() (Arnd Bergmann)  
- Fix race for duplicate reqsk on identical SYN (luoxuanqiang)  
- xdp: Remove WARN() from __xdp_reg_mem_model() (Daniil Dulov) [Orabug: 36897553] {CVE-2024-42082}
- net: phy: micrel: add Microchip KSZ 9477 to the device table (Enguerrand de Ribaucourt)  
- ibmvnic: Free any outstanding tx skbs during scrq reset (Nick Child)  
- net: dsa: microchip: fix initial port flush problem (Tristram Ha)  
- ASoC: fsl-asoc-card: set priv-&gt;pdev before using it (Elinor Montmasson) [Orabug: 36897577] {CVE-2024-42089}
- net: stmmac: Assign configured channel value to EXTTS event (Oleksij Rempel)  
- net: mdio: add helpers to extract clause 45 regad and devad fields (Russell King (Oracle))  
- drm/amdgpu: fix UBSAN warning in kv_dpm.c (Alex Deucher) [Orabug: 36835991] {CVE-2024-40987}
- cifs: fix typo in module parameter enable_gcm_256 (Steve French)  
- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (Huang-Huang Bao)  
- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (Huang-Huang Bao)  
- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (Huang-Huang Bao)  
- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (Huang-Huang Bao)  
- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (Hagar Hemdan) [Orabug: 36897585] {CVE-2024-42090}
- Input: ili210x - fix ili251x_read_touch_data() return value (John Keeping)  
- gve: Clear napi-&gt;skb before dev_kfree_skb_any() (Ziwei Xiao) [Orabug: 36835798] {CVE-2024-40937}
- gve: Add RX context. (David Awogbemila)  
- ACPI: x86: Force StorageD3Enable on more products (Mario Limonciello)  
- ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable (Mario Limonciello)  
- smb: client: fix deadlock in smb2_find_smb_tcon() (Enzo Matsumiya) [Orabug: 36774640] {CVE-2024-39468}
- x86/amd_nb: Check for invalid SMN reads (Yazen Ghannam)  
- PCI: Add PCI_ERROR_RESPONSE and related definitions (Naveen Naidu)  
- perf/core: Fix missing wakeup when waiting for context reference (Haifeng Xu)  
- riscv: fix overlap of allocated page and PTR_ERR (Nam Cao)  
- riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef (Jisheng Zhang)  
- kheaders: explicitly define file modes for archived headers (Matthias Maennich)  
- Revert 'kheaders: substituting --sort in archive creation' (Masahiro Yamada)  
- drm/i915/gt: Disarm breadcrumbs if engines are already idle (Chris Wilson)  
- drm/i915/gt: Only kick the signal worker if there's been an update (Chris Wilson)  
- ksmbd: ignore trailing slashes in share paths (Nandor Kracser)  
- x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL (Tony Luck)  
- x86/cpu/vfm: Add new macros to work with (vendor/family/model) values (Tony Luck)  
- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (Jeff Johnson)  
- bcache: fix variable length array abuse in btree_iter (Matthew Mirvish) [Orabug: 36809293] {CVE-2024-39482}
- pmdomain: ti-sci: Fix duplicate PD referrals (Tomi Valkeinen)  
- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (Bitterblue Smith)  
- rtlwifi: rtl8192de: Style clean-ups (Kees Cook)  
- ARM: dts: samsung: smdk4412: fix keypad no-autorepeat (Krzysztof Kozlowski)  
- ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat (Krzysztof Kozlowski)  
- ARM: dts: samsung: smdkv310: fix keypad no-autorepeat (Krzysztof Kozlowski)  
- perf script: Show also errors for --insn-trace option (Adrian Hunter)  
- perf: script: add raw|disasm arguments to --insn-trace option (Changbin Du)  
- drm/amd/display: revert Exit idle optimizations before HDCP execution (Martin Leung)  
- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (Frank Li)  
- dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema (Krzysztof Kozlowski)  
- i2c: ocores: set IACK bit after core is enabled (Grygorii Tertychnyi)  
- tcp: clear tp-&gt;retrans_stamp in tcp_rcv_fastopen_synack() (Eric Dumazet)  
- kcov: don't lose track of remote references during softirqs (Aleksandr Nogikh)  
- gcov: add support for GCC 14 (Peter Oberparleiter)  
- drm/radeon: fix UBSAN warning in kv_dpm.c (Alex Deucher) [Orabug: 36835996] {CVE-2024-40988}
- drm/i915/mso: using joiner is not possible with eDP MSO (Jani Nikula)  
- ALSA: hda/realtek: Limit mic boost on N14AP7 (Edson Juliano Drosdeck)  
- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (Sean Christopherson)  
- btrfs: retry block group reclaim without infinite loop (Boris Burkov)  
- net: do not leave a dangling sk pointer, when socket creation fails (Ignat Korchagin)  
- serial: stm32: rework RX over DMA (Erwan Le Ray)  
- RDMA/mlx5: Add check for srq max_sge attribute (Patrisious Haddad) [Orabug: 36836003] {CVE-2024-40990}
- ACPICA: Revert 'ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine.' (Raju Rangoju)  
- regulator: bd71815: fix ramp values (Kalle Niemi)  
- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (Nikita Shubin)  
- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (Nikita Shubin)  
- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (Nikita Shubin)  
- dmaengine: ioat: use PCI core macros for PCIe Capability (Bjorn Helgaas)  
- dmaengine: ioatdma: Fix leaking on version mismatch (Nikita Shubin)  
- dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting() (Bjorn Helgaas)  
- dmaengine: ioat: switch from 'pci_' to 'dma_' API (Qing Wang)  
- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (Li RongQing) [Orabug: 36835844] {CVE-2024-40956}
- regulator: core: Fix modpost error 'regulator_get_regmap' undefined (Biju Das)  
- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (Oliver Neukum)  
- bnxt_en: Restore PTP tx_avail count in case of skb_pad() error (Pavan Chebbi)  
- seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (Jianguo Wu) [Orabug: 36835846] {CVE-2024-40957}
- netfilter: ipset: Fix suspicious rcu_dereference_protected() (Jozsef Kadlecsik) [Orabug: 36836326] {CVE-2024-40993}
- octeontx2-pf: Add error handling to VLAN unoffload handling (Simon Horman)  
- virtio_net: checksum offloading handling fix (Heng Qi)  
- net: stmmac: No need to calculate speed divider when offload is disabled (Xiaolei Wang)  
- ptp: fix integer overflow in max_vclocks_store (Dan Carpenter) [Orabug: 36836016] {CVE-2024-40994}
- sched: act_ct: add netns into the key of tcf_ct_flow_table (Xin Long)  
- net/sched: act_ct: set 'net' pointer when creating new nf_flow_table (Vlad Buslov)  
- tipc: force a dst refcount before doing decryption (Xin Long) [Orabug: 36835980] {CVE-2024-40983}
- net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() (David Ruth) [Orabug: 36836018] {CVE-2024-40995}
- net/sched: act_api: rely on rcu in tcf_idr_check_alloc (Pedro Tammela)  
- qca_spi: Make interrupt remembering atomic (Stefan Wahren)  
- netns: Make get_net_ns() handle zero refcount net (Yue Haibing) [Orabug: 36835848] {CVE-2024-40958}
- xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() (Eric Dumazet) [Orabug: 36835851] {CVE-2024-40959}
- ipv6: prevent possible NULL dereference in rt6_probe() (Eric Dumazet) [Orabug: 36835856] {CVE-2024-40960}
- ipv6: prevent possible NULL deref in fib6_nh_init() (Eric Dumazet) [Orabug: 36835861] {CVE-2024-40961}
- netrom: Fix a memory leak in nr_heartbeat_expiry() (Gavrilov Ilia) [Orabug: 36836085] {CVE-2024-41006}
- cipso: fix total option length computation (Ondrej Mosnacek)  
- tracing: Build event generation tests only as modules (Masami Hiramatsu (Google))  
- mips: bmips: BCM6358: make sure CBR is correctly set (Christian Marangi) [Orabug: 36835869] {CVE-2024-40963}
- MIPS: Routerboard 532: Fix vendor retry check code (Ilpo Jarvinen)  
- serial: exar: adding missing CTI and Exar PCI ids (Parker Newman)  
- serial: imx: Introduce timeout when waiting on transmitter empty (Esben Haabendal) [Orabug: 36835886] {CVE-2024-40967}
- MIPS: Octeon: Add PCIe link status check (Songyang Li) [Orabug: 36835892] {CVE-2024-40968}
- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (Mario Limonciello)  
- udf: udftime: prevent overflow in udf_disk_stamp_to_time() (Roman Smirnov)  
- Avoid hw_desc array overrun in dw-axi-dmac (Joao Pinto) [Orabug: 36835903] {CVE-2024-40970}
- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (Alex Henrie)  
- f2fs: remove clear SB_INLINECRYPT flag in default_options (Yunlei He) [Orabug: 36835908] {CVE-2024-40971}
- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (Aleksandr Aprelkov)  
- power: supply: cros_usbpd: provide ID table for avoiding fallback match (Tzung-Bi Shih)  
- powerpc/io: Avoid clang null pointer arithmetic warnings (Michael Ellerman)  
- powerpc/pseries: Enforce hcall result buffer validity and size (Nathan Lynch) [Orabug: 36835925] {CVE-2024-40974}
- drm/lima: mask irqs in timeout path before hard reset (Erico Nunes) [Orabug: 36835935] {CVE-2024-40976}
- drm/lima: add mask irq callback to gp and pp (Erico Nunes)  
- drm/amd/display: Exit idle optimizations before HDCP execution (Nicholas Kazlauskas)  
- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (Uri Arev)  
- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (Takashi Iwai)  
- HID: Add quirk for Logitech Casa touchpad (Sean O'Brien)  
- netpoll: Fix race condition in netpoll_owner_active (Breno Leitao) [Orabug: 36836079] {CVE-2024-41005}
- kselftest: arm64: Add a null pointer check (Kunwu Chan)  
- scsi: qedi: Fix crash while reading debugfs attribute (Manish Rangankar) [Orabug: 36835946] {CVE-2024-40978}
- drop_monitor: replace spin_lock by raw_spin_lock (Wander Lairson Costa) [Orabug: 36835959] {CVE-2024-40980}
- af_packet: avoid a false positive warning in packet_setsockopt() (Eric Dumazet)  
- wifi: ath9k: work around memset overflow warning (Arnd Bergmann)  
- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (Eric Dumazet) [Orabug: 36835965] {CVE-2024-40981}
- selftests/bpf: Fix flaky test btf_map_in_map/lookup_update (Yonghong Song)  
- selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh (Alessandro Carminati (Red Hat))  
- block/ioctl: prefer different overflow check (Justin Stitt) [Orabug: 36836043] {CVE-2024-41000}
- rcutorture: Fix invalid context warning when enable srcu barrier testing (Zqiang)  
- rcutorture: Make stall-tasks directly exit when rcutorture tests end (Zqiang)  
- rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment (Paul E. McKenney)  
- crypto: hisilicon/sec - Fix memory leak for sec resource release (Chenghai Huang) [Orabug: 36836053] {CVE-2024-41002}
- padata: Disable BH when taking works lock on MT path (Herbert Xu)  
- Bluetooth: qca: fix info leak when fetching board id (Johan Hovold) [Orabug: 36934735] {CVE-2024-36033}
- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (Dan Carpenter)  
- zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING (Oleg Nesterov)  
- i2c: designware: Fix the functionality flags of the slave-only interface (Jean Delvare)  
- i2c: at91: Fix the functionality flags of the slave-only interface (Jean Delvare)  
- usb-storage: alauda: Check whether the media is initialized (Shichao Lai) [Orabug: 36753733] {CVE-2024-38619}
- greybus: Fix use-after-free bug in gb_interface_release due to race condition. (Sicong Huang) [Orabug: 36835563] {CVE-2024-39495}
- kbuild: Remove support for Clang's ThinLTO caching (Nathan Chancellor)  
- mptcp: pm: update add_addr counters after connect (YonglongLi)  
- mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID (YonglongLi)  
- hugetlb_encode.h: fix undefined behaviour (34 &lt;&lt; 26) (Matthias Goergens)  
- serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level (Doug Brown)  
- mm/huge_memory: don't unpoison huge_zero_folio (Miaohe Lin) [Orabug: 36835742] {CVE-2024-40914}
- scsi: mpi3mr: Fix ATA NCQ priority support (Damien Le Moal)  
- tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device() (Oleg Nesterov)  
- nilfs2: fix potential kernel bug due to lack of writeback flag waiting (Ryusuke Konishi) [Orabug: 36774570] {CVE-2024-37078}
- intel_th: pci: Add Lunar Lake support (Alexander Shishkin)  
- intel_th: pci: Add Meteor Lake-S support (Alexander Shishkin)  
- intel_th: pci: Add Sapphire Rapids SOC support (Alexander Shishkin)  
- intel_th: pci: Add Granite Rapids SOC support (Alexander Shishkin)  
- intel_th: pci: Add Granite Rapids support (Alexander Shishkin)  
- dmaengine: axi-dmac: fix possible race in remove() (Nuno Sa)  
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (Rick Wertenbroek)  
- ocfs2: fix races between hole punching and AIO+DIO (Su Yue) [Orabug: 36835816] {CVE-2024-40943}
- ocfs2: use coarse time for new created files (Su Yue)  
- fs/proc: fix softlockup in __read_vmcore (Rik van Riel)  
- knfsd: LOOKUP can return an illegal error value (Trond Myklebust)  
- spmi: hisi-spmi-controller: Do not override device identifier (Vamshi Gajjela)  
- vmci: prevent speculation leaks by sanitizing event in event_deliver() (Hagar Gamal Halim Hemdan) [Orabug: 36835581] {CVE-2024-39499}
- sock_map: avoid race between sock_map_close and sk_psock_put (Thadeu Lima de Souza Cascardo) [Orabug: 36835586] {CVE-2024-39500}
- null_blk: Print correct max open zones limit in null_init_zoned_dev() (Damien Le Moal)  
- tracing/selftests: Fix kprobe event name test for .isra. functions (Steven Rostedt (Google))  
- mptcp: ensure snd_una is properly initialized on connect (Paolo Abeni) [Orabug: 36835783] {CVE-2024-40931}
- drm/exynos/vidi: fix memory leak in .get_modes() (Jani Nikula) [Orabug: 36835785] {CVE-2024-40932}
- drivers: core: synchronize really_probe() and dev_uevent() (Dirk Behme) [Orabug: 36835588] {CVE-2024-39501}
- iio: imu: inv_icm42600: delete unneeded update watermark call (Jean-Baptiste Maneyrol)  
- iio: dac: ad5592r: fix temperature channel scaling value (Marc Ferland)  
- iio: adc: ad9467: fix scan type sign (David Lechner)  
- af_unix: Read with MSG_PEEK loops if the first unread byte is OOB (Rao Shoaib)  
- ionic: fix use after netif_napi_del() (Taehee Yoo) [Orabug: 36835594] {CVE-2024-39502}
- net/ipv6: Fix the RT cache flush via sysctl using a previous delay (Petr Pavlu)  
- net: stmmac: replace priv-&gt;speed with the portTransmitRate from the tc-cbs parameters (Xiaolei Wang)  
- net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets (Gal Pressman)  
- tcp: fix race in tcp_v6_syn_recv_sock() (Eric Dumazet)  
- drm/bridge/panel: Fix runtime warning on panel bridge release (Adam Miotk)  
- drm/komeda: check for error-valued pointer (Amjad Ouled-Ameur) [Orabug: 36835673] {CVE-2024-39505}
- liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet (Aleksandr Mishin) [Orabug: 36835676] {CVE-2024-39506}
- net: hns3: add cond_resched() to hns3 ring buffer init process (Jie Wang)  
- net: hns3: fix kernel crash problem in concurrent scenario (Yonglong Liu) [Orabug: 36835679] {CVE-2024-39507}
- net: sfp: Always call sfp_sm_mod_remove() on remove (Csokas, Bence)  
- drm/vmwgfx: 3D disabled should not effect STDU memory limits (Ian Forbes)  
- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (Jose Exposito) [Orabug: 36835792] {CVE-2024-40934}
- iommu: Return right value in iommu_sva_bind_device() (Lu Baolu) [Orabug: 36835823] {CVE-2024-40945}
- iommu/amd: Fix sysfs leak in iommu init (Kun(llfl))  
- iommu/amd: Introduce pci segment structure (Vasant Hegde)  
- HID: core: remove unnecessary WARN_ON() in implement() (Nikita Zhandarovich) [Orabug: 36835688] {CVE-2024-39509}
- gpio: tqmx86: store IRQ trigger type and unmask status separately (Matthias Schiffer)  
- gpio: tqmx86: fix typo in Kconfig label (Gregor Herburger)  
- platform/x86: dell-smbios: Fix wrong token data in sysfs (Armin Wolf)  
- platform/x86: dell-smbios-base: Use sysfs_emit() (ye xingchen)  
- SUNRPC: return proper error from gss_wrap_req_priv (Chen Hanxiao)  
- clk: sifive: Do not register clkdevs for PRCI clocks (Samuel Holland)  
- Input: try trimming too long modalias strings (Dmitry Torokhov)  
- powerpc/uaccess: Fix build errors seen with GCC 13/14 (Michael Ellerman)  
- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (Breno Leitao) [Orabug: 36835695] {CVE-2024-40901}
- xhci: Apply broken streams quirk to Etron EJ188 xHCI host (Kuangyi Chiang)  
- xhci: Handle TD clearing for multiple streams case (Hector Martin) [Orabug: 36835772] {CVE-2024-40927}
- xhci: Apply reset resume quirk to Etron EJ188 xHCI host (Kuangyi Chiang)  
- xhci: Set correct transferred length for cancelled bulk transfers (Mathias Nyman)  
- jfs: xattr: fix buffer overflow for invalid xattr (Greg Kroah-Hartman) [Orabug: 36835700] {CVE-2024-40902}
- mei: me: release irq in mei_me_pci_resume error path (Tomas Winkler)  
- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (Kyle Tso)  
- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (Alan Stern) [Orabug: 36835708] {CVE-2024-40904}
- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (Ryusuke Konishi) [Orabug: 36774645] {CVE-2024-39469}
- nilfs2: return the mapped address from nilfs_get_page() (Matthew Wilcox (Oracle))  
- nilfs2: Remove check for PageError (Matthew Wilcox (Oracle))  
- btrfs: fix leak of qgroup extent records after transaction abort (Filipe Manana)  
- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (Dmitry Baryshkov)  
- selftests/mm: compaction_test: fix bogus test success on Aarch64 (Dev Jain)  
- selftests/mm: conform test to TAP format output (Muhammad Usama Anjum)  
- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (Dev Jain)  
- mm/cma: drop incorrect alignment check in cma_init_reserved_mem (Frank van der Linden)  
- cma: factor out minimum alignment requirement (David Hildenbrand)  
- i2c: acpi: Unbind mux adapters before delete (Hamish Martin) [Orabug: 36774617] {CVE-2024-39362}
- i2c: add fwnode APIs (Russell King (Oracle))  
- mmc: davinci: Don't strip remove function when driver is builtin (Uwe Kleine-Konig) [Orabug: 36809300] {CVE-2024-39484}
- mmc: davinci_mmc: Convert to platform remove callback returning void (Yangtao Li)  
- ftrace: Fix possible use-after-free issue in ftrace_location() (Zheng Yejian) [Orabug: 36753573] {CVE-2024-38588}
- x86/ibt,ftrace: Search for __fentry__ location (Peter Zijlstra)  
- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (Hugo Villeneuve)  
- serial: sc16is7xx: replace hardcoded divisor value with BIT() macro (Hugo Villeneuve)  
- Bluetooth: qca: fix info leak when fetching fw build id (Johan Hovold) [Orabug: 36683103] {CVE-2024-36032}
- Bluetooth: qca: add support for QCA2066 (Tim Jiang)  
- Bluetooth: qca: use switch case for soc type behavior (Neil Armstrong)  
- Bluetooth: btqca: Add WCN3988 support (Luca Weiss)  
- Bluetooth: btqca: use le32_to_cpu for ver.soc_id (Min-Hua Chen)  
- Bluetooth: hci_qca: mark OF related data as maybe unused (Krzysztof Kozlowski)  
- skbuff: introduce skb_pull_data (Luiz Augusto von Dentz)  
- misc/pvpanic-pci: register attributes via pci_driver (Thomas Weissschuh)  
- misc/pvpanic: deduplicate common code (Thomas Weissschuh)  
- pvpanic: Indentation fixes here and there (Andy Shevchenko)  
- pvpanic: Keep single style across modules (Andy Shevchenko)  
- drm/amd/display: Fix incorrect DSC instance for MST (Hersen Wu)  
- drm/amd/display: drop unnecessary NULL checks in debugfs (Alexey Kodanev)  
- drm/amd/display: Clean up some inconsistent indenting (Jiapeng Chong)  
- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (George Shen)  
- iio: accel: mxc4005: Reset chip on probe() and resume() (Hans de Goede)  
- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (Wesley Cheng) [Orabug: 36683254] {CVE-2024-36894}
- usb: gadget: f_fs: use io_data-&gt;status consistently (John Keeping)  
- ipv6: fix possible race in __fib6_drop_pcpu_from() (Eric Dumazet) [Orabug: 36835713] {CVE-2024-40905}
- af_unix: Annotate data-race of sk-&gt;sk_shutdown in sk_diag_fill(). (Kuniyuki Iwashima)  
- af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). (Kuniyuki Iwashima)  
- af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). (Kuniyuki Iwashima)  
- af_unix: annotate lockless accesses to sk-&gt;sk_err (Eric Dumazet)  
- af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). (Kuniyuki Iwashima)  
- af_unix: Annotate data-race of net-&gt;unx.sysctl_max_dgram_qlen. (Kuniyuki Iwashima)  
- af_unix: Annotate data-races around sk-&gt;sk_state in UNIX_DIAG. (Kuniyuki Iwashima)  
- af_unix: Annotate data-race of sk-&gt;sk_state in unix_stream_read_skb(). (Kuniyuki Iwashima)  
- af_unix: Annotate data-races around sk-&gt;sk_state in sendmsg() and recvmsg(). (Kuniyuki Iwashima)  
- af_unix: Annotate data-race of sk-&gt;sk_state in unix_stream_connect(). (Kuniyuki Iwashima)  
- af_unix: Annotate data-races around sk-&gt;sk_state in unix_write_space() and poll(). (Kuniyuki Iwashima)  
- af_unix: Annotate data-race of sk-&gt;sk_state in unix_inq_len(). (Kuniyuki Iwashima)  
- af_unix: Annodate data-races around sk-&gt;sk_state for writers. (Kuniyuki Iwashima)  
- af_unix: Set sk-&gt;sk_state under unix_state_lock() for truly disconencted peer. (Kuniyuki Iwashima)  
- ptp: Fix error message on failed pin verification (Karol Kolacinski)  
- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (Eric Dumazet) [Orabug: 36748168] {CVE-2024-36974}
- tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB (Jason Xing)  
- net: sched: sch_multiq: fix possible OOB write in multiq_tune() (Hangyu Hua) [Orabug: 36748175] {CVE-2024-36978}
- octeontx2-af: Always allocate PF entries from low prioriy zone (Subbaraya Sundeep)  
- bpf: Set run context for rawtp test_run callback (Jiri Olsa) [Orabug: 36835722] {CVE-2024-40908}
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core() (Eric Dumazet)  
- net/ncsi: Fix the multi thread manner of NCSI driver (DelphineCCChiu)  
- net/ncsi: Simplify Kconfig/dts control flow (Peter Delevoryas)  
- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (Lingbo Kong)  
- wifi: iwlwifi: mvm: don't read past the mfuart notifcation (Emmanuel Grumbach) [Orabug: 36835807] {CVE-2024-40941}
- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (Miri Korenblit) [Orabug: 36835779] {CVE-2024-40929}
- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (Shahar S Matityahu)  
- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (Johannes Berg)  
- wifi: cfg80211: pmsr: use correct nla_get_uX functions (Lin Ma)  
- wifi: cfg80211: Lock wiphy in cfg80211_get_station (Remi Pommarel) [Orabug: 36835729] {CVE-2024-40911}
- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (Remi Pommarel) [Orabug: 36835734] {CVE-2024-40912}
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (Nicolas Escande) [Orabug: 36835811] {CVE-2024-40942}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12618.html" type="self" title="ELSA-2024-12618" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3566.html" id="CVE-2022-3566" type="cve" title="CVE-2022-3566" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-3567.html" id="CVE-2022-3567" type="cve" title="CVE-2022-3567" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36032.html" id="CVE-2024-36032" type="cve" title="CVE-2024-36032" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36033.html" id="CVE-2024-36033" type="cve" title="CVE-2024-36033" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36484.html" id="CVE-2024-36484" type="cve" title="CVE-2024-36484" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36894.html" id="CVE-2024-36894" type="cve" title="CVE-2024-36894" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36901.html" id="CVE-2024-36901" type="cve" title="CVE-2024-36901" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36974.html" id="CVE-2024-36974" type="cve" title="CVE-2024-36974" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-36978.html" id="CVE-2024-36978" type="cve" title="CVE-2024-36978" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-37078.html" id="CVE-2024-37078" type="cve" title="CVE-2024-37078" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38588.html" id="CVE-2024-38588" type="cve" title="CVE-2024-38588" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-38619.html" id="CVE-2024-38619" type="cve" title="CVE-2024-38619" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39362.html" id="CVE-2024-39362" type="cve" title="CVE-2024-39362" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39468.html" id="CVE-2024-39468" type="cve" title="CVE-2024-39468" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39469.html" id="CVE-2024-39469" type="cve" title="CVE-2024-39469" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39482.html" id="CVE-2024-39482" type="cve" title="CVE-2024-39482" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39484.html" id="CVE-2024-39484" type="cve" title="CVE-2024-39484" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39487.html" id="CVE-2024-39487" type="cve" title="CVE-2024-39487" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39495.html" id="CVE-2024-39495" type="cve" title="CVE-2024-39495" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39499.html" id="CVE-2024-39499" type="cve" title="CVE-2024-39499" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39500.html" id="CVE-2024-39500" type="cve" title="CVE-2024-39500" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39501.html" id="CVE-2024-39501" type="cve" title="CVE-2024-39501" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39502.html" id="CVE-2024-39502" type="cve" title="CVE-2024-39502" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39505.html" id="CVE-2024-39505" type="cve" title="CVE-2024-39505" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39506.html" id="CVE-2024-39506" type="cve" title="CVE-2024-39506" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39507.html" id="CVE-2024-39507" type="cve" title="CVE-2024-39507" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-39509.html" id="CVE-2024-39509" type="cve" title="CVE-2024-39509" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40901.html" id="CVE-2024-40901" type="cve" title="CVE-2024-40901" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40902.html" id="CVE-2024-40902" type="cve" title="CVE-2024-40902" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40904.html" id="CVE-2024-40904" type="cve" title="CVE-2024-40904" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40905.html" id="CVE-2024-40905" type="cve" title="CVE-2024-40905" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40908.html" id="CVE-2024-40908" type="cve" title="CVE-2024-40908" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40911.html" id="CVE-2024-40911" type="cve" title="CVE-2024-40911" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40912.html" id="CVE-2024-40912" type="cve" title="CVE-2024-40912" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40914.html" id="CVE-2024-40914" type="cve" title="CVE-2024-40914" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40927.html" id="CVE-2024-40927" type="cve" title="CVE-2024-40927" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40929.html" id="CVE-2024-40929" type="cve" title="CVE-2024-40929" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40931.html" id="CVE-2024-40931" type="cve" title="CVE-2024-40931" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40932.html" id="CVE-2024-40932" type="cve" title="CVE-2024-40932" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40934.html" id="CVE-2024-40934" type="cve" title="CVE-2024-40934" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40937.html" id="CVE-2024-40937" type="cve" title="CVE-2024-40937" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40941.html" id="CVE-2024-40941" type="cve" title="CVE-2024-40941" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40942.html" id="CVE-2024-40942" type="cve" title="CVE-2024-40942" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40943.html" id="CVE-2024-40943" type="cve" title="CVE-2024-40943" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40945.html" id="CVE-2024-40945" type="cve" title="CVE-2024-40945" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40947.html" id="CVE-2024-40947" type="cve" title="CVE-2024-40947" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40956.html" id="CVE-2024-40956" type="cve" title="CVE-2024-40956" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40957.html" id="CVE-2024-40957" type="cve" title="CVE-2024-40957" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40958.html" id="CVE-2024-40958" type="cve" title="CVE-2024-40958" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40959.html" id="CVE-2024-40959" type="cve" title="CVE-2024-40959" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40960.html" id="CVE-2024-40960" type="cve" title="CVE-2024-40960" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40961.html" id="CVE-2024-40961" type="cve" title="CVE-2024-40961" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40963.html" id="CVE-2024-40963" type="cve" title="CVE-2024-40963" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40967.html" id="CVE-2024-40967" type="cve" title="CVE-2024-40967" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40968.html" id="CVE-2024-40968" type="cve" title="CVE-2024-40968" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40970.html" id="CVE-2024-40970" type="cve" title="CVE-2024-40970" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40971.html" id="CVE-2024-40971" type="cve" title="CVE-2024-40971" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40974.html" id="CVE-2024-40974" type="cve" title="CVE-2024-40974" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40976.html" id="CVE-2024-40976" type="cve" title="CVE-2024-40976" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40978.html" id="CVE-2024-40978" type="cve" title="CVE-2024-40978" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40980.html" id="CVE-2024-40980" type="cve" title="CVE-2024-40980" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40981.html" id="CVE-2024-40981" type="cve" title="CVE-2024-40981" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40983.html" id="CVE-2024-40983" type="cve" title="CVE-2024-40983" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40987.html" id="CVE-2024-40987" type="cve" title="CVE-2024-40987" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40988.html" id="CVE-2024-40988" type="cve" title="CVE-2024-40988" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40990.html" id="CVE-2024-40990" type="cve" title="CVE-2024-40990" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40993.html" id="CVE-2024-40993" type="cve" title="CVE-2024-40993" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40994.html" id="CVE-2024-40994" type="cve" title="CVE-2024-40994" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-40995.html" id="CVE-2024-40995" type="cve" title="CVE-2024-40995" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41000.html" id="CVE-2024-41000" type="cve" title="CVE-2024-41000" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41002.html" id="CVE-2024-41002" type="cve" title="CVE-2024-41002" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41005.html" id="CVE-2024-41005" type="cve" title="CVE-2024-41005" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41006.html" id="CVE-2024-41006" type="cve" title="CVE-2024-41006" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41007.html" id="CVE-2024-41007" type="cve" title="CVE-2024-41007" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41027.html" id="CVE-2024-41027" type="cve" title="CVE-2024-41027" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41034.html" id="CVE-2024-41034" type="cve" title="CVE-2024-41034" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41035.html" id="CVE-2024-41035" type="cve" title="CVE-2024-41035" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41040.html" id="CVE-2024-41040" type="cve" title="CVE-2024-41040" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41041.html" id="CVE-2024-41041" type="cve" title="CVE-2024-41041" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41044.html" id="CVE-2024-41044" type="cve" title="CVE-2024-41044" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41046.html" id="CVE-2024-41046" type="cve" title="CVE-2024-41046" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41047.html" id="CVE-2024-41047" type="cve" title="CVE-2024-41047" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41048.html" id="CVE-2024-41048" type="cve" title="CVE-2024-41048" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41049.html" id="CVE-2024-41049" type="cve" title="CVE-2024-41049" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41087.html" id="CVE-2024-41087" type="cve" title="CVE-2024-41087" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41089.html" id="CVE-2024-41089" type="cve" title="CVE-2024-41089" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41092.html" id="CVE-2024-41092" type="cve" title="CVE-2024-41092" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41093.html" id="CVE-2024-41093" type="cve" title="CVE-2024-41093" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41095.html" id="CVE-2024-41095" type="cve" title="CVE-2024-41095" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-41097.html" id="CVE-2024-41097" type="cve" title="CVE-2024-41097" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42068.html" id="CVE-2024-42068" type="cve" title="CVE-2024-42068" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42069.html" id="CVE-2024-42069" type="cve" title="CVE-2024-42069" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42070.html" id="CVE-2024-42070" type="cve" title="CVE-2024-42070" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42076.html" id="CVE-2024-42076" type="cve" title="CVE-2024-42076" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42077.html" id="CVE-2024-42077" type="cve" title="CVE-2024-42077" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42080.html" id="CVE-2024-42080" type="cve" title="CVE-2024-42080" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42082.html" id="CVE-2024-42082" type="cve" title="CVE-2024-42082" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42084.html" id="CVE-2024-42084" type="cve" title="CVE-2024-42084" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42085.html" id="CVE-2024-42085" type="cve" title="CVE-2024-42085" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42086.html" id="CVE-2024-42086" type="cve" title="CVE-2024-42086" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42087.html" id="CVE-2024-42087" type="cve" title="CVE-2024-42087" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42089.html" id="CVE-2024-42089" type="cve" title="CVE-2024-42089" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42090.html" id="CVE-2024-42090" type="cve" title="CVE-2024-42090" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42092.html" id="CVE-2024-42092" type="cve" title="CVE-2024-42092" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42093.html" id="CVE-2024-42093" type="cve" title="CVE-2024-42093" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42094.html" id="CVE-2024-42094" type="cve" title="CVE-2024-42094" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42095.html" id="CVE-2024-42095" type="cve" title="CVE-2024-42095" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42096.html" id="CVE-2024-42096" type="cve" title="CVE-2024-42096" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42097.html" id="CVE-2024-42097" type="cve" title="CVE-2024-42097" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42098.html" id="CVE-2024-42098" type="cve" title="CVE-2024-42098" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42101.html" id="CVE-2024-42101" type="cve" title="CVE-2024-42101" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42103.html" id="CVE-2024-42103" type="cve" title="CVE-2024-42103" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42104.html" id="CVE-2024-42104" type="cve" title="CVE-2024-42104" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42105.html" id="CVE-2024-42105" type="cve" title="CVE-2024-42105" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42106.html" id="CVE-2024-42106" type="cve" title="CVE-2024-42106" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42109.html" id="CVE-2024-42109" type="cve" title="CVE-2024-42109" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42115.html" id="CVE-2024-42115" type="cve" title="CVE-2024-42115" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42116.html" id="CVE-2024-42116" type="cve" title="CVE-2024-42116" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42119.html" id="CVE-2024-42119" type="cve" title="CVE-2024-42119" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42120.html" id="CVE-2024-42120" type="cve" title="CVE-2024-42120" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42121.html" id="CVE-2024-42121" type="cve" title="CVE-2024-42121" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42124.html" id="CVE-2024-42124" type="cve" title="CVE-2024-42124" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42127.html" id="CVE-2024-42127" type="cve" title="CVE-2024-42127" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42130.html" id="CVE-2024-42130" type="cve" title="CVE-2024-42130" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42131.html" id="CVE-2024-42131" type="cve" title="CVE-2024-42131" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42137.html" id="CVE-2024-42137" type="cve" title="CVE-2024-42137" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42140.html" id="CVE-2024-42140" type="cve" title="CVE-2024-42140" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42143.html" id="CVE-2024-42143" type="cve" title="CVE-2024-42143" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42145.html" id="CVE-2024-42145" type="cve" title="CVE-2024-42145" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42148.html" id="CVE-2024-42148" type="cve" title="CVE-2024-42148" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42152.html" id="CVE-2024-42152" type="cve" title="CVE-2024-42152" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42153.html" id="CVE-2024-42153" type="cve" title="CVE-2024-42153" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42154.html" id="CVE-2024-42154" type="cve" title="CVE-2024-42154" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42157.html" id="CVE-2024-42157" type="cve" title="CVE-2024-42157" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42161.html" id="CVE-2024-42161" type="cve" title="CVE-2024-42161" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42223.html" id="CVE-2024-42223" type="cve" title="CVE-2024-42223" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42224.html" id="CVE-2024-42224" type="cve" title="CVE-2024-42224" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42225.html" id="CVE-2024-42225" type="cve" title="CVE-2024-42225" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42229.html" id="CVE-2024-42229" type="cve" title="CVE-2024-42229" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42232.html" id="CVE-2024-42232" type="cve" title="CVE-2024-42232" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42236.html" id="CVE-2024-42236" type="cve" title="CVE-2024-42236" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42244.html" id="CVE-2024-42244" type="cve" title="CVE-2024-42244" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-42247.html" id="CVE-2024-42247" type="cve" title="CVE-2024-42247" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5fcf42a6e35cc1ae7450ebea516058246a5617917b455e793936905abda1206e</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3e76b8ed4faf6c7b86f6448e3647fe43641f7f5feb7fbf573ba370a869d656e3</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-210.163.7.el8uek.noarch.rpm</filename>
          <sum type="sha256">958cbb9599156bae8c0074d322b7725834a1bea8bc29c3e5db1e5e0d9218030b</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ce910114e0c1b45294c2cb891f6b2680070c49fc5c434293cf0da0709c0d8b77</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cf402ac3c44a500927f8a1a2224163b802db2e6170782e39c3d86210fdee08ce</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-210.163.7.el8uek.src.rpm</filename>
          <sum type="sha256">d690cff139083dcc352e2a2d73b646d41c4471cf08af04833ca9471917a6e6aa</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f6c89ff4ddb097bd4318c74563c799a2c545061d0a7ceaf53d2a009c9f0d271f</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">be2bae6e8630240bae7776c42830502aa2144496cc7b3f31f3ac214f5c7dd1a5</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7f67380be7490ab44bb003ff82fb8d6027a6492d0bf2aa097612e90e9dc1a290</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f8c8e22adce271f9d05043fd7395f42f3b55e2345c2032a4df452e87cc9546d9</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">26b0dbcf5cb230d6d39796af4c7688a0488fe441d1f4649f0d46f995f9824ec6</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c4fa033ac4167edebbe5bc3020b4863607378c8c6ffef71303583c4032efeb4d</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">81e502e38bb363377c81148cba3a4dd26e49f2b3163cd47ff7114658dea81051</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1215f0b76da83e1da265ad732545884f3feb8cbcda97d5110e7137cc75f84058</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="210.163.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-210.163.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2569be6b8f5725768533a1807ee2db59113795f1cee5ca411c3f49f8333a9ef1</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12433</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-06-12 00:00:00"/>
    <updated date="2024-06-12 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-207.156.6]
- uek-container: Add advanced routing options (Boris Ostrovsky)  [Orabug: 36691279] 
- slub: use count_partial_free_approx() in slab_out_of_memory() (Jianfeng Wang)  [Orabug: 36655468] 
- slub: introduce count_partial_free_approx() (Jianfeng Wang)  [Orabug: 36655468] 
- Revert 'lockd: introduce safe async lock op' (Chuck Lever)  
- Revert 'tracing/trigger: Fix to return error if failed to alloc snapshot' (Siddh Raman Pant)  
- x86/bugs: Fix BHI retpoline check (Josh Poimboeuf)  
- keys: Fix overwrite of key expiration on instantiation (Silvio Gissi)  
- af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). (Kuniyuki Iwashima)  
- Revert 'usb: cdc-wdm: close race between read and workqueue' (Greg Kroah-Hartman)  
- Revert 'crypto: api - Disallow identical driver names' (Greg Kroah-Hartman)  
- netfilter: br_netfilter: skip conntrack input hook for promisc packets (Pablo Neira Ayuso)  
- Revert 'Revert 'ACPI: CPPC: Use access_width over bit_width for system memory accesses'' (Easwar Hariharan)  
- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (Dominique Martinet)  
- usb: dwc2: host: Fix dereference issue in DDMA completion flow. (Minas Harutyunyan)  
- Reapply 'drm/qxl: simplify qxl_fence_wait' (Linus Torvalds)  
- bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS (Matthew Wilcox (Oracle))

[5.15.0-207.156.5]
- cpu: Re-enable CPU mitigations by default for !X86 architectures (Sean Christopherson)  [Orabug: 36682142]

[5.15.0-207.156.4]
- net/rds: mod reconnect delay on sendmsg() (Sharath Srinivasan)  [Orabug: 36531127] 
- net/rds: Extend exponential backoff for rds reconnects (Sharath Srinivasan)  [Orabug: 36531127] 
- genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (Dongli Zhang)  [Orabug: 36674308] 
- uek-rpm: re-enable HP_WMI and HP_ACCEL (Stephen Brennan)  [Orabug: 36632743] 
- mmc: core: Avoid negative index with array access (Mikko Rapeli)  [Orabug: 36554507] 
- Revert 'Revert 'mmc: core: Use mrq.sbc in close-ended ffu'' (Thomas Tai)  [Orabug: 36554507] 
- uek-rpm: Enable FUNCTION_GRAPH_RETVAL in UEK7 (Jianfeng Wang)  [Orabug: 36460674] 
- fgraph: Add declaration of 'struct fgraph_ret_regs' (Steven Rostedt (Google))  [Orabug: 36460674] 
- x86/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL (Donglin Peng)  [Orabug: 36460674] 
- arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL (Donglin Peng)  [Orabug: 36460674] 
- tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex (Donglin Peng)  [Orabug: 36460674] 
- function_graph: Support recording and printing the return value of function (Donglin Peng)  [Orabug: 36460674] 
- net/rds: Get RDS statistics for each possible CPU (Anand Khoje)  [Orabug: 35830448]

[5.15.0-207.156.3]
- scripts/gdb: Fix gdb 'lx-symbols' command (Khalid Masum)  [Orabug: 36651773] 
- module: Fix prefix for module.sig_enforce module param (Saravana Kannan)  [Orabug: 36651773]

[5.15.0-207.156.2]
- LTS version: v5.15.156 (Vijayendra Suman)  
- drm/i915/cdclk: Fix CDCLK programming order when pipes are active (Ville Syrjala)  
- irqflags: Explicitly ignore lockdep_hrtimer_exit() argument (Arnd Bergmann)  
- x86/apic: Force native_apic_mem_read() to use the MOV instruction (Adam Dunlap)  
- selftests: timers: Fix abs() warning in posix_timers test (John Stultz)  
- x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n (Sean Christopherson)  
- perf/x86: Fix out of range data (Namhyung Kim)  
- vhost: Add smp_rmb() in vhost_vq_avail_empty() (Gavin Shan)  
- drm/client: Fully protect modes[] with dev-&gt;mode_config.mutex (Ville Syrjala)  
- btrfs: qgroup: correctly model root qgroup rsv in convert (Boris Burkov)  
- iommu/vt-d: Allocate local memory for page request queue (Jacob Pan)  
- tracing: hide unused ftrace_event_id_fops (Arnd Bergmann)  
- net: ena: Fix incorrect descriptor free behavior (David Arinzon)  
- net: ena: Wrong missing IO completions check order (David Arinzon)  
- net: ena: Fix potential sign extension issue (David Arinzon)  
- af_unix: Fix garbage collector racing against connect() (Michal Luczaj)  
- af_unix: Do not use atomic ops for unix_sk(sk)-&gt;inflight. (Kuniyuki Iwashima)  
- net: dsa: mt7530: trap link-local frames regardless of ST Port State (Arinc UNAL)  
- net: sparx5: fix wrong config being used when reconfiguring PCS (Daniel Machon)  
- net/mlx5: Properly link new fs rules into the tree (Cosmin Ratiu)  
- netfilter: complete validation of user input (Eric Dumazet)  
- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr (Jiri Benc)  
- ipv4/route: avoid unused-but-set-variable warning (Arnd Bergmann)  
- ipv6: fib: hide unused 'pn' variable (Arnd Bergmann)  
- octeontx2-af: Fix NIX SQ mode and BP config (Geetha sowjanya)  
- af_unix: Clear stale u-&gt;oob_skb. (Kuniyuki Iwashima)  
- geneve: fix header validation in geneve[6]_xmit_skb (Eric Dumazet)  
- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (Eric Dumazet)  
- u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates. (Sebastian Andrzej Siewior)  
- net: openvswitch: fix unwanted error log on timeout policy probing (Ilya Maximets)  
- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (Dan Carpenter)  
- nouveau: fix function cast warning (Arnd Bergmann)  
- Revert 'drm/qxl: simplify qxl_fence_wait' (Alex Constantino)  
- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (Frank Li)  
- media: cec: core: remove length check of Timer Status (Nini Song)  
- Bluetooth: Fix memory leak in hci_req_sync_complete() (Dmitry Antipov)  
- ring-buffer: Only update pages_touched when a new page is touched (Steven Rostedt (Google))  
- batman-adv: Avoid infinite loop trying to resize local TT (Sven Eckelmann)  
- LTS version: v5.15.155 (Vijayendra Suman)  
- Revert 'ACPI: CPPC: Use access_width over bit_width for system memory accesses' (Greg Kroah-Hartman)  
- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (Vasiliy Kovalev)  
- Bluetooth: btintel: Fixe build regression (Luiz Augusto von Dentz)  
- platform/x86: intel-vbtn: Update tablet mode switch at end of probe (Gwendal Grignou)  
- randomize_kstack: Improve entropy diffusion (Kees Cook)  
- x86/mm/pat: fix VM_PAT handling in COW mappings (David Hildenbrand)  
- virtio: reenable config if freezing device failed (David Hildenbrand)  
- gcc-plugins/stackleak: Avoid .head.text section (Ard Biesheuvel)  
- gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text (Kees Cook)  
- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc (Thadeu Lima de Souza Cascardo)  
- netfilter: nf_tables: discard table flag update with pending basechain deletion (Pablo Neira Ayuso)  
- netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path (Pablo Neira Ayuso)  
- netfilter: nf_tables: release batch on table validation from abort path (Pablo Neira Ayuso)  
- fbmon: prevent division by zero in fb_videomode_from_videomode() (Roman Smirnov)  
- drivers/nvme: Add quirks for device 126f:2262 (Jiawei Fu (iBug))  
- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (Aleksandr Burakov)  
- ASoC: soc-core.c: Skip dummy codec when adding platforms (Chancel Liu)  
- usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (Colin Ian King)  
- usb: typec: tcpci: add generic tcpci fallback compatible (Marco Felsch)  
- tools: iio: replace seekdir() in iio_generic_buffer (Petre Rodan)  
- ring-buffer: use READ_ONCE() to read cpu_buffer-&gt;commit_page in concurrent environment (linke li)  
- ktest: force  = 1 for 'make_warnings_file' test type (Ricardo B. Marliere)  
- platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (Alban Boye)  
- Input: allocate keycode for Display refresh rate toggle (Gergo Koteles)  
- block: prevent division by zero in blk_rq_stat_sum() (Roman Smirnov)  
- libperf evlist: Avoid out-of-bounds access (Ian Rogers)  
- Revert 'ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default' (Daniel Drake)  
- SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int (Dai Ngo)  
- drm/amd/display: Fix nanosec stat overflow (Aric Cyr)  
- ext4: forbid commit inconsistent quota data when errors=remount-ro (Ye Bin)  
- ext4: add a hint for block bitmap corrupt state in mb_groups (Zhang Yi)  
- ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (Takashi Sakamoto)  
- media: sta2x11: fix irq handler cast (Arnd Bergmann)  
- isofs: handle CDs with bad root inode but good Joliet root directory (Alex Henrie)  
- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() (Justin Tee)  
- sysv: don't call sb_bread() with pointers_lock held (Tetsuo Handa)  
- pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (Geert Uytterhoeven)  
- Input: synaptics-rmi4 - fail probing if memory allocation for 'phys' fails (Kunwu Chan)  
- Bluetooth: btintel: Fix null ptr deref in btintel_read_version (Edward Adam Davis)  
- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (Eric Dumazet)  
- btrfs: send: handle path ref underflow in header iterate_inode_ref() (David Sterba)  
- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (David Sterba)  
- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (David Sterba)  
- wifi: ath11k: decrease MHI channel buffer length to 8KB (Baochen Qiang)  
- net: pcs: xpcs: Return EINVAL in the internal methods (Serge Semin)  
- tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num() (Samasth Norway Ananda)  
- pstore/zone: Add a null pointer check to the psz_kmsg_read (Kunwu Chan)  
- ionic: set adminq irq affinity (Shannon Nelson)  
- arm64: dts: rockchip: fix rk3399 hdmi ports node (Johan Jonker)  
- arm64: dts: rockchip: fix rk3328 hdmi ports node (Johan Jonker)  
- cpuidle: Avoid potential overflow in integer multiplication (C Cheng)  
- panic: Flush kernel log buffer at the end (John Ogness)  
- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() (Harshit Mogalapalli)  
- wifi: ath9k: fix LNA selection in ath_ant_try_scan() (Dmitry Antipov)  
- net: dsa: fix panic when DSA master device unbinds on shutdown (Vladimir Oltean)  
- amdkfd: use calloc instead of kzalloc to avoid integer overflow (Dave Airlie)  
- LTS version: v5.15.154 (Vijayendra Suman)  
- gro: fix ownership transfer (Antoine Tenart)  
- mm/secretmem: fix GUP-fast succeeding on secretmem folios (David Hildenbrand)  
- mptcp: don't account accept() of non-MPC client as fallback to TCP (Davide Caratti)  
- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (Borislav Petkov (AMD))  
- x86/bugs: Fix the SRSO mitigation on Zen3/4 (Borislav Petkov (AMD))  
- riscv: process: Fix kernel gp leakage (Stefan O'Rear)  
- riscv: Fix spurious errors from __get/put_kernel_nofault (Samuel Holland)  
- s390/entry: align system call table on 8 bytes (Sumanth Korikkar)  
- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (Borislav Petkov (AMD))  
- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (Herve Codina)  
- driver core: Introduce device_link_wait_removal() (Herve Codina)  
- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (I Gede Agastya Darma Laksana)  
- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (Jann Horn)  
- openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached (Jann Horn)  
- HID: uhid: Use READ_ONCE()/WRITE_ONCE() for -&gt;running (Jann Horn)  
- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (Jeff Layton)  
- ata: sata_mv: Fix PCI device ID table declaration compilation warning (Arnd Bergmann)  
- scsi: mylex: Fix sysfs buffer lengths (Arnd Bergmann)  
- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (Arnd Bergmann)  
- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (Stephen Lee)  
- ASoC: rt711-sdw: fix locking sequence (Pierre-Louis Bossart)  
- ASoC: rt711-sdca: fix locking sequence (Pierre-Louis Bossart)  
- ASoC: rt5682-sdw: fix locking sequence (Pierre-Louis Bossart)  
- net: ravb: Always process TX descriptor ring (Paul Barker)  
- net: fec: Set mac_managed_pm during probe (Wei Fang)  
- drivers: net: convert to boolean for the mac_managed_pm flag (Denis Kirjanov)  
- net: usb: asix: suspend embedded PHY if external is used (Oleksij Rempel)  
- i40e: Enforce software interrupt during busy-poll exit (Ivan Vecera)  
- i40e: Remove _t suffix from enum type names (Ivan Vecera)  
- i40e: Store the irq number in i40e_q_vector (Joe Damato)  
- Revert 'usb: phy: generic: Get the vbus supply' (Alexander Stein)  
- scsi: qla2xxx: Update manufacturer detail (Bikash Hazarika)  
- i40e: fix vf may be used uninitialized in this function warning (Aleksandr Loktionov)  
- i40e: fix i40e_count_filters() to count only active/new filters (Aleksandr Loktionov)  
- octeontx2-pf: check negative error code in otx2_open() (Su Hui)  
- octeontx2-af: Fix issue with loading coalesced KPU profiles (Hariprasad Kelam)  
- udp: prevent local UDP tunnel packets from being GROed (Antoine Tenart)  
- udp: do not transition UDP GRO fraglist partial checksums to unnecessary (Antoine Tenart)  
- udp: do not accept non-tunnel GSO skbs landing in a tunnel (Antoine Tenart)  
- ipv6: Fix infinite recursion in fib6_dump_done(). (Kuniyuki Iwashima)  
- selftests: reuseaddr_conflict: add missing new line at the end of the output (Jakub Kicinski)  
- erspan: make sure erspan_base_hdr is present in skb-&gt;head (Eric Dumazet)  
- selftests: net: gro fwd: update vxlan GRO test expectations (Antoine Tenart)  
- net: stmmac: fix rx queue priority assignment (Piotr Wejman)  
- net/sched: act_skbmod: prevent kernel-infoleak (Eric Dumazet)  
- bpf, sockmap: Prevent lock inversion deadlock in map delete elem (Jakub Sitnicki)  
- vboxsf: Avoid an spurious warning if load_nls_xxx() fails (Christophe JAILLET)  
- netfilter: validate user input for expected length (Eric Dumazet)  
- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (Ziyang Xuan)  
- netfilter: nf_tables: flush pending destroy work before exit_net release (Pablo Neira Ayuso)  
- netfilter: nf_tables: reject new basechain after table flag update (Pablo Neira Ayuso)  
- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (Sean Christopherson)  
- KVM: x86: Bail to userspace if emulation of atomic user access faults (Sean Christopherson)  
- thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (Ye Zhang)  
- mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations (Vlastimil Babka)  
- locking/rwsem: Disable preemption while trying for rwsem lock (Gokul krishna Krishnakumar)  
- xen-netfront: Add missing skb_mark_for_recycle (Jesper Dangaard Brouer)  
- Bluetooth: Fix TOCTOU in HCI debugfs implementation (Bastien Nocera)  
- Bluetooth: hci_event: set the conn encrypted before conn establishes (Hui Wang)  
- arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken (Johan Hovold)  
- x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word (Sean Christopherson)  
- r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (Heiner Kallweit)  
- dm integrity: fix out-of-range warning (Arnd Bergmann)  
- Octeontx2-af: fix pause frame configuration in GMP mode (Hariprasad Kelam)  
- ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (Nikita Kiryushin)  
- tcp: properly terminate timers for kernel sockets (Eric Dumazet)  
- s390/qeth: handle deferred cc1 (Alexandra Winter)  
- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (Przemek Kitszel)  
- wifi: iwlwifi: mvm: rfi: fix potential response leaks (Johannes Berg)  
- iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpy (Bixuan Cui)  
- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (Ryosuke Yasuoka)  
- USB: UAS: return ENODEV when submit urbs fail with device not attached (Weitao Wang)  
- scsi: usb: Stop using the SCSI pointer (Bart Van Assche)  
- scsi: usb: Call scsi_done() directly (Bart Van Assche)  
- USB: core: Fix deadlock in usb_deauthorize_interface() (Alan Stern)  
- scsi: lpfc: Correct size for wqe for memset() (Muhammad Usama Anjum)  
- PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports (Mika Westerberg)  
- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled (Kim Phillips)  
- scsi: qla2xxx: Delay I/O Abort on PCI error (Quinn Tran)  
- scsi: qla2xxx: Change debug message during driver unload (Saurav Kashyap)  
- scsi: qla2xxx: Fix double free of fcport (Saurav Kashyap)  
- scsi: qla2xxx: Fix command flush on cable pull (Quinn Tran)  
- scsi: qla2xxx: NVME|FCP prefer flag not being honored (Quinn Tran)  
- scsi: qla2xxx: Split FCE|EFT trace control (Quinn Tran)  
- scsi: qla2xxx: Fix N2N stuck connection (Quinn Tran)  
- scsi: qla2xxx: Prevent command send on chip reset (Quinn Tran)  
- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (Christian A. Ehrhardt)  
- usb: typec: ucsi: Ack unsupported commands (Christian A. Ehrhardt)  
- usb: udc: remove warning when queue disabled ep (yuan linyu)  
- usb: dwc2: gadget: LPM flow fix (Minas Harutyunyan)  
- usb: dwc2: gadget: Fix exiting from clock gating (Minas Harutyunyan)  
- usb: dwc2: host: Fix ISOC flow in DDMA mode (Minas Harutyunyan)  
- usb: dwc2: host: Fix hibernation flow (Minas Harutyunyan)  
- usb: dwc2: host: Fix remote wakeup from hibernation (Minas Harutyunyan)  
- USB: core: Add hub_get() and hub_put() routines (Alan Stern)  
- staging: vc04_services: fix information leak in create_component() (Dan Carpenter)  
- staging: vc04_services: changen strncpy() to strscpy_pad() (Arnd Bergmann)  
- scsi: core: Fix unremoved procfs host directory regression (Guilherme G. Piccoli)  
- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (Duoming Zhou)  
- drm/amd/display: Preserve original aspect ratio in create stream (Tom Chung)  
- drm/amdgpu: Use drm_mode_copy() (Ville Syrjala)  
- usb: cdc-wdm: close race between read and workqueue (Oliver Neukum)  
- drm/i915/gt: Reset queue_priority_hint on parking (Chris Wilson)  
- net: ll_temac: platform_get_resource replaced by wrong function (Claus Hansen Ries)  
- hexagon: vmlinux.lds.S: handle attributes section (Nathan Chancellor)  
- exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack() (Max Filippov)  
- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (Felix Fietkau)  
- btrfs: zoned: use zone aware sb location for scrub (Johannes Thumshirn)  
- init: open /initrd.image with O_LARGEFILE (John Sperbeck)  
- mm/migrate: set swap entry values of THP tail pages properly. (Zi Yan)  
- serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO (Hugo Villeneuve)  
- vfio/fsl-mc: Block calling interrupt handler without trigger (Alex Williamson)  
- vfio/platform: Create persistent IRQ handlers (Alex Williamson)  
- vfio/pci: Create persistent INTx handler (Alex Williamson)  
- vfio: Introduce interface to flush virqfd inject workqueue (Alex Williamson)  
- vfio/pci: Lock external INTx masking ops (Alex Williamson)  
- vfio/pci: Disable auto-enable of exclusive INTx IRQ (Alex Williamson)  
- selftests: mptcp: diag: return KSFT_FAIL not test_cnt (Geliang Tang)  
- powerpc: xor_vmx: Add '-mhard-float' to CFLAGS (Nathan Chancellor)  
- efivarfs: Request at most 512 bytes for variable names (Tim Schumacher)  
- perf/core: Fix reentry problem in perf_output_read_group() (Yang Jihong)  
- nfsd: Fix a regression in nfsd_setattr() (Trond Myklebust)  
- nfsd: don't call locks_release_private() twice concurrently (NeilBrown)  
- nfsd: don't take fi_lock in nfsd_break_deleg_cb() (NeilBrown)  
- nfsd: fix RELEASE_LOCKOWNER (NeilBrown)  
- nfsd: drop the nfsd_put helper (Jeff Layton)  
- nfsd: call nfsd_last_thread() before final nfsd_put() (NeilBrown)  
- lockd: introduce safe async lock op (Alexander Aring)  
- NFSD: fix possible oops when nfsd/pool_stats is closed. (NeilBrown)  
- Documentation: Add missing documentation for EXPORT_OP flags (Chuck Lever)  
- nfsd: separate nfsd_last_thread() from nfsd_put() (NeilBrown)  
- nfsd: Simplify code around svc_exit_thread() call in nfsd() (NeilBrown)  
- nfsd: Fix creation time serialization order (Tavian Barnes)  
- NFSD: Add an nfsd4_encode_nfstime4() helper (Chuck Lever)  
- lockd: drop inappropriate svc_get() from locked_get() (NeilBrown)  
- nfsd: fix double fget() bug in __write_ports_addfd() (Dan Carpenter)  
- nfsd: make a copy of struct iattr before calling notify_change (Jeff Layton)  
- NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop (Dai Ngo)  
- nfsd: simplify the delayed disposal list code (Jeff Layton)  
- NFSD: Convert filecache to rhltable (Chuck Lever)  
- nfsd: allow reaping files still under writeback (Jeff Layton)  
- nfsd: update comment over __nfsd_file_cache_purge (Jeff Layton)  
- nfsd: don't take/put an extra reference when putting a file (Jeff Layton)  
- nfsd: add some comments to nfsd_file_do_acquire (Jeff Layton)  
- nfsd: don't kill nfsd_files because of lease break error (Jeff Layton)  
- nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator (Jeff Layton)  
- nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries (Jeff Layton)  
- nfsd: don't open-code clear_and_wake_up_bit (Jeff Layton)  
- nfsd: call op_release, even when op_func returns an error (Jeff Layton)  
- nfsd: don't replace page in rq_pages if it's a continuation of last page (Jeff Layton)  
- NFSD: Protect against filesystem freezing (Chuck Lever)  
- NFSD: copy the whole verifier in nfsd_copy_write_verifier (Chuck Lever)  
- nfsd: don't fsync nfsd_files on last close (Jeff Layton)  
- nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open (Jeff Layton)  
- NFSD: fix problems with cleanup on errors in nfsd4_copy (Dai Ngo)  
- nfsd: don't hand out delegation on setuid files being opened for write (Jeff Layton)  
- NFSD: fix leaked reference count of nfsd4_ssc_umount_item (Dai Ngo)  
- nfsd: clean up potential nfsd_file refcount leaks in COPY codepath (Jeff Layton)  
- nfsd: allow nfsd_file_get to sanely handle a NULL pointer (Jeff Layton)  
- NFSD: enhance inter-server copy cleanup (Dai Ngo)  
- nfsd: don't destroy global nfs4_file table in per-net shutdown (Jeff Layton)  
- nfsd: don't free files unconditionally in __nfsd_file_cache_purge (Jeff Layton)  
- NFSD: replace delayed_work with work_struct for nfsd_client_shrinker (Dai Ngo)  
- NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time (Dai Ngo)  
- NFSD: Use set_bit(RQ_DROPME) (Chuck Lever)  
- Revert 'SUNRPC: Use RMW bitops in single-threaded hot paths' (Chuck Lever)  
- nfsd: fix handling of cached open files in nfsd4_open codepath (Jeff Layton)  
- nfsd: rework refcounting in filecache (Jeff Layton)  
- NFSD: Avoid clashing function prototypes (Kees Cook)  
- NFSD: Use only RQ_DROPME to signal the need to drop a reply (Chuck Lever)  
- NFSD: add CB_RECALL_ANY tracepoints (Dai Ngo)  
- NFSD: add delegation reaper to react to low memory condition (Dai Ngo)  
- NFSD: add support for sending CB_RECALL_ANY (Dai Ngo)  
- NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker (Dai Ngo)  
- trace: Relocate event helper files (Chuck Lever)  
- lockd: fix file selection in nlmsvc_cancel_blocked (Jeff Layton)  
- lockd: ensure we use the correct file descriptor when unlocking (Jeff Layton)  
- lockd: set missing fl_flags field when retrieving args (Jeff Layton)  
- NFSD: Use struct_size() helper in alloc_session() (Xiu Jianfeng)  
- nfsd: return error if nfs4_setacl fails (Jeff Layton)  
- NFSD: Add an nfsd_file_fsync tracepoint (Chuck Lever)  
- nfsd: fix up the filecache laundrette scheduling (Jeff Layton)  
- filelock: add a new locks_inode_context accessor function (Jeff Layton)  
- nfsd: reorganize filecache.c (Jeff Layton)  
- nfsd: remove the pages_flushed statistic from filecache (Jeff Layton)  
- NFSD: Fix licensing header in filecache.c (Chuck Lever)  
- NFSD: Use rhashtable for managing nfs4_file objects (Chuck Lever)  
- NFSD: Refactor find_file() (Chuck Lever)  
- NFSD: Clean up find_or_add_file() (Chuck Lever)  
- NFSD: Add a nfsd4_file_hash_remove() helper (Chuck Lever)  
- NFSD: Clean up nfsd4_init_file() (Chuck Lever)  
- NFSD: Update file_hashtbl() helpers (Chuck Lever)  
- NFSD: Use const pointers as parameters to fh_ helpers (Chuck Lever)  
- NFSD: Trace delegation revocations (Chuck Lever)  
- NFSD: Trace stateids returned via DELEGRETURN (Chuck Lever)  
- NFSD: Clean up nfs4_preprocess_stateid_op() call sites (Chuck Lever)  
- NFSD: Flesh out a documenting comment for filecache.c (Chuck Lever)  
- NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection (Chuck Lever)  
- NFSD: Revert 'NFSD: NFSv4 CLOSE should release an nfsd_file immediately' (Chuck Lever)  
- NFSD: Pass the target nfsd_file to nfsd_commit() (Chuck Lever)  
- exportfs: use pr_debug for unreachable debug statements (David Disseldorp)  
- nfsd: allow disabling NFSv2 at compile time (Jeff Layton)  
- nfsd: move nfserrno() to vfs.c (Jeff Layton)  
- nfsd: ignore requests to disable unsupported versions (Jeff Layton)  
- NFSD: Finish converting the NFSv3 GETACL result encoder (Chuck Lever)  
- NFSD: Remove redundant assignment to variable host_err (Colin Ian King)  
- NFSD: Simplify READ_PLUS (Anna Schumaker)  
- nfsd: use locks_inode_context helper (Jeff Layton)  
- lockd: use locks_inode_context helper (Jeff Layton)  
- NFSD: Fix reads with a non-zero offset that don't end on a page boundary (Chuck Lever)  
- NFSD: Fix trace_nfsd_fh_verify_err() crasher (Chuck Lever)  
- nfsd: put the export reference in nfsd4_verify_deleg_dentry (Jeff Layton)  
- nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint (Jeff Layton)  
- nfsd: fix net-namespace logic in __nfsd_file_cache_purge (Jeff Layton)  
- nfsd: ensure we always call fh_verify_error tracepoint (Jeff Layton)  
- NFSD: unregister shrinker when nfsd_init_net() fails (Tetsuo Handa)  
- nfsd: rework hashtable handling in nfsd_do_file_acquire (Jeff Layton)  
- nfsd: fix nfsd_file_unhash_and_dispose (Jeff Layton)  
- fanotify: Remove obsoleted fanotify_event_has_path() (Gaosheng Cui)  
- fsnotify: remove unused declaration (Gaosheng Cui)  
- fs/notify: constify path (Al Viro)  
- nfsd: extra checks when freeing delegation stateids (Jeff Layton)  
- nfsd: make nfsd4_run_cb a bool return function (Jeff Layton)  
- nfsd: fix comments about spinlock handling with delegations (Jeff Layton)  
- nfsd: only fill out return pointer on success in nfsd4_lookup_stateid (Jeff Layton)  
- NFSD: Cap rsize_bop result based on send buffer size (Chuck Lever)  
- NFSD: Rename the fields in copy_stateid_t (Chuck Lever)  
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops (ChenXiaoSong)  
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops (ChenXiaoSong)  
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops (ChenXiaoSong)  
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops (ChenXiaoSong)  
- nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops (ChenXiaoSong)  
- NFSD: Pack struct nfsd4_compoundres (Chuck Lever)  
- NFSD: Remove unused nfsd4_compoundargs::cachetype field (Chuck Lever)  
- NFSD: Remove 'inline' directives on op_rsize_bop helpers (Chuck Lever)  
- NFSD: Clean up nfs4svc_encode_compoundres() (Chuck Lever)  
- NFSD: Clean up WRITE arg decoders (Chuck Lever)  
- NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks (Chuck Lever)  
- NFSD: Refactor common code out of dirlist helpers (Chuck Lever)  
- NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing (Chuck Lever)  
- SUNRPC: Parametrize how much of argsize should be zeroed (Chuck Lever)  
- NFSD: add shrinker to reap courtesy clients on low memory condition (Dai Ngo)  
- NFSD: keep track of the number of courtesy clients in the system (Dai Ngo)  
- NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY (Chuck Lever)  
- NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY (Chuck Lever)  
- NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY (Chuck Lever)  
- NFSD: Refactor nfsd_setattr() (Chuck Lever)  
- NFSD: Add a mechanism to wait for a DELEGRETURN (Chuck Lever)  
- NFSD: Add tracepoints to report NFSv4 callback completions (Chuck Lever)  
- NFSD: Trace NFSv4 COMPOUND tags (Chuck Lever)  
- NFSD: Replace dprintk() call site in fh_verify() (Chuck Lever)  
- nfsd: remove nfsd4_prepare_cb_recall() declaration (Gaosheng Cui)  
- nfsd: clean up mounted_on_fileid handling (Jeff Layton)  
- NFSD: drop fname and flen args from nfsd_create_locked() (NeilBrown)  
- NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND (Chuck Lever)  
- nfsd: Propagate some error code returned by memdup_user() (Christophe JAILLET)  
- nfsd: Avoid some useless tests (Christophe JAILLET)  
- NFSD: remove redundant variable status (Jinpeng Cui)  
- NFSD enforce filehandle check for source file in COPY (Olga Kornievskaia)  
- lockd: move from strlcpy with unused retval to strscpy (Wolfram Sang)  
- NFSD: move from strlcpy with unused retval to strscpy (Wolfram Sang)  
- nfsd_splice_actor(): handle compound pages (Al Viro)  
- NFSD: fix regression with setting ACLs. (NeilBrown)  
- NFSD: discard fh_locked flag and fh_lock/fh_unlock (NeilBrown)  
- NFSD: use (un)lock_inode instead of fh_(un)lock for file operations (NeilBrown)  
- NFSD: use explicit lock/unlock for directory ops (NeilBrown)  
- NFSD: reduce locking in nfsd_lookup() (NeilBrown)  
- NFSD: only call fh_unlock() once in nfsd_link() (NeilBrown)  
- NFSD: always drop directory lock in nfsd_unlink() (NeilBrown)  
- NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning. (NeilBrown)  
- NFSD: add posix ACLs to struct nfsd_attrs (NeilBrown)  
- NFSD: add security label to struct nfsd_attrs (NeilBrown)  
- NFSD: set attributes when creating symlinks (NeilBrown)  
- NFSD: introduce struct nfsd_attrs (NeilBrown)  
- NFSD: verify the opened dentry after setting a delegation (Jeff Layton)  
- NFSD: drop fh argument from alloc_init_deleg (Jeff Layton)  
- NFSD: Move copy offload callback arguments into a separate structure (Chuck Lever)  
- NFSD: Add nfsd4_send_cb_offload() (Chuck Lever)  
- NFSD: Remove kmalloc from nfsd4_do_async_copy() (Chuck Lever)  
- NFSD: Refactor nfsd4_do_copy() (Chuck Lever)  
- NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2) (Chuck Lever)  
- NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2) (Chuck Lever)  
- NFSD: Replace boolean fields in struct nfsd4_copy (Chuck Lever)  
- NFSD: Make nfs4_put_copy() static (Chuck Lever)  
- NFSD: Reorder the fields in struct nfsd4_op (Chuck Lever)  
- NFSD: Shrink size of struct nfsd4_copy (Chuck Lever)  
- NFSD: Shrink size of struct nfsd4_copy_notify (Chuck Lever)  
- NFSD: nfserrno(-ENOMEM) is nfserr_jukebox (Chuck Lever)  
- NFSD: Fix strncpy() fortify warning (Chuck Lever)  
- NFSD: Clean up nfsd4_encode_readlink() (Chuck Lever)  
- NFSD: Use xdr_pad_size() (Chuck Lever)  
- NFSD: Simplify starting_len (Chuck Lever)  
- NFSD: Optimize nfsd4_encode_readv() (Chuck Lever)  
- NFSD: Add an nfsd4_read::rd_eof field (Chuck Lever)  
- NFSD: Clean up SPLICE_OK in nfsd4_encode_read() (Chuck Lever)  
- NFSD: Optimize nfsd4_encode_fattr() (Chuck Lever)  
- NFSD: Optimize nfsd4_encode_operation() (Chuck Lever)  
- nfsd: silence extraneous printk on nfsd.ko insertion (Jeff Layton)  
- NFSD: limit the number of v4 clients to 1024 per 1GB of system memory (Dai Ngo)  
- NFSD: keep track of the number of v4 clients in the system (Dai Ngo)  
- NFSD: refactoring v4 specific code to a helper in nfs4state.c (Dai Ngo)  
- NFSD: Ensure nf_inode is never dereferenced (Chuck Lever)  
- NFSD: NFSv4 CLOSE should release an nfsd_file immediately (Chuck Lever)  
- NFSD: Move nfsd_file_trace_alloc() tracepoint (Chuck Lever)  
- NFSD: Separate tracepoints for acquire and create (Chuck Lever)  
- NFSD: Clean up unused code after rhashtable conversion (Chuck Lever)  
- NFSD: Convert the filecache to use rhashtable (Chuck Lever)  
- NFSD: Set up an rhashtable for the filecache (Chuck Lever)  
- NFSD: Replace the 'init once' mechanism (Chuck Lever)  
- NFSD: Remove nfsd_file::nf_hashval (Chuck Lever)  
- NFSD: nfsd_file_hash_remove can compute hashval (Chuck Lever)  
- NFSD: Refactor __nfsd_file_close_inode() (Chuck Lever)  
- NFSD: nfsd_file_unhash can compute hashval from nf-&gt;nf_inode (Chuck Lever)  
- NFSD: Remove lockdep assertion from unhash_and_release_locked() (Chuck Lever)  
- NFSD: No longer record nf_hashval in the trace log (Chuck Lever)  
- NFSD: Never call nfsd_file_gc() in foreground paths (Chuck Lever)  
- NFSD: Fix the filecache LRU shrinker (Chuck Lever)  
- NFSD: Leave open files out of the filecache LRU (Chuck Lever)  
- NFSD: Trace filecache LRU activity (Chuck Lever)  
- NFSD: WARN when freeing an item still linked via nf_lru (Chuck Lever)  
- NFSD: Hook up the filecache stat file (Chuck Lever)  
- NFSD: Zero counters when the filecache is re-initialized (Chuck Lever)  
- NFSD: Record number of flush calls (Chuck Lever)  
- NFSD: Report the number of items evicted by the LRU walk (Chuck Lever)  
- NFSD: Refactor nfsd_file_lru_scan() (Chuck Lever)  
- NFSD: Refactor nfsd_file_gc() (Chuck Lever)  
- NFSD: Add nfsd_file_lru_dispose_list() helper (Chuck Lever)  
- NFSD: Report average age of filecache items (Chuck Lever)  
- NFSD: Report count of freed filecache items (Chuck Lever)  
- NFSD: Report count of calls to nfsd_file_acquire() (Chuck Lever)  
- NFSD: Report filecache LRU size (Chuck Lever)  
- NFSD: Demote a WARN to a pr_warn() (Chuck Lever)  
- nfsd: remove redundant assignment to variable len (Colin Ian King)  
- NFSD: Fix space and spelling mistake (Zhang Jiaming)  
- NFSD: Instrument fh_verify() (Chuck Lever)  
- NLM: Defend against file_lock changes after vfs_test_lock() (Benjamin Coddington)  
- fsnotify: Fix comment typo (Xin Gao)  
- fanotify: introduce FAN_MARK_IGNORE (Amir Goldstein)  
- fanotify: cleanups for fanotify_mark() input validations (Amir Goldstein)  
- fanotify: prepare for setting event flags in ignore mask (Amir Goldstein)  
- fs: inotify: Fix typo in inotify comment (Oliver Ford)  
- NFSD: Decode NFSv4 birth time attribute (Chuck Lever)  
- fanotify: refine the validation checks on non-dir inode mask (Amir Goldstein)  
- NFS: restore module put when manager exits. (NeilBrown)  
- NFSD: Fix potential use-after-free in nfsd_file_put() (Chuck Lever)  
- NFSD: nfsd_file_put() can sleep (Chuck Lever)  
- NFSD: Add documenting comment for nfsd4_release_lockowner() (Chuck Lever)  
- NFSD: Modernize nfsd4_release_lockowner() (Chuck Lever)  
- nfsd: Fix null-ptr-deref in nfsd_fill_super() (Zhang Xiaoxu)  
- nfsd: Unregister the cld notifier when laundry_wq create failed (Zhang Xiaoxu)  
- SUNRPC: Use RMW bitops in single-threaded hot paths (Chuck Lever)  
- NFSD: Trace filecache opens (Chuck Lever)  
- NFSD: Move documenting comment for nfsd4_process_open2() (Chuck Lever)  
- NFSD: Fix whitespace (Chuck Lever)  
- NFSD: Remove dprintk call sites from tail of nfsd4_open() (Chuck Lever)  
- NFSD: Instantiate a struct file when creating a regular NFSv4 file (Chuck Lever)  
- NFSD: Clean up nfsd_open_verified() (Chuck Lever)  
- NFSD: Remove do_nfsd_create() (Chuck Lever)  
- NFSD: Refactor NFSv4 OPEN(CREATE) (Chuck Lever)  
- NFSD: Refactor NFSv3 CREATE (Chuck Lever)  
- NFSD: Refactor nfsd_create_setattr() (Chuck Lever)  
- NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create() (Chuck Lever)  
- NFSD: Clean up nfsd3_proc_create() (Chuck Lever)  
- NFSD: Show state of courtesy client in client info (Dai Ngo)  
- NFSD: add support for lock conflict to courteous server (Dai Ngo)  
- fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict (Dai Ngo)  
- fs/lock: add helper locks_owner_has_blockers to check for blockers (Dai Ngo)  
- NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd (Dai Ngo)  
- NFSD: add support for share reservation conflict to courteous server (Dai Ngo)  
- NFSD: add courteous server support for thread with only delegation (Dai Ngo)  
- NFSD: Clean up nfsd_splice_actor() (Chuck Lever)  
- fanotify: fix incorrect fmode_t casts (Vasily Averin)  
- fsnotify: consistent behavior for parent not watching children (Amir Goldstein)  
- fsnotify: introduce mark type iterator (Amir Goldstein)  
- fanotify: enable 'evictable' inode marks (Amir Goldstein)  
- fanotify: use fsnotify group lock helpers (Amir Goldstein)  
- fanotify: implement 'evictable' inode marks (Amir Goldstein)  
- fanotify: factor out helper fanotify_mark_update_flags() (Amir Goldstein)  
- fanotify: create helper fanotify_mark_user_flags() (Amir Goldstein)  
- fsnotify: allow adding an inode mark without pinning inode (Amir Goldstein)  
- dnotify: use fsnotify group lock helpers (Amir Goldstein)  
- nfsd: use fsnotify group lock helpers (Amir Goldstein)  
- inotify: use fsnotify group lock helpers (Amir Goldstein)  
- fsnotify: create helpers for group mark_mutex lock (Amir Goldstein)  
- fsnotify: make allow_dups a property of the group (Amir Goldstein)  
- fsnotify: pass flags argument to fsnotify_alloc_group() (Amir Goldstein)  
- inotify: move control flags from mask to mark flags (Amir Goldstein)  
- fs/lock: documentation cleanup. Replace inode-&gt;i_lock with flc_lock. (Dai Ngo)  
- fanotify: do not allow setting dirent events in mask of non-dir (Amir Goldstein)  
- nfsd: Clean up nfsd_file_put() (Trond Myklebust)  
- nfsd: Fix a write performance regression (Trond Myklebust)  
- fsnotify: remove redundant parameter judgment (Bang Li)  
- fsnotify: optimize FS_MODIFY events with no ignored masks (Amir Goldstein)  
- fsnotify: fix merge with parent's ignored mask (Amir Goldstein)  
- nfsd: fix using the correct variable for sizeof() (Jakob Koschel)  
- NFSD: Clean up _lm_ operation names (Chuck Lever)  
- NFSD: Remove CONFIG_NFSD_V3 (Chuck Lever)  
- NFSD: Move svc_serv_ops::svo_function into struct svc_serv (Chuck Lever)  
- NFSD: Remove svc_serv_ops::svo_module (Chuck Lever)  
- SUNRPC: Remove svc_shutdown_net() (Chuck Lever)  
- SUNRPC: Rename svc_close_xprt() (Chuck Lever)  
- SUNRPC: Rename svc_create_xprt() (Chuck Lever)  
- SUNRPC: Remove svo_shutdown method (Chuck Lever)  
- SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt() (Chuck Lever)  
- SUNRPC: Remove the .svo_enqueue_xprt method (Chuck Lever)  
- NFSD: Remove NFSD_PROC_ARGS_* macros (Chuck Lever)  
- NFSD: Streamline the rare 'found' case (Chuck Lever)  
- NFSD: Skip extra computation for RC_NOCACHE case (Chuck Lever)  
- orDate: Thu Sep 30 19:19:57 2021 -0400 (Chuck Lever)  
- nfsd: Add support for the birth time attribute (Ondrej Valousek)  
- NFSD: Deprecate NFS_OFFSET_MAX (Chuck Lever)  
- fsnotify: invalidate dcache before IN_DELETE event (Amir Goldstein)  
- NFSD: Move fill_pre_wcc() and fill_post_wcc() (Chuck Lever)  
- NFSD: Trace boot verifier resets (Chuck Lever)  
- NFSD: Rename boot verifier functions (Chuck Lever)  
- NFSD: Clean up the nfsd_net::nfssvc_boot field (Chuck Lever)  
- NFSD: Write verifier might go backwards (Chuck Lever)  
- nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() (Trond Myklebust)  
- NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id) (Chuck Lever)  
- NFSD: Clean up nfsd_vfs_write() (Chuck Lever)  
- nfsd: Retry once in nfsd_open on an -EOPENSTALE return (Jeff Layton)  
- nfsd: Add errno mapping for EREMOTEIO (Jeff Layton)  
- nfsd: map EBADF (Peng Tao)  
- nfsd4: add refcount for nfsd4_blocked_lock (Vasily Averin)  
- nfs: block notification on fs with its own -&gt;lock (J. Bruce Fields)  
- NFSD: De-duplicate nfsd4_decode_bitmap4() (Chuck Lever)  
- nfsd: improve stateid access bitmask documentation (J. Bruce Fields)  
- NFSD: Combine XDR error tracepoints (Chuck Lever)  
- NFSD: simplify per-net file cache management (NeilBrown)  
- NFSD: Fix inconsistent indenting (Jiapeng Chong)  
- NFSD: Remove be32_to_cpu() from DRC hash function (Chuck Lever)  
- NFS: switch the callback service back to non-pooled. (NeilBrown)  
- lockd: use svc_set_num_threads() for thread start and stop (NeilBrown)  
- SUNRPC: always treat sv_nrpools==1 as 'not pooled' (NeilBrown)  
- SUNRPC: move the pool_map definitions (back) into svc.c (NeilBrown)  
- lockd: rename lockd_create_svc() to lockd_get() (NeilBrown)  
- lockd: introduce lockd_put() (NeilBrown)  
- lockd: move svc_exit_thread() into the thread (NeilBrown)  
- lockd: move lockd_start_svc() call into lockd_create_svc() (NeilBrown)  
- lockd: simplify management of network status notifiers (NeilBrown)  
- lockd: introduce nlmsvc_serv (NeilBrown)  
- NFSD: simplify locking for network notifier. (NeilBrown)  
- SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() (NeilBrown)  
- NFSD: Make it possible to use svc_set_num_threads_sync (NeilBrown)  
- NFSD: narrow nfsd_mutex protection in nfsd thread (NeilBrown)  
- SUNRPC: use sv_lock to protect updates to sv_nrthreads. (NeilBrown)  
- nfsd: make nfsd_stats.th_cnt atomic_t (NeilBrown)  
- SUNRPC: stop using -&gt;sv_nrthreads as a refcount (NeilBrown)  
- SUNRPC/NFSD: clean up get/put functions. (NeilBrown)  
- SUNRPC: change svc_get() to return the svc. (NeilBrown)  
- NFSD: handle errors better in write_ports_addfd() (NeilBrown)  
- exit: Rename module_put_and_exit to module_put_and_kthread_exit (Eric W. Biederman)  
- exit: Implement kthread_exit (Eric W. Biederman)  
- fanotify: wire up FAN_RENAME event (Amir Goldstein)  
- fanotify: report old and/or new parent+name in FAN_RENAME event (Amir Goldstein)  
- fanotify: record either old name new name or both for FAN_RENAME (Amir Goldstein)  
- fanotify: record old and new parent and name in FAN_RENAME event (Amir Goldstein)  
- fanotify: support secondary dir fh and name in fanotify_info (Amir Goldstein)  
- fanotify: use helpers to parcel fanotify_info buffer (Amir Goldstein)  
- fanotify: use macros to get the offset to fanotify_info buffer (Amir Goldstein)  
- fsnotify: generate FS_RENAME event with rich information (Amir Goldstein)  
- fanotify: introduce group flag FAN_REPORT_TARGET_FID (Amir Goldstein)  
- fsnotify: separate mark iterator type from object type enum (Amir Goldstein)  
- fsnotify: clarify object type argument (Amir Goldstein)  
- ext4: fix error code saved on super block during file system abort (Gabriel Krisman Bertazi)  
- nfsd4: remove obselete comment (J. Bruce Fields)  
- NFSD:fix boolreturn.cocci warning (Changcheng Deng)  
- nfsd: update create verifier comment (J. Bruce Fields)  
- SUNRPC: Change return value type of .pc_encode (Chuck Lever)  
- SUNRPC: Replace the '__be32 *p' parameter to .pc_encode (Chuck Lever)  
- NFSD: Save location of NFSv4 COMPOUND status (Chuck Lever)  
- SUNRPC: Change return value type of .pc_decode (Chuck Lever)  
- SUNRPC: Replace the '__be32 *p' parameter to .pc_decode (Chuck Lever)  
- NFSD: Initialize pointer ni with NULL and not plain integer 0 (Colin Ian King)  
- NFSD: simplify struct nfsfh (NeilBrown)  
- NFSD: drop support for ancient filehandles (NeilBrown)  
- NFSD: move filehandle format declarations out of 'uapi'. (NeilBrown)  
- NFSD: Optimize DRC bucket pruning (Chuck Lever)  
- NFS: Move NFS protocol display macros to global header (Chuck Lever)  
- NFS: Move generic FS show macros to global header (Chuck Lever)  
- SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size field (Chuck Lever)  
- NFS: Remove unnecessary TRACE_DEFINE_ENUM()s (Chuck Lever)  
- docs: Document the FAN_FS_ERROR event (Gabriel Krisman Bertazi)  
- ext4: Send notifications on error (Gabriel Krisman Bertazi)  
- fanotify: Allow users to request FAN_FS_ERROR events (Gabriel Krisman Bertazi)  
- fanotify: Emit generic error info for error event (Gabriel Krisman Bertazi)  
- fanotify: Report fid info for file related file system errors (Gabriel Krisman Bertazi)  
- fanotify: WARN_ON against too large file handles (Gabriel Krisman Bertazi)  
- fanotify: Add helpers to decide whether to report FID/DFID (Gabriel Krisman Bertazi)  
- fanotify: Wrap object_fh inline space in a creator macro (Gabriel Krisman Bertazi)  
- fanotify: Support merging of error events (Gabriel Krisman Bertazi)  
- fanotify: Support enqueueing of error events (Gabriel Krisman Bertazi)  
- fanotify: Pre-allocate pool of error events (Gabriel Krisman Bertazi)  
- fanotify: Reserve UAPI bits for FAN_FS_ERROR (Gabriel Krisman Bertazi)  
- fsnotify: Support FS_ERROR event type (Gabriel Krisman Bertazi)  
- fanotify: Require fid_mode for any non-fd event (Gabriel Krisman Bertazi)  
- fanotify: Encode empty file handle when no inode is provided (Gabriel Krisman Bertazi)  
- fanotify: Allow file handle encoding for unhashed events (Gabriel Krisman Bertazi)  
- fanotify: Support null inode event in fanotify_dfid_inode (Gabriel Krisman Bertazi)  
- fsnotify: Pass group argument to free_event (Gabriel Krisman Bertazi)  
- fsnotify: Protect fsnotify_handle_inode_event from no-inode events (Gabriel Krisman Bertazi)  
- fsnotify: Retrieve super block from the data field (Gabriel Krisman Bertazi)  
- fsnotify: Add wrapper around fsnotify_add_event (Gabriel Krisman Bertazi)  
- fsnotify: Add helper to detect overflow_event (Gabriel Krisman Bertazi)  
- inotify: Don't force FS_IN_IGNORED (Gabriel Krisman Bertazi)  
- fanotify: Split fsid check from other fid mode checks (Gabriel Krisman Bertazi)  
- fanotify: Fold event size calculation to its own function (Gabriel Krisman Bertazi)  
- fsnotify: Don't insert unmergeable events in hashtable (Gabriel Krisman Bertazi)  
- fsnotify: clarify contract for create event hooks (Amir Goldstein)  
- fsnotify: pass dentry instead of inode data (Amir Goldstein)  
- fsnotify: pass data_type to fsnotify_name() (Amir Goldstein)  
- x86/static_call: Add support for Jcc tail-calls (Peter Zijlstra)   {CVE-2022-29901} {CVE-2022-23816}
- x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions (Peter Zijlstra)  
- x86/alternatives: Introduce int3_emulate_jcc() (Peter Zijlstra)  
- x86/asm: Differentiate between code and function alignment (Thomas Gleixner)  
- arch: Introduce CONFIG_FUNCTION_ALIGNMENT (Peter Zijlstra)  
- KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests (Pawan Gupta)  
- x86/rfds: Mitigate Register File Data Sampling (RFDS) (Pawan Gupta)  
- Documentation/hw-vuln: Add documentation for RFDS (Pawan Gupta)  
- x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set (Pawan Gupta)  
- KVM/VMX: Move VERW closer to VMentry for MDS mitigation (Pawan Gupta)  
- KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH (Sean Christopherson)  
- x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key (Pawan Gupta)  
- x86/entry_32: Add VERW just before userspace transition (Pawan Gupta)  
- x86/entry_64: Add VERW just before userspace transition (Pawan Gupta)  
- x86/bugs: Add asm helpers for executing VERW (Pawan Gupta)  
- x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix (H. Peter Anvin (Intel))  
- KVM: arm64: Limit stage2_apply_range() batch size to largest block (Oliver Upton)  
- KVM: arm64: Work out supported block level at compile time (Oliver Upton)  
- tty: serial: imx: Fix broken RS485 (Rickard x Andersson)  
- printk: Update @console_may_schedule in console_trylock_spinning() (John Ogness)  
- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (Nicolin Chen)  
- dma-iommu: add iommu_dma_opt_mapping_size() (John Garry)  
- dma-mapping: add dma_opt_mapping_size() (John Garry)  
- swiotlb: Fix alignment checks when both allocation and DMA masks are present (Will Deacon)  
- minmax: add umin(a, b) and umax(a, b) (David Laight)  
- entry: Respect changes to system call number by trace_sys_enter() (Andre Rosti)  
- clocksource/drivers/arm_global_timer: Fix maximum prescaler value (Martin Blumenstingl)  
- ACPI: CPPC: Use access_width over bit_width for system memory accesses (Jarred White)  
- xen/events: close evtchn after mapping cleanup (Maximilian Heyne)  
- i2c: i801: Avoid potential double call to gpiod_remove_lookup_table (Heiner Kallweit)  
- tee: optee: Fix kernel panic caused by incorrect error handling (Sumit Garg)  
- vt: fix unicode buffer corruption when deleting characters (Nicolas Pitre)  
- mei: me: add arrow lake point H DID (Alexander Usyskin)  
- mei: me: add arrow lake point S DID (Alexander Usyskin)  
- tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled (Sherry Sun)  
- usb: port: Don't try to peer unused USB ports based on location (Mathias Nyman)  
- usb: gadget: ncm: Fix handling of zero block length packets (Krishna Kurapati)  
- USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command (Alan Stern)  
- ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo ALC897 platform (Kailang Yang)  
- drm/i915: Check before removing mm notifier (Nirmoy Das)  
- tracing: Use .flush() call to wake up readers (Steven Rostedt (Google))  
- KVM: SVM: Flush pages under kvm-&gt;lock to fix UAF in svm_register_enc_region() (Sean Christopherson)  
- xfrm: Avoid clang fortify warning in copy_to_user_tmpl() (Nathan Chancellor)  
- netfilter: nf_tables: reject constant set with timeout (Pablo Neira Ayuso)  
- netfilter: nf_tables: disallow anonymous set with timeout flag (Pablo Neira Ayuso)  
- netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout (Pablo Neira Ayuso)  
- cpufreq: brcmstb-avs-cpufreq: fix up 'add check for cpufreq_cpu_get's return value' (Greg Kroah-Hartman)  
- net: ravb: Add R-Car Gen4 support (Geert Uytterhoeven)  
- x86/pm: Work around false positive kmemleak report in msr_build_context() (Anton Altaparmakov)  
- dm snapshot: fix lockup in dm_exception_table_exit (Mikulas Patocka)  
- drm/amd/display: Fix noise issue on HDMI AV mute (Leo Ma)  
- drm/amd/display: Return the correct HDCP error code (Rodrigo Siqueira)  
- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (Philip Yang)  
- ahci: asm1064: asm1166: don't limit reported ports (Conrad Kostecki)  
- ahci: asm1064: correct count of reported ports (Andrey Jr. Melnikov)  
- wireguard: netlink: access device through ctx instead of peer (Jason A. Donenfeld)  
- wireguard: netlink: check for dangling peer via is_dead instead of empty list (Jason A. Donenfeld)  
- net: hns3: tracing: fix hclgevf trace event strings (Steven Rostedt (Google))  
- NFSD: Fix nfsd_clid_class use of __string_len() macro (Steven Rostedt (Google))  
- x86/CPU/AMD: Update the Zenbleed microcode revisions (Borislav Petkov (AMD))  
- cpufreq: dt: always allocate zeroed cpumask (Marek Szyprowski)  
- nilfs2: prevent kernel bug at submit_bh_wbc() (Ryusuke Konishi)  
- nilfs2: fix failure to detect DAT corruption in btree and direct mappings (Ryusuke Konishi)  
- memtest: use {READ,WRITE}_ONCE in memory scanning (Qiang Zhang)  
- drm/vc4: hdmi: do not return negative values from .get_modes() (Jani Nikula)  
- drm/imx/ipuv3: do not return negative values from .get_modes() (Jani Nikula)  
- drm/exynos: do not return negative values from .get_modes() (Jani Nikula)  
- drm/panel: do not return negative error codes from drm_panel_get_modes() (Jani Nikula)  
- s390/zcrypt: fix reference counting on zcrypt card objects (Harald Freudenberger)  
- soc: fsl: qbman: Use raw spinlock for cgr_lock (Sean Anderson)  
- soc: fsl: qbman: Add CGR update function (Sean Anderson)  
- soc: fsl: qbman: Add helper for sanity checking cgr ops (Sean Anderson)  
- soc: fsl: qbman: Always disable interrupts when taking cgr_lock (Sean Anderson)  
- ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (Steven Rostedt (Google))  
- ring-buffer: Fix full_waiters_pending in poll (Steven Rostedt (Google))  
- ring-buffer: Fix resetting of shortest_full (Steven Rostedt (Google))  
- ring-buffer: Do not set shortest_full when full target is hit (Steven Rostedt (Google))  
- ring-buffer: Fix waking up ring buffer readers (Steven Rostedt (Google))  
- ring-buffer: Update 'shortest_full' in polling (Steven Rostedt (Google))  
- tracing/ring-buffer: Have polling block on watermark (Steven Rostedt (Google))  
- ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info (Marios Makassikis)  
- vfio/platform: Disable virqfds on cleanup (Alex Williamson)  
- PCI: dwc: endpoint: Fix advertised resizable BAR size (Niklas Cassel)  
- kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (Nathan Chancellor)  
- nfs: fix UAF in direct writes (Josef Bacik)  
- PCI/AER: Block runtime suspend when handling errors (Stanislaw Gruszka)  
- speakup: Fix 8bit characters from direct synth (Samuel Thibault)  
- usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic (Wayne Chang)  
- phy: tegra: xusb: Add API to retrieve the port number of phy (Wayne Chang)  
- slimbus: core: Remove usage of the deprecated ida_simple_xx() API (Christophe JAILLET)  
- nvmem: meson-efuse: fix function pointer type mismatch (Jerome Brunet)  
- hwmon: (amc6821) add of_match table (Josua Mayer)  
- landlock: Warn once if a Landlock action is requested while disabled (Mickael Salaun)  
- drm/etnaviv: Restore some id values (Christian Gmeiner)  
- mm: swap: fix race between free_swap_and_cache() and swapoff() (Ryan Roberts)  
- swap: comments get_swap_device() with usage rule (Huang Ying)  
- mac802154: fix llsec key resources release in mac802154_llsec_key_del (Fedor Pchelkin)  
- dm-raid: fix lockdep waring in 'pers-&gt;hot_add_disk' (Yu Kuai)  
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (Paul Menzel)  
- PCI/DPC: Quirk PIO log size for certain Intel Root Ports (Mika Westerberg)  
- PCI/ASPM: Make Intel DG2 L1 acceptable latency unlimited (Mika Westerberg)  
- PCI/PM: Drain runtime-idle callbacks before driver removal (Rafael J. Wysocki)  
- PCI: Drop pci_device_remove() test of pci_dev-&gt;driver (Uwe Kleine-Konig)  
- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (Filipe Manana)  
- serial: Lock console when calling into driver before registration (Peter Collingbourne)  
- printk/console: Split out code that enables default console (Petr Mladek)  
- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (Jameson Thies)  
- fuse: don't unhash root (Miklos Szeredi)  
- fuse: fix root lookup with nonzero generation (Miklos Szeredi)  
- mmc: tmio: avoid concurrent runs of mmc_request_done() (Wolfram Sang)  
- PM: sleep: wakeirq: fix wake irq warning in system suspend (Qingliang Li)  
- USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (Toru Katagiri)  
- USB: serial: option: add MeiG Smart SLM320 product (Aurelien Jacobs)  
- USB: serial: cp210x: add ID for MGP Instruments PDS100 (Christian Haggstrom)  
- USB: serial: add device ID for VeriFone adapter (Cameron Williams)  
- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (Daniel Vogelbacher)  
- powerpc/fsl: Fix mfpmr build errors with newer binutils (Michael Ellerman)  
- usb: xhci: Add error handling in xhci_map_urb_for_dma (Prashanth K)  
- clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays (Gabor Juhos)  
- clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays (Gabor Juhos)  
- clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays (Gabor Juhos)  
- clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays (Gabor Juhos)  
- PM: suspend: Set mem_sleep_current during kernel command line setup (Maulik Shah)  
- parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds (Guenter Roeck)  
- parisc: Fix csum_ipv6_magic on 64-bit systems (Guenter Roeck)  
- parisc: Fix csum_ipv6_magic on 32-bit systems (Guenter Roeck)  
- parisc: Fix ip_fast_csum (Guenter Roeck)  
- parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros (John David Anglin)  
- mtd: rawnand: meson: fix scrambling mode value in command macro (Arseniy Krasnov)  
- ubi: correct the calculation of fastmap size (Zhang Yi)  
- ubi: Check for too small LEB size in VTBL code (Richard Weinberger)  
- ubifs: Set page uptodate in the correct place (Matthew Wilcox (Oracle))  
- fat: fix uninitialized field in nostale filehandles (Jan Kara)  
- bounds: support non-power-of-two CONFIG_NR_CPUS (Matthew Wilcox (Oracle))  
- kasan/test: avoid gcc warning for intentional overflow (Arnd Bergmann)  
- kasan: test: add memcpy test that avoids out-of-bounds write (Peter Collingbourne)  
- block: Clear zone limits for a non-zoned stacked queue (Damien Le Moal)  
- ext4: correct best extent lstart adjustment logic (Baokun Li)  
- selftests/mqueue: Set timeout to 180 seconds (SeongJae Park)  
- crypto: qat - resolve race condition during AER recovery (Damian Muszynski)  
- sparc: vDSO: fix return value of __setup handler (Randy Dunlap)  
- sparc64: NMI watchdog: fix return value of __setup handler (Randy Dunlap)  
- KVM: Always flush async #PF workqueue when vCPU is being destroyed (Sean Christopherson)  
- media: xc4000: Fix atomicity violation in xc4000_get_frequency (Gui-Dong Han)  
- pci_iounmap(): Fix MMIO mapping leak (Philipp Stanner)  
- drm/vmwgfx: Fix possible null pointer derefence with invalid contexts (Zack Rusin)  
- arm: dts: marvell: Fix maxium-&gt;maxim typo in brownstone dts (Duje Mihanovic)  
- smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity() (Roberto Sassu)  
- smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr() (Roberto Sassu)  
- clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd (Amit Pundir)  
- media: staging: ipu3-imgu: Set fields before media_entity_pads_init() (Hidenori Kobayashi)  
- wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach (Zheng Wang)  
- timers: Use del_timer_sync() even on UP (Thomas Gleixner)  
- timers: Update kernel-doc for various functions (Thomas Gleixner)  
- Revert 'NFSD: add courteous server support for thread with only delegation' (Vijayendra Suman)  
- Revert 'NFSD: add support for share reservation conflict to courteous server' (Vijayendra Suman)  
- Revert 'NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd' (Vijayendra Suman)  
- Revert 'fs/lock: add helper locks_owner_has_blockers to check for blockers' (Vijayendra Suman)  
- Revert 'fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict' (Vijayendra Suman)  
- Revert 'NFSD: Clean up _lm_ operation names' (Vijayendra Suman)  
- Revert 'NFSD: add support for lock conflict to courteous server' (Vijayendra Suman)  
- Revert 'NFSD: Show state of courtesy client in client info' (Vijayendra Suman)  
- Revert 'NFSD: refactoring v4 specific code to a helper in nfs4state.c' (Vijayendra Suman)  
- Revert 'NFSD: keep track of the number of v4 clients in the system' (Vijayendra Suman)  
- Revert 'NFSD: limit the number of v4 clients to 1024 per 1GB of system memory' (Vijayendra Suman)  
- Revert 'NFSD: keep track of the number of courtesy clients in the system' (Vijayendra Suman)  
- Revert 'NFSD: add shrinker to reap courtesy clients on low memory condition' (Vijayendra Suman)  
- Revert 'NFSD: unregister shrinker when nfsd_init_net() fails' (Vijayendra Suman)  
- Revert 'NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker' (Vijayendra Suman)  
- Revert 'NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time' (Vijayendra Suman)  
- igb: fix __free_irq warnings seen during module unload. (Imran Khan)  [Orabug: 36612014] 
- RDS/IB: Remove incorrect clearing of RDS_IB_CQ_ERR in rds_ib_conn_path_shutdown_final() (Hans Westgaard Ry)  [Orabug: 36610478] 
- block: fix io util% for exadata disk with 1 hw queue (Gulam Mohamed)  [Orabug: 36589636] 
- Revert 'Consider inflight IO in io accounting for high latency devices' (Gulam Mohamed)  [Orabug: 36589636] 
- kprobe/ftrace: bail out if ftrace was killed (Stephen Brennan)  [Orabug: 36557721] 
- uek: kabi: Enable the size checks and fix broken APIs (Saeed Mirzamohammadi)  [Orabug: 36545482] 
- uek: kabi: Introduce new APIs to check for size (Saeed Mirzamohammadi)  [Orabug: 36545482]

[5.15.0-207.153.1]
- kallsyms: add kallsyms_seqs_of_names to list of special symbols (Arnd Bergmann)  [Orabug: 36475635] 
- kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[] (Zhen Lei)  [Orabug: 36475635] 
- kallsyms: Improve the performance of kallsyms_lookup_name() (Zhen Lei)  [Orabug: 36475635] 
- RDMA/mlx5: Fix port number for counter query in multi-port configuration (Michael Guralnik)  [Orabug: 36546028] 
- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Clarify that syscall hardening isn't a BHI mitigation (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Fix BHI handling of RRSBA (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (Ingo Molnar)  [Orabug: 36584722] 
- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Fix BHI documentation (Josh Poimboeuf)  [Orabug: 36584722] 
- x86/bugs: Fix return type of spectre_bhi_state() (Daniel Sneddon)  [Orabug: 36584722] 
- x86/bhi: Update BHI mitigation (Alexandre Chartre)  [Orabug: 36584722] 
- x86/syscall: Don't force use of indirect calls for system calls (Linus Torvalds)  [Orabug: 36584722] 
- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (Josh Poimboeuf)  [Orabug: 36584722] 
- cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode (Zhenguo Yao)  [Orabug: 36588243] 
- cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP mode (Giovanni Gherdovich)  [Orabug: 36588243] 
- tools/power turbostat: Introduce support for EMR (Zhang Rui)  [Orabug: 36588243]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12433.html" type="self" title="ELSA-2024-12433" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-23816.html" id="CVE-2022-23816" type="cve" title="CVE-2022-23816" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-29901.html" id="CVE-2022-29901" type="cve" title="CVE-2022-29901" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-core" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5186bc98d13b25908a8d7b5f82e895d47477ce4c5790e9e29111b2e5fa598075</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">feecb48b711cf7d4de39f0b4a08df67a6f327787e5101c025f340f62fe4e423f</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c4a79211865df1a1b61143d909c22b2c936df9451b994669b17dd4b9642b91dd</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">26bfebda41a389eaffd00952faf3353db6f3f340e82710e73c5ea7a906a9c301</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bf8dce4eaa033c9d0d68a5616ce5219c64b3742a3bd93dea21db8e4f5236b808</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7e2f7b844ab157fdc462f1a5dd352cf743304754fcb3264c37f7567d0750ab49</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c9a3380f36be19175b88fb245de9ce24d6aa844a0f2259a97d3e6d4b0c47adbe</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">66ac1d3e255d3593fffddb02928bfba562bfe82b1585732439c0be5051812718</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bb6436f235cf414049651020b49e85f994e8b0253dba647e94abd6830a97eb3b</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1a0b7a0cfde0de6b804670939887d8a6ebabd1074f29bf3c109fcb56151e6a03</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-207.156.6.el8uek.src.rpm</filename>
          <sum type="sha256">eec025959af20f9bd61e4a1eda95e444d2d86947c82b03e6c49d6df4676b4194</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c2c41d86596c805b50072bafb0c6983e2458e404c13712998b77325a8c292345</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6434cb0b99278beca9e4254412efd68ee4d45aa0126d43a32c1c22eb41ba7916</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-207.156.6.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b7fe368e4785fd58d783e1ab8b7a28a4b2eb515c6b474c10d94a610b445b7925</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="207.156.6.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-207.156.6.el8uek.noarch.rpm</filename>
          <sum type="sha256">4c7c07bb08f9f11103af826462acc0609c8731de3bff1e45bfd0048b883aebb8</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20716</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-10-14 00:00:00"/>
    <updated date="2025-10-14 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-313.189.5.1]
- af_unix: Don't leave consecutive consumed OOB skbs. (Kuniyuki Iwashima)  [Orabug: 38528187]  {CVE-2025-38236}
- fs: writeback: fix use-after-free in __mark_inode_dirty() (Jiufei Xue)  [Orabug: 38528183]  {CVE-2025-39866}
- rtnetlink: Fix L3 stats disable handling in rtnl_offload_xstats_fill() (Vijayendra Suman)  [Orabug: 38528177]

[5.15.0-313.189.5]
- net/rds: tracepoints for rds_conn_kref_get and put (Sharath Srinivasan) [Orabug: 37793025]
- net/rds: Add krefs to struct rds_connection (Sharath Srinivasan) [Orabug: 37793025]
- nvme-tcp: sanitize request list handling (Hannes Reinecke) [Orabug: 38175126,38454661] {CVE-2025-38264}
- llist: add interface to check if a node is on a list. (Neil Brown) [Orabug: 38175126] {CVE-2025-38264}

[5.15.0-313.189.4]
- uek-rpm: Move ifb module to modules-core (Harshit Mogalapalli) [Orabug: 38224682]

[5.15.0-313.189.3]
- x86/vmscape: Warn when STIBP is disabled with SMT (Pawan Gupta) [Orabug: 38424092]
- x86/bugs: Move cpu_bugs_smt_update() down (Pawan Gupta) [Orabug: 38424092]
- x86/vmscape: Enable the mitigation (Pawan Gupta) [Orabug: 38424092]
- x86/vmscape: Add conditional IBPB mitigation (Pawan Gupta) [Orabug: 38424092]
- x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (Josh Poimboeuf) [Orabug: 38424092]
- x86/vmscape: Add old Intel CPUs to affected list (Pawan Gupta) [Orabug: 38424092]
- x86/vmscape: Enumerate VMSCAPE bug (Pawan Gupta) [Orabug: 38424092]
- Documentation/hw-vuln: Add VMSCAPE documentation (Pawan Gupta) [Orabug: 38424092]
- vsock: Do not allow binding to VMADDR_PORT_ANY (Budimir Markovic) [Orabug: 38454665,38351770] {CVE-2025-38618}
- HID: core: ensure the allocated report buffer can contain the reserved report ID (Benjamin Tissoires) [Orabug: 38254347,38454662] {CVE-2025-38495}
- HID: core: do not bypass hid_hw_raw_request (Benjamin Tissoires) [Orabug: 38254339,38454666] {CVE-2025-38494}
- clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (Al Viro) [Orabug: 38310006,38454664] {CVE-2025-38499}
- igc: fix disabling L1.2 PCI-E link substate on I226 on init (Valdikss) [Orabug: 38343660]
- Input: xpad - set correct controller type for Acer NGR200 (Nilton Perim Neto)
- ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask() (Kuninori Morimoto)
- squashfs: fix memory leak in squashfs_fill_super (Phillip Lougher) [Orabug: 38343660]
- ASoC: ops: dynamically allocate struct snd_ctl_elem_value (Arnd Bergmann)
- compiler: remove __ADDRESSABLE_ASM{_STR,}() again (Jan Beulich)
- mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn (Tu Jinjiang)
- KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fix (Will Deacon)
- benet: fix BUG when creating VFs (Michal Schmidt) [Orabug: 38334975] {CVE-2025-38569}
- smb: client: fix use-after-free in crypt_message when using async crypto (Wang Zhaolong) [Orabug: 38254323] {CVE-2025-38488}
- kbuild: userprogs: use correct linker when mixing clang and GNU ld (Thomas Weissschuh)
- ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS (Nathan Chancellor)
- NFSv4.2: another fix for listxattr (Olga Kornievskaia)
- cpuidle: governors: menu: Avoid using invalid recent intervals data (Rafael J. Wysocki)
- netlink: avoid infinite retry looping in netlink_unicast() (Fedor Pchelkin) [Orabug: 38395124] {CVE-2025-38727}
- Revert 'vgacon: Add check for vc_origin address range in vgacon_scroll()' (Helge Deller) [Orabug: 38343660]
- bpf, sockmap: Fix panic when calling skb_linearize (Jiayuan Chen) [Orabug: 38394723] {CVE-2025-38165}
- netfilter: nf_tables: adjust lockdep assertions handling (Fedor Pchelkin)
- arm64: errata: Work around AmpereOne's erratum AC04_CPU_23 (D Scott Phillips) [Orabug: 38166347]
- ARM: UEK: Disable arm64 erratum QCOM_FALKOR_ERRATUM_1003 (Boris Ostrovsky) [Orabug: 38166347]
- vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit (Alok Tiwari) [Orabug: 38324335]
- mm/hugetlb: fix copy_hugetlb_page_range() to check -&gt;pt_share_count (Jane Chu) [Orabug: 38346475]
- Reapply 'mm: hugetlb: independent PMD page table shared count' (Jane Chu) [Orabug: 38346475]
- uek-rpm: pensando: enable config options for fips (Joseph Dobosenski) [Orabug: 38354692]

[5.15.0-313.189.2]
- LTS version: v5.15.189 (Vijayendra Suman)
- rseq: Fix segfault on registration when rseq_cs is non-zero (Michael Jeanson) [Orabug: 38095071] {CVE-2025-38067}
- x86/mm: Disable hugetlb page table sharing on 32-bit (Jann Horn)
- Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETID (Hans de Goede)
- HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras (Chia-Lin Kao) [Orabug: 38324278] {CVE-2025-38540}
- HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY (Zhang Heng)
- vt: add missing notification when switching back to text mode (Nicolas Pitre)
- HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2 (Akira Inoue)
- net: usb: qmi_wwan: add SIMCom 8230C composition (Xiaowei Li)
- um: vector: Reduce stack usage in vector_eth_configure() (Tiwei Bie)
- atm: idt77252: Add missing dma_map_error() (Thomas Fourier)
- bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT (Somnath Kotur) [Orabug: 38254089] {CVE-2025-38439}
- bnxt_en: Fix DCB ETS validation (Shravya Kn)
- net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam() (Alok Tiwari)
- can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level (Sean Nyekjaer)
- net: phy: microchip: limit 100M workaround to link-down events on LAN88xx (Oleksij Rempel)
- net: appletalk: Fix device refcount leak in atrtr_create() (Kito Xu) [Orabug: 38324289] {CVE-2025-38542}
- netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() (Eric Dumazet) [Orabug: 38254095] {CVE-2025-38441}
- ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked() (Al Viro)
- smb: server: make use of rdma_destroy_qp() (Stefan Metzmacher)
- nbd: fix uaf in nbd_genl_connect() error path (Zheng Qixing) [Orabug: 38254101] {CVE-2025-38443}
- raid10: cleanup memleak at raid10_make_request (Nigel Croxon) [Orabug: 38254105] {CVE-2025-38444}
- md/raid1: Fix stack memory use after return in raid1_reshape (Wang Jinchao) [Orabug: 38254108] {CVE-2025-38445}
- wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() (Daniil Dulov) [Orabug: 38324160] {CVE-2025-38513}
- dma-buf: fix timeout handling in dma_resv_wait_timeout v2 (Christian Konig)
- dma-buf: use new iterator in dma_resv_wait_timeout (Christian Konig)
- dma-buf: add dma_resv_for_each_fence_unlocked v8 (Christian Konig)
- usb: dwc3: Abort suspend on soft disconnect failure (Kuen-Han Tsai)
- usb: cdnsp: Fix issue with CV Bad Descriptor test (Pawel Laszczak)
- usb: cdnsp: Replace snprintf() with the safer scnprintf() variant (Lee Jones)
- usb:cdnsp: remove TRB_FLUSH_ENDPOINT command (Pawel Laszczak)
- Input: xpad - support Acer NGR 200 Controller (Nilton Perim Neto)
- xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS (Hongyu Xie)
- usb: xhci: quirk for data loss in ISOC transfers (Raju Rangoju)
- xhci: Allow RPM on the USB controller (1022:43f7) by default (Basavaraj Natikar)
- virtio-net: ensure the received length does not exceed allocated size (Bui Quang Minh) [Orabug: 38253833] {CVE-2025-38375}
- netlink: make sure we allow at least one dump skb (Jakub Kicinski)
- netlink: Fix rmem check in netlink_broadcast_deliver(). (Kuniyuki Iwashima)
- btrfs: use btrfs_record_snapshot_destroy() during rmdir (Filipe Manana)
- btrfs: propagate last_unlink_trans earlier when doing a rmdir (Filipe Manana)
- Revert 'ACPI: battery: negate current when discharging' (Rafael J. Wysocki)
- usb: gadget: u_serial: Fix race condition in TTY wakeup (Kuen-Han Tsai) [Orabug: 38254117] {CVE-2025-38448}
- drm/gem: Fix race in drm_gem_handle_create_tail() (Simona Vetter)
- drm/sched: Increment job count before swapping tail spsc queue (Matthew Brost) [Orabug: 38324179] {CVE-2025-38515}
- pinctrl: qcom: msm: mark certain pins as invalid for interrupts (Bartosz Golaszewski) [Orabug: 38324185] {CVE-2025-38516}
- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (Jp Kobryn)
- x86/mce: Don't remove sysfs if thresholding sysfs init fails (Yazen Ghannam)
- x86/mce/amd: Fix threshold limit reset (Yazen Ghannam)
- xen: replace xen_remap() with memremap() (Juergen Gross)
- jfs: fix null ptr deref in dtInsertEntry (Edward Adam Davis) [Orabug: 36993160] {CVE-2024-44939}
- bpf, sockmap: Fix skb refcnt race after locking changes (John Fastabend)
- aoe: avoid potential deadlock at set_capacity (Maksim Kiselev) [Orabug: 36530894] {CVE-2024-26775}
- thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR (Lee, Chun-Yi) [Orabug: 37283277] {CVE-2022-48703}
- bpf: fix precision backtracking instruction iteration (Andrii Nakryiko)
- rxrpc: Fix oops due to non-existence of prealloc backlog struct (David Howells) [Orabug: 38324169] {CVE-2025-38514}
- net/sched: Abort __tc_modify_qdisc if parent class does not exist (Victor Nogueira) [Orabug: 38254146] {CVE-2025-38457}
- atm: clip: Fix NULL pointer dereference in vcc_sendmsg() (Yue Haibing) [Orabug: 38254152] {CVE-2025-38458}
- atm: clip: Fix infinite recursive call of clip_push(). (Kuniyuki Iwashima) [Orabug: 38254160] {CVE-2025-38459}
- atm: clip: Fix memory leak of struct clip_vcc. (Kuniyuki Iwashima) [Orabug: 38324308] {CVE-2025-38546}
- atm: clip: Fix potential null-ptr-deref in to_atmarpd(). (Kuniyuki Iwashima) [Orabug: 38254166] {CVE-2025-38460}
- net: phy: smsc: Fix link failure in forced mode with Auto-MDIX (Oleksij Rempel)
- net: phy: smsc: Fix Auto-MDIX configuration when disabled by strap (Oleksij Rempel)
- vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also transport_local (Michal Luczaj)
- vsock: Fix transport_* TOCTOU (Michal Luczaj) [Orabug: 38254172] {CVE-2025-38461}
- vsock: Fix transport_{g2h,h2g} TOCTOU (Michal Luczaj) [Orabug: 38254175] {CVE-2025-38462}
- tipc: Fix use-after-free in tipc_conn_close(). (Kuniyuki Iwashima) [Orabug: 38254180] {CVE-2025-38464}
- netlink: Fix wraparounds of sk-&gt;sk_rmem_alloc. (Kuniyuki Iwashima) [Orabug: 38254187] {CVE-2025-38465}
- fix proc_sys_compare() handling of in-lookup dentries (Al Viro)
- perf: Revert to requiring CAP_SYS_ADMIN for uprobes (Peter Zijlstra) [Orabug: 38254196] {CVE-2025-38466}
- ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode (Shengjiu Wang)
- drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling (Kaustabh Chakraborty) [Orabug: 38254202] {CVE-2025-38467}

[5.15.0-313.187.1]
- drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.x (Lijo Lazar) [Orabug: 37778293]
- PCI/portdrv: Don't disable AER reporting in get_port_device_capability() (Stefan Roese) [Orabug: 37778293]
- PCI/AER: Enable error reporting when AER is native (Stefan Roese) [Orabug: 37778293]
- PCI/AER: Configure ECRC for every device (Stefan Roese) [Orabug: 37778293]
- net/rds: Add support for RDS_CMSG_TOS (Gerd Rausch) [Orabug: 38058308]
- net/rds: Add support RDS_FEATURE ELF notes (Gerd Rausch) [Orabug: 38063328]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20716.html" type="self" title="ELSA-2025-20716" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-48703.html" id="CVE-2022-48703" type="cve" title="CVE-2022-48703" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-26775.html" id="CVE-2024-26775" type="cve" title="CVE-2024-26775" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38067.html" id="CVE-2025-38067" type="cve" title="CVE-2025-38067" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38165.html" id="CVE-2025-38165" type="cve" title="CVE-2025-38165" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38236.html" id="CVE-2025-38236" type="cve" title="CVE-2025-38236" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38264.html" id="CVE-2025-38264" type="cve" title="CVE-2025-38264" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38375.html" id="CVE-2025-38375" type="cve" title="CVE-2025-38375" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38439.html" id="CVE-2025-38439" type="cve" title="CVE-2025-38439" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38441.html" id="CVE-2025-38441" type="cve" title="CVE-2025-38441" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38443.html" id="CVE-2025-38443" type="cve" title="CVE-2025-38443" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38444.html" id="CVE-2025-38444" type="cve" title="CVE-2025-38444" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38445.html" id="CVE-2025-38445" type="cve" title="CVE-2025-38445" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38448.html" id="CVE-2025-38448" type="cve" title="CVE-2025-38448" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38457.html" id="CVE-2025-38457" type="cve" title="CVE-2025-38457" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38458.html" id="CVE-2025-38458" type="cve" title="CVE-2025-38458" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38459.html" id="CVE-2025-38459" type="cve" title="CVE-2025-38459" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38460.html" id="CVE-2025-38460" type="cve" title="CVE-2025-38460" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38461.html" id="CVE-2025-38461" type="cve" title="CVE-2025-38461" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38462.html" id="CVE-2025-38462" type="cve" title="CVE-2025-38462" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38464.html" id="CVE-2025-38464" type="cve" title="CVE-2025-38464" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38465.html" id="CVE-2025-38465" type="cve" title="CVE-2025-38465" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38466.html" id="CVE-2025-38466" type="cve" title="CVE-2025-38466" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38467.html" id="CVE-2025-38467" type="cve" title="CVE-2025-38467" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38494.html" id="CVE-2025-38494" type="cve" title="CVE-2025-38494" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38495.html" id="CVE-2025-38495" type="cve" title="CVE-2025-38495" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38499.html" id="CVE-2025-38499" type="cve" title="CVE-2025-38499" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38513.html" id="CVE-2025-38513" type="cve" title="CVE-2025-38513" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38515.html" id="CVE-2025-38515" type="cve" title="CVE-2025-38515" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38516.html" id="CVE-2025-38516" type="cve" title="CVE-2025-38516" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38540.html" id="CVE-2025-38540" type="cve" title="CVE-2025-38540" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38546.html" id="CVE-2025-38546" type="cve" title="CVE-2025-38546" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38569.html" id="CVE-2025-38569" type="cve" title="CVE-2025-38569" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38618.html" id="CVE-2025-38618" type="cve" title="CVE-2025-38618" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-38727.html" id="CVE-2025-38727" type="cve" title="CVE-2025-38727" />
      <reference href="https://linux.oracle.com/cve/CVE-2025-39866.html" id="CVE-2025-39866" type="cve" title="CVE-2025-39866" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">96f593bd216c5837e9a54babe1e3482c050dcd5a07fb4e6c2fa7a89a0ac6190a</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">74e87814091d88aff7423208377d1c5cc69b4f0f65a94acb45973c6a88fbe5ab</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">37862e6f1e5ed5c88fd16fe770f74119ede6b6917d7a8ca5c073e35131e8e051</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6ac7104a54d833a83781d183d7c844aae38eaa8d4a5b2dcd828e31f9fa3a4532</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fe46bd75c119565fa56ddc0417348a17367dc9f84cf664cd3e510707e0896c14</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">07b97b092236a51f4446f7230d34b1942fb6bcaf8f28b5392917261da1fde765</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">40cc0a449047fa2e9c2c3577406aa01884464525142697139990b7d062fc51d8</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-313.189.5.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">65ef2a337a66bc9a5119c2e1409e086f7de0e8ca70e732d37b5c6394bad6890b</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6c2d5b34c3b16d65f62dbeb257ddabae8ae0ea8b5ff8be9fd87eba1b9b1cdeeb</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-313.189.5.1.el8uek.src.rpm</filename>
          <sum type="sha256">fd1aabedc45f8ae0abdcba762fb1d02f112ef53f4bf85ea3bc82df5c90d1e48c</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7f1da84646002892e4c8f1cee5da22f6dddcb59e70ecefa641f872cab1bc4243</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">083b7408d989e20b0c48b2314c34c4f22a5588ee9fba016e5ebb0001047eed1f</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">301aefdac26cbd4a2e7778986781b236b55aa246b289370bd4ff07fbca8b627d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">84e8358d68bc22aecb476531797d3d60673584506c9bb136bbf94c61850d59cf</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="313.189.5.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-313.189.5.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4cbc217bcd15e5d0bcd2de22cf6f5745ebc6cd9cb2c817811f2c94abb84c510b</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2024-12385</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2024-05-15 00:00:00"/>
    <updated date="2024-05-15 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-206.153.7]
- mmc: core: Initialize mmc_blk_ioc_data (Mikko Rapeli)  
- ahci: asm1064: asm1166: don't limit reported ports (Conrad Kostecki)  
- mmc: core: Fix switch on gp3 partition (Dominique Martinet)  
- Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory (Michael Kelley)  
- bpf: Protect against int overflow for stack access size (Andrei Matei)  
- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion (Bart Van Assche)  
- module: fix init_module_from_file() error handling (Linus Torvalds)  [Orabug: 36381490] 
- modules: catch concurrent module loads, treat them as idempotent (Linus Torvalds)  [Orabug: 36381490] 
- module: split up 'finit_module()' into init_module_from_file() helper (Linus Torvalds)  [Orabug: 36381490] 
- module: avoid allocation if module is already present and ready (Luis Chamberlain)  [Orabug: 36381490] 
- module: extract patient module check into helper (Luis Chamberlain)  [Orabug: 36381490] 
- module: move early sanity checks into a helper (Luis Chamberlain)  [Orabug: 36381490] 
- module: Move all into module/ (Aaron Tomlin)  [Orabug: 36381490] 
- fbdev: fix incorrect address computation in deferred IO (Nam Cao)  [Orabug: 36427407] 
- io_uring: ensure '0' is returned on file registration success (Jens Axboe)  [Orabug: 36544518] 
- io_uring: don't save/restore iowait state (Jens Axboe)  [Orabug: 36544518] 
- io_uring: drop any code related to SCM_RIGHTS (Jens Axboe)  [Orabug: 36544518] 
- io_uring/unix: drop usage of io_uring socket (Jens Axboe)  [Orabug: 36544518] 
- Revert 'selftests: mm: fix map_hugetlb failure on 64K page size systems' (Harshit Mogalapalli)  [Orabug: 36585256] 
- genirq/cpuhotplug: Retry with cpu_online_mask when migration fails (Dongli Zhang)  [Orabug: 36591489] 
- rds: Add garbage collection for receive ready cache (Hans Westgaard Ry)  [Orabug: 36382723] 
- exec, elf: ignore malformed note segments (Anthony Yznaga)  [Orabug: 36524976] 
- vfio/pds: Refactor/simplify reset logic (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Make sure migration file isn't accessed after reset (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Always clear the save/restore FDs on reset (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Move seq/ack bitmaps into region struct (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Pass region info to relevant functions (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Move and rename region specific info (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Only use a single SGL for both seq and ack (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Fix calculations in pds_vfio_dirty_sync (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Fix possible sleep while in atomic context (Brett Creeley)  [Orabug: 36525705] 
- vfio/pds: Fix mutex lock-&gt;magic != lock warning (Brett Creeley)  [Orabug: 36525705] 
- RDMA/cm: Print the old state when cm_destroy_id gets timeout (Mark Zhang)  [Orabug: 36546711] 
- igb: free up irq resources in device shutdown path. (Imran Khan)  [Orabug: 36547249] 
- net: rds: use maybe_get_net() when acquiring refcount on TCP sockets (Tetsuo Handa)  [Orabug: 34695506] 
- net: rds: acquire refcount on TCP sockets (Tetsuo Handa)  [Orabug: 34695506] 
- net: make sock_inuse_add() available (Eric Dumazet)  [Orabug: 34695506] 
- rds: Optimize rds_cfu_cache_do_gc (Hans Westgaard Ry)  [Orabug: 36195145] 
- rds: Optimize rds_percpu_caches garbage-collection (Hans Westgaard Ry)  [Orabug: 36195145] 
- rds: Add lfstack_pop_all (Hans Westgaard Ry)  [Orabug: 36195145] 
- KVM: arm64: Avoid soft lockups due to I-cache maintenance (Oliver Upton)  [Orabug: 36227024] 
- KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page() (Marc Zyngier)  [Orabug: 36227024] 
- arm64: tlbflush: Rename MAX_TLBI_OPS (Oliver Upton)  [Orabug: 36227024] 
- uek-rpm: aarch64: Build the ampere-cspmu driver (Dave Kleikamp)  [Orabug: 36227024] 
- perf: arm_cspmu: Reject events meant for other PMUs (Ilkka Koskinen)  [Orabug: 36227024] 
- docs/perf: Add ampere_cspmu to toctree to fix a build warning (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: Support implementation specific validation (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: Support implementation specific filters (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: Split 64-bit write to 32-bit writes (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: Separate Arm and vendor module (Besar Wicaksono)  [Orabug: 36227024] 
- perf/arm_cspmu: Decouple APMT dependency (Robin Murphy)  [Orabug: 36227024] 
- ACPI/APMT: Don't register invalid resource (Robin Murphy)  [Orabug: 36227024] 
- perf: arm_cspmu: Add missing MODULE_DEVICE_TABLE (Ilkka Koskinen)  [Orabug: 36227024] 
- perf/arm_cspmu: Fix event attribute type (Robin Murphy)  [Orabug: 36227024] 
- perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used (Ilkka Koskinen)  [Orabug: 36227024] 
- perf: arm_cspmu: Fix variable dereference warning (Besar Wicaksono)  [Orabug: 36227024] 
- perf: arm_cspmu: Fix module cyclic dependency (Besar Wicaksono)  [Orabug: 36227024] 
- perf: arm_cspmu: Fix build failure on x86_64 (Besar Wicaksono)  [Orabug: 36227024] 
- perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()s (Will Deacon)  [Orabug: 36227024] 
- ACPI: APMT: Fix kerneldoc and indentation (Besar Wicaksono)  [Orabug: 36227024] 
- perf: arm_cspmu: Add support for NVIDIA SCF and MCF attribute (Besar Wicaksono)  [Orabug: 36227024] 
- perf: arm_cspmu: Add support for ARM CoreSight PMU driver (Besar Wicaksono)  [Orabug: 36227024] 
- ACPI: ARM Performance Monitoring Unit Table (APMT) initial support (Besar Wicaksono)  [Orabug: 36227024] 
- ACPICA: Add support for ARM Performance Monitoring Unit Table. (Besar Wicaksono)  [Orabug: 36227024] 
- cpufreq: CPPC: Add per_cpu efficiency_class (Pierre Gondois)  [Orabug: 36227024] 
- bonding: rate-limit bonding driver inspect messages (Praveen Kumar Kannoju)  [Orabug: 36250567] 
- mlxbf_gige: stop interface during shutdown (David Thompson)  [Orabug: 36525636] 
- mlxbf_gige: call request_irq() after NAPI initialized (David Thompson)  [Orabug: 36525636] 
- mlxbf_gige: stop PHY during open() error paths (David Thompson)  [Orabug: 36525636] 
- mlxbf_gige: add support to display pause frame counters (David Thompson)  [Orabug: 36525636] 
- uek-rpm: Bluefield 3: Add missing mtd_blkdev module (Thomas Tai)  [Orabug: 36530434]

[5.15.0-206.153.6]
- rds/rdma: Fix congestion value for userspace consumption (Juan Garcia)  [Orabug: 36264651] 
- rds: Include transport protocol name in rds-info -k output (Juan Garcia)  [Orabug: 36264651] 
- rds/ib: Disable WARN_ON() when system is going down (Hans Westgaard Ry)  [Orabug: 36394501] 
- ipvlan: handle NETDEV_DOWN event (Venkat Venkatsubra)  [Orabug: 36500076]

[5.15.0-206.153.5]
- KVM: x86: Add BHI_NO (Daniel Sneddon)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bhi: Mitigate KVM by default (Pawan Gupta)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bhi: Add BHI mitigation knob (Pawan Gupta)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bhi: Enumerate Branch History Injection (BHI) bug (Pawan Gupta)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (Daniel Sneddon)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bhi: Add support for clearing branch history at syscall entry (Pawan Gupta)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/cpufeature: Add missing leaf enumeration (Daniel Sneddon)  [Orabug: 36509092]  {CVE-2024-2201}
- KVM: x86: Use a switch statement and macros in __feature_translate() (Jim Mattson)  [Orabug: 36509092]  {CVE-2024-2201}
- KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace (Jim Mattson)  [Orabug: 36509092]  {CVE-2024-2201}
- KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs (Sean Christopherson)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/bugs: Use sysfs_emit() (Borislav Petkov)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/cpu: Support AMD Automatic IBRS (Kim Phillips)  [Orabug: 36509092]  {CVE-2024-2201}
- Documentation/hw-vuln: Update spectre doc (Lin Yujun)  [Orabug: 36509092]  {CVE-2024-2201}
- x86/speculation: Reorder SRSO and GDS functions (Alexandre Chartre)  [Orabug: 36509092]  {CVE-2024-2201}
- rds/rdma: print connection up/down time while dropping/connecting (Juan Garcia)  [Orabug: 36264673]

[5.15.0-206.153.4]
- LTS version: v5.15.153 (Vijayendra Suman)  
- remoteproc: stm32: fix incorrect optional pointers (Arnd Bergmann)  
- regmap: Add missing map-&gt;bus check (Marek Vasut)  
- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (Fei Shao)  
- net: dsa: mt7530: fix handling of all link-local frames (Arinc UNAL)  
- net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (Arinc UNAL)  
- net: dsa: mt7530: fix handling of 802.1X PAE frames (Arinc UNAL)  
- net: dsa: mt7530: fix handling of LLDP frames (Arinc UNAL)  
- bpf: report RCU QS in cpumap kthread (Yan Zhai)  
- net: report RCU QS on threaded NAPI repolling (Yan Zhai)  
- rcu: add a helper to report consolidated flavor QS (Yan Zhai)  
- netfilter: nf_tables: do not compare internal table flags on updates (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: release elements in clone only from destroy path (Pablo Neira Ayuso)  
- octeontx2-af: Use separate handlers for interrupts (Subbaraya Sundeep)  
- net/bnx2x: Prevent access to a freed page in page_pool (Thinh Tran)  
- net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (Nikita Kiryushin)  
- hsr: Handle failures in module init (Felix Maurer)  
- wireguard: receive: annotate data-race around receiving_counter.counter (Nikita Zhandarovich)  
- vdpa/mlx5: Allow CVQ size changes (Jonah Palmer)  
- net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (Arinc UNAL)  
- net: veth: do not manipulate GRO when using XDP (Ignat Korchagin)  
- packet: annotate data-races around ignore_outgoing (Eric Dumazet)  
- net: ethernet: mtk_eth_soc: fix PPE hanging issue (Daniel Golle)  
- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (Daniel Golle)  
- net: mtk_eth_soc: move MAC_MCR setting to mac_finish() (Russell King (Oracle))  
- hsr: Fix uninit-value access in hsr_get_node() (Shigeru Yoshida)  
- soc: fsl: dpio: fix kcalloc() argument order (Arnd Bergmann)  
- s390/vtime: fix average steal time calculation (Mete Durlu)  
- octeontx2-af: Use matching wake_up API variant in CGX command interface (Linu Cherian)  
- nouveau: reset the bo resource bus info after an eviction (Dave Airlie)  
- usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (Colin Ian King)  
- staging: greybus: fix get_channel_from_mode() failure path (Dan Carpenter)  
- serial: 8250_exar: Don't remove GPIO device on suspend (Andy Shevchenko)  
- rtc: mt6397: select IRQ_DOMAIN instead of depending on it (Randy Dunlap)  
- kconfig: fix infinite loop when expanding a macro at the end of file (Masahiro Yamada)  
- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (Rafal Milecki)  
- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (Tudor Ambarus)  
- serial: max310x: fix syntax error in IRQ error message (Hugo Villeneuve)  
- tty: vt: fix 20 vs 0x20 typo in EScsiignore (Jiri Slaby (SUSE))  
- remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (Arnaud Pouliquen)  
- remoteproc: stm32: Fix incorrect type in assignment for va (Arnaud Pouliquen)  
- remoteproc: stm32: use correct format strings on 64-bit (Arnd Bergmann)  
- comedi: comedi_test: Prevent timers rescheduling during deletion (Ian Abbott)  
- afs: Revert 'afs: Hide silly-rename files from userspace' (David Howells)  
- f2fs: compress: fix reserve_cblocks counting error when out of space (Xiuhong Wang)  
- NFS: Fix an off by one in root_nfs_cat() (Christophe JAILLET)  
- watchdog: stm32_iwdg: initialize default timeout (Ben Wolsieffer)  
- NFSv4.2: fix listxattr maximum XDR buffer size (Jorge Mora)  
- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (Jorge Mora)  
- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (Christophe JAILLET)  
- scsi: bfa: Fix function pointer type mismatch for hcb_qe-&gt;cbfn (Arnd Bergmann)  
- RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store() (Alexey Kodanev)  
- RDMA/device: Fix a race between mad_client and cm_client init (Shifeng Li)  
- scsi: csiostor: Avoid function pointer casts (Arnd Bergmann)  
- f2fs: compress: fix to check unreleased compressed cluster (Sheng Yong)  
- f2fs: compress: fix to cover normal cluster write with cp_rwsem (Chao Yu)  
- f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info (Chao Yu)  
- f2fs: invalidate meta pages only for post_read required inode (Chao Yu)  
- f2fs: fix to invalidate META_MAPPING before DIO write (Chao Yu)  
- f2fs: replace congestion_wait() calls with io_schedule_timeout() (NeilBrown)  
- f2fs: invalidate META_MAPPING before IPU/DIO write (Hyeong-Jun Kim)  
- f2fs: multidevice: support direct IO (Chao Yu)  
- RDMA/srpt: Do not register event handler until srpt device is fully setup (William Kucharski)  
- ALSA: usb-audio: Stop parsing channels bits when all channels are found. (Johan Carlsson)  
- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops (Athaariq Ardhiansyah)  
- clk: zynq: Prevent null pointer dereference caused by kmalloc failure (Duoming Zhou)  
- clk: Fix clk_core_get NULL dereference (Bryan O'Donoghue)  
- sparc32: Fix section mismatch in leon_pci_grpci (Sam Ravnborg)  
- backlight: lp8788: Fully initialize backlight_properties during probe (Daniel Thompson)  
- backlight: lm3639: Fully initialize backlight_properties during probe (Daniel Thompson)  
- backlight: da9052: Fully initialize backlight_properties during probe (Daniel Thompson)  
- backlight: lm3630a: Don't set bl-&gt;props.brightness in get_brightness (Luca Weiss)  
- backlight: lm3630a: Initialize backlight_properties on init (Luca Weiss)  
- leds: sgm3140: Add missing timer cleanup and flash gpio control (Ondrej Jirman)  
- leds: aw2013: Unlock mutex before destroying it (George Stark)  
- powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc. (Michael Ellerman)  
- modules: wait do_free_init correctly (Changbin Du)  
- module: Add support for default value for module async_probe (Saravana Kannan)  
- drm/msm/dpu: add division of drm_display_mode's hskew parameter (Paloma Arellano)  
- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (Kajol Jain)  
- drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip (Hsin-Yi Wang)  
- media: mediatek: vcodec: avoid -Wcast-function-type-strict warning (Arnd Bergmann)  
- media: ttpci: fix two memleaks in budget_av_attach (Zhipeng Lu)  
- media: go7007: fix a memleak in go7007_load_encoder (Zhipeng Lu)  
- media: dvb-frontends: avoid stack overflow warnings with clang (Arnd Bergmann)  
- media: pvrusb2: fix uaf in pvr2_context_set_notify (Edward Adam Davis)  
- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int() (Srinivasan Shanmugam)  
- HID: amd_sfh: Update HPD sensor structure elements (Basavaraj Natikar)  
- ASoC: meson: axg-tdm-interface: add frame rate constraint (Jerome Brunet)  
- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs (Jerome Brunet)  
- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype (Arnd Bergmann)  
- mtd: maps: physmap-core: fix flash size larger than 32-bit (Baruch Siach)  
- drm/tidss: Fix initial plane zpos values (Tomi Valkeinen)  
- crypto: arm/sha - fix function cast warnings (Arnd Bergmann)  
- mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a ref (Peter Griffin)  
- mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref (Peter Griffin)  
- drm/tegra: put drm_gem_object ref on error in tegra_fb_create (Fedor Pchelkin)  
- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() (Christophe JAILLET)  
- clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() (Christophe JAILLET)  
- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken (Jorg Wedekind)  
- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions (AngeloGioacchino Del Regno)  
- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times (Konrad Dybcio)  
- media: pvrusb2: fix pvr2_stream_callback casts (Arnd Bergmann)  
- media: pvrusb2: remove redundant NULL check (Daniil Dulov)  
- media: go7007: add check of return value of go7007_read_addr() (Daniil Dulov)  
- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak (Lucas Stach)  
- media: sun8i-di: Fix chroma difference threshold (Jernej Skrabec)  
- media: sun8i-di: Fix power on/off sequences (Jernej Skrabec)  
- media: sun8i-di: Fix coefficient writes (Jernej Skrabec)  
- NTB: fix possible name leak in ntb_register_device() (Yang Yingliang)  
- NTB: EPF: fix possible memory leak in pci_vntb_probe() (ruanjinjie)  
- PCI: endpoint: Support NTB transfer between RC and EP (Frank Li)  
- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() (Christophe Leroy)  
- ASoC: meson: t9015: fix function pointer type mismatch (Jerome Brunet)  
- ASoC: meson: aiu: fix function pointer type mismatch (Jerome Brunet)  
- ASoC: meson: Use dev_err_probe() helper (Kuninori Morimoto)  
- perf stat: Avoid metric-only segv (Ian Rogers)  
- ALSA: seq: fix function cast warnings (Takashi Iwai)  
- drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode() (Nikita Zhandarovich)  
- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (Yang Jihong)  
- crypto: xilinx - call finalize with bh disabled (Quanyang Wang)  
- PCI: switchtec: Fix an error handling path in switchtec_pci_probe() (Christophe JAILLET)  
- PCI/P2PDMA: Fix a sleeping issue in a RCU read section (Christophe JAILLET)  
- quota: Fix rcu annotations of inode dquot pointers (Jan Kara)  
- quota: Fix potential NULL pointer dereference (Wang Jianjian)  
- quota: simplify drop_dquot_ref() (Baokun Li)  
- clk: qcom: reset: Ensure write completion on reset de/assertion (Konrad Dybcio)  
- clk: qcom: reset: Commonize the de/assert functions (Konrad Dybcio)  
- pinctrl: mediatek: Drop bogus slew rate register range for MT8192 (Chen-Yu Tsai)  
- media: edia: dvbdev: fix a use-after-free (Zhipeng Lu)  
- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity (Zhipeng Lu)  
- media: v4l2-tpg: fix some memleaks in tpg_alloc (Zhipeng Lu)  
- media: em28xx: annotate unchecked call to media_device_register() (Nikita Zhandarovich)  
- clk: meson: Add missing clocks to axg_clk_regmaps (Igor Prusov)  
- perf evsel: Fix duplicate initialization of data-&gt;id in evsel__parse_sample() (Yang Jihong)  
- drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' (Srinivasan Shanmugam)  
- drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' (Srinivasan Shanmugam)  
- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd (Mikhail Khvainitski)  
- perf record: Fix possible incorrect free in record__switch_output() (Yang Jihong)  
- PCI/DPC: Print all TLP Prefixes, not just the first (Ilpo Jarvinen)  
- media: tc358743: register v4l2 async device only after successful setup (Alexander Stein)  
- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA (Peter Robinson)  
- drm/lima: fix a memleak in lima_heap_alloc (Zhipeng Lu)  
- drm/rockchip: lvds: do not print scary message when probing defer (Quentin Schulz)  
- drm/rockchip: lvds: do not overwrite error code (Quentin Schulz)  
- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node (Zhipeng Lu)  
- drm/ttm: add ttm_resource_fini v2 (Christian Konig)  
- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (Harry Wentland)  
- drm/rockchip: inno_hdmi: Fix video timing (Alex Bee)  
- drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths of tegra_output_probe() (Christophe JAILLET)  
- drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe() (Christophe JAILLET)  
- drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe() (Christophe JAILLET)  
- drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+ (Dmitry Osipenko)  
- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path of tegra_dsi_probe() (Christophe JAILLET)  
- drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe() (Christophe JAILLET)  
- drm/tegra: dsi: Make use of the helper function dev_err_probe() (Cai Huoqing)  
- drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe (Zhang Shurong)  
- drm/tegra: dpaux: Populate AUX bus (Thierry Reding)  
- drm/tegra: dsi: Add missing check for of_find_device_by_node (Chen Ni)  
- dm: call the resume method on internal suspend (Mikulas Patocka)  
- dm raid: fix false positive for requeue needed during reshape (Ming Lei)  
- nfp: flower: handle acti_netdevs allocation failure (Duoming Zhou)  
- net/x25: fix incorrect parameter validation in the x25_getsockopt() function (Gavrilov Ilia)  
- net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function (Gavrilov Ilia)  
- udp: fix incorrect parameter validation in the udp_lib_getsockopt() function (Gavrilov Ilia)  
- l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function (Gavrilov Ilia)  
- ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function (Gavrilov Ilia)  
- bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument (Martin KaFai Lau)  
- bpf: net: Change sk_getsockopt() to take the sockptr_t argument (Martin KaFai Lau)  
- net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr (Martin KaFai Lau)  
- tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function (Gavrilov Ilia)  
- OPP: debugfs: Fix warning around icc_get_name() (Viresh Kumar)  
- net: phy: dp83822: Fix RGMII TX delay configuration (Tim Pambor)  
- net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmii (Tommaso Merciai)  
- net: hns3: fix port duplex configure error in IMP reset (Jie Wang)  
- net: hns3: fix kernel crash when 1588 is received on HIP08 devices (Yonglong Liu)  
- net: phy: fix phy_get_internal_delay accessing an empty array (Kevin L'hopital)  
- net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv() (Eric Dumazet)  
- ipv6: fib6_rules: flush route cache when rule is changed (Shiming Cheng)  
- bpf: Fix stackmap overflow check on 32-bit arches (Toke Hoiland-Jorgensen)  
- bpf: Fix hashtab overflow check on 32-bit arches (Toke Hoiland-Jorgensen)  
- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches (Toke Hoiland-Jorgensen)  
- sr9800: Add check for usbnet_get_endpoints (Chen Ni)  
- Bluetooth: hci_core: Fix possible buffer overflow (Luiz Augusto von Dentz)  
- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional() (Bartosz Golaszewski)  
- Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855 (Steev Klimaszewski)  
- Bluetooth: Remove superfluous call to hci_conn_check_pending() (Jonas Dressler)  
- igb: Fix missing time sync events (Vinicius Costa Gomes)  
- igb: move PEROUT and EXTTS isr logic to separate functions (Ruud Bos)  
- iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected (Ethan Zhao)  
- PCI: Make pci_dev_is_disconnected() helper public for other drivers (Ethan Zhao)  
- wifi: rtw88: 8821c: Fix false alarm count (Bitterblue Smith)  
- mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function (Christophe JAILLET)  
- SUNRPC: fix some memleaks in gssx_dec_option_array (Zhipeng Lu)  
- x86, relocs: Ignore relocations in .notes section (Kees Cook)  
- ACPI: scan: Fix device check notification handling (Rafael J. Wysocki)  
- ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_override (Maxim Kudinov)  
- ACPI: resource: Do IRQ override on Lunnen Ground laptops (Alexey I. Froloff)  
- ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (David McFarland)  
- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (Rafal Milecki)  
- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node (Michal Vokac)  
- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address (Michal Vokac)  
- ARM: dts: imx6dl-yapp4: Move phy reset into switch node (Michal Vokac)  
- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes (Geert Uytterhoeven)  
- arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values (Geert Uytterhoeven)  
- ARM: dts: arm: realview: Fix development chip ROM compatible value (Geert Uytterhoeven)  
- net: ena: Remove ena_select_queue (Kamal Heib)  
- wifi: brcmsmac: avoid function pointer casts (Arnd Bergmann)  
- iommu/amd: Mark interrupt as managed (Mario Limonciello)  
- bus: tegra-aconnect: Update dependency to ARCH_TEGRA (Peter Robinson)  
- ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit() (Armin Wolf)  
- wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces (Alexis Lothore)  
- wireless: Remove redundant 'flush_workqueue()' calls (Christophe JAILLET)  
- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly (Yonghong Song)  
- arm64: dts: mediatek: mt7622: add missing 'device_type' to memory nodes (Rafal Milecki)  
- arm64: dts: mt8183: Move CrosEC base detection node to kukui-based DTs (Nicolas F. R. A. Prado)  
- arm64: dts: mt8183: kukui: Split out keyboard node and describe detachables (Hsin-Yi Wang)  
- arm64: dts: mt8183: kukui: Add Type C node (Prashant Malani)  
- ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() (Eric Dumazet)  
- s390/vdso: drop '-fPIC' from LDFLAGS (Nathan Chancellor)  
- wifi: iwlwifi: mvm: don't set replay counters to 0xff (Johannes Berg)  
- pwm: sti: Fix capture for st,pwm-num-chan &lt; st,capture-num-chan (Uwe Kleine-Konig)  
- pwm: sti: Implement .apply() callback (Uwe Kleine-Konig)  
- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() (Zhipeng Lu)  
- net: blackhole_dev: fix build warning for ethh set but not used (Breno Leitao)  
- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support (Uwe Kleine-Konig)  
- pwm: atmel-hlcdc: Use consistent variable naming (Uwe Kleine-Konig)  
- pwm: atmel-hlcdc: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS (Tim Harvey)  
- wifi: iwlwifi: fix EWRD table validity check (Miri Korenblit)  
- wifi: iwlwifi: dbg-tlv: ensure NUL termination (Johannes Berg)  
- wifi: iwlwifi: mvm: report beacon protection failures (Johannes Berg)  
- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete (Toke Hoiland-Jorgensen)  
- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card signals on BL board (Frieder Schrempf)  
- arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card IO voltage (Frieder Schrempf)  
- arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card (Frieder Schrempf)  
- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART signals on BL board (Frieder Schrempf)  
- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals on SL/BL i.MX8MM (Frieder Schrempf)  
- cpufreq: mediatek-hw: Don't error out if supply is not found (Nicolas F. R. A. Prado)  
- af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc(). (Kuniyuki Iwashima)  
- bpftool: Silence build warning about calloc() (Tiezhu Yang)  
- inet_diag: annotate data-races around inet_diag_table[] (Eric Dumazet)  
- sock_diag: annotate data-races around sock_diag_handlers[family] (Eric Dumazet)  
- cpufreq: mediatek-hw: Wait for CPU supplies before probing (Nicolas F. R. A. Prado)  
- cpufreq: Explicitly include correct DT includes (Rob Herring)  
- wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir() (Jinjie Ruan)  
- wifi: wilc1000: fix multi-vif management when deleting a vif (Ajay Singh)  
- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work (Martin Kaistra)  
- wifi: wilc1000: fix RCU usage in connect path (Alexis Lothore)  
- wifi: wilc1000: fix declarations ordering (Alexis Lothore)  
- wifi: b43: Disable QoS for bcm4331 (Rahul Rameshbabu)  
- wifi: b43: Stop correct queue in DMA worker when QoS is disabled (Rahul Rameshbabu)  
- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled (Rahul Rameshbabu)  
- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled (Rahul Rameshbabu)  
- wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (Xingyuan Mo)  
- sched/fair: Take the scheduling domain into account in select_idle_core() (Keisuke Nishimura)  
- timekeeping: Fix cross-timestamp interpolation for non-x86 (Peter Hilber)  
- timekeeping: Fix cross-timestamp interpolation corner case decision (Peter Hilber)  
- timekeeping: Fix cross-timestamp interpolation on counter wrap (Peter Hilber)  
- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts (Chun-Yi Lee)  
- rtc: test: Fix invalid format specifier. (David Gow)  
- time: test: Fix incorrect format specifier (David Gow)  
- lib/cmdline: Fix an invalid format specifier in an assertion msg (David Gow)  
- md: Don't clear MD_CLOSING when the raid is about to stop (Li Nan)  
- fs/select: rework stack allocation hack for clang (Arnd Bergmann)  
- s390/dasd: fix double module refcount decrement (Miroslav Franc)  
- s390/dasd: Use dev_*() for device log messages (Jan Hoppner)  
- s390/dasd: add autoquiesce feature (Stefan Haberland)  
- s390/dasd: add copy pair setup (Stefan Haberland)  
- s390/dasd: add query PPRC function (Stefan Haberland)  
- s390/dasd: put block allocation in separate function (Stefan Haberland)  
- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak (Nikita Zhandarovich)  
- ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll (Stuart Henderson)  
- ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono mode (Stuart Henderson)  
- ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC (Stuart Henderson)  
- Input: gpio_keys_polled - suppress deferred probe error for gpio (Uwe Kleine-Konig)  
- ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tablet (Alban Boye)  
- firewire: core: use long bus reset on gap count error (Takashi Sakamoto)  
- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security (Yuxuan Hu)  
- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (Prike Liang)  
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port (Kailang Yang)  
- scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (Ranjan Kumar)  
- dm-verity, dm-crypt: align 'struct bvec_iter' correctly (Mikulas Patocka)  
- block: sed-opal: handle empty atoms when parsing response (Greg Joyce)  
- parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check (Max Kellermann)  
- net/iucv: fix the allocation size of iucv_path_table array (Alexander Gordeev)  
- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (Hou Tao)  
- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (Hou Tao)  
- riscv: dts: sifive: add missing #interrupt-cells to pmic (Conor Dooley)  
- RDMA/mlx5: Relax DEVX access upon modify commands (Yishai Hadas)  
- RDMA/mlx5: Fix fortify source warning while accessing Eth segment (Leon Romanovsky)  
- gen_compile_commands: fix invalid escape sequence warning (Andrew Ballance)  
- HID: multitouch: Add required quirk for Synaptics 0xcddc device (Manuel Fombuena)  
- MIPS: Clear Cause.BD in instruction_pointer_set (Jiaxun Yang)  
- x86/xen: Add some null pointer checking to smp.c (Kunwu Chan)  
- ASoC: rt5645: Make LattePanda board DMI match more precise (Hans de Goede)  
- selftests: tls: use exact comparison in recv_partial (Jakub Kicinski)  
- rcu-tasks: Provide rcu_trace_implies_rcu_gp() (Paul E. McKenney)  
- LTS version: v5.15.152 (Vijayendra Suman)  
- serial: max310x: fix IO data corruption in batched operations (Jan Kundrat)  
- serial: max310x: make accessing revision id interface-agnostic (Cosmin Tanislav)  
- regmap: Add bulk read/write callbacks into regmap_config (Marek Vasut)  
- regmap: allow to define reg_update_bits for no bus configuration (Ansuel Smith)  
- ALSA: usb-audio: Sort quirk table entries (Takashi Iwai)  
- ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless (Takashi Iwai)  
- ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_sync_format() (Jaroslav Kysela)  
- ALSA: usb-audio: Fix wrong kfree issue in snd_usb_endpoint_free_all (Wan Jiabing)  
- fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand() (Oleg Nesterov)  
- proc: Use task_is_running() for wchan in /proc//stat (Kees Cook)  
- getrusage: use sig-&gt;stats_lock rather than lock_task_sighand() (Oleg Nesterov)  
- getrusage: use __for_each_thread() (Oleg Nesterov)  
- getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand() (Oleg Nesterov)  
- getrusage: add the 'signal_struct *sig' local variable (Oleg Nesterov)  
- drm/amd/display: Increase frame-larger-than for all display_mode_vba files (Nathan Chancellor)  
- drm/amd/display: remove DML Makefile duplicate lines (Magali Lemes)  
- drm/amd/display: move calcs folder into DML (Isabella Basso)  
- drm/amd/display: Re-arrange FPU code structure for dcn2x (Qingqing Zhuo)  
- selftests: mptcp: decrease BW in simult flows (Matthieu Baerts (NGI0))  
- drm/amdgpu: Reset IH OVERFLOW_CLEAR bit (Friedrich Vock)  
- drm/amd/pm: do not expose the API used internally only in kv_dpm.c (Evan Quan)  
- serial: max310x: prevent infinite while() loop in port startup (Hugo Villeneuve)  
- serial: max310x: use a separate regmap for each port (Cosmin Tanislav)  
- serial: max310x: use regmap methods for SPI batch operations (Cosmin Tanislav)  
- xhci: handle isoc Babble and Buffer Overrun events properly (Michal Pecio)  
- xhci: process isoc TD properly when there was a transaction error mid TD. (Mathias Nyman)  
- selftests: mm: fix map_hugetlb failure on 64K page size systems (Nico Pache)  
- selftests/mm: switch to bash from sh (Muhammad Usama Anjum)  
- nfp: flower: add hardware offload check for post ct entry (Hui Zhou)  
- nfp: flower: add goto_chain_index for ct entry (Wentao Jia)  
- drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() &amp; write_dpcd()' functions (Srinivasan Shanmugam)  
- ALSA: usb-audio: add quirk for RODE NT-USB+ (Sean Young)  
- ALSA: usb-audio: Fix microphone sound on Nexigo webcam. (Christos Skevis)  
- ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless (Jaroslav Kysela)  
- ALSA: usb-audio: Add quirk for Tascam Model 12 (John Keeping)  
- ALSA: usb-audio: Avoid superfluous endpoint setup (Takashi Iwai)  
- ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params() (Takashi Iwai)  
- ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params() (Takashi Iwai)  
- ALSA: usb-audio: Properly refcounting clock rate (Takashi Iwai)  
- ALSA: usb-audio: Split endpoint setups for hw_params and prepare (take#2) (Takashi Iwai)  
- ALSA: usb-audio: Clear fixed clock rate at closing EP (Takashi Iwai)  
- ALSA: usb-audio: Refcount multiple accesses on the single clock (Takashi Iwai)  
- netrom: Fix data-races around sysctl_net_busy_read (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_link_fails_count (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_routing_control (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_busy_delay (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_transport_timeout (Jason Xing)  
- netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser (Jason Xing)  
- netrom: Fix a data-race around sysctl_netrom_default_path_quality (Jason Xing)  
- erofs: apply proper VMA alignment for memory mapped files on THP (Gao Xiang)  
- netfilter: nf_conntrack_h323: Add protection for bmp length out of range (Lena Wang)  
- netfilter: nft_ct: fix l3num expectations with inet pseudo family (Florian Westphal)  
- cpumap: Zero-initialise xdp_rxq_info struct before running XDP program (Toke Hoiland-Jorgensen)  
- net/ipv6: avoid possible UAF in ip6_route_mpath_notify() (Eric Dumazet)  
- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (Rand Deeb)  
- net: sparx5: Fix use after free inside sparx5_del_mact_entry (Horatiu Vultur)  
- geneve: make sure to pull inner header in geneve_rx() (Eric Dumazet)  
- tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (Steven Rostedt (Google))  
- i40e: disable NAPI right after disabling irqs when handling xsk_pool (Maciej Fijalkowski)  
- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (Maciej Fijalkowski)  
- net: lan78xx: fix runtime PM count underflow on link stop (Oleksij Rempel)  
- mmc: mmci: stm32: fix DMA API overlapping mappings warning (Christophe Kerello)  
- mmc: mmci: stm32: use a buffer for unaligned DMA requests (Yann Gautier)  
- LTS version: v5.15.151 (Vijayendra Suman)  
- mptcp: fix double-free on socket dismantle (Davide Caratti)  
- Revert 'tls: rx: move counting TlsDecryptErrors for sync' (Gal Pressman)  
- net: tls: fix async vs NIC crypto offload (Jakub Kicinski)  
- bpf: Derive source IP addr via bpf_*_fib_lookup() (Martynas Pumputis)  
- bpf: Add table ID to bpf_fib_lookup BPF helper (Louis DeLosSantos)  
- bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup (Martin KaFai Lau)  
- Revert 'interconnect: Teach lockdep about icc_bw_lock order' (Greg Kroah-Hartman)  
- Revert 'interconnect: Fix locking for runpm vs reclaim' (Greg Kroah-Hartman)  
- gpio: fix resource unwinding order in error path (Bartosz Golaszewski)  
- gpiolib: Fix the error path order in gpiochip_add_data_with_key() (Andy Shevchenko)  
- gpio: 74x164: Enable output pins after registers are reset (Arturas Moskvinas)  
- fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super (Oscar Salvador)  
- cachefiles: fix memory leak in cachefiles_add_cache() (Baokun Li)  
- mptcp: fix possible deadlock in subflow diag (Paolo Abeni)  
- mptcp: push at DSS boundaries (Paolo Abeni)  
- mptcp: add needs_id for netlink appending addr (Geliang Tang)  
- mptcp: clean up harmless false expressions (Jean Sacren)  
- selftests: mptcp: add missing kconfig for NF Filter in v6 (Matthieu Baerts (NGI0))  
- selftests: mptcp: add missing kconfig for NF Filter (Matthieu Baerts (NGI0))  
- mptcp: rename timer related helper to less confusing names (Paolo Abeni)  
- mptcp: process pending subflow error on close (Paolo Abeni)  
- mptcp: move __mptcp_error_report in protocol.c (Paolo Abeni)  
- x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (Paolo Bonzini)  
- pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation (Bjorn Andersson)  
- mmc: sdhci-xenon: fix PHY init clock stability (Elad Nachman)  
- mmc: sdhci-xenon: add timeout for PHY init complete (Elad Nachman)  
- mmc: core: Fix eMMC initialization with 1-bit bus connection (Ivan Semenov)  
- dmaengine: fsl-qdma: init irq after reg initialization (Curtis Klein)  
- dmaengine: ptdma: use consistent DMA masks (Tadeusz Struk)  
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read (Peng Ma)  
- btrfs: dev-replace: properly validate device names (David Sterba)  
- wifi: nl80211: reject iftype change with mesh ID change (Johannes Berg)  
- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (Alexander Ofitserov)  
- ALSA: firewire-lib: fix to check cycle continuity (Takashi Sakamoto)  
- tomoyo: fix UAF write bug in tomoyo_write_control() (Tetsuo Handa)  
- riscv: Sparse-Memory/vmemmap out-of-bounds fix (Dimitris Vlachos)  
- fbcon: always restore the old font data in fbcon_do_set_font() (Jiri Slaby (SUSE))  
- ALSA: Drop leftover snd-rtctimer stuff from Makefile (Takashi Iwai)  
- power: supply: bq27xxx-i2c: Do not free non existing IRQ (Hans de Goede)  
- efi/capsule-loader: fix incorrect allocation size (Arnd Bergmann)  
- tls: decrement decrypt_pending if no async completion will be called (Sabrina Dubroca)  
- tls: rx: use async as an in-out argument (Jakub Kicinski)  
- tls: rx: assume crypto always calls our callback (Jakub Kicinski)  
- tls: rx: move counting TlsDecryptErrors for sync (Jakub Kicinski)  
- tls: rx: don't track the async count (Jakub Kicinski)  
- tls: rx: factor out writing ContentType to cmsg (Jakub Kicinski)  
- tls: rx: wrap decryption arguments in a structure (Jakub Kicinski)  
- tls: rx: don't report text length from the bowels of decrypt (Jakub Kicinski)  
- tls: rx: drop unnecessary arguments from tls_setup_from_iter() (Jakub Kicinski)  
- tls: hw: rx: use return value of tls_device_decrypted() to carry status (Jakub Kicinski)  
- tls: rx: refactor decrypt_skb_update() (Jakub Kicinski)  
- tls: rx: don't issue wake ups when data is decrypted (Jakub Kicinski)  
- tls: rx: don't store the decryption status in socket context (Jakub Kicinski)  
- tls: rx: don't store the record type in socket context (Jakub Kicinski)  
- igb: extend PTP timestamp adjustments to i211 (Oleksij Rempel)  
- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (Lin Ma)  
- netfilter: bridge: confirm multicast packets before passing them up the stack (Florian Westphal)  
- netfilter: let reset rules clean out conntrack entries (Florian Westphal)  
- netfilter: make function op structures const (Florian Westphal)  
- netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook (Florian Westphal)  
- netfilter: nfnetlink_queue: silence bogus compiler warning (Florian Westphal)  
- Bluetooth: Enforce validation on max value of connection interval (Kai-Heng Feng)  
- Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR (Zijun Hu)  
- Bluetooth: Avoid potential use-after-free in hci_error_reset (Ying Hsu)  
- stmmac: Clear variable when destroying workqueue (Jakub Raczynski)  
- uapi: in6: replace temporary label with rfc9486 (Justin Iurman)  
- veth: try harder when allocating queue memory (Jakub Kicinski)  
- net: enable memcg accounting for veth queues (Vasily Averin)  
- lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected (Oleksij Rempel)  
- ipv6: fix potential 'struct net' leak in inet6_rtm_getaddr() (Eric Dumazet)  
- net: veth: clear GRO when clearing XDP even when down (Jakub Kicinski)  
- cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back (Doug Smythies)  
- tun: Fix xdp_rxq_info's queue_index when detaching (Yunjian Wang)  
- net: ip_tunnel: prevent perpetual headroom growth (Florian Westphal)  
- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter (Ryosuke Yasuoka)  
- mtd: spinand: gigadevice: Fix the get ecc status issue (Han Xu)  
- netfilter: nf_tables: disallow timeout for anonymous sets (Pablo Neira Ayuso)  
- LTS version: v5.15.150 (Vijayendra Suman)  
- r8169: use new PM macros (Heiner Kallweit)  
- netfilter: nf_tables: can't schedule in nft_chain_validate (Florian Westphal)  
- ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() (Baokun Li)  
- ext4: regenerate buddy after block freeing failed if under fc replay (Baokun Li)  
- netfilter: nf_tables: fix scheduling-while-atomic splat (Florian Westphal)  
- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio (Bart Van Assche)  
- i2c: imx: when being a target, mark the last read as processed (Corey Minyard)  
- i2c: imx: Add timer for handling the stop condition (Corey Minyard)  
- drm/amd/display: Fix memory leak in dm_sw_fini() (Armin Wolf)  
- drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set (Erik Kurzinger)  
- netfilter: nft_flow_offload: release dst in case direct xmit path is used (Pablo Neira Ayuso)  
- netfilter: nft_flow_offload: reset dst in route object after setting up flow (Pablo Neira Ayuso)  
- netfilter: flowtable: simplify route logic (Pablo Neira Ayuso)  
- netfilter: nf_tables: set dormant flag on hook register failure (Florian Westphal)  
- tls: stop recv() if initial process_rx_list gave us non-DATA (Sabrina Dubroca)  
- tls: rx: drop pointless else after goto (Jakub Kicinski)  
- tls: rx: jump to a more appropriate label (Jakub Kicinski)  
- s390: use the correct count for __iowrite64_copy() (Jason Gunthorpe)  
- octeontx2-af: Consider the action set by PF (Subbaraya Sundeep)  
- drm/nouveau/instmem: fix uninitialized_var.cocci warning (Guo Zhengkui)  
- packet: move from strlcpy with unused retval to strscpy (Wolfram Sang)  
- ipv6: sr: fix possible use-after-free and null-ptr-deref (Vasiliy Kovalev)  
- afs: Increase buffer size in afs_update_volume_status() (Daniil Dulov)  
- bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel (Martin KaFai Lau)  
- ata: ahci_ceva: fix error handling for Xilinx GT PHY support (Radhey Shyam Pandey)  
- ata: libahci_platform: Introduce reset assertion/deassertion methods (Serge Semin)  
- ata: libahci_platform: Convert to using devm bulk clocks API (Serge Semin)  
- ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid (Eric Dumazet)  
- ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid (Eric Dumazet)  
- net: stmmac: Fix incorrect dereference in interrupt handlers (Pavel Sakharov)  
- nouveau: fix function cast warnings (Arnd Bergmann)  
- scsi: jazz_esp: Only build if SCSI core is builtin (Randy Dunlap)  
- bpf, scripts: Correct GPL license name (Gianmarco Lusvardi)  
- RDMA/srpt: fix function pointer cast warnings (Arnd Bergmann)  
- arm64: dts: rockchip: set num-cs property for spi on px30 (Heiko Stuebner)  
- RDMA/qedr: Fix qedr_create_user_qp error flow (Kamal Heib)  
- RDMA/srpt: Support specifying the srpt_service_guid parameter (Bart Van Assche)  
- RDMA/irdma: Add AE for too many RNRS (Mustafa Ismail)  
- RDMA/irdma: Set the CQ read threshold for GEN 1 (Mustafa Ismail)  
- RDMA/irdma: Validate max_send_wr and max_recv_wr (Shiraz Saleem)  
- RDMA/irdma: Fix KASAN issue with tasklet (Mike Marciniszyn)  
- RDMA/bnxt_re: Return error for SRQ resize (Kalesh AP)  
- IB/hfi1: Fix a memleak in init_credit_return (Zhipeng Lu)  
- cifs: add a warning when the in-flight count goes negative (Shyam Prasad N)  
- xhci: track port suspend state correctly in unsuccessful resume cases (Mathias Nyman)  
- xhci: decouple usb2 port resume and get_port_status request handling (Mathias Nyman)  
- xhci: clear usb2 resume related variables in one place. (Mathias Nyman)  
- xhci: rename resume_done to resume_timestamp (Mathias Nyman)  
- xhci: move port specific items such as state completions to port structure (Mathias Nyman)  
- xhci: cleanup xhci_hub_control port references (Mathias Nyman)  
- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CBA (Paul Menzel)  
- ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA (Tamim Khan)  
- ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks (Hans de Goede)  
- ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA (Tamim Khan)  
- ACPI: resource: Add ASUS model S5402ZA to quirks (Kellen Renshaw)  
- ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 (Hans de Goede)  
- ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch (Rafal Milecki)  
- arm64: dts: rockchip: add SPDIF node for ROCK Pi 4 (Alex Bee)  
- arm64: dts: rockchip: add ES8316 codec for ROCK Pi 4 (Alex Bee)  
- arm64: dts: rockchip: fix regulator name on rk3399-rock-4 (FUKAUMI Naoki)  
- exfat: support dynamic allocate bh for exfat_entry_set_cache (Yuezhang Mo)  
- wifi: iwlwifi: mvm: avoid baid size integer overflow (Johannes Berg)  
- igb: Fix igb_down hung on surprise removal (Ying Hsu)  
- wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point() (Gustavo A. R. Silva)  
- bpf: Address KCSAN report on bpf_lru_list (Martin KaFai Lau)  
- wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range (Maxime Bizon)  
- sched/fair: Don't balance task to its current running CPU (Yicong Yang)  
- arm64: mm: fix VA-range sanity check (Mark Rutland)  
- arm64: set __exception_irq_entry with __irq_entry as a default (Youngmin Nam)  
- ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e (3371 AMD version) (Hans de Goede)  
- ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 (Hans de Goede)  
- ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A (Hans de Goede)  
- btrfs: add xxhash to fast checksum implementations (David Sterba)  
- posix-timers: Ensure timer ID search-loop limit is valid (Thomas Gleixner)  
- md/raid10: prevent soft lockup while flush writes (Yu Kuai)  
- md: fix data corruption for raid456 when reshape restart while grow up (Yu Kuai)  
- nbd: Add the maximum limit of allocated index in nbd_dev_add (Zhong Jinghua)  
- debugobjects: Recheck debug_objects_enabled before reporting (Tetsuo Handa)  
- netfilter: nf_tables: add rescheduling points during loop detection walks (Florian Westphal)  
- net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs (Peilin Ye)  
- Input: iqs269a - do not poll during ATI (Jeff LaBundy)  
- Input: iqs269a - do not poll during suspend or resume (Jeff LaBundy)  
- Input: iqs269a - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() (Jonathan Cameron)  
- PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro (Paul Cercueil)  
- mmc: mxc: Use the new PM macros (Paul Cercueil)  
- mmc: jz4740: Use the new PM macros (Paul Cercueil)  
- PM: core: Add new *_PM_OPS macros, deprecate old ones (Paul Cercueil)  
- PM: core: Redefine pm_ptr() macro (Paul Cercueil)  
- powerpc/eeh: Set channel state after notifying the drivers (Ganesh Goudar)  
- powerpc/eeh: Small refactor of eeh_handle_normal_event() (Daniel Axtens)  
- powerpc/rtas: ensure 4KB alignment for rtas_data_buf (Nathan Lynch)  
- powerpc/rtas: make all exports GPL (Nathan Lynch)  
- net: ethernet: ti: add missing of_node_put before return (Wang Qing)  
- dt-bindings: clocks: imx8mp: Add ID for usb suspend clock (Li Jun)  
- clk: imx8mp: add clkout1/2 support (Lucas Stach)  
- clk: imx8mp: Add DISP2 pixel clock (Marek Vasut)  
- serial: 8250: Remove serial_rs485 sanitization from em485 (Ilpo Jarvinen)  
- cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() (Enzo Matsumiya)  
- kernel/sched: Remove dl_boosted flag comment (Hui Su)  
- drm/i915/dg1: Update DMC_DEBUG3 register (Chuansheng Liu)  
- f2fs: write checkpoint during FG_GC (Byungki Lee)  
- f2fs: don't set GC_FAILURE_PIN for background GC (Chao Yu)  
- drm/amdgpu: init iommu after amdkfd device init (Yifan Zhang)  
- tools/virtio: fix build (Stefano Garzarella)  
- perf beauty: Update copy of linux/socket.h with the kernel sources (Arnaldo Carvalho de Melo)  
- tools headers UAPI: Sync linux/fscrypt.h with the kernel sources (Arnaldo Carvalho de Melo)  
- ARM: dts: BCM53573: Drop nonexistent 'default-off' LED trigger (Rafal Milecki)  
- acpi: property: Let args be NULL in __acpi_node_get_property_reference (Sakari Ailus)  
- platform/x86: asus-wmi: Document the dgpu_disable sysfs attribute (Luke D. Jones)  
- clk: linux/clk-provider.h: fix kernel-doc warnings and typos (Randy Dunlap)  
- RDMA/siw: Correct wrong debug message (Guoqing Jiang)  
- RDMA/siw: Balance the reference of cep-&gt;kref in the error path (Guoqing Jiang)  
- ARM: dts: BCM53573: Drop nonexistent #usb-cells (Rafal Milecki)  
- selftests: net: vrf-xfrm-tests: change authentication and encryption algos (Magali Lemes)  
- MIPS: vpe-mt: drop physical_memsize (Randy Dunlap)  
- MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set (Randy Dunlap)  
- powerpc/pseries/lpar: add missing RTAS retry status handling (Nathan Lynch)  
- powerpc/perf/hv-24x7: add missing RTAS retry status handling (Nathan Lynch)  
- powerpc/pseries/lparcfg: add missing RTAS retry status handling (Nathan Lynch)  
- clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() (Chen-Yu Tsai)  
- clk: qcom: gpucc-sdm845: fix clk_dis_wait being programmed for CX GDSC (Dmitry Baryshkov)  
- clk: qcom: gpucc-sc7180: fix clk_dis_wait being programmed for CX GDSC (Dmitry Baryshkov)  
- powerpc/powernv/ioda: Skip unallocated resources when mapping to PE (Frederic Barrat)  
- Input: ads7846 - don't check penirq immediately for 7845 (Luca Ellero)  
- Input: ads7846 - always set last command to PWRDOWN (Luca Ellero)  
- clk: imx: avoid memory leak (Peng Fan)  
- clk: renesas: cpg-mssr: Remove superfluous check in resume code (Geert Uytterhoeven)  
- Input: ads7846 - don't report pressure for ads7845 (Luca Ellero)  
- clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed (Alexey Khoroshilov)  
- Input: iqs269a - increase interrupt handler return delay (Jeff LaBundy)  
- Input: iqs269a - configure device with a single block write (Jeff LaBundy)  
- Input: iqs269a - drop unused device node references (Jeff LaBundy)  
- RISC-V: fix funct4 definition for c.jalr in parse_asm.h (Heiko Stuebner)  
- mtd: rawnand: sunxi: Fix the size of the last OOB region (Samuel Holland)  
- clk: qcom: gcc-qcs404: fix names of the DSI clocks used as parents (Dmitry Baryshkov)  
- clk: qcom: gcc-qcs404: disable gpll[04]_out_aux parents (Dmitry Baryshkov)  
- clk: imx: imx8mp: add shared clk gate for usb suspend clk (Li Jun)  
- mptcp: fix lockless access in subflow ULP diag (Paolo Abeni)  
- usb: roles: don't get/set_role() when usb_role_switch is unregistered (Xu Yang)  
- usb: roles: fix NULL pointer issue when put module's reference (Xu Yang)  
- usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs (Krishna Kurapati)  
- usb: cdns3: fix memory double free when handle zero packet (Frank Li)  
- usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable() (Frank Li)  
- usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers (Pawel Laszczak)  
- usb: cdnsp: blocked some cdns3 specific code (Pawel Laszczak)  
- serial: amba-pl011: Fix DMA transmission in RS485 mode (Lino Sanfilippo)  
- x86/alternative: Make custom return thunk unconditional (Peter Zijlstra)  
- Revert 'x86/alternative: Make custom return thunk unconditional' (Borislav Petkov (AMD))  
- x86/returnthunk: Allow different return thunks (Peter Zijlstra)  
- x86/ftrace: Use alternative RET encoding (Peter Zijlstra)  
- x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Peter Zijlstra)  
- x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR (Peter Zijlstra)  
- Revert 'x86/ftrace: Use alternative RET encoding' (Borislav Petkov (AMD))  
- ARM: ep93xx: Add terminator to gpiod_lookup_table (Nikita Shubin)  
- l2tp: pass correct message length to ip6_append_data (Tom Parkin)  
- PCI/MSI: Prevent MSI hardware interrupt number truncation (Vidya Sagar)  
- gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() (Vasiliy Kovalev)  
- KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() (Oliver Upton)  
- KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler (Oliver Upton)  
- platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names (Hans de Goede)  
- dm-crypt: don't modify the data when using authenticated encryption (Mikulas Patocka)  
- drm/ttm: Fix an invalid freeing on already freed page in error path (Thomas Hellstrom)  
- IB/hfi1: Fix sdma.h tx-&gt;num_descs off-by-one error (Daniel Vacek)  
- erofs: fix lz4 inplace decompression (Gao Xiang)  
- pmdomain: renesas: r8a77980-sysc: CR7 must be always on (Geert Uytterhoeven)  
- pmdomain: mediatek: fix race conditions with genpd (Eugen Hristev)  
- virtio-blk: Ensure no requests in virtqueues before deleting vqs. (Yi Sun)  
- drm/amdgpu: reset gpu for s3 suspend abort case (Prike Liang)  
- drm/amdgpu: skip to program GFXDEC registers for suspend abort (Prike Liang)  
- firewire: core: send bus reset promptly on gap count error (Takashi Sakamoto)  
- scsi: lpfc: Use unsigned type for num_sge (Hannes Reinecke)  
- hwmon: (coretemp) Enlarge per package core count limit (Zhang Rui)  
- efi: Don't add memblocks for soft-reserved memory (Andrew Bresticker)  
- efi: runtime: Fix potential overflow of soft-reserved region size (Andrew Bresticker)  
- wifi: mac80211: adding missing drv_mgd_complete_tx() call (Johannes Berg)  
- fs/ntfs3: Fix oob in ntfs_listxattr (Edward Adam Davis)  
- fs/ntfs3: Update inode-&gt;i_size after success write into compressed file (Konstantin Komarov)  
- fs/ntfs3: Correct function is_rst_area_valid (Konstantin Komarov)  
- fs/ntfs3: Prevent generic message 'attempt to access beyond end of device' (Konstantin Komarov)  
- fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache (Ism Hong)  
- fs/ntfs3: Disable ATTR_LIST_ENTRY size check (Konstantin Komarov)  
- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (Konstantin Komarov)  
- fs/ntfs3: Fix detected field-spanning write (size 8) of single field 'le-&gt;name' (Konstantin Komarov)  
- fs/ntfs3: Print warning while fixing hard links count (Konstantin Komarov)  
- fs/ntfs3: Correct hard links updating when dealing with DOS names (Konstantin Komarov)  
- fs/ntfs3: Improve ntfs_dir_count (Konstantin Komarov)  
- fs/ntfs3: Modified fix directory element type detection (Konstantin Komarov)  
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table (Szilard Fabian)  
- ext4: correct the hole length returned by ext4_map_blocks() (Zhang Yi)  
- nvmet-fc: take ref count on tgtport before delete assoc (Daniel Wagner)  
- nvmet-fc: avoid deadlock on delete association path (Daniel Wagner)  
- nvmet-fc: abort command when there is no binding (Daniel Wagner)  
- nvmet-fc: hold reference on hostport match (Daniel Wagner)  
- nvmet-fc: defer cleanup using RCU properly (Daniel Wagner)  
- nvmet-fc: release reference on target port (Daniel Wagner)  
- nvmet-fcloop: swap the list_add_tail arguments (Daniel Wagner)  
- nvme-fc: do not wait in vain when unloading module (Daniel Wagner)  
- ALSA: usb-audio: Ignore clock selector errors for single connection (Alexander Tsoy)  
- netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new (Xin Long)  
- Input: xpad - add Lenovo Legion Go controllers (Brenton Simpson)  
- spi: sh-msiof: avoid integer overflow in constants (Wolfram Sang)  
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616 (Chen-Yu Tsai)  
- ALSA: usb-audio: Check presence of valid altsetting control (Alexander Tsoy)  
- nvmet-tcp: fix nvme tcp ida memory leak (Guixin Liu)  
- regulator: pwm-regulator: Add validity checks in continuous .get_voltage (Martin Blumenstingl)  
- dmaengine: ti: edma: Add some null pointer checks to the edma_probe (Kunwu Chan)  
- ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (Baokun Li)  
- ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() (Baokun Li)  
- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (Baokun Li)  
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tablet (Phoenix Chen)  
- MIPS: reserve exception vector space ONLY ONCE (Huang Pei)  
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers (Lennert Buytenhek)  
- ahci: asm1166: correct count of reported ports (Conrad Kostecki)  
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected (Devyn Liu)  
- fbdev: sis: Error out if pixclock equals zero (Fullway Wang)  
- fbdev: savage: Error out if pixclock equals zero (Fullway Wang)  
- wifi: mac80211: fix race condition on enabling fast-xmit (Felix Fietkau)  
- wifi: cfg80211: fix missing interfaces when dumping (Michal Kazior)  
- dmaengine: fsl-qdma: increase size of 'irq_name' (Vinod Koul)  
- dmaengine: shdma: increase size of 'dev_id' (Vinod Koul)  
- scsi: target: core: Add TMF to tmr_list handling (Dmitry Bogdanov)  
- sched/rt: Disallow writing invalid values to sched_rt_period_us (Cyril Hrubis)  
- sched/rt: Fix sysctl_sched_rr_timeslice intial value (Cyril Hrubis)  
- userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb (Lokesh Gidra)  
- bpf: Remove trace_printk_lock (Jiri Olsa)  
- bpf: Do cleanup in bpf_bprintf_cleanup only when needed (Jiri Olsa)  
- bpf: Add struct for bin_args arg in bpf_bprintf_prepare (Jiri Olsa)  
- bpf: Merge printk and seq_printf VARARG max macros (Dave Marchevsky)  
- sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset (Cyril Hrubis)  
- smb: client: fix parsing of SMB3.1.1 POSIX create context (Paulo Alcantara)  
- smb: client: fix potential OOBs in smb2_parse_contexts() (Paulo Alcantara)  
- smb: client: fix OOB in receive_encrypted_standard() (Paulo Alcantara)

[5.15.0-206.149.3]
- RDMA/cm: add timeout to cm_destroy_id wait (Manjunath Patil)  [Orabug: 36280585] 
- net/mlx5: Query hca_cap_2 only when supported (Maher Sanalla)  [Orabug: 36466318]

[5.15.0-206.149.2]
- tracing/kprobes: Remove CONFIG_LIVEPATCH for module symbol counting logic (Vijayendra Suman)  [Orabug: 36395538]

[5.15.0-206.149.1]
- rds: ib: Use fastreg QP if conn is down and handle FRWR CQE timeout (Hakon Bugge)  [Orabug: 36236371] 
- rds: ib: Tear down QP when FRWR WRs fails (Hakon Bugge)  [Orabug: 36236371] 
- rds: ib: Poll fastreg CQ before destroying (Hakon Bugge)  [Orabug: 36236371] 
- rds: Fix WARN_ON in rds_ib_destroy_mr_pool() (Hans Westgaard Ry)  [Orabug: 36332964] 
- ext4: fix corruption during on-line resize (Maximilian Heyne)  [Orabug: 36342901] 
- Revert 'x86/mm/ident_map: Use gbpages only where full GB page should be mapped.' (Sherry Yang)  [Orabug: 36442401] 
- dmapool: create/destroy cleanup (Keith Busch)  [Orabug: 36095510] 
- dmapool: link blocks across pages (Keith Busch)  [Orabug: 36095510] 
- dmapool: don't memset on free twice (Keith Busch)  [Orabug: 36095510] 
- dmapool: simplify freeing (Keith Busch)  [Orabug: 36095510] 
- dmapool: consolidate page initialization (Keith Busch)  [Orabug: 36095510] 
- dmapool: rearrange page alloc failure handling (Keith Busch)  [Orabug: 36095510] 
- dmapool: move debug code to own functions (Keith Busch)  [Orabug: 36095510] 
- dmapool: speedup DMAPOOL_DEBUG with init_on_alloc (Tony Battersby)  [Orabug: 36095510] 
- dmapool: cleanup integer types (Tony Battersby)  [Orabug: 36095510] 
- dmapool: use sysfs_emit() instead of scnprintf() (Tony Battersby)  [Orabug: 36095510] 
- dmapool: remove checks for dev == NULL (Tony Battersby)  [Orabug: 36095510] 
- mm/dmapool.c: revert 'make dma pool to use kmalloc_node' (Christian Konig)  [Orabug: 36095510] 
- ice: Don't dereference NULL in ice_gnss_read error path (Simon Horman)  [Orabug: 36390519] 
- ice: make writes to /dev/gnssX synchronous (Michal Schmidt)  [Orabug: 36390519] 
- ice: do not busy-wait to read GNSS data (Michal Schmidt)  [Orabug: 36390519] 
- ice: use GNSS subsystem instead of TTY (Arkadiusz Kubalewski)  [Orabug: 36390519] 
- ice: Add check for kzalloc (Jiasheng Jiang)  [Orabug: 36390519] 
- ice: Fix potential memory leak in ice_gnss_tty_write() (Yuan Can)  [Orabug: 36390519] 
- uek-rpm: Bluefield 3: Enable KASAN runtime memory debugger in the debug config (Thomas Tai)  [Orabug: 36441787] 
- Revert 'mmc: core: Use mrq.sbc in close-ended ffu' (Thomas Tai)  [Orabug: 36441787]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2024-12385.html" type="self" title="ELSA-2024-12385" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-2201.html" id="CVE-2024-2201" type="cve" title="CVE-2024-2201" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0844c87fd7c1079ec135bc66a50b16c0b49bae634a495d6419225c425451897</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8319b7f3e11e11755e5ffb77121a5fd0f6593f79c919c452ce430d1f90f2e945</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1b5607ec2bf394b69db4f15486d40f678ba06243f24a1dcd2249b47f707d9396</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">862aa7b326409822ffa7e2f3b94ff6562635380158e70e237119a3e03a6291ab</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7187a8ed8ff54ed4cd9fb78908672b5614b77afefcff6ba351c525c191859abd</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">1309112cf82dc0fe99b575b4b8b1e871868231d13c0447141420d13599837c1c</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-206.153.7.el8uek.noarch.rpm</filename>
          <sum type="sha256">288ead785f0f4932a7ec48e084b84a259c071d7b20b2bf22879703291b462ddb</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eb99ce2c250de483c6a27597d20535eb97f486390a92334082920a7962182aa3</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">947742645c1febc16eac8005d3fc97b7c980ada818e4408d0b8c265108de5999</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-206.153.7.el8uek.src.rpm</filename>
          <sum type="sha256">f81cbbbb1ffc65b07edd623b13ab26aec1bd468bf8f2845a02939c6530d2a35a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">962bcaf0db440e6161adc8fa9237529dbe64b7c676a4ae737b3fab447ee47a54</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bc9e3e51e5f3758b07e5038c9a060739c32ec9c3d5e5af29cddf71dfde05febf</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e378aea7af6209493f9df6237e2211fe6c43a0cbc0ec73d433fa9f42d37b6abb</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">20d801e01208e1cae235405116f7fd28fba886488f650bf4e01999e15cc4230c</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="206.153.7.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-206.153.7.el8uek.x86_64.rpm</filename>
          <sum type="sha256">58d474bfa6dfb3417ad1880b7ee0169034783c2eb179df3fa4c1715ebdca692e</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12395</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-05-24 00:00:00"/>
    <updated date="2024-05-24 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-206.153.7.1]
- scripts/gdb: Fix gdb 'lx-symbols' command (Khalid Masum)  [Orabug: 36632448] 
- module: Fix prefix for module.sig_enforce module param (Saravana Kannan)  [Orabug: 36632448]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12395.html" type="self" title="ELBA-2024-12395" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-206.153.7.1.el8uek.src.rpm</filename>
          <sum type="sha256">d2552c0f11a1f275a45d4a5a068eca0bada5a38c9693f1ee5a7d7649bb9567ad</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">14a679dcc5a85d163cf47ff680b8c07f3eb3a981583db1bc0ee7cf3b794b7ce2</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">864fd83e3171261d9f5dced8f65c079de83d8d48d8a04bf41eb9832fc8147b0d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d212b7c96efed4428f81ace865cd6561199945f9e5b244bcd485ede7d77f105a</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8bdd99c9e009564794b33c3ef7f6ead2f4d9487978e0bfd68222d4c6ba6abb52</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ae2e07b86dc2f056ed1961ec809f64c3e65b3a184969600b8b2d3ba692f435a6</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">12a43a62c067f5b5372cd76df85b39a26bb97288a87339cc1bc9d775b43adf58</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ebbc1f779049fda94582b020946ecddb54f2eeaaba14bbe9c3aaca69697ab340</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d96833edc46bbc799a5b0ee882ae01b3cf642ce50582a644bc5ff47baf482004</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9e0fdc92fa43406784d0f1a906d620f8adf8915f993774154b070dbdfd83909b</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6ef3b5139c64f9360f49c9082816467707f09ff134fa4df5effd8360d9f9e2a</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f80a74def4cafb6e46458d5bf36f3165a17911a079ec6a18cb6e6b35a92b80ce</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7b9ef06aa2a10284698e1d3715913c2fabeeab102fcf9ada9691c6da3c65757f</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-206.153.7.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">645e828b3161c8b7a19d9131e16972af563df1b7dc250251dcb66bdbe25702c9</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="206.153.7.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-206.153.7.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a1f968db4ca9a05fcc13892979770fd52a576175de20778f1bdda9a5a00e5800</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12788</id>
    <title> iproute  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-11-06 00:00:00"/>
    <updated date="2024-11-06 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[6.8.0-2.el8]
- Rebuild on OL8.10 [Orabug: 35879152]

[6.8.0-1.el8]
- Updates to iproute-6.8.0-1.el8 for 8.9

[6.7.0-1.el8]
- New version 6.7.0 (Andrea Claudi) [RHEL-22438]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12788.html" type="self" title="ELBA-2024-12788" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="iproute-devel" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-devel-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">3dd6e3d630fe15b27490a64440fb2a23d5bdea4614e8bd9fa6de489760516fa4</sum>
        </package>
        <package name="iproute-doc" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-doc-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">960fec2e6931846a4f5b1b10ef616057fbb0c4be15095bb7121805fade2ba715</sum>
        </package>
        <package name="iproute" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">2dac7cbc262cdef67e652fe39e69ae54c5943af067580870db070ea972193651</sum>
        </package>
        <package name="iproute" version="6.8.0" release="2.el8_10" epoch="0" arch="src">
          <filename>iproute-6.8.0-2.el8_10.src.rpm</filename>
          <sum type="sha256">0f774b227a3be87922bd3be0c5914924ee3fa1d8525a201958d3dfdb6c66d557</sum>
        </package>
        <package name="iproute-tc" version="6.8.0" release="2.el8_10" epoch="0" arch="x86_64">
          <filename>iproute-tc-6.8.0-2.el8_10.x86_64.rpm</filename>
          <sum type="sha256">0a232c718197319a33561d164597a73f31b66dba7bac114991226e3f7b955a59</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2022-9729</id>
    <title> Unbreakable Enterprise kernel-container security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2022-08-19 00:00:00"/>
    <updated date="2022-08-19 00:00:00"/>
    <rights>Copyright 2022 Oracle, Inc.</rights>
    <description>[5.15.0-1.43.4.2]
- rds: copy_from_user only once per rds_sendmsg system call (Hans Westgaard Ry)
  [Orabug: 33981854]  {CVE-2022-21385}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2022-9729.html" type="self" title="ELSA-2022-9729" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-21385.html" id="CVE-2022-21385" type="cve" title="CVE-2022-21385" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container" version="5.15.0" release="1.43.4.2.el8" epoch="0" arch="src">
          <filename>kernel-uek-container-5.15.0-1.43.4.2.el8.src.rpm</filename>
          <sum type="sha256">99ba88d4d26b8703db88f644853cf6e53bb8085f98d28693e8f24fbe85a483c0</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="1.43.4.2.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-1.43.4.2.el8.x86_64.rpm</filename>
          <sum type="sha256">660aee2f78cee651b101e01df87f48cf691ccbc43929734f1b895a0e14840404</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="1.43.4.2.el8" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-1.43.4.2.el8.x86_64.rpm</filename>
          <sum type="sha256">ad0ee7b4d8bd36f64c18996ebc430964ba7502256776e43800cf0c74b8101541</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20365</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-06-08 00:00:00"/>
    <updated date="2025-06-08 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-309.180.4]
- nvme: unblock ctrl state transition for firmware update (Daniel Wagner)  
- nfsd: decrease sc_count directly if fail to queue dl_recall (Li Lingfeng)  
- cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS (Rafael J. Wysocki)  
- ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() (Xuanqiang Luo)  
- usb: chipidea: ci_hdrc_imx: fix usbmisc handling (Fedor Pchelkin)  
- Revert 'PCI: Avoid reset when disabled via sysfs' (Alex Williamson)  
- uek-rpm: CONFIG_PTP_1588_CLOCK_OCP enable for OCI (Vijayendra Suman)  [Orabug: 37777354] 
- ptp: ocp: let ptp core report driver name instead of the drivers (Vijayendra Suman)  [Orabug: 37777354] 
- ptp: ocp: Add .getmaxphase ptp_clock_info callback (Rahul Rameshbabu)  [Orabug: 37777354] 
- ptp: ocp: remove flash image header check fallback (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: expose config and temperature for ART card (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: add serial port of mRO50 MAC on ART card (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: add Orolia timecard support (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: upgrade serial line information (Vadim Fedorenko)  [Orabug: 37777354] 
- ] ptp: ocp: remove symlink for second GNSS (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp_ocp: use device_find_any_child() instead of custom approach (Andy Shevchenko)  [Orabug: 37777354] 
- ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x) (Andy Shevchenko)  [Orabug: 37777354] 
- ptp_ocp: do not call pci_set_drvdata(pdev, NULL) (Andy Shevchenko)  [Orabug: 37777354] 
- ptp_ocp: drop duplicate NULL check in ptp_ocp_detach() (Andy Shevchenko)  [Orabug: 37777354] 
- ptp_ocp: use bits.h macros for all masks (Andy Shevchenko)  [Orabug: 37777354] 
- ptp: ocp: Add firmware header checks (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: fix PPS source selector debugfs reporting (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: add .init function for sma_op vector (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: vectorize the sma accessor functions (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: constify selectors (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: parameterize input/output sma selectors (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: revise firmware display (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: add Celestica timecard PCI ids (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: Remove #ifdefs around PCI IDs (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: 32-bit fixups for pci start address (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: change sysfs attr group handling (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: have adjtime handle negative delta_ns correctly (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Use DIV64_U64_ROUND_UP for rounding. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: handle error from nvmem_device_find (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: use snprintf() in ptp_ocp_verify() (Dan Carpenter)  [Orabug: 37777354] 
- ptp: ocp: Make debugfs variables the correct bitwidth (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Fix PTP_PF_* verification requests (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add 2 more timestampers (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add 4 frequency counters (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add signal generators and update sysfs nodes (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add firmware capability bits for feature gating (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add GND and VCC output selectors (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Rename output selector 'GNSS' to 'GNSS1' (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add ability to disable input selectors. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add support for selectable SMA directions. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: add UPF_NO_THRE_TEST flag for serial ports (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Update devlink firmware display path. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: add nvmem interface for accessing eeprom (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: correct label for error path (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: off by in in ptp_ocp_tod_gnss_name() (Dan Carpenter)  [Orabug: 37777354] 
- ptp: ocp: Add serial port information to the debug summary (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: adjust utc_tai_offset to TOD info (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: add tod_correction attribute (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: Expose clock status drift and offset (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: add TOD debug information (Vadim Fedorenko)  [Orabug: 37777354] 
- ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Move devlink registration to be last devlink command (Leon Romanovsky)  [Orabug: 37777354] 
- ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() (Nathan Chancellor)  [Orabug: 37777354] 
- ptp: ocp: Add timestamp window adjustment (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Have FPGA fold in ns adjustment for adjtime. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Enable 4th timestamper / PPS generator (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add second GNSS device (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add NMEA output (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add debugfs entry for timecard (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Separate the init and info logic (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add sysfs attribute utc_tai_offset (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add IRIG-B output mode control (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add IRIG-B and DCF blocks (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add SMA selector and controls (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Add third timestamper (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Report error if resource registration fails. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Skip resources with out of range irqs (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Skip I2C flash read when there is no controller. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: Parameterize the TOD information display. (Jonathan Lemon)  [Orabug: 37777354] 
- ptp: ocp: parameterize the i2c driver used (Jonathan Lemon)  [Orabug: 37777354] 
- vhost-scsi: log event queue write descriptors (Dongli Zhang)  [Orabug: 37884058] 
- vhost-scsi: log control queue write descriptors (Dongli Zhang)  [Orabug: 37884058] 
- vhost-scsi: log I/O queue write descriptors (Dongli Zhang)  [Orabug: 37884058] 
- vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors (Dongli Zhang)  [Orabug: 37884058] 
- vhost: modify vhost_log_write() for broader users (Dongli Zhang)  [Orabug: 37884058] 
- mm: make page_mapped_in_vma() hugetlb walk aware (Jane Chu)  [Orabug: 37956589] 
- mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk (zhenwei pi)  [Orabug: 37956589] 
- ext4: update the backup superblock's at the end of the online resize (Theodore Ts'o)  [Orabug: 37356729] 
- gve: ignore nonrelevant GSO type bits when processing TSO headers (Joshua Washington)  [Orabug: 37356729] 
- gve: update gve.rst (Rushil Gupta)  [Orabug: 37356729] 
- gve: RX path for DQO-QPL (Rushil Gupta)  [Orabug: 37356729] 
- gve: Tx path for DQO-QPL (Rushil Gupta)  [Orabug: 37356729] 
- gve: Control path for DQO-QPL (Rushil Gupta)  [Orabug: 37356729] 
- gve: Fix gve interrupt names (Praveen Kaligineedi)  [Orabug: 37356729] 
- gve: Handle alternate miss completions (Jeroen de Borst)  [Orabug: 37356729] 
- gve: Adding a new AdminQ command to verify driver (Jeroen de Borst)  [Orabug: 37356729] 
- gve: Fix error return code in gve_prefill_rx_pages() (Yang Yingliang)  [Orabug: 37356729] 
- gve: Reduce alloc and copy costs in the GQ rx path (Shailend Chand)  [Orabug: 37356729] 
- google/gve:fix repeated words in comments (Jilin Yuan)  [Orabug: 37356729] 
- gve: Fix spelling mistake 'droping' -&gt; 'dropping' (Colin Ian King)  [Orabug: 37356729] 
- gve: enhance no queue page list detection (Haiyue Wang)  [Orabug: 37356729] 
- gve: Recording rx queue before sending to napi (Tao Liu)  [Orabug: 37356729] 
- ext4: add ioctls to get/set the ext4 superblock uuid (Jeremy Bongio)  [Orabug: 37356729] 
- ext4: implement support for get/set fs label (Lukas Czerner)  [Orabug: 37356729] 
- gve: Add tx|rx-coalesce-usec for DQO (Tao Liu)  [Orabug: 37356729] 
- gve: Add consumed counts to ethtool stats (Jordan Kim)  [Orabug: 37356729] 
- gve: Implement suspend/resume/shutdown (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Add optional metadata descriptor type GVE_TXD_MTD (Willem de Bruijn)  [Orabug: 37356729] 
- gve: remove memory barrier around seqno (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Update gve_free_queue_page_list signature (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Move the irq db indexes out of the ntfy block struct (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Correct order of processing device options (Jeroen de Borst)  [Orabug: 37356729] 
- gve: fix for null pointer dereference. (Ameer Hamza)  [Orabug: 37356729] 
- gve: fix unmatched u64_stats_update_end() (Dan Carpenter)  [Orabug: 37356729] 
- gve: Add a jumbo-frame device option. (Shailend Chand)  [Orabug: 37356729] 
- gve: Implement packet continuation for RX. (David Awogbemila)  [Orabug: 37356729] 
- gve: Allow pageflips on larger pages (Jordan Kim)  [Orabug: 37356729] 
- gve: Add netif_set_xps_queue call (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Do lazy cleanup in TX path (Tao Liu)  [Orabug: 37356729] 
- gve: Add rx buffer pagecnt bias (Catherine Sullivan)  [Orabug: 37356729] 
- gve: Switch to use napi_complete_done (Yangchun Fu)  [Orabug: 37356729] 
- gve: Use kvcalloc() instead of kvzalloc() (Gustavo A. R. Silva)  [Orabug: 37356729] 
- selftests/net: optmem_max became per netns (Eric Dumazet)  [Orabug: 37356732] 
- tcp: derive delack_max with tcp_rto_min helper (Kevin Yang)  [Orabug: 37356732] 
- tcp: derive delack_max from rto_min (Eric Dumazet)  [Orabug: 37356732] 
- tcp: add sysctl_tcp_rto_min_us (Kevin Yang)  [Orabug: 37356732] 
- tcp: constify tcp_rto_min() and tcp_rto_min_us() argument (Eric Dumazet)  [Orabug: 37356732] 
- net: constify sk_dst_get() and __sk_dst_get() argument (Eric Dumazet)  [Orabug: 37356732] 
- net: Namespace-ify sysctl_optmem_max (Eric Dumazet)  [Orabug: 37356732] 
- net: increase optmem_max default value (Eric Dumazet)  [Orabug: 37356732] 
- net: phy: dp83867: Fix SGMII FIFO depth for non OF devices (Michael Sit Wei Hong)  [Orabug: 37670821] 
- net: phy: dp83867: fix get nvmem cell fail (Nikita Shubin)  [Orabug: 37670821] 
- net: phy: dp83867: implement support for io_impedance_ctrl nvmem cell (Rasmus Villemoes)  [Orabug: 37670821] 
- net: phy: constify netdev-&gt;dev_addr references (Jakub Kicinski)  [Orabug: 37670821] 
- net: phy: dp83867: introduce critical chip default init for non-of platform (Lay, Kuan Loon)  [Orabug: 37670821] 
- RDS: use pin_user_pages_fast() (Stephen Brennan)  [Orabug: 37872748] 
- uek-rpm: Reduce the size of the Bluefield 3 kernel (Henry Willard)  [Orabug: 37910874] 
- uek-rpm: Make sure dtb directory exists for emb3. (Henry Willard)  [Orabug: 37910874] 
- uek-rpm: Move the gve kernel module from extra to kernel-uek-core (Samasth Norway Ananda)  [Orabug: 37940898] 
- platform/mellanox: mlxbf-pmc: Support additional PMC blocks (Shravan Kumar Ramani)  [Orabug: 37955981] 
- mlxbf-bootctl: use sysfs_emit_at() in secure_boot_fuse_state_show() (David Thompson)  [Orabug: 37955981] 
- mlxbf-bootctl: Support sysfs entries for RTC battery status (Xiangrong Li)  [Orabug: 37955981] 
- platform/mellanox: mlxbf-bootctl: use sysfs_emit() instead of sprintf() (Ai Chao)  [Orabug: 37955981] 
- drivers/platform/mellanox: Convert snprintf to sysfs_emit (Li Zhijian)  [Orabug: 37955981] 
- certs: Add new Oracle Linux Driver Signing (key 1) certificate (Sherry Yang)  [Orabug: 37967553]

[5.15.0-309.180.3]
- net/mlx5: Reclaim max 50K pages at once (Anand Khoje)  [Orabug: 36933755]
- x86/sev: Fix position dependent variable references in startup code (Ard Biesheuvel)  [Orabug: 37356711]
- x86/PCI: Export find_cap() to be used in early PCI code (Rayan Dasoriya)  [Orabug: 37356711]
- x86/quirks: Scan all busses for early PCI quirks (Rayan Dasoriya)  [Orabug: 37356711]
- x86/quirks: Add parameter to clear MSIs early on boot (Rayan Dasoriya)  [Orabug: 37356711]
- iommu/amd: Add map/unmap_pages() iommu_domain_ops callback support (Vasant Hegde)  [Orabug: 37356711]
- iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback (Vasant Hegde)  [Orabug: 37356711]
- iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback (Vasant Hegde)  [Orabug: 37356711]
- iommu/amd: Use put_pages_list (Matthew Wilcox (Oracle))  [Orabug: 37356711]
- x86/sev: Make enc_dec_hypercall() accept a size instead of npages (Steve Rutherford)  [Orabug: 37356711]
- iommu/amd: Simplify pagetable freeing (Robin Murphy)  [Orabug: 37356711]
- x86/kvm: Add kexec support for SEV Live Migration. (Ashish Kalra)  [Orabug: 37356711]
- nfsd: allow layout state to be admin-revoked. (NeilBrown)  [Orabug: 37644985]
- nfsd: allow delegation state ids to be revoked and then freed (NeilBrown)  [Orabug: 37644985]
- nfsd: allow open state ids to be revoked and then freed (NeilBrown)  [Orabug: 37644985]
- nfsd: allow lock state ids to be revoked and then freed (NeilBrown)  [Orabug: 37644985]
- nfsd: allow admin-revoked NFSv4.0 state to be freed. (NeilBrown)  [Orabug: 37644985]
- nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke (NeilBrown)  [Orabug: 37644985]
- nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states (NeilBrown)  [Orabug: 37644985]
- nfsd: prepare for supporting admin-revocation of state (NeilBrown)  [Orabug: 37644985]
- nfsd: split sc_status out of sc_type (NeilBrown)  [Orabug: 37644985]
- nfsd: remove stale comment in nfs4_show_deleg() (NeilBrown)  [Orabug: 37644985]
- nfsd: avoid race after unhash_delegation_locked() (NeilBrown)  [Orabug: 37644985]
- nfsd: don't call functions with side-effecting inside WARN_ON() (NeilBrown)  [Orabug: 37644985]
- NFSD: Add nfsd_seq4_status trace event (Chuck Lever)  [Orabug: 37644985]
- NFSD: Clean up nfsd4_encode_layoutreturn() (Chuck Lever)  [Orabug: 37644985]
- NFSD: Make @lgp parameter of -&gt;encode_layoutget a const pointer (Chuck Lever)  [Orabug: 37644985]
- NFSD: Clean up nfsd4_encode_stateid() (Chuck Lever)  [Orabug: 37644985]
- NFSD: Add simple u32, u64, and bool encoders (Chuck Lever)  [Orabug: 37644985]
- NFSD: Add encoders for NFSv4 clientids and verifiers (Chuck Lever)  [Orabug: 37644985]
- nfsd: add some kerneldoc comments for stateid preprocessing functions (Jeff Layton)  [Orabug: 37644985]
- nfsd: eliminate find_deleg_file_locked (Jeff Layton)  [Orabug: 37644985]
- nfsd: fix potential race in nfs4_find_file (Jeff Layton)  [Orabug: 37644985]
- vhost-scsi: Fix vhost_scsi_send_status() (Dongli Zhang)  [Orabug: 37840544]
- vhost-scsi: Fix vhost_scsi_send_bad_target() (Dongli Zhang)  [Orabug: 37840544]
- vhost-scsi: protect vq-&gt;log_used with vq-&gt;mutex (Dongli Zhang)  [Orabug: 37840544]
- vhost-scsi: Reduce response iov mem use (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Allocate iov_iter used for unaligned copies when needed (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Stop duplicating se_cmd fields (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Dynamically allocate scatterlists (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Return queue full for page alloc failures during copy (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Add better resource allocation failure handling (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Allocate T10 PI structs only when enabled (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Reduce mem use by moving upages to per queue (Mike Christie)  [Orabug: 37840544]
- scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gp (Mike Christie)  [Orabug: 37840544]
- scsi: target: Perform ALUA group changes in one step (Mike Christie)  [Orabug: 37840544]
- scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path (Mike Christie)  [Orabug: 37840544]
- scsi: target: Fix write perf due to unneeded throttling (Mike Christie)  [Orabug: 37840544]
- vhost scsi: Allow user to control num virtqueues (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: Rename vhost_scsi_iov_to_sgl (Mike Christie)  [Orabug: 37840544]
- vhost-scsi: unbreak any layout for response (Jason Wang)  [Orabug: 37840544]
- Revert 'vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex' (Mike Christie)  [Orabug: 37840544]
- Revert 'vhost_scsi: log write descriptors' (Mike Christie)  [Orabug: 37840544]
- x86/bugs: Enabling Retbleed and SRSO mitigation can taint the kernel (Alexandre Chartre)  [Orabug: 37945824]
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (Pawan Gupta)  [Orabug: 37945831]
- x86/bpf: Add IBHF call at end of classic BPF (Daniel Sneddon)  [Orabug: 37945831]
- x86/bpf: Call branch history clearing sequence on exit (Daniel Sneddon)  [Orabug: 37945831]
- selftest/x86/bugs: Add selftests for ITS (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Align RETs in BHB clear sequence to avoid thunking (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Add 'vmexit' option to skip mitigation on some CPUs (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Enable Indirect Target Selection mitigation (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Add support for ITS-safe return thunk (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Add support for ITS-safe indirect thunk (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/its: Enumerate Indirect Target Selection (ITS) bug (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- Documentation: x86/bugs/its: Add ITS documentation (Pawan Gupta)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/alternatives: Remove faulty optimization (Josh Poimboeuf)  [Orabug: 37945842]  {CVE-2024-28956}
- x86/alternative: Optimize returns patching (Borislav Petkov (AMD))  [Orabug: 37945842]  {CVE-2024-28956}

[5.15.0-309.180.2]
- LTS version: v5.15.180 (Vijayendra Suman)
- mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe() (Nathan Chancellor)
- tracing: Do not use PERF enums when perf is not defined (Steven Rostedt)
- mm, slab: remove duplicate kernel-doc comment for ksize() (Vlastimil Babka)
- mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resume (Kamal Dasu)
- NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (Chuck Lever)
- nfsd: put dl_stid if fail to queue dl_recall (Li Lingfeng)
- jfs: add index corruption check to DT_GETPAGE() (Roman Smirnov)
- ext4: fix OOB read when checking dotdot dir (Acs, Jakub)
- ext4: don't over-report free space or inodes in statvfs (Theodore Ts'o)
- tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (Ran Xiaokai)
- tracing: Fix synth event printk format for str fields (Douglas Raillard)
- tracing: Ensure module defining synth event cannot be unloaded while tracing (Douglas Raillard)
- tracing: Fix use-after-free in print_graph_function_flags during tracer switching (Tengda Wu)
- mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (Karel Balej)
- ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (Paul Menzel)
- acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (Murad Masimov)
- x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (Jann Horn)
- x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (Guilherme G. Piccoli)
- btrfs: handle errors from btrfs_dec_ref() properly (Josef Bacik)
- ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (Markus Elfring)
- platform/x86: ISST: Correct command storage data length (Srinivas Pandruvada)
- drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration (Hersen Wu)
- drm/amd/pm: Fix negative array index read (Jesse Zhang)
- tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (Sherry Sun)
- tty: serial: fsl_lpuart: use UARTMODIR register bits for lpuart32 platform (Sherry Sun)
- mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops (Kamal Dasu)
- mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0 (Kamal Dasu)
- can: flexcan: disable transceiver during system PM (Haibo Chen)
- can: flexcan: only change CAN state when link up in system PM (Haibo Chen)
- arcnet: Add NULL check in com20020pci_probe() (Henry Martin)
- net: fix geneve_opt length integer overflow (Lin Ma)
- ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (Fernando Fernandez Mancera)
- netfilter: nft_tunnel: fix geneve_opt type confusion addition (Lin Ma)
- tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu(). (Guillaume Nault)
- vsock: avoid timeout during connect() if the socket is closing (Stefano Garzarella)
- net: mvpp2: Prevent parser TCAM memory corruption (Tobias Waldekranz)
- net_sched: skbprio: Remove overly strict queue assertions (Cong Wang)
- netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (Debin Zhu)
- netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (Pablo Neira Ayuso)
- ASoC: imx-card: Add NULL check in imx_card_probe() (Henry Martin)
- ntb: intel: Fix using link status DB's (Nikita Shubin)
- ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (Yajun Deng)
- riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (Juhan Jin)
- spufs: fix a leak in spufs_create_context() (Al Viro)
- spufs: fix a leak on spufs_new_file() failure (Al Viro)
- hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9} (Tasos Sahanidis)
- can: statistics: use atomic access in hot path (Oliver Hartkopp)
- ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (Navon John Lukose)
- drm/amd: Keep display off while going into S4 (Mario Limonciello)
- x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (Vladis Dronov)
- locking/semaphore: Use wake_q to wake up processes outside lock critical section (Waiman Long)
- sched/deadline: Use online cpus for validating runtime (Shrikanth Hegde)
- ksmbd: fix incorrect validation for num_aces field of smb_acl (Namjae Jeon)
- affs: don't write overlarge OFS data block size fields (Simon Tatham)
- affs: generate OFS sequence numbers starting at 1 (Simon Tatham)
- nvme-pci: skip CMB blocks incompatible with PCI P2P DMA (Icenowy Zheng)
- nvme-pci: clean up CMBMSC when registering CMB fails (Icenowy Zheng)
- nvme-tcp: fix possible UAF in nvme_tcp_poll (Sagi Grimberg)
- wifi: iwlwifi: fw: allocate chained SG tables for dump (Johannes Berg)
- sched/smt: Always inline sched_smt_active() (Josh Poimboeuf)
- octeontx2-af: Fix mbox INTR handler when num VFs &gt; 64 (Geetha sowjanya)
- ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (Giovanni Gherdovich)
- ring-buffer: Fix bytes_dropped calculation issue (Feng Yang)
- ksmbd: use aead_request_free to match aead_request_alloc (Miaoqian Lin)
- rtnetlink: Allocate vfinfo size for VF GUIDs when supported (Mark Zhang)
- exfat: fix the infinite loop in exfat_find_last_cluster() (Yuezhang Mo)
- objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (Josh Poimboeuf)
- fs/procfs: fix the comment above proc_pid_wchan() (Bart Van Assche)
- perf python: Check if there is space to copy all the event (Arnaldo Carvalho de Melo)
- perf python: Don't keep a raw_data pointer to consumed ring buffer space (Arnaldo Carvalho de Melo)
- perf python: Decrement the refcount of just created event on failure (Arnaldo Carvalho de Melo)
- perf python: Fixup description of sample.id event member (Arnaldo Carvalho de Melo)
- i3c: master: svc: Fix missing the IBI rules (Stanley Chu)
- fuse: fix dax truncate/punch_hole fault path (Alistair Popple)
- NFSv4: Don't trigger uneccessary scans for return-on-close delegations (Trond Myklebust)
- ocfs2: validate l_tree_depth to avoid out-of-bounds access (Vasiliy Kovalev)
- kexec: initialize ELF lowest address to ULONG_MAX (Sourabh Jain)
- perf units: Fix insufficient array space (Arnaldo Carvalho de Melo)
- iio: adc: ad7124: Fix comparison of channel configs (Uwe Kleine-Konig)
- fs/ntfs3: Fix a couple integer overflows on 32bit systems (Dan Carpenter)
- iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (Jonathan Cameron)
- coresight: catu: Fix number of pages while using 64k pages (Ilkka Koskinen)
- soundwire: slave: fix an OF node reference leak in soundwire slave device (Joe Hattori)
- isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (Qasim Ijaz)
- clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (Barnabas Czeman)
- crypto: hisilicon/sec2 - fix for aead auth key length (Wenkai Lin)
- x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (Jann Horn)
- mfd: sm501: Switch to BIT() to mitigate integer overflows (Nikita Zhandarovich)
- RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (Patrisious Haddad)
- crypto: nx - Fix uninitialised hv_nxc on error (Herbert Xu)
- power: supply: max77693: Fix wrong conversion of charge input threshold value (Artur Weber)
- x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (Jann Horn)
- clk: amlogic: g12a: fix mmc A peripheral clock (Jerome Brunet)
- clk: amlogic: gxbb: drop non existing 32k clock parent (Jerome Brunet)
- clk: amlogic: g12b: fix cluster A parent data (Jerome Brunet)
- pinctrl: tegra: Set SFIO mode to Mux Register (Prathamesh Shete)
- IB/mad: Check available slots before posting receive WRs (Maher Sanalla)
- remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (Luca Weiss)
- RDMA/core: Don't expose hw_counters outside of init net namespace (Roman Gushchin)
- clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (Peter Geis)
- pinctrl: renesas: rzg2l: Fix missing of_node_put() call (Fabrizio Castro)
- pinctrl: renesas: rza2: Fix missing of_node_put() call (Fabrizio Castro)
- lib: 842: Improve error handling in sw842_compress() (Tanya Agarwal)
- clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (Vladimir Lypak)
- clk: samsung: Fix UBSAN panic in samsung_clk_init() (Will McVicker)
- libbpf: Fix hypothetical STT_SECTION extern NULL deref case (Andrii Nakryiko)
- remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (Luca Weiss)
- remoteproc: core: Clear table_sz when rproc_shutdown (Peng Fan)
- crypto: hisilicon/sec2 - fix for aead authsize alignment (Wenkai Lin)
- clk: amlogic: gxbb: drop incorrect flag on 32k clock (Jerome Brunet)
- fbdev: sm501fb: Add some geometry checks. (Danila Chernetsov)
- mdacon: rework dependency list (Arnd Bergmann)
- fbdev: au1100fb: Move a variable assignment behind a null pointer check (Markus Elfring)
- PCI: pciehp: Don't enable HPIE when resuming in poll mode (Ilpo Jarvinen)
- drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (Dan Carpenter)
- PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (Thippeswamy Havalige)
- PCI: Remove stray put_device() in pci_register_host_bridge() (Dan Carpenter)
- drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (Vitaliy Shevtsov)
- PCI: Avoid reset when disabled via sysfs (Nishanth Aravamudan)
- PCI/portdrv: Only disable pciehp interrupts early when needed (Feng Tang)
- PCI: brcmstb: Use internal register to change link capability (Jim Quinlan)
- PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (Hans Zhang)
- PCI/ASPM: Fix link state exit during switch upstream function removal (Daniel Stodden)
- drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (AngeloGioacchino Del Regno)
- drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (AngeloGioacchino Del Regno)
- drm/vkms: Fix use after free and double free on init error (Jose Exposito)
- drm: xlnx: zynqmp: Fix max dma segment size (Tomi Valkeinen)
- drm/dp_mst: Fix drm RAD print (Wayne Lin)
- drm/bridge: ti-sn65dsi86: Fix multiple instances (Geert Uytterhoeven)
- ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (Jayesh Choudhary)
- ALSA: hda/realtek: Always honor no_shutup_pins (Takashi Iwai)
- HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (Jiri Kosina)
- media: platform: allgro-dvt: unregister v4l2_device on the error path (Joe Hattori)
- perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (Tao Chen)
- lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (Sebastian Andrzej Siewior)
- PM: sleep: Fix handling devices with direct_complete set on errors (Rafael J. Wysocki)
- thermal: int340x: Add NULL check for adev (Chenyuan Yang)
- EDAC/ie31200: Fix the error path order of ie31200_init() (Qiuxu Zhuo)
- EDAC/ie31200: Fix the DIMM size mask for several SoCs (Qiuxu Zhuo)
- EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (Qiuxu Zhuo)
- selinux: Chain up tool resolving errors in install_policy.sh (Tim Schumacher)
- PM: sleep: Adjust check before setting power.must_resume (Rafael J. Wysocki)
- x86/platform: Only allow CONFIG_EISA for 32-bit (Arnd Bergmann)
- x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (Benjamin Berg)
- cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (Jie Zhan)
- cpufreq: scpi: compare kHz instead of Hz (zuoqian)
- x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (Mike Rapoport (Microsoft))
- watch_queue: fix pipe accounting mismatch (Eric Sandeen)
- media: i2c: et8ek8: Don't strip remove function when driver is builtin (Uwe Kleine-Konig)
- memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (Luo Qiu)
- net: usb: qmi_wwan: add Telit Cinterion FE990B composition (Fabio Porcedda)
- net: usb: qmi_wwan: add Telit Cinterion FN990B composition (Fabio Porcedda)
- tty: serial: 8250: Add Brainboxes XC devices (Cameron Williams)
- tty: serial: 8250: Add some more device IDs (Cameron Williams)
- counter: microchip-tcb-capture: Fix undefined counter channel state on probe (William Breathitt Gray)
- counter: stm32-lptimer-cnt: fix error handling when enabling (Fabrice Gasnier)
- ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (Dhruv Deshpande)
- netfilter: socket: Lookup orig tuple for IPv6 SNAT (Maxim Mikityanskiy)
- ARM: Remove address checking for MMUless devices (Yanjun Yang)
- ARM: 9351/1: fault: Add 'cut here' line for prefetch aborts (Kees Cook)
- ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed() (Kees Cook)
- atm: Fix NULL pointer dereference (Minjoong Kim)
- HID: hid-plantronics: Add mic mute mapping and generalize quirks (Terry Junge)
- ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (Terry Junge)
- bpf, sockmap: Fix race between element replace and close() (Michal Luczaj)
- Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE (Luiz Augusto von Dentz)   {CVE-2024-8805}
- arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S (Justin Klaassen)
- mptcp: Fix data stream corruption in the address announcement (Arthur Mongodin)
- drm/amdgpu: Fix JPEG video caps max size for navi1x and raven (David Rosca)
- drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() (Nikita Zhandarovich)
- soc: qcom: pdr: Fix the potential deadlock (Saranya R)
- batman-adv: Ignore own maximum aggregation size during RX (Sven Eckelmann)
- ARM: shmobile: smp: Enforce shmobile_smp_* alignment (Geert Uytterhoeven)
- proc: fix UAF in proc_get_inode() (Ye Bin)
- mmc: atmel-mci: Add missing clk_disable_unprepare() (Gu Bowen)
- regulator: check that dummy regulator has been probed before using it (Christian Eggers)
- drm/v3d: Don't run jobs that have errors flagged in its fence (Maira Canal)
- i2c: omap: fix IRQ storms (Andreas Kemnade)
- Revert 'gre: Fix IPv6 link-local address generation.' (Guillaume Nault)
- net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES (Lin Ma)
- net: atm: fix use after free in lec_send() (Dan Carpenter)
- ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). (Kuniyuki Iwashima)
- ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). (Kuniyuki Iwashima)
- Bluetooth: Fix error code in chan_alloc_skb_cb() (Dan Carpenter)
- RDMA/hns: Fix wrong value of max_sge_rd (Junxian Huang)
- RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (Junxian Huang)
- RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (Junxian Huang)
- RDMA/hns: Fix soft lockup during bt pages loop (Junxian Huang)
- RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt() (Chengchang Tang)
- RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (Saravanan Vajravel)
- ARM: dts: bcm2711: Don't mark timer regs unconfigured (Phil Elwell)
- RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (Kashyap Desai)
- ARM: dts: bcm2711: PL011 UARTs are actually r1p5 (Phil Elwell)
- xfrm_output: Force software GSO only in tunnel mode (Cosmin Ratiu)
- firmware: imx-scu: fix OF node leak in .probe() (Joe Hattori)
- smb: client: fix potential UAF in cifs_debug_files_proc_show() (Paulo Alcantara)
- smb: client: Fix match_session bug preventing session reuse (Henrique Carvalho)
- drm/amd/display: Fix null check for pipe_ctx-&gt;plane_state in resource_build_scaling_params (Ma Ke)
- drm/amd/display: Check for invalid input params when building scaling params (Michael Strauss)
- i2c: sis630: Fix an error handling path in sis630_probe() (Christophe JAILLET)
- i2c: ali15x3: Fix an error handling path in ali15x3_probe() (Christophe JAILLET)
- i2c: ali1535: Fix an error handling path in ali1535_probe() (Christophe JAILLET)
- cifs: Fix integer overflow while processing closetimeo mount option (Murad Masimov)
- cifs: Fix integer overflow while processing actimeo mount option (Murad Masimov)
- cifs: Fix integer overflow while processing acdirmax mount option (Murad Masimov)
- cifs: Fix integer overflow while processing acregmax mount option (Murad Masimov)
- ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (Christophe JAILLET)
- drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (Ivan Abramov)
- ASoC: ops: Consistently treat platform_max as control value (Charles Keepax)
- tcp: fix races in tcp_abort() (Eric Dumazet)
- lib/buildid: Handle memfd_secret() files in build_id_parse() (Andrii Nakryiko)
- qlcnic: fix memory leak issues in qlcnic_sriov_common.c (Haoxiang Li)
- drm/amd/display: Fix slab-use-after-free on hdcp_work (Mario Limonciello)
- drm/amd/display: Assign normalized_pix_clk when color depth = 14 (Alex Hung)
- drm/amd/display: Restore correct backlight brightness after a GPU reset (Mario Limonciello)
- drm/atomic: Filter out redundant DPMS calls (Ville Syrjala)
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (Florent Revest)
- USB: serial: option: match on interface class for Telit FN990B (Johan Hovold)
- USB: serial: option: fix Telit Cinterion FE990A name (Fabio Porcedda)
- USB: serial: option: add Telit Cinterion FE990B compositions (Fabio Porcedda)
- USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (Boon Khai Ng)
- block: fix 'kmem_cache of name 'bio-108' already exists' (Ming Lei)
- drm/nouveau: Do not override forced connector status (Thomas Zimmermann)
- mptcp: safety check before fallback (Matthieu Baerts (NGI0))
- x86/irq: Define trace events conditionally (Arnd Bergmann)
- fuse: don't truncate cached, mutated symlink (Miklos Szeredi)
- ASoC: tas2764: Set the SDOUT polarity correctly (Hector Martin)
- ASoC: tas2764: Fix power control mask (Hector Martin)
- ASoC: tas2770: Fix volume scale (Hector Martin)
- nvme: only allow entering LIVE from CONNECTING state (Daniel Wagner)
- sctp: Fix undefined behavior in left shift operation (Yu-Chun Lin)
- nvmet-rdma: recheck queue state is LIVE in state lock in recv done (Ruozhu Li)
- net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (Stephan Gerhold)
- ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (Terry Cheong)
- ASoC: arizona/madera: use fsleep() in up/down DAPM event delays. (Vitaly Rodionov)
- ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (Kuninori Morimoto)
- thermal/cpufreq_cooling: Remove structure member documentation (Daniel Lezcano)
- s390/cio: Fix CHPID 'configure' attribute caching (Peter Oberparleiter)
- sched: Clarify wake_up_q()'s write to task-&gt;wake_q.next (Jann Horn)
- HID: ignore non-functional sensor in HP 5MP Camera (Chia-Lin Kao (AceLan))
- HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (Zhang Lixu)
- vboxsf: fix building with GCC 15 (Brahmajit Das)
- alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (Eric W. Biederman)
- ACPI: resource: IRQ override for Eluktronics MECH-17 (Gannon Kolding)
- scsi: qla1280: Fix kernel oops when debug level &gt; 2 (Magnus Lindholm)
- scsi: core: Use GFP_NOIO to avoid circular locking dependency (Rik van Riel)
- iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (Chengen Du)
- powercap: call put_device() on an error path in powercap_register_control_type() (Joe Hattori)
- hrtimers: Mark is_migration_base() with __always_inline (Andy Shevchenko)
- nvme-fc: go straight to connecting state when initializing (Daniel Wagner)
- net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (Carolina Jubran)
- net/mlx5: Bridge, fix the crash caused by LAG state check (Jianbo Liu)
- net: openvswitch: remove misbehaving actions length check (Ilya Maximets)
- openvswitch: Use kmalloc_size_roundup() to match ksize() usage (Kees Cook)
- slab: Introduce kmalloc_size_roundup() (Kees Cook)
- gre: Fix IPv6 link-local address generation. (Guillaume Nault)
- netfilter: nft_exthdr: fix offset with ipv4_find_option() (Alexey Kashavkin)
- net_sched: Prevent creation of classes with TC_H_ROOT (Cong Wang)
- ipvs: prevent integer overflow in do_ip_vs_get_ctl() (Dan Carpenter)
- netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (Kohei Enju)
- net/mlx5: handle errors in mlx5_chains_create_table() (Wentao Liang)
- Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (Michael Kelley)
- netpoll: hold rcu read lock in __netpoll_send_skb() (Breno Leitao)
- net: dsa: mv88e6xxx: Verify after ATU Load ops (Joseph Huang)
- ice: fix memory leak in aRFS after reset (Grzegorz Nitka)
- netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template. (Sebastian Andrzej Siewior)
- pinctrl: bcm281xx: Fix incorrect regmap max_registers value (Artur Weber)
- fbdev: hyperv_fb: iounmap() the correct memory when removing a device (Michael Kelley)
- ipv6: Fix signed integer overflow in __ip6_append_data (Wang Yufen)
- sched/isolation: Prevent boot crash when the boot CPU is nohz_full (Oleg Nesterov)
- clockevents/drivers/i8253: Fix stop sequence for timer 0 (David Woodhouse)
- vlan: fix memory leak in vlan_newlink() (Eric Dumazet)

[5.15.0-309.179.1]
- x86/microcode/AMD: Clean the cache if update did not load microcode (Boris Ostrovsky)  [Orabug: 37800728]
- x86/microcode/AMD: Add finalize_late_load() microcode_op (Boris Ostrovsky)  [Orabug: 37800728]
- x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unreleased standalone Zen5 microcode patches (Borislav Petkov (AMD))  [Orabug: 37800728]
- x86/microcode/AMD: Add some forgotten models to the SHA check (Borislav Petkov (AMD))  [Orabug: 37800728]
- x86/microcode/AMD: Load only SHA256-checksummed patches (Borislav Petkov (AMD))  [Orabug: 37800728]
- x86/microcode/AMD: Flush patch buffer mapping after application (Borislav Petkov (AMD))  [Orabug: 37800728]
- x86/microcode/AMD: Stash BSP's CPUID(1).EAX (Boris Ostrovsky)  [Orabug: 37800728]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20365.html" type="self" title="ELSA-2025-20365" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-28956.html" id="CVE-2024-28956" type="cve" title="CVE-2024-28956" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-8805.html" id="CVE-2024-8805" type="cve" title="CVE-2024-8805" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9ffa6cb7047fb87b7e7328d342f4fbfb7d3edbac517789e95e7742928793f687</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fd0ddacf30318b365bbbc6e1eb88161828115eb730238baecb75b419fc090199</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7ac169c599ff4ce35b93fd7aa1a118f0f4faead3d051792592e37cf0d1125163</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">635d1f0860bf2c99d8d4efe78200edeaf066d3348d958bc8d28ef564b82b6a70</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a805ba26b067b921bdf0ccb0c5ea553c5589d05f1c7b6fa903a0b6ae0f5f4a6b</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">014fed1f87cea2a86b77fe409599c97cdfda59040cb29322a1457b3e9eb51515</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-309.180.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">0c9aee7d0fe497c485a89d64905f4fdc6cae36fd307cc6fc423a28dd813bbf41</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5af033e015a7fd942d2d9719841702666d97a0d0e3d5e2f8a8b9543bcaf8059d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">642821177f334dadb8a1d34a18484fcf6bfb0b7fc4444266bd9f19d45900104b</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">38587a72a314bf1746117036c372b4224c3da671e5d522245e1afb587b3823c3</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2e62edb047ca6e7b54b886eafbeeb5a954cf634c9978b15427f0f8f8ec11af95</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cbd637e3905892342692f58ac759a01680fba03efdfd4c29ddfdcf5be011aa3f</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0bc0c767acfc04c6729a18c4e8f19de83c2960fae757753e60daba58b5426370</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-309.180.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">d20d43e69fcaa73c3736cb8c4acf2e8ed5bdc37535f63c0bd62c885187247b4b</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="309.180.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-309.180.4.el8uek.src.rpm</filename>
          <sum type="sha256">7fa47a9d43a2bd7256a344d57f7ae19c85bb4bd369ba15b34568c8c2b783d212</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12824</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-09-23 00:00:00"/>
    <updated date="2023-09-23 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-105.125.6.2.2]
- netfilter: nfnetlink_osf: avoid OOB read (Wander Lairson Costa)  [Orabug: 35824297] 
- netfilter: nftables: exthdr: fix 4-byte stack OOB write (Florian Westphal)  [Orabug: 35824297] 
- netfilter: xt_sctp: validate the flag_info count (Wander Lairson Costa)  [Orabug: 35824297] 
- netfilter: xt_u32: validate user space input (Wander Lairson Costa)  [Orabug: 35824297] 
- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c (Kyle Zeng)  [Orabug: 35824297]  {CVE-2023-42753}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12824.html" type="self" title="ELSA-2023-12824" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-42753.html" id="CVE-2023-42753" type="cve" title="CVE-2023-42753" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-doc" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-105.125.6.2.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">4ac483c505655505ac730df9b428ee264599efcb69533cce0b227c87be1a3c79</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fb452bd8ce03708a067c01ff7773603276ffdaed443f9581a753e43cc7c25307</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">71459b045be684700701b53ef2969497134264344085afcbecfeac3ca408acbe</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fe061873af1c916a8a640efc21444429a607a6784078c999b4e33641f7f8197d</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f39582d01bdac09cd3bc512691d079d11c2c076cb8652d89233a4479d607a5a9</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a2899a600277f2f600b85fe8268c323fb75ab52513b0f081ccfce3c8aed0e680</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">408151a6b473668c01af286713c3965b4a11e806f8965e01e6e91f581141dc4d</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a55c3e9bb0bcfd43cc6a43c3d4a85535f8004aca7e567c79c01689321fe52969</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7f98911a2c8d6b8098c09ea672e8a3e13ba41761582210a2d0993c0db44bb914</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-105.125.6.2.2.el8uek.src.rpm</filename>
          <sum type="sha256">3ea92acc0c5d4004a9c1835dd0469f9cd26414a45fa74f53c92b1c0e0a506b9d</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4d2cff4b3ed2d112372134443f66658e612c36f8b6b4176d2126ee0a4fc76afb</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6f5b295772b6c4ae4a2cceb493bd3a1844fafceaec57a60f0e085f3306ff2be</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4fe30e0719380563f5e99e03de07bf1dd14e6da988eaf1cfdbc9f743bd0585f</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">4c66367af8601eda13d4456dfb4ed758d52cbcbac2a5c4398873c67d9d57ffce</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="105.125.6.2.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-105.125.6.2.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8277b4aedc2877a891810d9758263af47c322e95c6dafb8e66ea968acae7440c</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2024-12789</id>
    <title> xfsprogs  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2024-10-17 00:00:00"/>
    <updated date="2024-10-17 00:00:00"/>
    <rights>Copyright 2024 Oracle, Inc.</rights>
    <description>[5.15.0-1.0.5]
- mkfs.xmem: fix agcount issue when formatting pmem filesystems
- mkfs: add mkfs.xmem wrapper script

[5.15.0-1.0.3]
- Fix fsck.xfs to replay journal

[5.15.0-1.0.2]
- Ignore stripe geometry for small filesystems
- Round down log size when log stripe units are in play

[5.15.0-1.0.1]
- Update to new upstream 5.15.0 release.
- Add configuration files for OL7-OL9 for OL9 build.
- Patch out libraries that don't exist on OL8 (liburcu, libinih).
- Add mkfs.xmem script for supported customers.
- Package for OL8 and OL9.

[5.14.2-1.0.5]
- Update to new upstream 5.14.2 release.
- Fix libeditline mode regression since readline support was dropped.
- Fix a memory corruption bug in the config file parsing.
- Enable inobtcount and bigtime features for OL9 build.
- Add configuration files for OL7-OL9 for OL9 build.
- Patch out libraries that don't exist on OL8 (liburcu, libinih).
- Add mkfs.xmem script for supported customers.
- Fix xfs_repair failing to update secondary superblocks after an upgrade.
- Package for OL8 and OL9.

[5.12.0-4]
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

[5.12.0-3]
- Local change to default bigtime &amp; inobtcnt to off under older kernels

[5.12.0-2]
- Turn on bigtime (y2038) and inobtcnt features by default

[5.12.0-1]
- New upstream release

[5.10.0-3]
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

[5.10.0-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

[5.10.0-1]
- New upstream release
- New mkfs config file feature
- Y2038+ format support

[5.9.0-1]
- New upstream release

[5.8.0-1]
- New upstream release

[5.7.0-1]
- New upstream release
- Replace libreadline with libedit
- Add tarball signature checking

[5.6.0-3]
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

[5.6.0-2]
- Rebuild for ICU 67

[5.6.0-1]
- New upstream release

[5.5.0-1]
- New upstream release

[5.4.0-3]
- Fix global redefinitions for gcc10 build

[5.4.0-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2024-12789.html" type="self" title="ELBA-2024-12789" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.5.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-devel-5.15.0-1.0.5.el8.x86_64.rpm</filename>
          <sum type="sha256">6715ae5ad5d4fc10db7b10560335c48b38f73b22b08408a2cb51bb9c0ed2c799</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="x86_64">
          <filename>xfsprogs-5.15.0-1.0.5.el8.x86_64.rpm</filename>
          <sum type="sha256">5309ccf26e72cb89efbf377f60c9bf4cd1a422addc338b365a72211e141629ad</sum>
        </package>
        <package name="xfsprogs-devel" version="5.15.0" release="1.0.5.el8" epoch="0" arch="i686">
          <filename>xfsprogs-devel-5.15.0-1.0.5.el8.i686.rpm</filename>
          <sum type="sha256">ec619ab31b11aff0a6c651e022e7d082afd01ab13c8f232bd049493c747e7b01</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="i686">
          <filename>xfsprogs-5.15.0-1.0.5.el8.i686.rpm</filename>
          <sum type="sha256">d139e91b5f574e556a295a1dd2996983ff1da6f28577e97b81cc42c5976d8483</sum>
        </package>
        <package name="xfsprogs" version="5.15.0" release="1.0.5.el8" epoch="0" arch="src">
          <filename>xfsprogs-5.15.0-1.0.5.el8.src.rpm</filename>
          <sum type="sha256">2245ff8087ab62ebe887eddf5f2c852c51419e01e651ca278182069d6f8e60ff</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2023-12742</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2023-08-24 00:00:00"/>
    <updated date="2023-08-24 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-104.119.4.2]
- uek-rpm: Enforce linux firmware version 26 (Jack Vogel)  [Orabug: 35724481] 
- uek-rpm: Disable cls_tcindex in file tcindex-disable.conf (Sherry Yang)  [Orabug: 35724477] 
- uek/kconfig/x86: Enable late microcode loading (Boris Ostrovsky)  [Orabug: 35724475] 
- x86/cpu/amd: Add a Zenbleed fix (Borislav Petkov (AMD))  [Orabug: 35724473] 
- x86/cpu/amd: Move the errata checking functionality up (Borislav Petkov (AMD))  [Orabug: 35724473]

[5.15.0-104.119.4.1]
- uek-rpm: Prevent cls_tcindex module to be loaded on demand (Sherry Yang)  [Orabug: 35642167]

[5.15.0-104.119.4]
- cpufreq: intel_pstate: Fix unchecked MSR 0x773 access (Srinivas Pandruvada)  [Orabug: 35571973] 
- drm/amdgpu: Set vmbo destroy after pt bo is created (Philip Yang)

[5.15.0-104.119.3]
- btrfs: free device in btrfs_close_devices for a single device filesystem (Anand Jain)  [Orabug: 35216285]

[5.15.0-104.119.2]
- uek-rpm: aarch64: Disable 64k container kernel build (Liam Merwick)  [Orabug: 35555030]

[5.15.0-104.119.1]
- LTS version: v5.15.119 (Jack Vogel)  
- act_mirred: remove unneded merge conflict markers (Greg Kroah-Hartman)  
- i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle (Clark Wang)  
- x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys (Dheeraj Kumar Srivastava)  
- vhost_net: revert upend_idx only on retriable error (Andrey Smetanin)  
- drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl (Min Li)  
- drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl (Min Li)  
- drm/exynos: vidi: fix a wrong error return (Inki Dae)  
- ARM: dts: Fix erroneous ADS touchscreen polarities (Linus Walleij)  
- s390/purgatory: disable branch profiling (Alexander Gordeev)  
- ASoC: nau8824: Add quirk to active-high jack-detect (Edson Juliano Drosdeck)  
- soundwire: dmi-quirks: add new mapping for HP Spectre x360 (Pierre-Louis Bossart)  
- ASoC: simple-card: Add missing of_node_put() in case of error (Herve Codina)  
- spi: lpspi: disable lpspi module irq in DMA mode (Clark Wang)  
- s390/cio: unregister device when the only path is gone (Vineeth Vijayan)  
- Input: soc_button_array - add invalid acpi_index DMI quirk handling (Hans de Goede)  
- nvme: double KA polling frequency to avoid KATO with TBKAS on (Uday Shankar)  
- usb: gadget: udc: fix NULL dereference in remove() (Dan Carpenter)  
- nfcsim.c: Fix error checking for debugfs_create_dir (Osama Muhammad)  
- media: cec: core: don't set last_initiator if tx in progress (Hans Verkuil)  
- arm64: Add missing Set/Way CMO encodings (Marc Zyngier)  
- HID: wacom: Add error check to wacom_parse_and_register() (Denis Arefev)  
- scsi: target: iscsi: Prevent login threads from racing between each other (Maurizio Lombardi)  
- gpio: sifive: add missing check for platform_get_irq (Jiasheng Jiang)  
- gpiolib: Fix GPIO chip IRQ initialization restriction (Jiawen Wu)  
- gpio: Allow per-parent interrupt data (Marc Zyngier)  
- sch_netem: acquire qdisc lock in netem_change() (Eric Dumazet)  
- selftests: forwarding: Fix race condition in mirror installation (Danielle Ratson)  
- bpf/btf: Accept function names that contain dots (Florent Revest)  
- Revert 'net: phy: dp83867: perform soft reset and retain established link' (Francesco Dolcini)  
- netfilter: nfnetlink_osf: fix module autoload (Pablo Neira Ayuso)  
- netfilter: nf_tables: disallow updates of anonymous sets (Pablo Neira Ayuso)  
- netfilter: nf_tables: reject unbound chain set before commit phase (Pablo Neira Ayuso)  
- netfilter: nf_tables: reject unbound anonymous set before commit phase (Pablo Neira Ayuso)  
- netfilter: nf_tables: disallow element updates of bound anonymous sets (Pablo Neira Ayuso)  
- netfilter: nft_set_pipapo: .walk does not deal with generations (Pablo Neira Ayuso)  
- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain (Pablo Neira Ayuso)  
- netfilter: nf_tables: fix chain binding transaction logic (Pablo Neira Ayuso)  
- be2net: Extend xmit workaround to BE3 chip (Ross Lagerwall)  
- net: dsa: mt7530: fix handling of BPDUs on MT7530 switch (Ar?nc UNAL)  
- net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch (Ar?nc UNAL)  
- ipvs: align inner_mac_header for encapsulation (Terin Stock)  
- mmc: usdhi60rol0: fix deferred probing (Sergey Shtylyov)  
- mmc: sh_mmcif: fix deferred probing (Sergey Shtylyov)  
- mmc: sdhci-acpi: fix deferred probing (Sergey Shtylyov)  
- mmc: owl: fix deferred probing (Sergey Shtylyov)  
- mmc: omap_hsmmc: fix deferred probing (Sergey Shtylyov)  
- mmc: omap: fix deferred probing (Sergey Shtylyov)  
- mmc: mvsdio: fix deferred probing (Sergey Shtylyov)  
- mmc: mtk-sd: fix deferred probing (Sergey Shtylyov)  
- net: qca_spi: Avoid high load if QCA7000 is not available (Stefan Wahren)  
- xfrm: Linearize the skb after offloading if needed. (Sebastian Andrzej Siewior)  
- selftests: net: fcnal-test: check if FIPS mode is enabled (Magali Lemes)  
- xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets (Maciej Zenczykowski)  
- bpf: Fix verifier id tracking of scalars on spill (Maxim Mikityanskiy)  
- bpf: track immediate values written to stack by BPF_ST instruction (Eduard Zingerman)  
- xfrm: Ensure policies always checked on XFRM-I input path (Benedict Wong)  
- xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c (Eyal Birger)  
- xfrm: Treat already-verified secpath entries as optional (Benedict Wong)  
- ieee802154: hwsim: Fix possible memory leaks (Chen Aotian)  
- mmc: meson-gx: fix deferred probing (Sergey Shtylyov)  
- memfd: check for non-NULL file_seals in memfd_create() syscall (Roberto Sassu)  
- x86/mm: Avoid using set_pgd() outside of real PGD pages (Lee Jones)  
- nilfs2: prevent general protection fault in nilfs_clear_dirty_page() (Ryusuke Konishi)  
- io_uring/net: disable partial retries for recvmsg with cmsg (Jens Axboe)  
- io_uring/net: clear msg_controllen on partial sendmsg retry (Jens Axboe)  
- io_uring/net: save msghdr-&gt;msg_control for retries (Jens Axboe)  
- writeback: fix dereferencing NULL mapping-&gt;host on writeback_page_template (Rafael Aquini)  
- regmap: spi-avmm: Fix regmap_bus max_raw_write (Russ Weight)  
- regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK (Teresa Remmet)  
- ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLAN (Matthias May)  
- mmc: mmci: stm32: fix max busy timeout calculation (Christophe Kerello)  
- mmc: meson-gx: remove redundant mmc_request_done() call from irq context (Martin Hundeb?ll)  
- mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916 (Stephan Gerhold)  
- cgroup: Do not corrupt task iteration when rebinding subsystem (Xiu Jianfeng)  
- PCI: hv: Add a per-bus mutex state_lock (Dexuan Cui)  
- PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic (Dexuan Cui)  
- PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev (Dexuan Cui)  
- Revert 'PCI: hv: Fix a timing issue which causes kdump to fail occasionally' (Dexuan Cui)  
- PCI: hv: Fix a race condition bug in hv_pci_query_relations() (Dexuan Cui)  
- Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs (Michael Kelley)  
- Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails (Dexuan Cui)  
- KVM: Avoid illegal stage2 mapping on invalid memory slot (Gavin Shan)  
- ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() (Rafael J. Wysocki)  
- nilfs2: fix buffer corruption due to concurrent device reads (Ryusuke Konishi)  
- selftests: mptcp: join: skip check if MIB counter not supported (Matthieu Baerts)  
- selftests: mptcp: join: use 'iptables-legacy' if available (Matthieu Baerts)  
- selftests: mptcp: pm nl: remove hardcoded default limits (Matthieu Baerts)  
- selftests/mount_setattr: fix redefine struct mount_attr build error (Shuah Khan)  
- selftests: mptcp: lib: skip if not below kernel version (Matthieu Baerts)  
- selftests: mptcp: lib: skip if missing symbol (Matthieu Baerts)  
- drm/amd/display: Add wrapper to call planes and stream update (Rodrigo Siqueira)  
- drm/amd/display: Use dc_update_planes_and_stream (Rodrigo Siqueira)  
- drm/amd/display: Add minimal pipe split transition state (Rodrigo Siqueira)  
- tpm, tpm_tis: Claim locality in interrupt handler (Lino Sanfilippo)  
- tracing: Add tracing_reset_all_online_cpus_unlocked() function (Steven Rostedt (Google))  
- drm/amd/display: fix the system hang while disable PSR (Tom Chung)  
- LTS version: v5.15.118 (Jack Vogel)  
- nilfs2: reject devices with insufficient block count (Ryusuke Konishi)  
- mmc: block: ensure error propagation for non-blk (Christian Loehle)  
- of: overlay: add entry to of_overlay_action_name[] (Frank Rowand)  
- neighbour: delete neigh_lookup_nodev as not used (Leon Romanovsky)  
- net: Remove DECnet leftovers from flow.h. (Guillaume Nault)  
- net: Remove unused inline function dst_hold_and_use() (Gaosheng Cui)  
- neighbour: Remove unused inline function neigh_key_eq16() (Gaosheng Cui)  
- rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period (Ziwei Dai)  
- cgroup: always put cset in cgroup_css_set_put_fork (John Sperbeck)  
- afs: Fix vlserver probe RTT handling (David Howells)  
- selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET (Alex Maftei)  
- net: tipc: resize nlattr array to correct size (Lin Ma)  
- dm: don't lock fs when the map is NULL during suspend or resume (Li Lingfeng)  
- net: lapbether: only support ethernet devices (Eric Dumazet)  
- net/sched: cls_api: Fix lockup on flushing explicitly created chain (Vlad Buslov)  
- ext4: drop the call to ext4_error() from ext4_get_group_info() (Fabio M. De Francesco)  
- cifs: fix lease break oops in xfstest generic/098 (Steve French)  
- drm/nouveau: add nv_encoder pointer check for NULL (Natalia Petrova)  
- drm/nouveau/dp: check for NULL nv_connector-&gt;native_mode (Natalia Petrova)  
- drm/nouveau: don't detect DSM for non-NVIDIA device (Ratchanan Srirattanamet)  
- igb: fix nvm.ops.read() error handling (Aleksandr Loktionov)  
- igc: Clean the TX buffer and TX descriptor ring (Muhammad Husaini Zulkifli)  
- sctp: fix an error code in sctp_sf_eat_auth() (Dan Carpenter)  
- ipvlan: fix bound dev checking for IPv6 l3s mode (Hangbin Liu)  
- net: ethtool: correct MAX attribute value for stats (Jakub Kicinski)  
- IB/isert: Fix incorrect release of isert connection (Saravanan Vajravel)  
- IB/isert: Fix possible list corruption in CMA handler (Saravanan Vajravel)  
- IB/isert: Fix dead lock in ib_isert (Saravanan Vajravel)  
- IB/uverbs: Fix to consider event queue closing also upon non-blocking mode (Yishai Hadas)  
- RDMA/cma: Always set static rate to 0 for RoCE (Mark Zhang)  
- RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions (Maher Sanalla)  
- octeontx2-af: fix lbk link credits on cn10k (Nithin Dabilpuram)  
- octeontx2-af: fixed resource availability check (Satha Rao)  
- iavf: remove mask from iavf_irq_enable_queues() (Ahmed Zaki)  
- RDMA/rxe: Fix the use-before-initialization error of resp_pkts (Zhu Yanjun)  
- RDMA/rxe: Removed unused name from rxe_task struct (Bob Pearson)  
- RDMA/rxe: Remove the unused variable obj (Zhu Yanjun)  
- net/sched: cls_u32: Fix reference counter leak leading to overflow (Lee Jones)  
- net/sched: act_pedit: Parse L3 Header for L4 offset (Max Tottenham)  
- net/sched: act_pedit: remove extra check for key type (Pedro Tammela)  
- net/sched: simplify tcf_pedit_act (Pedro Tammela)  
- ping6: Fix send to link-local addresses with VRF. (Guillaume Nault)  
- net: enetc: correct the indexes of highest and 2nd highest TCs (Wei Fang)  
- netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE (Pablo Neira Ayuso)  
- netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM (Pablo Neira Ayuso)  
- netfilter: nf_tables: integrate pipapo into commit protocol (Pablo Neira Ayuso)  
- spi: fsl-dspi: avoid SCK glitches with continuous transfers (Vladimir Oltean)  
- RDMA/rxe: Fix packet length checks (Bob Pearson)  
- RDMA/rtrs: Fix rxe_dealloc_pd warning (Li Zhijian)  
- RDMA/rtrs: Fix the last iu-&gt;buf leak in err path (Li Zhijian)  
- usb: dwc3: gadget: Reset num TRBs before giving back the request (Elson Roy Serrao)  
- serial: lantiq: add missing interrupt ack (Bernhard Seibold)  
- USB: serial: option: add Quectel EM061KGL series (Jerry Meng)  
- thunderbolt: Mask ring interrupt on Intel hardware as well (Mika Westerberg)  
- thunderbolt: dma_test: Use correct value for absent rings when creating paths (Mika Westerberg)  
- Remove DECnet support from kernel (Stephen Hemminger)  
- ALSA: hda/realtek: Add a quirk for Compaq N14JP6 (Edson Juliano Drosdeck)  
- drm/amdgpu: add missing radeon secondary PCI ID (Alex Deucher)  
- drm/amd/display: edp do not add non-edid timings (Hersen Wu)  
- net: usb: qmi_wwan: add support for Compal RXM-G1 (Wes Huang)  
- RDMA/uverbs: Restrict usage of privileged QKEYs (Edward Srouji)  
- nouveau: fix client work fence deletion race (Dave Airlie)  
- dm thin metadata: check fail_io before using data_sm (Li Lingfeng)  
- ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD playback (Lukasz Tyl)  
- powerpc/purgatory: remove PGO flags (Ricardo Ribalda)  
- x86/purgatory: remove PGO flags (Ricardo Ribalda)  
- kexec: support purgatories with .text.hot sections (Ricardo Ribalda)  
- nilfs2: fix possible out-of-bounds segment allocation in resize ioctl (Ryusuke Konishi)  
- nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() (Ryusuke Konishi)  
- nios2: dts: Fix tse_mac 'max-frame-size' property (Janne Grunau)  
- ocfs2: check new file size on fallocate call (Luis Henriques)  
- ocfs2: fix use-after-free when unmounting read-only filesystem (Luis Henriques)  
- epoll: ep_autoremove_wake_function should use list_del_init_careful (Benjamin Segall)  
- wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() (Dan Carpenter)  
- wifi: cfg80211: fix locking in regulatory disconnect (Johannes Berg)  
- io_uring: hold uring mutex around poll removal (Jens Axboe)  
- irqchip/gic: Correctly validate OF quirk descriptors (Marc Zyngier)  
- NVMe: Add MAXIO 1602 to bogus nid list. (Tatsuki Sugiura)  
- drm:amd:amdgpu: Fix missing buffer object unlock in failure path (Sukrut Bellary)  
- xen/blkfront: Only check REQ_FUA for writes (Ross Lagerwall)  
- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (Maxim Kochetkov)  
- mips: Move initrd_start check after initrd address sanitisation. (Liviu Dudau)  
- MIPS: Alchemy: fix dbdma2 (Manuel Lauss)  
- MIPS: unhide PATA_PLATFORM (Manuel Lauss)  
- parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() (Helge Deller)  
- parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() (Helge Deller)  
- ASoC: soc-pcm: test if a BE can be prepared (Ranjani Sridharan)  
- btrfs: handle memory allocation failure in btrfs_csum_one_bio (Johannes Thumshirn)  
- btrfs: scrub: try harder to mark RAID56 block groups read-only (Qu Wenruo)  
- power: supply: Fix logic checking if system is running from battery (Mario Limonciello)  
- irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues (Douglas Anderson)  
- regulator: Fix error checking for debugfs_create_dir (Osama Muhammad)  
- platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0 (Alexandru Sorodoc)  
- power: supply: Ratelimit no data debug output (Marek Vasut)  
- tools: gpio: fix debounce_period_us output of lsgpio (Milo Spadacini)  
- ARM: dts: vexpress: add missing cache properties (Krzysztof Kozlowski)  
- power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule() (Hans de Goede)  
- power: supply: sc27xx: Fix external_power_changed race (Hans de Goede)  
- power: supply: ab8500: Fix external_power_changed race (Hans de Goede)  
- of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset() (Kunihiko Hayashi)  
- of: overlay: rework overlay apply and remove kfree()s (Frank Rowand)  
- of: overlay: rename variables to be consistent (Frank Rowand)  
- drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram (Horatio Zhang)  
- ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate (Kuan-Ting Chen)  
- test_firmware: fix a memory leak with reqs buffer (Mirsad Goran Todorovac)  
- test_firmware: prevent race conditions by a correct implementation of locking (Mirsad Goran Todorovac)  
- test_firmware: Use kstrtobool() instead of strtobool() (Christophe JAILLET)  
- LTS version: v5.15.117 (Jack Vogel)  
- xfs: verify buffer contents when we skip log replay (Darrick J. Wong)  
- ext4: only check dquot_initialize_needed() when debugging (Theodore Ts'o)  
- vhost_vdpa: support PACKED when setting-getting vring_base (Shannon Nelson)  
- vhost: support PACKED when setting-getting vring_base (Shannon Nelson)  
- vduse: avoid empty string for dev name (Sheng Zhao)  
- riscv: fix kprobe __user string arg print fault issue (Ruan Jinjie)  
- eeprom: at24: also select REGMAP (Randy Dunlap)  
- i2c: sprd: Delete i2c adapter in .remove's error path (Uwe Kleine-Konig)  
- i2c: mv64xxx: Fix reading invalid status value in atomic mode (Marek Behun)  
- arm64: dts: imx8mn-beacon: Fix SPI CS pinmux (Adam Ford)  
- ASoC: mediatek: mt8195: fix use-after-free in driver remove path (Trevor Wu)  
- ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback returning void (Uwe Kleine-Konig)  
- arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts (Shenwei Wang)  
- arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals (Shenwei Wang)  
- arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite boards (Douglas Anderson)  
- ASoC: codecs: wsa881x: do not set can_multi_write flag (Srinivas Kandagatla)  
- ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc (Claudiu Beznea)  
- usb: usbfs: Use consistent mmap functions (Ruihan Li)  
- usb: usbfs: Enforce page requirements for mmap (Ruihan Li)  
- pinctrl: meson-axg: add missing GPIOA_18 gpio group (Martin Hundeb?ll)  
- rbd: get snapshot context after exclusive lock is ensured to be held (Ilya Dryomov)  
- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting (Ilya Dryomov)  
- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (Rijo Thomas)  
- Bluetooth: hci_qca: fix debugfs registration (Johan Hovold)  
- Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk (Luiz Augusto von Dentz)  
- s390/dasd: Use correct lock while counting channel queue length (Jan Hoppner)  
- ceph: fix use-after-free bug for inodes when flushing capsnaps (Xiubo Li)  
- can: j1939: avoid possible use-after-free when j1939_can_rx_register fails (Fedor Pchelkin)  
- can: j1939: change j1939_netdev_lock type to mutex (Fedor Pchelkin)  
- can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J1939 Socket (Oleksij Rempel)  
- drm/amd/pm: Fix power context allocation in SMU13 (Lijo Lazar)  
- drm/amdgpu: fix xclk freq on CHIP_STONEY (Chia-I Wu)  
- drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid SKUs (Evan Quan)  
- drm/i915/gt: Use the correct error value when kernel_context() fails (Andi Shyti)  
- ALSA: hda/realtek: Add Lenovo P3 Tower platform (RenHai)  
- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 (Ai Chao)  
- ALSA: hda/realtek: Add quirk for Clevo NS50AU (Tim Crawford)  
- Input: fix open count when closing inhibited device (Dmitry Torokhov)  
- Input: psmouse - fix OOB access in Elantech protocol (Dmitry Torokhov)  
- Input: xpad - delete a Razer DeathAdder mouse VID/PID entry (Ismael Ferreras Morezuelas)  
- batman-adv: Broken sync while rescheduling delayed work (Vladislav Efanov)  
- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks (Somnath Kotur)  
- bnxt_en: Query default VLAN before VNIC setup on a VF (Somnath Kotur)  
- bnxt_en: Don't issue AP reset during ethtool's reset operation (Sreekanth Reddy)  
- bpf: Add extra path pointer check to d_path helper (Jiri Olsa)  
- net: sched: fix possible refcount leak in tc_chain_tmplt_add() (Hangyu Hua)  
- net: sched: act_police: fix sparse errors in tcf_police_dump() (Eric Dumazet)  
- net: sched: move rtm_tca_policy declaration to include file (Eric Dumazet)  
- drm/i915/selftests: Add some missing error propagation (Tvrtko Ursulin)  
- drm/i915/selftests: Stop using kthread_stop() (Tvrtko Ursulin)  
- drm/i915/selftests: Increase timeout for live_parallel_switch (Akeem G Abodunrin)  
- rfs: annotate lockless accesses to RFS sock flow table (Eric Dumazet)  
- rfs: annotate lockless accesses to sk-&gt;sk_rxhash (Eric Dumazet)  
- ipv6: rpl: Fix Route of Death. (Kuniyuki Iwashima)  
- netfilter: ipset: Add schedule point in call_ad(). (Kuniyuki Iwashima)  
- netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper (Tijs Van Buggenhout)  
- selftests/bpf: Fix sockopt_sk selftest (Yonghong Song)  
- selftests/bpf: Verify optval=NULL case (Stanislav Fomichev)  
- wifi: cfg80211: fix locking in sched scan stop work (Johannes Berg)  
- qed/qede: Fix scheduling while atomic (Manish Chopra)  
- Bluetooth: L2CAP: Add missing checks for invalid DCID (Sungwoo Kim)  
- Bluetooth: Fix l2cap_disconnect_req deadlock (Ying Hsu)  
- drm/i915: Use 18 fast wake AUX sync len (Jouni Hogander)  
- drm/i915: Explain the magic numbers for AUX SYNC/precharge length (Ville Syrjala)  
- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values (Eric Dumazet)  
- net: enetc: correct the statistics of rx bytes (Wei Fang)  
- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT (Wen Gu)  
- bpf: Fix UAF in task local storage (KP Singh)  
- net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods (Alexander Sverdlin)  
- neighbour: fix unaligned access to pneigh_entry (Qingfang DENG)  
- wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll (Lorenzo Bianconi)  
- afs: Fix setting of mtime when creating a file/dir/symlink (David Howells)  
- spi: qup: Request DMA before enabling clocks (Stephan Gerhold)  
- platform/surface: aggregator: Allow completion work-items to be executed in parallel (Maximilian Luz)  
- blk-iocost: avoid 64-bit division in ioc_timer_fn (Arnd Bergmann)  
- f2fs: fix iostat lock protection (Qilin Tan)  
- bonding (gcc13): synchronize bond_{a,t}lb_xmit() types (Jiri Slaby (SUSE))  
- i40e: fix build warning in ice_fltr_add_mac_to_list() (Greg Kroah-Hartman)  
- i40e: use int for i40e_status (Jan Sokolowski)  
- i40e: Remove string printing for i40e_status (Jan Sokolowski)  
- sfc (gcc13): synchronize ef100_enqueue_skb()'s return type (Jiri Slaby (SUSE))  
- remove the sx8 block driver (Christoph Hellwig)  
- gcc-plugins: Reorganize gimple includes for GCC 13 (Kees Cook)  
- ata: ahci: fix enum constants for gcc-13 (Arnd Bergmann)  
- LTS version: v5.15.116 (Jack Vogel)  
- RDMA/irdma: Do not generate SW completions for NOPs (Mustafa Ismail)  
- RDMA/irdma: Fix drain SQ hang with no completion (Shiraz Saleem)  
- ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS (Arnd Bergmann)  
- ext4: enable the lazy init thread when remounting read/write (Theodore Ts'o)  
- selftests: mptcp: join: skip if MPTCP is not supported (Matthieu Baerts)  
- selftests: mptcp: simult flows: skip if MPTCP is not supported (Matthieu Baerts)  
- selftests: mptcp: diag: skip if MPTCP is not supported (Matthieu Baerts)  
- drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. (Bas Nieuwenhuizen)  
- scsi: dpt_i2o: Do not process completions with invalid addresses (Ben Hutchings)  
- scsi: dpt_i2o: Remove broken pass-through ioctl (I2OUSERCMD) (Ben Hutchings)  
- drm/rcar: stop using 'imply' for dependencies (Arnd Bergmann)  
- tpm, tpm_tis: Request threaded interrupt handler (Lino Sanfilippo)  
- regmap: Account for register length when chunking (Jim Wylder)  
- KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() (Roberto Sassu)  
- ksmbd: fix incorrect AllocationSize set in smb2_get_info (Namjae Jeon)  
- ksmbd: fix credit count leakage (Namjae Jeon)  
- KVM: x86: Account fastpath-only VM-Exits in vCPU stats (Sean Christopherson)  
- test_firmware: fix the memory leak of the allocated firmware buffer (Mirsad Goran Todorovac)  
- serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() (Christophe JAILLET)  
- fbcon: Fix null-ptr-deref in soft_cursor (Helge Deller)  
- ext4: add lockdep annotations for i_data_sem for ea_inode's (Theodore Ts'o)  
- ext4: disallow ea_inodes with extended attributes (Theodore Ts'o)  
- ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find() (Theodore Ts'o)  
- ext4: add EA_INODE checking to ext4_iget() (Theodore Ts'o)  
- selftests: mptcp: sockopt: skip if MPTCP is not supported (Matthieu Baerts)  
- selftests: mptcp: pm nl: skip if MPTCP is not supported (Matthieu Baerts)  
- selftests: mptcp: connect: skip if MPTCP is not supported (Matthieu Baerts)  
- tracing/probe: trace_probe_primary_from_call(): checked list_first_entry (Pietro Borrello)  
- block: fix revalidate performance regression (Damien Le Moal)  
- usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM (Frank Li)  
- usb: cdns3: allocate TX FIFO size according to composite EP number (Frank Li)  
- iommu/amd: Fix domain flush size when syncing iotlb (Jon Pan-Doh)  
- powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall (Gaurav Batra)  
- btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-bounds (pengfuyuan)  
- tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL_SBK (Sherry Sun)  
- mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order (Marek Vasut)  
- mmc: vub300: fix invalid response handling (Deren Wu)  
- block/blk-iocost (gcc13): keep large values in a new enum (Jiri Slaby (SUSE))  
- ath6kl: Use struct_group() to avoid size-mismatched casting (Kees Cook)  
- x86/boot: Wrap literal addresses in absolute_pointer() (Kees Cook)  
- drm/amd/pm: reverse mclk and fclk clocks levels for renoir (Tim Huang)  
- drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp (Tim Huang)  
- drm/amd/pm: reverse mclk and fclk clocks levels for vangogh (Tim Huang)  
- ata: libata-scsi: Use correct device no in ata_find_dev() (Damien Le Moal)  
- scsi: stex: Fix gcc 13 warnings (Bart Van Assche)  
- misc: fastrpc: reject new invocations during device removal (Richard Acayan)  
- misc: fastrpc: return -EPIPE to invocations on device removal (Richard Acayan)  
- md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() (Yu Kuai)  
- usb: gadget: f_fs: Add unbind event before functionfs_unbind (Uttkarsh Aggarwal)  
- dt-bindings: usb: snps,dwc3: Fix 'snps,hsphy_interface' type (Marek Vasut)  
- net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 (Sebastian Krzyszkowiak)  
- iio: dac: build ad5758 driver when AD5758 is selected (Lukas Bulwahn)  
- iio: adc: ad7192: Change 'shorted' channels to differential (Paul Cercueil)  
- iio: dac: mcp4725: Fix i2c_master_send() return value handling (Marek Vasut)  
- iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag (Masahiro Honda)  
- iio: light: vcnl4035: fixed chip ID check (Frank Li)  
- dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value (Geert Uytterhoeven)  
- iio: imu: inv_icm42600: fix timestamp reset (Jean-Baptiste Maneyrol)  
- HID: wacom: avoid integer overflow in wacom_intuos_inout() (Nikita Zhandarovich)  
- HID: google: add jewel USB id (Sung-Chi Li)  
- iio: adc: mxs-lradc: fix the order of two cleanup operations (Jiakai Luo)  
- iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT method (Hans de Goede)  
- media: uvcvideo: Don't expose unsupported formats to userspace (Laurent Pinchart)  
- mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() (Dan Carpenter)  
- nvme-pci: Add quirk for Teamgroup MP33 SSD (Daniel Smith)  
- drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged (Guchun Chen)  
- atm: hide unused procfs functions (Arnd Bergmann)  
- drm/msm: Be more shouty if per-process pgtables aren't working (Rob Clark)  
- ALSA: oss: avoid missing-prototype warnings (Arnd Bergmann)  
- nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk (Christoph Hellwig)  
- netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT (Tom Rix)  
- wifi: b43: fix incorrect __packed annotation (Arnd Bergmann)  
- scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed (Wenchao Hao)  
- wifi: mac80211: simplify chanctx allocation (Johannes Berg)  
- arm64: vdso: Pass (void *) to virt_to_page() (Linus Walleij)  
- arm64/mm: mark private VM_FAULT_X defines as vm_fault_t (Min-Hua Chen)  
- ARM: dts: stm32: add pin map for CAN controller on stm32f7 (Dario Binacchi)  
- wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value (Yun Lu)  
- ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P (Ruben Gomez)  
- s390/topology: honour nr_cpu_ids when adding CPUs (Alexander Gordeev)  
- s390/pkey: zeroize key blobs (Holger Dengler)  
- media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 (Hyunwoo Kim)  
- media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() (Takashi Iwai)  
- media: dvb-core: Fix use-after-free due to race at dvb_register_device() (Hyunwoo Kim)  
- media: dvb-core: Fix use-after-free due on race condition at dvb_net (Hyunwoo Kim)  
- media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table (Krzysztof Kozlowski)  
- media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() (Hyunwoo Kim)  
- media: dvb_ca_en50221: fix a size write bug (YongSu Yoo)  
- media: netup_unidvb: fix irq init by register it at the end of probe (Wei Chen)  
- media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address (Wei Chen)  
- media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() (Wei Chen)  
- media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer (Zhang Shurong)  
- media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer() (Wei Chen)  
- media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() (Wei Chen)  
- media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer() (Wei Chen)  
- media: dvb_demux: fix a bug for the continuity counter (YongSu Yoo)  
- ASoC: ssm2602: Add workaround for playback distortions (Pawel Anikiel)  
- ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs (Martin Poviser)  
- xfrm: Check if_id in inbound policy/secpath match (Benedict Wong)  
- um: harddog: fix modular build (Johannes Berg)  
- ASoC: dwc: limit the number of overrun messages (Maxim Kochetkov)  
- nvme-pci: add quirk for missing secondary temperature thresholds (Hristo Venev)  
- nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G (Sagi Grimberg)  
- block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE (Guoqing Jiang)  
- nbd: Fix debugfs_create_dir error checking (Ivan Orlov)  
- fbdev: stifb: Fix info entry in sti_struct on error path (Helge Deller)  
- fbdev: modedb: Add 1920x1080 at 60 Hz video mode (Helge Deller)  
- fbdev: imsttfb: Fix use after free bug in imsttfb_probe (Zheng Wang)  
- gfs2: Don't deref jdesc in evict (Bob Peterson)  
- platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield (Julian Winkler)  
- media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE (Niklas Soderlund)  
- ARM: 9295/1: unwind:fix unwind abort for uleb128 case (Haibo Li)  
- btrfs: abort transaction when sibling keys check fails for leaves (Filipe Manana)  
- drm/ast: Fix ARM compatibility (Jammy Huang)  
- mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() (Lee Jones)  
- drm/amdgpu: Use the default reset when loading or reloading the driver (lyndonli)  
- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. (jasontao)  
- watchdog: menz069_wdt: fix watchdog initialisation (Johannes Thumshirn)  
- drm/amdgpu: release gpu full access after 'amdgpu_device_ip_late_init' (Chong Li)  
- rtnetlink: call validate_linkmsg in rtnl_create_link (Xin Long)  
- mtd: rawnand: marvell: don't set the NAND frequency select (Chris Packham)  
- mtd: rawnand: marvell: ensure timing values are written (Chris Packham)  
- net: dsa: mv88e6xxx: Increase wait after reset deactivation (Andreas Svensson)  
- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() (Hangyu Hua)  
- net/mlx5: Read embedded cpu after init bit cleared (Moshe Shemesh)  
- net/mlx5e: Fix error handling in mlx5e_refresh_tirs (Saeed Mahameed)  
- udp6: Fix race condition in udp6_sendmsg &amp; connect (Vladislav Efanov)  
- net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report (Pedro Tammela)  
- net: sched: fix NULL pointer dereference in mq_attach (Zhengchao Shao)  
- net/sched: Prohibit regrafting ingress or clsact Qdiscs (Peilin Ye)  
- net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs (Peilin Ye)  
- net/sched: sch_clsact: Only create under TC_H_CLSACT (Peilin Ye)  
- net/sched: sch_ingress: Only create under TC_H_INGRESS (Peilin Ye)  
- tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set (Cambda Zhu)  
- tcp: deny tcp_disconnect() when threads are waiting (Eric Dumazet)  
- af_packet: do not use READ_ONCE() in packet_bind() (Eric Dumazet)  
- RDMA/irdma: Fix Local Invalidate fencing (Mustafa Ismail)  
- RDMA/irdma: Prevent QP use after free (Mustafa Ismail)  
- RDMA/irdma: Add SW mechanism to generate completions on error (Mustafa Ismail)  
- mtd: rawnand: ingenic: fix empty stub helper definitions (Arnd Bergmann)  
- amd-xgbe: fix the false linkup in xgbe_phy_status (Raju Rangoju)  
- af_packet: Fix data-races of pkt_sk(sk)-&gt;num. (Kuniyuki Iwashima)  
- netrom: fix info-leak in nr_write_internal() (Eric Dumazet)  
- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure (Thomas Bogendoerfer)  
- net/mlx5e: Don't attach netdev profile while handling internal error (Dmytro Linkin)  
- net/mlx5: fw_tracer, Fix event handling (Shay Drory)  
- riscv: Fix unused variable warning when BUILTIN_DTB is set (Alexandre Ghiti)  
- dmaengine: pl330: rename _start to prevent build error (Randy Dunlap)  
- iommu/rockchip: Fix unwind goto issue (Chao Wang)  
- RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx (Kalesh AP)  
- RDMA/bnxt_re: Fix a possible memory leak (Kalesh AP)  
- dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved() (Dan Carpenter)  
- dmaengine: at_xdmac: Move the free desc to the tail of the desc list (Tudor Ambarus)  
- RDMA/hns: Modify the value of long message loopback slice (Yangyang Li)  
- RDMA/hns: Fix base address table allocation (Chengchang Tang)  
- RDMA/efa: Fix unsupported page sizes in device (Yonatan Nachum)  
- RDMA/bnxt_re: Fix the page_size used during the MR creation (Selvin Xavier)  
- LTS version: v5.15.115 (Jack Vogel)  
- netfilter: ctnetlink: Support offloaded conntrack entry deletion (Paul Blakey)  
- ipv{4,6}/raw: fix output xfrm lookup wrt protocol (Nicolas Dichtel)  
- binder: fix UAF of alloc-&gt;vma in race with munmap() (Carlos Llamas)  
- binder: add lockless binder_alloc_(set|get)_vma() (Carlos Llamas)  
- Revert 'android: binder: stop saving a pointer to the VMA' (Carlos Llamas)  
- Revert 'binder_alloc: add missing mmap_lock calls when using the VMA' (Carlos Llamas)  
- bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() (Ruihan Li)  
- xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). (Sebastian Andrzej Siewior)  
- irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable (Jiaxun Yang)  
- page_pool: fix inconsistency for page_pool_ring_[un]lock() (Yunsheng Lin)  
- net: page_pool: use in_softirq() instead (Qingfang DENG)  
- xdp: Allow registering memory model without rxq reference (Toke H?iland-J?rgensen)  
- irqchip/mips-gic: Use raw spinlock for gic_lock (Jiaxun Yang)  
- irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() (Marc Zyngier)  
- binder: fix UAF caused by faulty buffer cleanup (Carlos Llamas)  
- bonding: fix send_peer_notif overflow (Hangbin Liu)  
- Bonding: add arp_missed_max option (Hangbin Liu)  
- net: dsa: mt7530: fix network connectivity with multiple CPU ports (Ar?nc UNAL)  
- net: dsa: mt7530: split-off common parts from mt7531_setup (Daniel Golle)  
- net: dsa: mt7530: rework mt753[01]_setup (Frank Wunderlich)  
- net: dsa: introduce helpers for iterating through ports using dp (Vladimir Oltean)  
- net: phy: mscc: enable VSC8501/2 RGMII RX clock (David Epping)  
- platform/x86: ISST: Remove 8 socket limit (Steve Wahl)  
- platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering (Srinivas Pandruvada)  
- net/mlx5: Devcom, serialize devcom registration (Shay Drory)  
- net/mlx5e: Fix deadlock in tc route query code (Vlad Buslov)  
- net/mlx5: devcom only supports 2 ports (Mark Bloch)  
- bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps (Anton Protopopov)  
- power: supply: bq24190: Call power_supply_changed() after updating input current (Hans de Goede)  
- power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier() (Hans de Goede)  
- power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize (Hans de Goede)  
- power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes (Hans de Goede)  
- power: supply: bq27xxx: Move bq27xxx_battery_update() down (Hans de Goede)  
- power: supply: bq27xxx: expose battery data when CI=1 (Sicelo A. Mhlongo)  
- uek-rpm: Remove unused CONFIG_NF_TABLES_SET from container config (Liam Merwick)  [Orabug: 35533264] 
- uek-rpm: ol8: Enable aarch64 build of kernel-uek-container (Liam Merwick)  [Orabug: 35533264] 
- uek-rpm: ol8: Enable aarch64 build of kernel-uek-container (Liam Merwick)  [Orabug: 35533264] 
- uek-rpm: ol9: aarch64: Add kernel-uek-container config file (Liam Merwick)  [Orabug: 35533264] 
- uek-rpm: ol8: aarch64: Add kernel-uek-container config file (Liam Merwick)  [Orabug: 35533264] 
- crypto: jitter - correct health test during initialization (Stephan Muller)  [Orabug: 35506033] 
- crypto: jitter - permanent and intermittent health errors (Stephan Muller)  [Orabug: 35506033] 
- cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids (Srinivas Pandruvada)  [Orabug: 35196941] 
- cpufreq: intel_pstate: Update EPP for AlderLake mobile (Srinivas Pandruvada)  [Orabug: 35196941] 
- cpufreq: intel_pstate: Process HWP Guaranteed change notification (Srinivas Pandruvada)  [Orabug: 35196941] 
- EDAC/i10nm: Add driver decoder for Sapphire Rapids server (Youquan Song)  [Orabug: 35196858] 
- EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUs (Youquan Song)  [Orabug: 35196858]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2023-12742.html" type="self" title="ELBA-2023-12742" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-devel" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">29c923960ff9ed3132b1b5e8e52767726694a88addc70bba5a2c5fb7598b1163</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">495e093a903bc6cb6d7f8f547e652799188b8713f498d3979187afcac481e728</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e6c1fa3d1ce8262270125530b2cacb3839d9ebcafd4bfe93f919956a1c65c9b6</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">30982be5db2cd83b33a4e326b5fd2c668d3803643838f994cabfa65b9c10f01a</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">6a30a6e1c125fea1d200e5440c78eb6dde673f3eecbacad8534fd08486757cac</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-104.119.4.2.el8uek.src.rpm</filename>
          <sum type="sha256">30df0a565115492d79abd94ee01526a41afd9757c7f631cd057afaeff4fcff2b</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f9e800674785cbc434fddbb0a371bc96499ca662bb8eae54cffaf26f4db93a98</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e1bdc552ce69e34486ee76242a863c12efa9e8c9f5edab4f5abde98ebba2e5f7</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-104.119.4.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">b010ff494c3477a9ad7914495660fa4d4806aabc2eec4ddb80626fd2663ee344</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">41c272e7de88c969ec9cdb6ab6f76b922627d787813341abb7ec1dd3af428b1c</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">940b7527b2b5d3fcf7db24e1802e8048bd1d8c40dad076497aedc0843a92987b</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e24b8a4dfcb87ba693726d5c42ffe6e91e764c98b3980d7dcab1d0ad39d744f9</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">263b0b5bac6fe92bdba036ba3db019c6af81e32ebc78589f80f6d8c9ef0b8f9d</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9ab8ea3a4974ba704dea2199a87e63bdc4412b9e2ee0010d6fa434e7b02be806</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="104.119.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-104.119.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">df59751cbeaf49090b503391b6f6607c3ec0c17a1f53caa109f339b3a681bf38</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2026-50233</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-04-15 00:00:00"/>
    <updated date="2026-04-15 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-319.201.4.2]
- Revert 'rds: Drop rds conn in connect worker if not in down state.' (Vijayendra Suman)  [Orabug: 39200414]

[5.15.0-319.201.4.1]
- KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE (Sean Christopherson)  [Orabug: 39153095]
- vfio: Adapt to upstream uAPI for VFIO_PRECOPY_INFO_REINIT (Maciej S. Szmigiero)  [Orabug: 39153092]
- vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO (Yishai Hadas)  [Orabug: 39153077]
- vfio/mlx5: consider inflight SAVE during PRE_COPY (Yishai Hadas)  [Orabug: 39153077]
- net/mlx5: Add IFC bits for migration state (Yishai Hadas)  [Orabug: 39153077]
- vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl (Yishai Hadas)  [Orabug: 39153077]
- vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2 (Yishai Hadas)  [Orabug: 39153077]
- vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase (Yishai Hadas)  [Orabug: 39153077]

[5.15.0-319.201.4]
- bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (Michael Chan)  [Orabug: 39086190]
- net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled (Fernando Fernandez Mancera)  [Orabug: 39080807]
- hv_netvsc: Use VF's tso_max_size value when data path is VF (Shradha Gupta)  [Orabug: 39065407]
- net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE (Shradha Gupta)  [Orabug: 39065407]
- IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver (Coco Li)  [Orabug: 39065407]
- rds: Drop rds conn in connect worker if not in down state. (Rohit Nair)  [Orabug: 39045034]
- exadata: tools: perf: use comm_ignore_digit for report, top (Stephen Brennan)  [Orabug: 38567667]
- tools: perf: add comm_ignore_digit column (Stephen Brennan)  [Orabug: 38567667]
- mm/page_alloc: ignore the exact initial compaction result (Vlastimil Babka)  [Orabug: 39071712]
- mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations (Vlastimil Babka)  [Orabug: 39071712]
- rds: Add state field to RDS trace logs. (Rohit Nair)  [Orabug: 38870357]
- i3c: Move device name assignment after i3c_bus_init (Billy Tsai)
- ASoC: fsl_xcvr: Revert fix missing lock in fsl_xcvr_mode_put() (Ziyi Guo)
- macvlan: observe an RCU grace period in macvlan_common_newlink() error path (Eric Dumazet)
- netfilter: nf_conncount: fix tracking of connections from localhost (Fernando Fernandez Mancera)
- PCI/IOV: Fix race between SR-IOV enable/disable and hotplug (Niklas Schnelle)
- Revert 'PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV' (Niklas Schnelle)
- rtc: interface: Alarm race handling should not discard preceding error (Anthony Pighin (Nokia))

[5.15.0-319.201.3]
- arm64: pensando: Add non-caching option to capmem/mmap (Rob Gardner)  [Orabug: 39017011]
- PCI: Fix BUILD_BUG_ON usage for old gcc (Alex Williamson)  [Orabug: 39021252]
- PCI: Batch BAR sizing operations (Alex Williamson)  [Orabug: 39021252]
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons (Menglong Dong)  [Orabug: 39053373]

[5.15.0-319.201.2]
- LTS version: v5.15.201 (Vijayendra Suman)
- USB: serial: option: add Telit FN920C04 RNDIS compositions (Fabio Porcedda)
- f2fs: fix out-of-bounds access in sysfs attribute read/write (Yongpeng Yang)
- f2fs: fix to avoid UAF in f2fs_write_end_io() (Chao Yu)
- fbdev: smscufx: properly copy ioctl memory to kernelspace (Greg Kroah-Hartman)
- fbdev: rivafb: fix divide error in nv3_arb() (Guangshuo Li)
- PCI: endpoint: Avoid creating sub-groups asynchronously (Liu Song)
- PCI: endpoint: Remove unused field in struct pci_epf_group (Christophe JAILLET)
- PCI: endpoint: Automatically create a function specific attributes group (Damien Le Moal)
- scsi: qla2xxx: Free sp in error path to fix system crash (Anil Gurumurthy)
- scsi: qla2xxx: Use named initializers for port_[d]state_str (Gleb Chesnokov)
- scsi: qla2xxx: Fix bsg_done() causing double free (Anil Gurumurthy)
- bus: fsl-mc: fix use-after-free in driver_override_show() (Gui-Dong Han)
- bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in sysfs show functions (Chelsy Ratnawat)
- smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection() (Henrique Carvalho)
- crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req (Bibo Mao)
- mptcp: fix race in mptcp_pm_nl_flush_addrs_doit() (Eric Dumazet)
- selftests: mptcp: pm: ensure unknown flags are ignored (Matthieu Baerts (NGI0))
- net: dsa: free routing table on probe failure (Vladimir Oltean)
- smb: client: set correct id, uid and cruid for multiuser automounts (Paulo Alcantara)
- btrfs: fix racy bitfield write in btrfs_clear_space_info_full() (Boris Burkov)
- Revert 'wireguard: device: enable threaded NAPI' (Daniel Borkmann)
- gpiolib: acpi: Fix gpio count with string references (Alban Bedel)
- ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put() (Ziyi Guo)
- platform/x86: panasonic-laptop: Fix sysfs group leak in error path (Rafael J. Wysocki)
- platform/x86: classmate-laptop: Add missing NULL pointer checks (Rafael J. Wysocki)
- drm/tegra: hdmi: sor: Fix error: variable 'j' set but not used (Brahmajit Das)
- romfs: check sb_set_blocksize() return value (Deepanshu Kartikey)
- gpio: sprd: Change sprd_gpio lock to raw_spin_lock (Xuewen Yan)
- ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU (Tim Guttzeit)
- gpio: omap: do not register driver in probe() (Danilo Krummrich)
- scsi: qla2xxx: Query FW again before proceeding with login (Anil Gurumurthy)
- scsi: qla2xxx: Delay module unload while fabric scan in progress (Anil Gurumurthy)
- scsi: qla2xxx: Validate sp before freeing associated memory (Anil Gurumurthy)
- nilfs2: Fix potential block overflow that cause system hang (Edward Adam Davis)
- crypto: virtio - Add spinlock protection with virtqueue notification (Bibo Mao)
- crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly (Kees Cook)
- crypto: octeontx - Fix length check to avoid truncation in ucode_load_store (Thorsten Blum)
- LTS version: v5.15.200 (Vijayendra Suman)
- riscv: Replace function-like macro by static inline function (Bjorn Topel)
- nvmet-tcp: pass iov_len instead of sg-&gt;length to bvec_set_page() (Varun Prakash)
- spi: tegra: Fix a memory leak in tegra_slink_probe() (Felix Gu)
- spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one (Breno Leitao)
- spi: tegra210-quad: Move curr_xfer read inside spinlock (Breno Leitao)
- iommu: disable SVA when CONFIG_X86 is set (Lu Baolu)
- Bluetooth: hci_event: call disconnect callback before deleting conn (Pauli Virtanen)
- gve: Correct ethtool rx_dropped calculation (Max Yuan)
- gve: Fix stats report corruption on queue count change (Debarghya Kundu)
- gfs2: Fix NULL pointer dereference in gfs2_log_flush (Andreas Gruenbacher)
- riscv: uprobes: Add missing fence.i after building the XOL buffer (Bjorn Topel)
- ASoC: amd: fix memory leak in acp3x pdm dma ops (Chris Bainbridge)
- nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec (YunJe Shin)
- netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() (Andrew Fasano)
- hwmon: (occ) Mark occ_init_attribute() as __printf (Arnd Bergmann)
- tipc: use kfree_sensitive() for session key material (Daniel Hodges)
- macvlan: fix error recovery in macvlan_common_newlink() (Eric Dumazet)
- dpaa2-switch: add bounds check for if_id in IRQ handler (Junrui Luo)
- net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup (Zilin Guan)
- net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup (Zilin Guan)
- net: liquidio: Initialize netdev pointer before queue setup (Zilin Guan)
- dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero (Junrui Luo)
- platform/x86: intel_telemetry: Fix PSS event register mask (Kaushlendra Kumar)
- platform/x86: toshiba_haps: Fix memory leaks in add/remove routines (Rafael J. Wysocki)
- wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twice (Miri Korenblit)
- scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (Maurizio Lombardi)
- scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (Maurizio Lombardi)
- wifi: cfg80211: Fix bitrate calculation overflow for HE rates (Veerendranath Jakkam)
- ASoC: tlv320adcx140: Propagate error codes during probe (Dimitrios Katsaros)
- ASoC: davinci-evm: Fix reference leak in davinci_evm_probe (Kery Qi)
- wifi: mac80211: collect station statistics earlier when disconnect (Baochen Qiang)
- ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free (Wupeng Ma)
- HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30 (2d99:a101) (Rodrigo Lugathe da Conceicao Alves)
- HID: quirks: Add another Chicony HP 5MP Cameras to hid_ignore_list (Chris Chiu)
- netfilter: replace -EEXIST with -EBUSY (Daniel Gomez)
- ALSA: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk (Ruslan Krupitsa)
- HID: playstation: Center initial joystick axes to prevent spurious events (Siarhei Vishniakou)
- HID: intel-ish-hid: Reset enum_devices_done before enumeration (Zhang Lixu)
- HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL (DaytonCL)
- smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe() (ZhangGuoDong)
- block,bfq: fix aux stat accumulation destination (shechenglong)
- net: usb: sr9700: support devices with virtual driver CD (Ethan Nelson-Moore)
- wifi: wlcore: ensure skb headroom before skb_push (Peter Astrand)
- wifi: mac80211: ocb: skip rx_no_sta when interface is not joined (Moon Hee Lee)
- binderfs: fix ida_alloc_max() upper bound (Carlos Llamas)
- Bluetooth: hci_qca: Fix the teardown problem for real (Thomas Gleixner)
- clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shutdown() function (Steven Rostedt (Google))
- ARM: spear: Do not use timer namespace for timer_shutdown() function (Steven Rostedt (Google))
- Documentation: Remove bogus claim about del_timer_sync() (Thomas Gleixner)
- netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAX (Pablo Neira Ayuso)
- mm/kfence: randomize the freelist on initialization (Pimyn Girgis)
- KVM: Don't clobber irqfd routing type when deassigning irqfd (Sean Christopherson)
- ARM: 9468/1: fix memset64() on big-endian (Thomas Weissschuh)
- rbd: check for EOD after exclusive lock is ensured to be held (Ilya Dryomov)
- platform/x86: intel_telemetry: Fix swapped arrays in PSS output (Kaushlendra Kumar)

[5.15.0-319.199.1]
- genirq/cpuhotplug: Notify about affinity changes breaking the affinity mask (Imran Khan)  [Orabug: 39001910]
- nvme-pci: fix stuck reset on concurrent DPC and HP (Keith Busch)  [Orabug: 38928033]
- nvme: cancel pending I/O if nvme controller is in terminal state (Nilay Shroff)  [Orabug: 38928033]
- nvme-pci: fix queue unquiesce check on slot_reset (Keith Busch)  [Orabug: 38928033]
- nvme: ensure disabling pairs with unquiesce (Keith Busch)  [Orabug: 38928033]
- ionic: Rate limit unknown xcvr type messages (Eric Joyner)  [Orabug: 38977644]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2026-50233.html" type="self" title="ELBA-2026-50233" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="bpftool" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e430a995d04129b28efd5837ea09980eec6a73815dc98e480cadb083d1503232</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">da9154566e5e2d1fe09f7265fdffedb0f3cb6e29c69c5665d983769431ec1c66</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-319.201.4.2.el8uek.noarch.rpm</filename>
          <sum type="sha256">e8bc3bd306728a45595e4c0c1cdbc0015933e76915c16ec4773b39465e60f293</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">73e23f0b82fa340cb854df5a47955b8ac074b83e82e1b710b5c9bc9ae82e63e3</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">646c66c68297522c5378d62306ffe512a6d5fb34a3b1deea3b5dbf38d4161acc</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">3f5844e73f744c035c0362ac4e20a0ea7362d737f63f633bc8412d93eef69d6e</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">281f7bf2846b77d8e8d4a7fa53da2ac51769cfd2565473ff8cd88646c47f4ad7</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">692ea6150e6e38d1f2416ace2dffa1a9641db7b155196a6955e9e6c7936da22d</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bf09c26e1761cbda3fefd8114f1f4c253f40805f91d9bb4fe63b21c86b9ac1d4</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-319.201.4.2.el8uek.src.rpm</filename>
          <sum type="sha256">6e5a4d196e4276c2e1a7fc3a2f78b0b15276a07db79b8abcc6edfa73da49b0ee</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9548d20b15945867978ab22bb6c8560d3c79b9bf85f39134bae8e71c31465ce6</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">7b5753b1816cb3804cee5c5fbe0bb9f928e3dcbd64acdaadb1244d406a02d9d3</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">43d44eb11870c9a1528b3d4ac63845865a34f9ee8b0b901824e4fe06c536001c</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">9251a29a2eb06b159854e823594bea146d75d3653464276ebffd4cef220af0ed</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="319.201.4.2.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-319.201.4.2.el8uek.x86_64.rpm</filename>
          <sum type="sha256">08f2317442d00518ec863b46d4264d616c57f4238dcd4292e06c3f2eaf5ac59a</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2025-20018</id>
    <title>Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2025-01-11 00:00:00"/>
    <updated date="2025-01-11 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[5.15.0-304.171.4]
- Revert 'unicode: Don't special case ignorable code points' (Linus Torvalds)  
- Revert 'mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K' (Aurelien Jarno)  
- tcp: Fix use-after-free of nreq in reqsk_timer_handler(). (Kuniyuki Iwashima)  
- lib/buildid: Fix build ID parsing logic (Jiri Olsa)  
- powerpc/vdso: Flag VDSO64 entry points as functions (Christophe Leroy)  
- mm: krealloc: Fix MTE false alarm in __do_krealloc (Qun-Wei Lin)  
- Revert 'ALSA: hda/conexant: Mute speakers at suspend / shutdown' (Jaroslaw Janik)  
- usb: dwc3: fix fault at system suspend if device was already runtime suspended (Roger Quadros)  
- ACPI: PRM: Clean up guid type in struct prm_handler_info (Dan Carpenter)  
- RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() (Junxian Huang)  
- mm: revert 'mm: shmem: fix data-race in shmem_getattr()' (Andrew Morton)  
- ACPI: CPPC: Fix _CPC register setting issue (Lifeng Zheng)  
- scsi: qla2xxx: Fix abort in bsg timeout (Quinn Tran)  
- drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported (Antonio Quartulli)  
- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (Kashyap Desai)  
- vhost_scsi: log write descriptors (Dongli Zhang)  [Orabug: 37393531] 
- vhost-scsi: protect vq-&gt;log_base with vq-&gt;mutex (Dongli Zhang)  [Orabug: 37393531]

[5.15.0-304.171.3]
- build: populate modules_thick.builtin for dirs containing only modules (Nick Alcock)  [Orabug: 37381702]
- mtd: fix use-after-free in mtd release (Alexander Usyskin)  [Orabug: 37371929]
- mtd: Clean refcounting with MTD_PARTITIONED_MASTER (Miquel Raynal)  [Orabug: 37371929]
- mtd: call external _get and _put in right order (Alexander Usyskin)  [Orabug: 37371929]
- nvmem: core: Check input parameter for NULL in nvmem_unregister() (Andy Shevchenko)  [Orabug: 37371929]
- Revert 'ocfs2: fix the la space leak when unmounting an ocfs2 volume' (Sherry Yang)  [Orabug: 37364544]
- x86/pkeys: Ensure updated PKRU value is XRSTOR'd (Aruna Ramakrishna)  [Orabug: 37361290]
- x86/pkeys: Change caller of update_pkru_in_sigframe() (Aruna Ramakrishna)  [Orabug: 37361290]
- cgroup: cgroup-v1: do not exclude cgrp_dfl_root (Vishal Verma)  [Orabug: 37347419]
- mm/memcontrol: Fix memcg stat calculation (Aruna Ramakrishna)  [Orabug: 37306542]

[5.15.0-304.171.2]
- uek-rpm: Add mstflint_access module to the core list (Thomas Tai)  [Orabug: 37345530]
- uek-rpm/ol8/config-aarch64-emb3: Enable CONFIG_ARM_SDE_INTERFACE (Thomas Tai)  [Orabug: 37345530]
- sunrpc: fix a NULL deref in svc_process() when -&gt;sv_stats doesn't exist (Calum Mackay)  [Orabug: 37329531]
- Partial revert 'rds: Add inc/frag cache statistics' (Hans Westgaard Ry)  [Orabug: 37232315]

[5.15.0-304.171.1]
- kpcimgr: assign CPU to handle PCIE transactions during kexec (Joe Dobosenski)  [Orabug: 37295980]
- kexec: update start address for LPI table data (Joe Dobosenski)  [Orabug: 37295980]
- kpcimgr: fix flush_icache_range arguments (Joe Dobosenski)  [Orabug: 37295980]
- embedded2: Enable CONFIG_SQUASHFS_ZSTD to support zstd compression (Joe Dobosenski)  [Orabug: 37295980]
- embedded2: Support booting an encrypted root filesystem (Joe Dobosenski)  [Orabug: 37295980]
- Update embedded2 config for UEK7 (Joe Dobosenski)  [Orabug: 37295980]
- Pensando: kernel config changes for kdump (Rob Gardner)  [Orabug: 34091165] [Orabug: 37295980]
- arm64: Reserve elfcorehdr before scanning reserved memory from device tree (Joe Dobosenski)  [Orabug: 37295980]
- arm64: kexec: add support for kexec with spin-table (Henry Willard)  [Orabug: 32549965] [Orabug: 37295980]
- drivers/soc/pensando/cap_mem.c: Support DM region mapping. (David Clear)  [Orabug: 37295980]
- drivers/edac: elba: Support multiple DDR bypass ranges. (David Clear)  [Orabug: 37295980]
- mmc: sdhci-cadence: Enable host driver defined bounce buffer (Brad Larson)  [Orabug: 37295980]
- Fix NULL pointer dereference in cn_filter() (Anjali Kulkarni)  [Orabug: 37280567]
- selftests: connector: Fix input argument error paths to skip (Shuah Khan)  [Orabug: 37280567]
- connector/cn_proc: Selftest for proc connector (Anjali Kulkarni)  [Orabug: 37280567]
- connector/cn_proc: Allow non-root users access (Anjali Kulkarni)  [Orabug: 37280567]
- connector/cn_proc: Performance improvements (Anjali Kulkarni)  [Orabug: 37280567]
- connector/cn_proc: Add filtering to fix some bugs (Anjali Kulkarni)  [Orabug: 37280567]
- netlink: Add new netlink_release function (Anjali Kulkarni)  [Orabug: 37280567]
- ice: Add netif_device_attach/detach into PF reset flow (Dawid Osuchowski)  [Orabug: 37214589] {CVE-2024-46770}</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2025-20018.html" type="self" title="ELSA-2025-20018" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-46770.html" id="CVE-2024-46770" type="cve" title="CVE-2024-46770" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53060.html" id="CVE-2024-53060" type="cve" title="CVE-2024-53060" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53070.html" id="CVE-2024-53070" type="cve" title="CVE-2024-53070" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53097.html" id="CVE-2024-53097" type="cve" title="CVE-2024-53097" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53206.html" id="CVE-2024-53206" type="cve" title="CVE-2024-53206" />
      <reference href="https://linux.oracle.com/cve/CVE-2024-53226.html" id="CVE-2024-53226" type="cve" title="CVE-2024-53226" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">58afc30410675a7cfcd992e29830456765da9022a0c80aa46dbe440806c788d2</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">83ce97e9ddffb8fd00611504fe7aa07696e84ab3e037194e3cdfb0f0f7ac32b6</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b9179a59fb47da1a1d2477a922c17a763fbddc2933bae7f87373a3a9a0c111df</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ed88f714f607430bd1d3415be86b0b506d8ee6672cffae0c4b6eb9281af7349b</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">23c7bd9d6f7f71d2f1691da71fa5db121f9663386dfc82629b88b417491ca4d6</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c26dcbae143fe5324893d1fdaa78dcc6957d707ee14c146a3df1d49e10bfc43c</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-304.171.4.el8uek.src.rpm</filename>
          <sum type="sha256">3d46a65a459c5e57b5204fd17ede8a0f3d2b3fd4563e794e690423ed837d6a24</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">da585fd51fba80a1a4224a437821b95256bd22ef99d4df6880ce65afef4eee8c</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2ab55d092adc1f0d21ff4cbdaf947aa45d6fdc770e3d5e100a061dbb1d07a8df</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-304.171.4.el8uek.noarch.rpm</filename>
          <sum type="sha256">d77bf297f2f6f145b2317506d2b991f480c35479f04a1465c5a949ede450a44c</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">082db0183ae8ac3318f842b3866b9944a5def25a91c40e89d9f73da1ca349aed</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">c48d2de76de3c6cd2779de4f85517adb9c8586afb702c7108cab28be0a0f2482</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">aa9b27bd402f599c63b8be3685d095b1c77b2317b16e1bcd738575a20146e657</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">74b27f1b59c68718dc4f45cedf75a188d358afce75322d02d12a290f2fac32aa</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="304.171.4.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-304.171.4.el8uek.x86_64.rpm</filename>
          <sum type="sha256">301bd9130f187fd356ee60ace40ed99f4d42fc90bd0e15730cfba2cbe2c1e642</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="security" version="1" from="el-errata@oss.oracle.com">
    <id>ELSA-2023-12196</id>
    <title> Unbreakable Enterprise kernel security update</title>
    <severity>Important</severity>
    <release>Oracle Linux 8</release>
    <issued date="2023-03-16 00:00:00"/>
    <updated date="2023-03-16 00:00:00"/>
    <rights>Copyright 2023 Oracle, Inc.</rights>
    <description>[5.15.0-8.91.4.1]
- uek-rpm: Add opbmc to core rpm (Somasundaram Krishnasamy)  [Orabug: 35157130]

[5.15.0-8.91.4]
- selftests/vm: remove ARRAY_SIZE define from individual tests (Shuah Khan)  [Orabug: 35088471] 
- selftests: Provide local define of __cpuid_count() (Reinette Chatre)  [Orabug: 35088471] 
- tools: fix ARRAY_SIZE defines in tools and selftests hdrs (Shuah Khan)  [Orabug: 35088471] 
- uek-rpm: aarch64 enable DETECT_HUNG_TASK (Tom Saeger)  [Orabug: 34580801]

[5.15.0-8.91.3]
- Update README with UEK Text Description (Somasundaram Krishnasamy)  [Orabug: 35084845] 
- uek-rpm: config-x86-64*: Disable CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (Alejandro Jimenez)  [Orabug: 35059109] 
- Revert 'RDMA/irdma: Fix warning, move switch variable into case' (Jack Vogel)  [Orabug: 35048858] 
- Revert 'RDMA/irdma: Move variable into switch case' (Jack Vogel)  [Orabug: 35048858] 
- Revert 'ACPI/IORT: Move variables in switch, fix for build warnings.' (Jack Vogel)  [Orabug: 35048858]

[5.15.0-8.91.2]
- RDMA/addr: Refresh neighbour entries upon rdma_resolve_addr() (Gerd Rausch)  [Orabug: 35060575] 
- net/rds: Go back to alloc_ordered_workqueue() (Gerd Rausch)  [Orabug: 35042697] 
- sched/core: Remove sched_uek cmdline parameter (Konrad Rzeszutek Wilk)  [Orabug: 35049222] 
- uek-misc: Initial version (Konrad Rzeszutek Wilk)  [Orabug: 35049222] 
- treewide: Move the definition in a global file (Konrad Rzeszutek Wilk)  [Orabug: 35049222] 
- treewide: Rename wake_affine_idle_pull into on_exadata (Konrad Rzeszutek Wilk)  [Orabug: 35049222] 
- sched/core: Remove sched_uek=preempt (Konrad Rzeszutek Wilk)  [Orabug: 35049222] 
- perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table (Kan Liang)  [Orabug: 35038311] 
- perf/x86/uncore: Add a quirk for UPI on SPR (Kan Liang)  [Orabug: 35038311] 
- perf/x86/uncore: Ignore broken units in discovery table (Kan Liang)  [Orabug: 35038311] 
- perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name (Kan Liang)  [Orabug: 35038311] 
- perf/x86/uncore: Factor out uncore_device_to_die() (Kan Liang)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Enable UPI topology discovery for Sapphire Rapids (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Enable UPI topology discovery for Skylake Server (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Generalize get_topology() for SKX PMUs (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Introduce UPI topology type (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Get UPI NodeID and GroupID (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Enable UPI topology discovery for Icelake Server (Alexander Antonov)  [Orabug: 35038311] 
- perf/x86/intel/uncore: Generalize IIO topology support (Alexander Antonov)  [Orabug: 35038311] 
- net/rds: Delegate fan-out to a background worker (Gerd Rausch)  [Orabug: 34994148] 
- i40e: Add basic support for I710 devices (Stanislaw Grzeszczak)  [Orabug: 35059783]

[5.15.0-8.91.1]
- LTS version: v5.15.91 (Jack Vogel)  
- perf/x86/amd: fix potential integer overflow on shift of a int (Colin Ian King)  
- netfilter: conntrack: unify established states for SCTP paths (Sriram Yagnaraman)  
- x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL (Thomas Gleixner)  
- block: fix and cleanup bio_check_ro (Christoph Hellwig)  
- kbuild: Allow kernel installation packaging to override pkg-config (Chun-Tse Shao)  
- cpufreq: governor: Use kobject release() method to free dbs_data (Kevin Hao)  
- cpufreq: Move to_gov_attr_set() to cpufreq.h (Kevin Hao)  
- Revert 'Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode' (Dmitry Torokhov)  
- tools: gpio: fix -c option of gpio-event-mon (Ivo Borisov Shopov)  
- treewide: fix up files incorrectly marked executable (Linus Torvalds)  
- net: mdio-mux-meson-g12a: force internal PHY off on mux switch (Jerome Brunet)  
- net/tg3: resolve deadlock in tg3_reset_task() during EEH (David Christensen)  
- thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type() (Rafael J. Wysocki)  
- net: mctp: mark socks as dead on unhash, prevent re-add (Jeremy Kerr)  
- net: ravb: Fix possible hang if RIS2_QFF1 happen (Yoshihiro Shimoda)  
- net: ravb: Fix lack of register setting after system resumed for Gen3 (Yoshihiro Shimoda)  
- ravb: Rename 'no_ptp_cfg_active' and 'ptp_cfg_active' variables (Biju Das)  
- gpio: mxc: Unlock on error path in mxc_flip_edge() (Dan Carpenter)  
- nvme: fix passthrough csi check (Keith Busch)  
- riscv/kprobe: Fix instruction simulation of JALR (Liao Chang)  
- sctp: fail if no bound addresses can be used for a given scope (Marcelo Ricardo Leitner)  
- net/sched: sch_taprio: do not schedule in taprio_reset() (Eric Dumazet)  
- netrom: Fix use-after-free of a listening socket. (Kuniyuki Iwashima)  
- netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE (Sriram Yagnaraman)  
- ipv4: prevent potential spectre v1 gadget in fib_metrics_match() (Eric Dumazet)  
- ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() (Eric Dumazet)  
- netlink: annotate data races around sk_state (Eric Dumazet)  
- netlink: annotate data races around dst_portid and dst_group (Eric Dumazet)  
- netlink: annotate data races around nlk-&gt;portid (Eric Dumazet)  
- netfilter: nft_set_rbtree: skip elements in transaction from garbage collection (Pablo Neira Ayuso)  
- netfilter: nft_set_rbtree: Switch to node list walk for overlap detection (Pablo Neira Ayuso)  
- drm/i915/selftest: fix intel_selftest_modify_policy argument types (Arnd Bergmann)  
- net: fix UaF in netns ops registration error path (Paolo Abeni)  
- netlink: prevent potential spectre v1 gadgets (Eric Dumazet)  
- i2c: designware: use casting of u64 in clock multiplication to avoid overflow (Lareine Khawaly)  
- scsi: ufs: core: Fix devfreq deadlocks (Johan Hovold)  
- net: mana: Fix IRQ name - add PCI and queue number (Haiyang Zhang)  
- EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info (Manivannan Sadhasivam)  
- EDAC/device: Respect any driver-supplied workqueue polling value (Manivannan Sadhasivam)  
- ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignment (Giulio Benetti)  
- ipv6: fix reachability confirmation with proxy_ndp (Gergely Risko)  
- thermal: intel: int340x: Protect trip temperature from concurrent updates (Srinivas Pandruvada)  
- KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation (Marc Zyngier)  
- KVM: x86/vmx: Do not skip segment attributes if unusable bit is set (Hendrik Borghorst)  
- ovl: fail on invalid uid/gid mapping at copy up (Miklos Szeredi)  
- ksmbd: limit pdu length size according to connection status (Namjae Jeon)  
- ksmbd: downgrade ndr version error message to debug (Namjae Jeon)  
- ksmbd: do not sign response to session request for guest login (Marios Makassikis)  
- ksmbd: add max connections parameter (Namjae Jeon)  
- ksmbd: add smbd max io size parameter (Namjae Jeon)  
- i2c: mv64xxx: Add atomic_xfer method to driver (Chris Morgan)  
- i2c: mv64xxx: Remove shutdown method from driver (Chris Morgan)  
- cifs: Fix oops due to uncleared server-&gt;smbd_conn in reconnect (David Howells)  
- ftrace/scripts: Update the instructions for ftrace-bisect.sh (Steven Rostedt (Google))  
- trace_events_hist: add check for return value of 'create_hist_field' (Natalia Petrova)  
- tracing: Make sure trace_printk() can output as soon as it can be used (Steven Rostedt (Google))  
- module: Don't wait for GOING modules (Petr Pavlu)  
- KVM: SVM: fix tsc scaling cache logic (Maxim Levitsky)  
- scsi: hpsa: Fix allocation size for scsi_host_alloc() (Alexey V. Vissarionov)  
- drm/amdgpu: complete gfxoff allow signal during suspend without delay (Harsh Jain)  
- Bluetooth: hci_sync: cancel cmd_timer if hci_open failed (Archie Pusaka)  
- exit: Use READ_ONCE() for all oops/warn limit reads (Kees Cook)  
- docs: Fix path paste-o for /sys/kernel/warn_count (Kees Cook)  
- panic: Expose 'warn_count' to sysfs (Kees Cook)  
- panic: Introduce warn_limit (Kees Cook)  
- panic: Consolidate open-coded panic_on_warn checks (Kees Cook)  
- exit: Allow oops_limit to be disabled (Kees Cook)  
- exit: Expose 'oops_count' to sysfs (Kees Cook)  
- exit: Put an upper limit on how often we can oops (Jann Horn)  
- panic: Separate sysctl logic from CONFIG_SMP (Kees Cook)  
- ia64: make IA64_MCA_RECOVERY bool instead of tristate (Randy Dunlap)  
- csky: Fix function name in csky_alignment() and die() (Nathan Chancellor)  
- h8300: Fix build errors from do_exit() to make_task_dead() transition (Nathan Chancellor)  
- hexagon: Fix function name in die() (Nathan Chancellor)  
- objtool: Add a missing comma to avoid string concatenation (Eric W. Biederman)  
- exit: Add and use make_task_dead. (Eric W. Biederman)  
- kasan: no need to unset panic_on_warn in end_report() (Tiezhu Yang)  
- ubsan: no need to unset panic_on_warn in ubsan_epilogue() (Tiezhu Yang)  
- panic: unset panic_on_warn inside panic() (Tiezhu Yang)  
- kernel/panic: move panic sysctls to its own file (tangmeng)  
- sysctl: add a new register_sysctl_init() interface (Xiaoming Ni)  
- fs: reiserfs: remove useless new_opts in reiserfs_remount (Dongliang Mu)  
- x86: ACPI: cstate: Optimize C3 entry on AMD CPUs (Deepak Sharma)  
- drm/i915: Remove unused variable (Nirmoy Das)  
- Revert 'selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID' (Sasha Levin)  
- drm/i915: Allow switching away via vga-switcheroo if uninitialized (Thomas Zimmermann)  
- firmware: coreboot: Check size of table entry and use flex-array (Kees Cook)  
- lockref: stop doing cpu_relax in the cmpxchg loop (Mateusz Guzik)  
- platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK (Hans de Goede)  
- platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD (Michael Klein)  
- r8152: add vendor/device ID pair for Microsoft Devkit (Andre Przywara)  
- scsi: hisi_sas: Set a port invalid only if there are no devices attached when refreshing port id (Yihang Li)  
- KVM: s390: interrupt: use READ_ONCE() before cmpxchg() (Heiko Carstens)  
- spi: spidev: remove debug messages that access spidev-&gt;spi without locking (Bartosz Golaszewski)  
- ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgets (Mark Brown)  
- ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC (Mark Brown)  
- cpufreq: armada-37xx: stop using 0 as NULL pointer (Miles Chen)  
- perf/x86/intel/uncore: Add Emerald Rapids (Kan Liang)  
- perf/x86/msr: Add Emerald Rapids (Kan Liang)  
- s390: expicitly align _edata and _end symbols on page boundary (Alexander Gordeev)  
- s390/debug: add _ASM_S390_ prefix to header guard (Niklas Schnelle)  
- drm: Add orientation quirk for Lenovo ideapad D330-10IGL (Patrick Thompson)  
- net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem (Hui Wang)  
- ASoC: fsl_micfil: Correct the number of steps on SX controls (Chancel Liu)  
- cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist (Konrad Dybcio)  
- kcsan: test: don't put the expect array on the stack (Max Filippov)  
- cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist (Sumit Gupta)  
- scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspace (Wenchao Hao)  
- tcp: fix rate_app_limited to default to 1 (David Morley)  
- net: stmmac: enable all safety features by default (Andrew Halaney)  
- thermal: core: call put_device() only after device_register() fails (Viresh Kumar)  
- thermal/core: fix error code in __thermal_cooling_device_register() (Dan Carpenter)  
- thermal: Validate new state in cur_state_store() (Viresh Kumar)  
- thermal/core: Rename 'trips' to 'num_trips' (Daniel Lezcano)  
- thermal/core: Remove duplicate information when an error occurs (Daniel Lezcano)  
- net: dsa: microchip: ksz9477: port map correction in ALU table entry register (Rakesh Sankaranarayanan)  
- selftests/net: toeplitz: fix race on tpacket_v3 block close (Willem de Bruijn)  
- driver core: Fix test_async_probe_init saves device in wrong array (Chen Zhongjin)  
- w1: fix WARNING after calling w1_process() (Yang Yingliang)  
- w1: fix deadloop in __w1_remove_master_device() (Yang Yingliang)  
- device property: fix of node refcount leak in fwnode_graph_get_next_endpoint() (Yang Yingliang)  
- ptdma: pt_core_execute_cmd() should use spinlock (Eric Pilmore)  
- octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt (Kevin Hao)  
- tcp: avoid the lookup process failing to get sk in ehash table (Jason Xing)  
- nvme-pci: fix timeout request state check (Keith Busch)  
- drm/amd/display: fix issues with driver unload (Hamza Mahfooz)  
- phy: phy-can-transceiver: Skip warning if no 'max-bitrate' (Geert Uytterhoeven)  
- dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node() (Liu Shixin)  
- cifs: fix potential deadlock in cache_refresh_path() (Paulo Alcantara)  
- HID: betop: check shape of output reports (Pietro Borrello)  
- l2tp: prevent lockdep issue in l2tp_tunnel_register() (Eric Dumazet)  
- virtio-net: correctly enable callback during start_xmit (Jason Wang)  
- net: macb: fix PTP TX timestamp failure due to packet padding (Robert Hancock)  
- dmaengine: Fix double increment of client_count in dma_chan_get() (Koba Ko)  
- drm/panfrost: fix GENERIC_ATOMIC64 dependency (Arnd Bergmann)  
- net: mlx5: eliminate anonymous module_init &amp; module_exit (Randy Dunlap)  
- net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT (Maor Dickman)  
- net: ipa: disable ipa interrupt during suspend (Caleb Connolly)  
- Bluetooth: Fix possible deadlock in rfcomm_sk_state_change (Ying Hsu)  
- usb: gadget: f_fs: Ensure ep0req is dequeued before free_request (Udipto Goswami)  
- usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait (Udipto Goswami)  
- HID: revert CHERRY_MOUSE_000C quirk (Jiri Kosina)  
- pinctrl: rockchip: fix mux route data for rk3568 (Jonas Karlman)  
- net: stmmac: fix invalid call to mdiobus_get_phy() (Heiner Kallweit)  
- HID: check empty report_list in bigben_probe() (Pietro Borrello)  
- HID: check empty report_list in hid_validate_values() (Pietro Borrello)  
- net: mdio: validate parameter addr in mdiobus_get_phy() (Heiner Kallweit)  
- net: usb: sr9700: Handle negative len (Szymon Heidrich)  
- octeontx2-pf: Avoid use of GFP_KERNEL in atomic context (Geetha sowjanya)  
- l2tp: close all race conditions in l2tp_tunnel_register() (Cong Wang)  
- l2tp: convert l2tp_tunnel_list to idr (Cong Wang)  
- l2tp: Don't sleep and disable BH under writer-side sk_callback_lock (Jakub Sitnicki)  
- l2tp: Serialize access to sk_user_data with sk_callback_lock (Jakub Sitnicki) [Orabug: 34951574] {CVE-2022-4129}
- net/sched: sch_taprio: fix possible use-after-free (Eric Dumazet)  
- net: stmmac: Fix queue statistics reading (Kurt Kanzenbach)  
- pinctrl: rockchip: fix reading pull type on rk3568 (Jonas Karlman)  
- pinctrl/rockchip: add error handling for pull/drive register getters (Sebastian Reichel)  
- pinctrl/rockchip: Use temporary variable for struct device (Andy Shevchenko)  
- wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oid (Szymon Heidrich) [Orabug: 35037701] {CVE-2023-23559}
- gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode (Marek Vasut)  
- gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock (Marek Vasut)  
- gpio: use raw spinlock for gpio chip shadowed data (Schspa Shi)  
- sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb (Rahul Rameshbabu)  
- net: enetc: avoid deadlock in enetc_tx_onestep_tstamp() (Vladimir Oltean)  
- net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs (Esina Ekaterina)  
- net: nfc: Fix use-after-free in local_cleanup() (Jisoo Jang)  
- phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2phy_power_on() (Shang XiaoJing)  
- bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation (Luis Gerhorst)  
- amd-xgbe: Delay AN timeout during KR training (Raju Rangoju)  
- amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent (Raju Rangoju)  
- ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60 (Claudiu Beznea)  
- NFSD: fix use-after-free in nfsd4_ssc_setup_dul() (Xingyuan Mo)  
- phy: ti: fix Kconfig warning and operator precedence (Randy Dunlap)  
- arm64: dts: qcom: msm8992-libra: Fix the memory map (Konrad Dybcio)  
- arm64: dts: qcom: msm8992-libra: Add CPU regulators (Konrad Dybcio)  
- arm64: dts: qcom: msm8992: Don't use sfpb mutex (Konrad Dybcio)  
- PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe() (Christophe JAILLET)  
- affs: initialize fsdata in affs_truncate() (Alexander Potapenko)  
- IB/hfi1: Remove user expected buffer invalidate race (Dean Luick)  
- IB/hfi1: Immediately remove invalid memory from hardware (Dean Luick)  
- IB/hfi1: Fix expected receive setup error exit issues (Dean Luick)  
- IB/hfi1: Reserve user expected TIDs (Dean Luick)  
- IB/hfi1: Reject a zero-length user expected buffer (Dean Luick)  
- RDMA/core: Fix ib block iterator counter overflow (Yonatan Nachum)  
- tomoyo: fix broken dependency on *.conf.default (Masahiro Yamada)  
- firmware: arm_scmi: Harden shared memory access in fetch_notification (Cristian Marussi)  
- firmware: arm_scmi: Harden shared memory access in fetch_response (Cristian Marussi)  
- EDAC/highbank: Fix memory leak in highbank_mc_probe() (Miaoqian Lin)  
- reset: uniphier-glue: Fix possible null-ptr-deref (Hui Tang)  
- reset: uniphier-glue: Use reset_control_bulk API (Philipp Zabel)  
- soc: imx8m: Fix incorrect check for of_clk_get_by_name() (Miaoqian Lin)  
- arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity (Tim Harvey)  
- HID: intel_ish-hid: Add check for ishtp_dma_tx_map (Jiasheng Jiang)  
- ARM: imx: add missing of_node_put() (Dario Binacchi)  
- arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux (Adam Ford)  
- ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts' (Fabio Estevam)  
- ARM: dts: imx7d-pico: Use 'clock-frequency' (Fabio Estevam)  
- ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency' (Fabio Estevam)  
- arm64: dts: imx8mp-phycore-som: Remove invalid PMIC property (Fabio Estevam)  
- dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG (Jayesh Choudhary)  
- memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() (Gaosheng Cui)  
- memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe() (Gaosheng Cui)  
- memory: tegra: Remove clients SID override programming (Ashish Mhetre)  
- LTS version: v5.15.90 (Jack Vogel)  
- io_uring/rw: remove leftover debug statement (Jens Axboe)  
- io_uring/rw: ensure kiocb_end_write() is always called (Jens Axboe)  
- io_uring: fix double poll leak on repolling (Pavel Begunkov)  
- io_uring: Clean up a false-positive warning from GCC 9.3.0 (Alviro Iskandar Setiawan)  
- mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma (Hugh Dickins)  
- soc: qcom: apr: Make qcom,protection-domain optional again (Stephan Gerhold)  
- Revert 'wifi: mac80211: fix memory leak in ieee80211_if_add()' (Eric Dumazet)  
- block: mq-deadline: Rename deadline_is_seq_writes() (Damien Le Moal)  
- net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work() (Yang Yingliang)  
- net/ulp: use consistent error code when blocking ULP (Paolo Abeni)  
- io_uring/net: fix fast_iov assignment in io_setup_async_msg() (Stefan Metzmacher)  
- io_uring: io_kiocb_update_pos() should not touch file for non -1 offset (Jens Axboe)  
- tracing: Use alignof__(struct {type b;}) instead of offsetof() (Steven Rostedt (Google))  
- x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN (YingChi Long)  
- Revert 'drm/amdgpu: make display pinning more flexible (v2)' (Alex Deucher)  
- efi: rt-wrapper: Add missing include (Ard Biesheuvel)  
- arm64: efi: Execute runtime services from a dedicated stack (Ard Biesheuvel)  
- fs/ntfs3: Fix attr_punch_hole() null pointer derenference (Alon Zahavi)  
- drm/amdgpu: drop experimental flag on aldebaran (Alex Deucher)  
- drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrix (Joshua Ashton)  
- drm/amd/display: Calculate output_color_space after pixel encoding adjustment (Joshua Ashton)  
- drm/amd/display: Fix set scaling doesn's work (hongao)  
- drm/i915/display: Check source height is &gt; 0 (Drew Davenport)  
- drm/i915: re-disable RC6p on Sandy Bridge (Sasa Dragic)  
- mei: me: add meteor lake point M DID (Alexander Usyskin)  
- gsmi: fix null-deref in gsmi_get_variable (Khazhismel Kumykov)  
- serial: atmel: fix incorrect baudrate setup (Tobias Schramm)  
- serial: amba-pl011: fix high priority character transmission in rs486 mode (Lino Sanfilippo)  
- dmaengine: idxd: Let probe fail when workqueue cannot be enabled (Reinette Chatre)  
- dmaengine: tegra210-adma: fix global intr clear (Mohan Kumar)  
- dmaengine: lgm: Move DT parsing after initialization (Peter Harliman Liem)  
- serial: pch_uart: Pass correct sg to dma_unmap_sg() (Ilpo Jarvinen)  
- dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation (Heiner Kallweit)  
- dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation (Heiner Kallweit)  
- usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210 (Juhyung Park)  
- usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate() (Maciej zenczykowski)  
- usb: gadget: g_webcam: Send color matching descriptor per frame (Daniel Scally)  
- usb: typec: altmodes/displayport: Fix pin assignment calculation (Prashant Malani)  
- usb: typec: altmodes/displayport: Add pin assignment helper (Prashant Malani)  
- usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail (ChiYuan Huang)  
- usb: host: ehci-fsl: Fix module alias (Alexander Stein)  
- usb: cdns3: remove fetched trb from cache before dequeuing (Pawel Laszczak)  
- USB: serial: cp210x: add SCALANCE LPE-9000 device id (Michael Adler)  
- USB: gadgetfs: Fix race between mounting and unmounting (Alan Stern)  
- tty: fix possible null-ptr-defer in spk_ttyio_release (Gaosheng Cui)  
- tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer (Krzysztof Kozlowski)  
- staging: mt7621-dts: change some node hex addresses to lower case (Sergio Paracuellos)  
- bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD (Paul Moore)  
- riscv: dts: sifive: fu740: fix size of pcie 32bit memory (Ben Dooks)  
- thunderbolt: Use correct function to calculate maximum USB3 link rate (Mika Westerberg)  
- cifs: do not include page data when checking signature (Enzo Matsumiya)  
- btrfs: fix race between quota rescan and disable leading to NULL pointer deref (Filipe Manana)  
- btrfs: do not abort transaction on failure to write log tree when syncing log (Filipe Manana)  
- mmc: sdhci-esdhc-imx: correct the tuning start tap and step setting (Haibo Chen)  
- mmc: sunxi-mmc: Fix clock refcount imbalance during unbind (Samuel Holland)  
- ACPI: PRM: Check whether EFI runtime is available (Ard Biesheuvel)  
- comedi: adv_pci1760: Fix PWM instruction handling (Ian Abbott)  
- usb: core: hub: disable autosuspend for TI TUSB8041 (Flavio Suligoi)  
- misc: fastrpc: Fix use-after-free race condition for maps (Ola Jeppsson)  
- misc: fastrpc: Don't remove map on creater_process and device_release (Abel Vesa)  
- USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100 (Greg Kroah-Hartman)  
- staging: vchiq_arm: fix enum vchiq_status return types (Arnd Bergmann)  
- USB: serial: option: add Quectel EM05CN modem (Duke Xin)
- USB: serial: option: add Quectel EM05CN (SG) modem (Duke Xin)
- USB: serial: option: add Quectel EC200U modem (Ali Mirghasemi)  
- USB: serial: option: add Quectel EM05-G (RS) modem (Duke Xin)
- USB: serial: option: add Quectel EM05-G (CS) modem (Duke Xin)
- USB: serial: option: add Quectel EM05-G (GR) modem (Duke Xin)
- prlimit: do_prlimit needs to have a speculation check (Greg Kroah-Hartman)  
- xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tables (Mathias Nyman)  
- usb: acpi: add helper to check port lpm capability using acpi _DSM (Mathias Nyman)  
- xhci: Add a flag to disable USB3 lpm on a xhci root port level. (Mathias Nyman)  
- xhci: Add update_hub_device override for PCI xHCI hosts (Mathias Nyman)  
- xhci: Fix null pointer dereference when host dies (Mathias Nyman)  
- usb: xhci: Check endpoint is valid before dereferencing it (Jimmy Hu)  
- xhci-pci: set the dma max_seg_size (Ricardo Ribalda)  
- io_uring/rw: defer fsnotify calls to task context (Jens Axboe)  
- io_uring: do not recalculate ppos unnecessarily (Dylan Yudaken)  
- io_uring: update kiocb-&gt;ki_pos at execution time (Dylan Yudaken)  
- io_uring: remove duplicated calls to io_kiocb_ppos (Dylan Yudaken)  
- io_uring: ensure that cached task references are always put on exit (Jens Axboe)  
- io_uring: fix async accept on O_NONBLOCK sockets (Dylan Yudaken)  
- io_uring: allow re-poll if we made progress (Jens Axboe)  
- io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG) (Jens Axboe)  
- io_uring: add flag for disabling provided buffer recycling (Jens Axboe)  
- io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly (Jens Axboe)  
- io_uring: improve send/recv error handling (Pavel Begunkov)  
- io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups (Jens Axboe)  
- eventfd: provide a eventfd_signal_mask() helper (Jens Axboe)  
- eventpoll: add EPOLL_URING_WAKE poll wakeup flag (Jens Axboe)  
- io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL (Jens Axboe)  
- hugetlb: unshare some PMDs when splitting VMAs (James Houghton)  
- drm/amd: Delay removal of the firmware framebuffer (Sasha Levin)  
- drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2) (Guchun Chen)  
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform (Jeremy Szu)  
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook (Andy Chi)  
- efi: fix userspace infinite retry read efivars after EFI runtime services page fault (Ding Hui)  
- nilfs2: fix general protection fault in nilfs_btree_insert() (Ryusuke Konishi)  
- zonefs: Detect append writes at invalid locations (Damien Le Moal)  
- Add exception protection processing for vd in axi_chan_handle_err function (Shawn.Shao)  
- wifi: mac80211: sdata can be NULL during AMPDU start (Alexander Wetzel)  
- wifi: brcmfmac: fix regression for Broadcom PCIe wifi devices (Arend van Spriel)  
- Bluetooth: hci_qca: Fix driver shutdown on closed serdev (Krzysztof Kozlowski)  
- fbdev: omapfb: avoid stack overflow warning (Arnd Bergmann)  
- perf/x86/rapl: Treat Tigerlake like Icelake (Chris Wilson)  
- f2fs: let's avoid panic if extent_tree is not created (Jaegeuk Kim)  
- x86/asm: Fix an assembler warning with current binutils (Mikulas Patocka)  
- btrfs: always report error in run_one_delayed_ref() (Qu Wenruo)  
- RDMA/srp: Move large values to a new enum for gcc13 (Jiri Slaby (SUSE))  
- r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down() (Chunhao Lin)  
- net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats (Daniil Tatianin)  
- vduse: Validate vq_num in vduse_validate_config() (Harshit Mogalapalli)  
- virtio_pci: modify ENOENT to EINVAL (Angus Chen)  
- tools/virtio: initialize spinlocks in vring_test.c (Ricardo Canuelo)  
- selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID (Hao Sun)  
- pNFS/filelayout: Fix coalescing test for single DS (Olga Kornievskaia)  
- btrfs: fix trace event name typo for FLUSH_DELAYED_REFS (Naohiro Aota)  
- LTS version: v5.15.89 (Jack Vogel)  
- pinctrl: amd: Add dynamic debugging for active GPIOs (Mario Limonciello)  
- Revert 'usb: ulpi: defer ulpi_register on ulpi_read_id timeout' (Ferry Toth)  
- block: handle bio_split_to_limits() NULL return (Jens Axboe)  
- io_uring/io-wq: only free worker if it was allocated for creation (Jens Axboe)  
- io_uring/io-wq: free worker if task_work creation is canceled (Jens Axboe)  
- efi: fix NULL-deref in init error path (Johan Hovold)  
- arm64: cmpxchg_double*: hazard against entire exchange variable (Mark Rutland)  
- arm64: atomics: remove LL/SC trampolines (Mark Rutland)  
- arm64: atomics: format whitespace consistently (Mark Rutland)  
- io_uring: lock overflowing for IOPOLL (Pavel Begunkov)  
- KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID (Paolo Bonzini)  
- Documentation: KVM: add API issues section (Paolo Bonzini)  
- mm: Always release pages to the buddy allocator in memblock_free_late(). (Aaron Thompson)  
- platform/surface: aggregator: Add missing call to ssam_request_sync_free() (Maximilian Luz)  
- igc: Fix PPS delta between two synchronized end-points (Christopher S Hall)  
- perf build: Properly guard libbpf includes (Ian Rogers)  
- net/mlx5e: Don't support encap rules with gbp option (Gavin Li)  
- net/mlx5: Fix ptp max frequency adjustment range (Rahul Rameshbabu)  
- net/sched: act_mpls: Fix warning during failed attribute validation (Ido Schimmel)  
- tools/nolibc: fix the O_* fcntl/open macro definitions for riscv (Willy Tarreau)  
- tools/nolibc: restore mips branch ordering in the _start block (Willy Tarreau)  
- tools/nolibc: Remove .global _start from the entry point code (Ammar Faizi)  
- tools/nolibc/arch: mark the _start symbol as weak (Willy Tarreau)  
- tools/nolibc/arch: split arch-specific code into individual files (Willy Tarreau)  
- tools/nolibc/types: split syscall-specific definitions into their own files (Willy Tarreau)  
- tools/nolibc/std: move the standard type definitions to std.h (Willy Tarreau)  
- tools/nolibc: use pselect6 on RISCV (Willy Tarreau)  
- tools/nolibc: x86-64: Use mov 0,%eax instead of mov 0,%rax (Ammar Faizi)  
- tools/nolibc: x86: Remove r8, r9 and r10 from the clobber list (Ammar Faizi)  
- af_unix: selftest: Fix the size of the parameter to connect() (Mirsad Goran Todorovac)  
- nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() (Minsuk Kang)  
- hvc/xen: lock console list traversal (Roger Pau Monne)  
- octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable (Angela Czubak)  
- tipc: fix unexpected link reset due to discovery messages (Tung Nguyen)  
- ALSA: usb-audio: Relax hw constraints for implicit fb sync (Takashi Iwai)  
- ALSA: usb-audio: Make sure to stop endpoints before closing EPs (Takashi Iwai)  
- ASoC: wm8904: fix wrong outputs volume after power reactivation (Emanuele Ghidoli)  
- scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recovery (Peter Wang)  
- scsi: ufs: Stop using the clock scaling lock in the error handler (Bart Van Assche)  
- scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile (Shin'ichiro Kawasaki)  
- regulator: da9211: Use irq handler when ready (Ricardo Ribalda)  
- x86/resctrl: Fix task CLOSID/RMID update race (Peter Newman)  
- EDAC/device: Fix period calculation in edac_device_reset_delay_period() (Eliav Farber)  
- x86/boot: Avoid using Intel mnemonics in AT&amp;T syntax asm (Peter Zijlstra)  
- powerpc/imc-pmu: Fix use of mutex in IRQs disabled section (Kajol Jain)  
- netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function. (Gavrilov Ilia)  
- sched/core: Fix use-after-free bug in dup_user_cpus_ptr() (Waiman Long)  
- iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe() (Christophe JAILLET)  
- iommu/iova: Fix alloc iova overflows issue (Yunfei Wang)  
- usb: ulpi: defer ulpi_register on ulpi_read_id timeout (Ferry Toth)  
- bus: mhi: host: Fix race between channel preparation and M0 event (Qiang Yu)  
- ipv6: raw: Deduct extension header length in rawv6_push_pending_frames (Herbert Xu) [Orabug: 35005828] {CVE-2023-0394}
- ixgbe: fix pci device refcount leak (Yang Yingliang)  
- platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe (Hans de Goede)  
- dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY (Konrad Dybcio)  
- dt-bindings: msm/dsi: Don't require vdds-supply on 10nm PHY (Konrad Dybcio)  
- drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer (Kuogee Hsieh)  
- platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[] (Hans de Goede)  
- dt-bindings: msm: dsi-phy-28nm: Add missing qcom, dsi-phy-regulator-ldo-mode (Bryan O'Donoghue)  
- dt-bindings: msm: dsi-controller-main: Fix description of core clock (Bryan O'Donoghue)  
- dt-bindings: msm: dsi-controller-main: Fix power-domain constraint (Bryan O'Donoghue)  
- drm/msm/adreno: Make adreno quirks not overwrite each other (Konrad Dybcio)  
- dt-bindings: msm: dsi-controller-main: Fix operating-points-v2 constraint (Bryan O'Donoghue)  
- platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting (Hans de Goede)  
- platform/surface: aggregator: Ignore command messages not intended for us (Maximilian Luz)  
- platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present (Hans de Goede)  
- cifs: Fix uninitialized memory read for smb311 posix symlink create (Volker Lendecke)  
- net/mlx5e: Set action fwd flag when parsing tc action goto (Roi Dayan)  
- drm/i915/gt: Reset twice (Chris Wilson)  
- drm/virtio: Fix GEM handle creation UAF (Rob Clark)  
- s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple() (Heiko Carstens)  
- s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops (Heiko Carstens)  
- ASoC: qcom: lpass-cpu: Fix fallback SD line index handling (Brian Norris)  
- s390/kexec: fix ipl report address for kdump (Alexander Egorenkov)  
- perf auxtrace: Fix address filter duplicate symbol selection (Adrian Hunter)  
- net: stmmac: add aux timestamps fifo clearance wait (Noor Azura Ahmad Tarmizi)  
- docs: Fix the docs build with Sphinx 6.0 (Jonathan Corbet)  
- efi: tpm: Avoid READ_ONCE() for accessing the event log (Ard Biesheuvel)  
- selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c (Jinrong Liang)  
- KVM: arm64: nvhe: Fix build with profile optimization (Denis Nikitin)  
- KVM: arm64: Fix S1PTW handling on RO memslots (Marc Zyngier)  
- ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxx (Luka Guzenko)  
- ALSA: hda/realtek - Turn on power early (Yuchi Yang)  
- ALSA: control-led: use strscpy in set_led_id() (Jaroslav Kysela)  
- LTS version: v5.15.88 (Jack Vogel)  
- ALSA: hda - Enable headset mic on another Dell laptop with ALC3254 (Chris Chiu)  
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list (Adrian Chan)  
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF (Clement Lecigne) [Orabug: 34983525] {CVE-2023-0266}
- net/ulp: prevent ULP without clone op from entering the LISTEN status (Paolo Abeni)  
- net: sched: disallow noqueue for qdisc classes (Frederick Lawler) [Orabug: 35005790] {CVE-2022-47929}
- serial: fixup backport of 'serial: Deassert Transmit Enable on probe in driver-specific way' (Rasmus Villemoes)  
- selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace (Kyle Huey)  
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set (Kyle Huey)  
- x86/fpu: Allow PKRU to be (once again) written by ptrace. (Kyle Huey)  
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate() (Kyle Huey)  
- x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate(). (Kyle Huey)  
- x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() (Kyle Huey)  
- parisc: Align parisc MADV_XXX constants with all other architectures (Helge Deller)  
- LTS version: v5.15.87 (Jack Vogel)  
- drm/mgag200: Fix PLL setup for G200_SE_A rev &gt;=4 (Jocelyn Falempe)  
- io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res() (Harshit Mogalapalli)  
- efi: random: combine bootloader provided RNG seed with RNG protocol output (Ard Biesheuvel)  
- mbcache: Avoid nesting of cache-&gt;c_list_lock under bit locks (Jan Kara)  
- net: hns3: fix return value check bug of rx copybreak (Jie Wang)  
- btrfs: make thaw time super block check to also verify checksum (Qu Wenruo)  
- selftests: set the BUILD variable to absolute path (Muhammad Usama Anjum)  
- ext4: don't allow journal inode to have encrypt flag (Eric Biggers)  
- mptcp: use proper req destructor for IPv6 (Matthieu Baerts)  
- mptcp: dedicated request sock for subflow in v6 (Matthieu Baerts)  
- Revert 'ACPI: PM: Add support for upcoming AMD uPEP HID AMDI007' (Mario Limonciello)  
- ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_auth_blob (William Liu)  
- ksmbd: fix infinite loop in ksmbd_conn_handler_loop() (Namjae Jeon)  
- hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling (Linus Torvalds)  
- hfs/hfsplus: use WARN_ON for sanity check (Arnd Bergmann)  
- drm/i915/gvt: fix vgpu debugfs clean in remove (Zhenyu Wang)  
- drm/i915/gvt: fix gvt debugfs destroy (Zhenyu Wang)  
- riscv, kprobes: Stricter c.jr/c.jalr decoding (Bjorn Topel)  
- riscv: uaccess: fix type of 0 variable on error in get_user() (Ben Dooks)  
- thermal: int340x: Add missing attribute for data rate base (Srinivas Pandruvada)  
- io_uring: fix CQ waiting timeout handling (Pavel Begunkov)  
- block: don't allow splitting of a REQ_NOWAIT bio (Jens Axboe)  
- fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MB (Paul Menzel)  
- nfsd: fix handling of readdir in v4root vs. mount upcall timeout (Jeff Layton)  
- x86/bugs: Flush IBP in ib_prctl_set() (Rodrigo Branco)  
- x86/kexec: Fix double-free of elf header buffer (Takashi Iwai)  
- btrfs: check superblock to ensure the fs was not modified at thaw time (Qu Wenruo)  
- nvme: also return I/O command effects from nvme_command_effects (Christoph Hellwig)  
- nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it (Christoph Hellwig)  
- io_uring: check for valid register opcode earlier (Jens Axboe)  
- nvme: fix multipath crash caused by flush request when blktrace is enabled (Yanjun Zhang)  
- ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tablet (Hans de Goede)  
- udf: Fix extension of the last extent in the file (Jan Kara)  
- caif: fix memory leak in cfctrl_linkup_request() (Zhengchao Shao)  
- drm/i915: unpin on error in intel_vgpu_shadow_mm_pin() (Dan Carpenter)  
- perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode (Namhyung Kim)  
- usb: rndis_host: Secure rndis_query check against int overflow (Szymon Heidrich)  
- octeontx2-pf: Fix lmtst ID used in aura free (Geetha sowjanya)  
- drivers/net/bonding/bond_3ad: return when there's no aggregator (Daniil Tatianin)  
- fs/ntfs3: don't hold ni_lock when calling truncate_setsize() (Tetsuo Handa)  
- drm/imx: ipuv3-plane: Fix overlay plane width (Philipp Zabel)  
- perf tools: Fix resources leak in perf_data__open_dir() (Miaoqian Lin)  
- netfilter: ipset: Rework long task execution when adding/deleting entries (Jozsef Kadlecsik)  
- netfilter: ipset: fix hash:net,port,net hang with /0 subnet (Jozsef Kadlecsik)  
- net: sparx5: Fix reading of the MAC address (Horatiu Vultur)  
- net: sched: cbq: dont intepret cls results when asked to drop (Jamal Hadi Salim) [Orabug: 34983582] {CVE-2023-23454}
- net: sched: atm: dont intepret cls results when asked to drop (Jamal Hadi Salim) [Orabug: 34983613] {CVE-2023-23455}
- gpio: sifive: Fix refcount leak in sifive_gpio_probe (Miaoqian Lin)  
- ceph: switch to vfs_inode_has_locks() to fix file lock bug (Xiubo Li)  
- filelock: new helper: vfs_inode_has_locks (Jeff Layton)  
- drm/meson: Reduce the FIFO lines held when AFBC is not used (Carlo Caione)  
- RDMA/mlx5: Fix validation of max_rd_atomic caps for DC (Maor Gottlieb)  
- RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device (Shay Drory)  
- net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe (Miaoqian Lin)  
- net: ena: Update NUMA TPH hint register upon NUMA node update (David Arinzon)  
- net: ena: Set default value for RX interrupt moderation (David Arinzon)  
- net: ena: Fix rx_copybreak value update (David Arinzon)  
- net: ena: Use bitmask to indicate packet redirection (David Arinzon)  
- net: ena: Account for the number of processed bytes in XDP (David Arinzon)  
- net: ena: Don't register memory info on XDP exchange (David Arinzon)  
- net: ena: Fix toeplitz initial hash value (David Arinzon)  
- net: amd-xgbe: add missed tasklet_kill (Jiguang Xiao)  
- net/mlx5e: Fix hw mtu initializing at XDP SQ allocation (Adham Faris)  
- net/mlx5e: Always clear dest encap in neigh-update-del (Chris Mi)  
- net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr (Roi Dayan)  
- net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default (Dragos Tatulea)  
- net/mlx5: Avoid recovery in probe flows (Shay Drory)  
- net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path (Jiri Pirko)  
- net/mlx5: E-Switch, properly handle ingress tagged packets on VST (Moshe Shemesh)  
- vdpa_sim: fix vringh initialization in vdpasim_queue_ready() (Stefano Garzarella)  
- vhost: fix range used in translate_desc() (Stefano Garzarella)  
- vringh: fix range used in iotlb_translate() (Stefano Garzarella)  
- vhost/vsock: Fix error handling in vhost_vsock_init() (Yuan Can)  
- vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init() (ruanjinjie)  
- nfc: Fix potential resource leaks (Miaoqian Lin)  
- net: dsa: mv88e6xxx: depend on PTP conditionally (Johnny S. Lee)  
- qlcnic: prevent -&gt;dcb use-after-free on qlcnic_dcb_enable() failure (Daniil Tatianin)  
- net: sched: fix memory leak in tcindex_set_parms (Hawkins Jiawei)  
- net: hns3: fix VF promisc mode not update when mac table full (Jian Shen)  
- net: hns3: fix miss L3E checking for rx packet (Jian Shen)  
- net: hns3: extract macro to simplify ring stats update code (Peng Li)  
- net: hns3: refactor hns3_nic_reuse_page() (Hao Chen)  
- net: hns3: add interrupts re-initialization while doing VF FLR (Jie Wang)  
- nfsd: shut down the NFSv4 state objects before the filecache (Jeff Layton)  
- veth: Fix race with AF_XDP exposing old or uninitialized descriptors (Shawn Bohrer)  
- netfilter: nf_tables: honor set timeout and garbage collection updates (Pablo Neira Ayuso)  
- vmxnet3: correctly report csum_level for encapsulated packet (Ronak Doshi)  
- netfilter: nf_tables: perform type checking for existing sets (Pablo Neira Ayuso)  
- netfilter: nf_tables: add function to create set stateful expressions (Pablo Neira Ayuso)  
- netfilter: nf_tables: consolidate set description (Pablo Neira Ayuso)  
- drm/panfrost: Fix GEM handle creation ref-counting (Steven Price)  
- bpf: pull before calling skb_postpull_rcsum() (Jakub Kicinski)  
- btrfs: fix an error handling path in btrfs_defrag_leaves() (Sasha Levin)  
- SUNRPC: ensure the matching upcall is in-flight upon downcall (minoura makoto)  
- drm/i915/migrate: fix length calculation (Matthew Auld)  
- drm/i915/migrate: fix offset calculation (Matthew Auld)  
- drm/i915/migrate: don't check the scratch page (Matthew Auld)  
- ext4: fix deadlock due to mbcache entry corruption (Jan Kara)  
- mbcache: automatically delete entries from cache on freeing (Jan Kara)  
- ext4: correct inconsistent error msg in nojournal mode (Baokun Li)  
- ext4: goto right label 'failed_mount3a' (Jason Yan)  
- ravb: Fix 'failed to switch device to config mode' message during unbind (Biju Das)  
- perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data (Masami Hiramatsu (Google))  
- perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor (Masami Hiramatsu (Google))  
- media: s5p-mfc: Fix in register read and write for H264 (Smitha T Murthy)  
- media: s5p-mfc: Clear workbit to handle error condition (Smitha T Murthy)  
- media: s5p-mfc: Fix to handle reference queue during finishing (Smitha T Murthy)  
- x86/MCE/AMD: Clear DFR errors found in THR handler (Yazen Ghannam)  
- x86/mce: Get rid of msr_ops (Borislav Petkov)  
- btrfs: fix extent map use-after-free when handling missing device in read_one_chunk (void0red)  
- btrfs: move missing device handling in a dedicate function (Nikolay Borisov)  
- btrfs: replace strncpy() with strscpy() (Sasha Levin)  
- phy: qcom-qmp-combo: fix out-of-bounds clock access (Sasha Levin)  
- ARM: renumber bits related to _TIF_WORK_MASK (Jens Axboe)  
- ext4: fix off-by-one errors in fast-commit block filling (Eric Biggers)  
- ext4: fix unaligned memory access in ext4_fc_reserve_space() (Eric Biggers)  
- ext4: add missing validation of fast-commit record lengths (Eric Biggers)  
- ext4: don't set up encryption key during jbd2 transaction (Eric Biggers)  
- ext4: disable fast-commit of encrypted dir operations (Eric Biggers)  
- ext4: fix potential out of bound read in ext4_fc_replay_scan() (Eric Biggers)  
- ext4: factor out ext4_fc_get_tl() (Eric Biggers)  
- ext4: introduce EXT4_FC_TAG_BASE_LEN helper (Eric Biggers)  
- ext4: use ext4_debug() instead of jbd_debug() (Eric Biggers)  
- ext4: remove unused enum EXT4_FC_COMMIT_FAILED (Eric Biggers)  
- tracing: Fix issue of missing one synthetic field (Zheng Yejian)  
- block: mq-deadline: Fix dd_finish_request() for zoned devices (Damien Le Moal)  
- drm/amdgpu: make display pinning more flexible (v2) (Alex Deucher)  
- drm/amdgpu: handle polaris10/11 overlap asics (v2) (Alex Deucher)  
- ext4: allocate extended attribute value in vmalloc area (Ye Bin)  
- ext4: avoid unaccounted block allocation when expanding inode (Jan Kara)  
- ext4: initialize quota before expanding inode in setproject ioctl (Jan Kara)  
- ext4: fix inode leak in ext4_xattr_inode_create() on an error path (Ye Bin)  
- ext4: fix kernel BUG in 'ext4_write_inline_data_end()' (Ye Bin)  
- ext4: avoid BUG_ON when creating xattrs (Jan Kara)  
- ext4: fix error code return to user-space in ext4_get_branch() (Luis Henriques)  
- ext4: fix corruption when online resizing a 1K bigalloc fs (Baokun Li)  
- ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline (Eric Whitney)  
- ext4: init quota for 'old.inode' in 'ext4_rename' (Ye Bin)  
- ext4: fix uninititialized value in 'ext4_evict_inode' (Ye Bin)  
- ext4: fix leaking uninitialized memory in fast-commit journal (Eric Biggers)  
- ext4: fix bug_on in __es_tree_search caused by bad boot loader inode (Baokun Li)  
- ext4: check and assert if marking an no_delete evicting inode dirty (Zhang Yi)  
- ext4: fix reserved cluster accounting in __es_remove_extent() (Ye Bin)  
- ext4: fix bug_on in __es_tree_search caused by bad quota inode (Baokun Li)  
- ext4: add helper to check quota inums (Baokun Li)  
- ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode (Baokun Li)  
- ext4: fix undefined behavior in bit shift for ext4_check_flag_values (Gaosheng Cui)  
- ext4: fix use-after-free in ext4_orphan_cleanup (Baokun Li)  
- fs: ext4: initialize fsdata in pagecache_write() (Alexander Potapenko)  
- ext4: remove trailing newline from ext4_msg() message (Luis Henriques)  
- ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop (Baokun Li)  
- ext4: silence the warning when evicting inode with dioread_nolock (Zhang Yi)  
- drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init() (Yuan Can)  
- drm/i915/dsi: fix VBT send packet port selection for dual link DSI (Mikko Kovanen)  
- drm/vmwgfx: Validate the box size for the snooped cursor (Zack Rusin)  
- drm/connector: send hotplug uevent on connector cleanup (Simon Ser)  
- device_cgroup: Roll back to original exceptions after copy failure (Wang Weiyang)  
- parisc: led: Fix potential null-ptr-deref in start_task() (Shang XiaoJing)  
- remoteproc: core: Do pm_relax when in RPROC_OFFLINE state (Maria Yu)  
- iommu/amd: Fix ivrs_acpihid cmdline parsing code (Kim Phillips)  
- phy: qcom-qmp-combo: fix sc8180x reset (Johan Hovold)  
- driver core: Fix bus_type.match() error handling in __driver_attach() (Isaac J. Manjarres)  
- crypto: ccp - Add support for TEE for PCI ID 0x14CA (Mario Limonciello)  
- crypto: n2 - add missing hash statesize (Corentin Labbe)  
- riscv: mm: notify remote harts about mmu cache updates (Sergey Matyukevich)  
- riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument (Guo Ren)  
- PCI/sysfs: Fix double free in error path (Sascha Hauer)  
- PCI: Fix pci_device_is_present() for VFs by checking PF (Michael S. Tsirkin)  
- ipmi: fix use after free in _ipmi_destroy_user() (Dan Carpenter)  
- ima: Fix a potential NULL pointer access in ima_restore_measurement_list (Huaxin Lu)  
- mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type() (Alexander Sverdlin)  
- ipmi: fix long wait in unload when IPMI disconnect (Zhang Yuchen)  
- ipu3-imgu: Fix NULL pointer dereference in imgu_subdev_set_selection() (Maximilian Luz)  
- ASoC: jz4740-i2s: Handle independent FIFO flush bits (Aidan MacDonald)  
- wifi: wilc1000: sdio: fix module autoloading (Michael Walle)  
- efi: Add iMac Pro 2017 to uefi skip cert quirk (Aditya Garg)  
- md/bitmap: Fix bitmap chunk size overflow issues (Florian-Ewald Mueller)  
- block: mq-deadline: Do not break sequential write streams to zoned HDDs (Damien Le Moal)  
- rtc: ds1347: fix value written to century register (Ian Abbott)  
- cifs: fix missing display of three mount options (Steve French)  
- cifs: fix confusing debug message (Paulo Alcantara)  
- media: dvb-core: Fix UAF due to refcount races at releasing (Takashi Iwai) [Orabug: 34820628] {CVE-2022-41218}
- media: dvb-core: Fix double free in dvb_register_device() (Keita Suzuki)  
- ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod (Nick Desaulniers)  
- staging: media: tegra-video: fix device_node use after free (Luca Ceresoli)  
- staging: media: tegra-video: fix chan-&gt;mipi value on error (Luca Ceresoli)  
- tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line (Yang Jihong)  
- tracing/probes: Handle system names with hyphens (Steven Rostedt (Google))  
- tracing/hist: Fix wrong return value in parse_action_params() (Zheng Yejian)  
- tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE (Masami Hiramatsu (Google))  
- tracing: Fix race where eprobes can be called before the event (Steven Rostedt (Google))  
- x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK (Masami Hiramatsu (Google))  
- x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK (Masami Hiramatsu (Google))  
- ftrace/x86: Add back ftrace_expected for ftrace bug reports (Steven Rostedt (Google))  
- x86/microcode/intel: Do not retry microcode reloading on the APs (Ashok Raj)  
- KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1 (Sean Christopherson)  
- KVM: nVMX: Inject #GP, not #UD, if 'generic' VMXON CR0/CR4 check fails (Sean Christopherson)  
- KVM: VMX: Resume guest immediately when injecting #GP on ECREATE (Sean Christopherson)  
- of/kexec: Fix reading 32-bit 'linux,initrd-{start,end}' values (Rob Herring)  
- perf/core: Call LSM hook after copying perf_event_attr (Namhyung Kim)  
- tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx' (Zheng Yejian)  
- dm cache: set needs_check flag after aborting metadata (Mike Snitzer)  
- dm cache: Fix UAF in destroy() (Luo Meng)  
- dm clone: Fix UAF in clone_dtr() (Luo Meng)  
- dm integrity: Fix UAF in dm_integrity_dtr() (Luo Meng)  
- dm thin: Fix UAF in run_timer_softirq() (Luo Meng)  
- dm thin: resume even if in FAIL mode (Luo Meng)  
- dm thin: Use last transaction's pmd-&gt;root when commit failed (Zhihao Cheng)  
- dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata (Zhihao Cheng)  
- dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort (Mike Snitzer)  
- mptcp: remove MPTCP 'ifdef' in TCP SYN cookies (Matthieu Baerts)  
- mptcp: mark ops structures as ro_after_init (Florian Westphal)  
- fs: dlm: retry accept() until -EAGAIN or error returns (Alexander Aring)  
- fs: dlm: fix sock release if listen fails (Alexander Aring)  
- ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops (Chris Chiu)  
- ALSA: patch_realtek: Fix Dell Inspiron Plus 16 (Philipp Jungkamp)  
- cpufreq: Init completion before kobject_init_and_add() (Yongqiang Liu)  
- PM/devfreq: governor: Add a private governor_data for governor (Kant Fan)  
- selftests: Use optional USERCFLAGS and USERLDFLAGS (Mickael Salaun)  
- arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength (Krzysztof Kozlowski)  
- ARM: ux500: do not directly dereference __iomem (Jason A. Donenfeld)  
- btrfs: fix resolving backrefs for inline extent followed by prealloc (Boris Burkov)  
- mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400K (Wenchao Chen)  
- arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength (Krzysztof Kozlowski)  
- perf/x86/intel/uncore: Clear attr_update properly (Alexander Antonov)  
- perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D (Alexander Antonov)  
- jbd2: use the correct print format (Bixuan Cui)  
- ktest.pl minconfig: Unset configs instead of just removing them (Steven Rostedt)  
- kest.pl: Fix grub2 menu handling for rebooting (Steven Rostedt)  
- soc: qcom: Select REMAP_MMIO for LLCC driver (Manivannan Sadhasivam)  
- media: stv0288: use explicitly signed char (Jason A. Donenfeld)  
- net/af_packet: make sure to pull mac header (Eric Dumazet)  
- net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO (Hangbin Liu)  
- rcu-tasks: Simplify trc_read_check_handler() atomic operations (Paul E. McKenney)  
- ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire (Pierre-Louis Bossart)  
- ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio (Pierre-Louis Bossart)  
- kcsan: Instrument memcpy/memset/memmove with newer Clang (Marco Elver)  
- SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails (Chuck Lever)  
- tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak (Hanjun Guo)  
- tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak (Hanjun Guo)  
- tpm: acpi: Call acpi_put_table() to fix memory leak (Hanjun Guo)  
- mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING (Deren Wu)  
- f2fs: allow to read node block after shutdown (Jaegeuk Kim)  
- f2fs: should put a page when checking the summary info (Pavel Machek)  
- mm, compaction: fix fast_isolate_around() to stay within boundaries (NARIBAYASHI Akira)  
- md: fix a crash in mempool_free (Mikulas Patocka)  
- mfd: mt6360: Add bounds checking in Regmap read/write call-backs (ChiYuan Huang)  
- pnode: terminate at peers of source (Christian Brauner)  
- ALSA: line6: fix stack overflow in line6_midi_transmit (Artem Egorkine)  
- ALSA: line6: correct midi status byte when receiving data from podxt (Artem Egorkine)  
- ovl: Use ovl mounter's fsuid and fsgid in ovl_link() (Zhang Tianci)  
- binfmt: Fix error return code in load_elf_fdpic_binary() (Wang Yufen)  
- hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount (Aditya Garg)  
- pstore/zone: Use GFP_ATOMIC to allocate zone buffer (Qiujun Huang)  
- pstore: Properly assign mem_type property (Luca Stefani)  
- HID: plantronics: Additional PIDs for double volume key presses quirk (Terry Junge)  
- HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint (Jose Exposito)  
- powerpc/rtas: avoid scheduling in rtas_os_term() (Nathan Lynch)  
- powerpc/rtas: avoid device tree lookups in rtas_os_term() (Nathan Lynch)  
- objtool: Fix SEGFAULT (Christophe Leroy)  
- fs/ntfs3: Fix slab-out-of-bounds in r_page (Yin Xiujiang)  
- fs/ntfs3: Delete duplicate condition in ntfs_read_mft() (Dan Carpenter)  
- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super() (Tetsuo Handa)  
- fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init() (Tetsuo Handa)  
- fs/ntfs3: Validate index root when initialize NTFS security (Edward Lo)  
- soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15 (Pierre-Louis Bossart)  
- fs/ntfs3: Fix slab-out-of-bounds read in run_unpack (Hawkins Jiawei)  
- fs/ntfs3: Validate resident attribute name (Edward Lo)  
- fs/ntfs3: Validate buffer length while parsing index (Edward Lo)  
- fs/ntfs3: Validate attribute name offset (Edward Lo)  
- fs/ntfs3: Add null pointer check for inode operations (Edward Lo)  
- fs/ntfs3: Fix memory leak on ntfs_fill_super() error path (Shigeru Yoshida)  
- fs/ntfs3: Add null pointer check to attr_load_runs_vcn (Edward Lo)  
- fs/ntfs3: Validate data run offset (Edward Lo)  
- fs/ntfs3: Add overflow check for attribute size (edward lo)  
- fs/ntfs3: Validate BOOT record_size (edward lo)  
- nvmet: don't defer passthrough commands with trivial effects to the workqueue (Christoph Hellwig)  
- nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definition (Christoph Hellwig)  
- ata: ahci: Fix PCS quirk application for suspend (Adam Vodopjan)  
- block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq (Yu Kuai)  
- ACPI: resource: do IRQ override on Lenovo 14ALC7 (Adrian Freund)  
- ACPI: resource: do IRQ override on XMG Core 15 (Erik Schumacher)  
- ACPI: resource: do IRQ override on LENOVO IdeaPad (Jiri Slaby (SUSE))  
- ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA (Tamim Khan)  
- nvme-pci: fix page size checks (Keith Busch)  
- nvme-pci: fix mempool alloc size (Keith Busch)  
- nvme-pci: fix doorbell buffer value endianness (Klaus Jensen)  
- cifs: fix oops during encryption (Paulo Alcantara)  
- usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init (Miaoqian Lin)  
- IB/mlx4: Implement backend callback for 'ib_get_vector_irqn' (Gerd Rausch)  [Orabug: 34276618] 
- net/rds: Split send &amp; receive vectors again (Gerd Rausch)  [Orabug: 34276609] 
- drivers: base: cacheinfo: export symbol 'get_cpu_cacheinfo' (Gerd Rausch)  [Orabug: 34276609] 
- net/rds: Bring tasklets back for better latency (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Throttle check for CQ CPU affinity (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Follow the observed CQ CPU affinity (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Add 'preferred_cpu' option to 'rds_rdma.ko' (Gerd Rausch)  [Orabug: 34276240] 
- net/mlx5: Add new verb 'ib_get_vector_irqn' (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Use the preferred_cpu in rds_queue_{,delayed}_work (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Make workers use the designated CPU (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Put more CPU cores to work (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Get rid of tasklets (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Use the same vector for send &amp; receive (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Allocate rds_ib_{incoming,frag}_slab on HCA NUMA nodeid (Gerd Rausch)  [Orabug: 34276240] 
- net/rds: Allocate pages on HCA NUMA nodeid (Gerd Rausch)  [Orabug: 34276240] 
- uek-rpm: [act|cls]_bpf should be part of core (Alan Maguire)  [Orabug: 34551630] 
- net/rds: Do not RESET_ALT_CONN if conn drops with DR_IB_DISCONNECTED_EVENT (Sharath Srinivasan)  [Orabug: 34864406] 
- rds: ib: Keep IB MRs on clean_list unless we are tearing down the pool (Hakon Bugge)  [Orabug: 34987233] 
- rds: ib: Add FRWR related statistics counters (Hakon Bugge)  [Orabug: 34987233] 
- scsi: megaraid_sas: Skip syncing the RAID map on older controllers (Martin K. Petersen)  [Orabug: 35028425] 
- iommu/amd: Don't block updates to GATag if guest mode is already on (Joao Martins)  [Orabug: 34988288] 
- IB/core: Make GID table entry (gid_idx) available immediately (Konrad Rzeszutek Wilk)  [Orabug: 35015836] 
- iommu/amd: Disable AVIC on certain systems BIOS (Joao Martins)  [Orabug: 35018580] 
- xfs: fix incorrect i_nlink caused by inode racing (Long Li)  [Orabug: 35021004]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELSA-2023-12196.html" type="self" title="ELSA-2023-12196" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-41218.html" id="CVE-2022-41218" type="cve" title="CVE-2022-41218" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-4129.html" id="CVE-2022-4129" type="cve" title="CVE-2022-4129" />
      <reference href="https://linux.oracle.com/cve/CVE-2022-47929.html" id="CVE-2022-47929" type="cve" title="CVE-2022-47929" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-0266.html" id="CVE-2023-0266" type="cve" title="CVE-2023-0266" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-0394.html" id="CVE-2023-0394" type="cve" title="CVE-2023-0394" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-23454.html" id="CVE-2023-23454" type="cve" title="CVE-2023-23454" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-23455.html" id="CVE-2023-23455" type="cve" title="CVE-2023-23455" />
      <reference href="https://linux.oracle.com/cve/CVE-2023-23559.html" id="CVE-2023-23559" type="cve" title="CVE-2023-23559" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-container-debug" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">e72c21965c2ed74ecef20a911ab276f025d4078a60bdf49536abbd9f0a03f29c</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-8.91.4.1.el8uek.noarch.rpm</filename>
          <sum type="sha256">a7b58d505d7ea8e499e8cf4d6fede15a0a494fd95fde1b7324d2424f4f0587fc</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-8.91.4.1.el8uek.src.rpm</filename>
          <sum type="sha256">7c6941e1e390f25625316e5fce468eb27ce6fbe2d7299e4979e798e6db0718aa</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">b371a1cd297ec1fbbc2c9c6325d3df2ae7eaee6dfaa8e4d60be8d6107d34ce65</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">8ca75b55bb3b98fb17a843b802844bccaa8ffb05c16b0350190c72c01804cc5d</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2cb4c365d1ac1837f41b0b3e35f3ad1019cc0bc55574bea34c2ebc254b84e2d8</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">97cdba82de71c5b971a87cdbef8adab7ed3f46217e0c8321b562150fddd5fbba</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">981bae24bd46b1d93f330b8bdc1d0e8bcfa786b799756d0b6c54b3531c698629</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eaa2861ac2bfa6f22dc8e955b631770b4ec185c65eb1bb27bae8272045de9d73</sum>
        </package>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">48daa5a180b9347fbaf07153bed81dd9daa48a8b3491cb92525e09fa0ca5cc13</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">eeceb2b2ba191db82de08400216cc5baf4a10e3bb714d1d72bb323494422dcff</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5434592c770fc997192ac20ea8d93cd91fe2f97e25b773003956e9f5e3f1d2d4</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a2a13d92edab0a3c67c66d5e1b223adb6abaf677ad31df8b70d884ff05bb3e33</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">0918374b5e4829169466e7336b84be2cebf9c47fb033d4ee9564e3a8993a7828</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="8.91.4.1.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-8.91.4.1.el8uek.x86_64.rpm</filename>
          <sum type="sha256">56bc77cea42c6f083d2c2a84fd8bb2d53b1b7135363d9b956312be3bb1944e74</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2026-50243</id>
    <title> Unbreakable Enterprise kernel bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2026-04-28 00:00:00"/>
    <updated date="2026-04-28 00:00:00"/>
    <rights>Copyright 2026 Oracle, Inc.</rights>
    <description>[5.15.0-319.201.4.3]
- uek-rpm: CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON should be set (Dave Kleikamp)  [Orabug: 39263158] 
- iommu/vt-d: Disallow dirty tracking if incoherent page walk (Lu Baolu)  [Orabug: 39263158] 
- iommu/vt-d: Set variable intel_dirty_ops to static (Kunwu Chan)  [Orabug: 39263158] 
- iommu/vt-d: Access/Dirty bit support for SS domains (Joao Martins)  [Orabug: 39263158] 
- iommu/amd: reduce GA Log overflow printk noise (Alejandro Jimenez)  [Orabug: 39261287] 
- iommu/amd: add reschedule points to GA Log draining (Alejandro Jimenez)  [Orabug: 39261287] 
- iommu/amd: Rework GAInt handling in overflow case (Joao Martins)  [Orabug: 39261287] 
- iommu/amd: Disable GAInt while GA Log is processed (Joao Martins)  [Orabug: 39261287] 
- iommu/amd: Move helpers to update IOMMU features to amd_iommu.h (Alejandro Jimenez)  [Orabug: 39261287] 
- iommu/amd: Increase GA Log buffer size to 8192 entries (Joao Martins)  [Orabug: 39261287] 
- x86/CPU: Fix FPDSS on Zen1 (Borislav Petkov (AMD))  [Orabug: 39261281]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2026-50243.html" type="self" title="ELBA-2026-50243" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="kernel-uek-modules-extra" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-extra-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bc5a7839cb3c28d1ddabc6eaaed2c40a6f562a51d95a4d7b026a5a8af0347b39</sum>
        </package>
        <package name="bpftool" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>bpftool-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">37517a4e9d981a2d65c9f054d004c4c80a5207443d0f0500a13a4ba69b98895c</sum>
        </package>
        <package name="kernel-uek-core" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-core-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">bb11242a9c24a1a4a33e2937ca9e5a79c6968e32f82dc3f283f2b59ee1ff7629</sum>
        </package>
        <package name="kernel-uek-devel" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-devel-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">ac7a13a36679fd47f7bdf8a9b91e808ee3e331f9a0a3938b281dd3dc2ab16667</sum>
        </package>
        <package name="kernel-uek-debug-core" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-core-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">f4e92bfc4652181d0fef75bcfabd7862a805b680e12ecaf13e5ea1ffd0352e68</sum>
        </package>
        <package name="kernel-uek-debug-modules-extra" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-extra-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">fe95f220f46d309e6196de36e0eb8988267a86dce1dd41f444a50e8235623393</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">5c3cbd4f876802dd0653769896c5404c1c4c50afd5191db580b08b4db790bb08</sum>
        </package>
        <package name="kernel-uek-container" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">85cbcf2ca62712dd471a083be58a65f2ee6d031166ee7c81a1c6fef848bfb592</sum>
        </package>
        <package name="kernel-uek" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="src">
          <filename>kernel-uek-5.15.0-319.201.4.3.el8uek.src.rpm</filename>
          <sum type="sha256">0a03edb5b71475b41ff42b65cb49923ce0d8fd3b1008f82521903d577305a34f</sum>
        </package>
        <package name="kernel-uek-debug-modules" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-modules-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">2ba426c295e96c86187129c8815c9c2eead5152f01d1250aeb6a93345ab2fa9b</sum>
        </package>
        <package name="kernel-uek-modules" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-modules-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">a0258dde93bce5cb1b18ad4bfce6724823b9d6e1279eb1fa989126b596a2049b</sum>
        </package>
        <package name="kernel-uek-doc" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="noarch">
          <filename>kernel-uek-doc-5.15.0-319.201.4.3.el8uek.noarch.rpm</filename>
          <sum type="sha256">e37ed3f6908988f61ed42bec27f501a5fdc2e34351c1690c02be634a6c7c17c8</sum>
        </package>
        <package name="kernel-uek-container-debug" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-container-debug-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">72423b4b555b4eb5ba988e452859054cc6083d475e492841d61bd40ea60055db</sum>
        </package>
        <package name="kernel-uek-debug-devel" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-devel-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">cd91a749d098bbb22b0d80ed02930becbcd526c2a07b22cf859c500c778f02fd</sum>
        </package>
        <package name="kernel-uek-debug" version="5.15.0" release="319.201.4.3.el8uek" epoch="0" arch="x86_64">
          <filename>kernel-uek-debug-5.15.0-319.201.4.3.el8uek.x86_64.rpm</filename>
          <sum type="sha256">df5abba7b700e94b111674515721da93c9bbb84f2bb3c286adc9f6f0e8da5bfa</sum>
        </package>
      </collection>
    </pkglist>
  </update>
  <update status="final" type="bugfix" version="1" from="el-errata@oss.oracle.com">
    <id>ELBA-2025-25737</id>
    <title> dtrace  bug fix update</title>
    <release>Oracle Linux 8</release>
    <issued date="2025-11-05 00:00:00"/>
    <updated date="2025-11-05 00:00:00"/>
    <rights>Copyright 2025 Oracle, Inc.</rights>
    <description>[2.0.4-1]
- TCP, UDP, and stapsdt providers implemented.  (Alan Maguire)
- New learning materials:  the User's Guide in Markdown format,
  example scripts, and a context file for LLMs.
  (Eugene Loh, Bruce McCulloch, Ruud van der Pas, Elena Zannoni).
- Allow [u]stack() to be used as a variable value.  (Kris Van Hees)
  [Orabug: 37950533]
- Comments using // are now supported.  (Kris Van Hees)
- Scalability improvements.  (Kris Van Hees)
- Error injection via return() action.  (Kris Van Hees)
- Improved string handling.  (Kris Van Hees)
- Various bug fixes.  (Eugene Loh, Kris Van Hees)
- Fix dyn vars overwriting one another.  [Orabug: 37994729]
- Fix regression:  list fbt probes by default.  [Orabug: 38249511]
- Various testsuite fixes and improvements.
  (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees)
- Add test for preprocessor definitions.  [Orabug: 28763074]
- Fix some stack tests.  [Orabug: 37459289]</description>
    <solution>This update is available via the Unbreakable Linux Network (ULN) and the Oracle Public Yum Server. Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.</solution>
    <references>
      <reference href="https://linux.oracle.com/errata/ELBA-2025-25737.html" type="self" title="ELBA-2025-25737" />
    </references>
    <pkglist>
      
      <collection short="ol8_x86_64_UEKR7">
        <name>ol8_x86_64_UEKR7</name>
        <package name="dtrace-devel" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-devel-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">1f53931886cffa9b089c4f95db499984208954a7219e54735357574a20c14367</sum>
        </package>
        <package name="dtrace" version="2.0.4" release="1.el8" epoch="0" arch="src">
          <filename>dtrace-2.0.4-1.el8.src.rpm</filename>
          <sum type="sha256">9656f7ba4b80bbcb7aa4e6e3cc8aa1619d48dedb566058df9b4af931a5243eb4</sum>
        </package>
        <package name="dtrace" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">85267a12510be9e2de92d96550715e28579130adb22d5d9a89d0682e98011ca9</sum>
        </package>
        <package name="dtrace-testsuite" version="2.0.4" release="1.el8" epoch="0" arch="x86_64">
          <filename>dtrace-testsuite-2.0.4-1.el8.x86_64.rpm</filename>
          <sum type="sha256">4c5dd700bcecfc283fea2327420d4cf0aa2c4f6a74e5a3a17face20b3b336b11</sum>
        </package>
      </collection>
    </pkglist>
  </update>
</updates>