]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bnxt_en-bug-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 01:25:21 +0000 (17:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 01:25:22 +0000 (17:25 -0800)
commita30297d31b665e759806bc3635aab50780473ad9
tree1b98b3dbdd985da6ba5a01df56386a56b3684c59
parentc3838262b824c71c145cd3668722e99a69bc9cd9
parent5204943a4c6efc832993c0fa17dec275071eeccc
Merge branch 'bnxt_en-bug-fixes'

Michael Chan says:

====================
bnxt_en: Bug fixes

Patches 1, 3, and 4 are bug fixes related to the FW log tracing driver
coredump feature recently added in 6.13.  Patch #1 adds the necessary
call to shutdown the FW logging DMA during PCI shutdown.  Patch #3 fixes
a possible null pointer derefernce when using early versions of the FW
with this feature.  Patch #4 adds the coredump header information
unconditionally to make it more robust.

Patch #2 fixes a possible memory leak during PTP shutdown.  Patch #5
eliminates a dmesg warning when doing devlink reload.
====================

Link: https://patch.msgid.link/20251104005700.542174-1-michael.chan@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>