Message ID | 20241115151438.550106-1-michael.chan@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt_en: Add context memory dump to coredump | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 15 Nov 2024 07:14:26 -0800 you wrote: > The driver currently supports Live FW dump and crashed FW dump. On > the newer chips, the driver allocates host backing store context > memory for the chip and FW to store various states. The content of > this context memory will be useful for debugging. This patchset > adds the context memory contents to the ethtool -w coredump using > a new dump flag. > > [...] Here is the summary with links: - [net-next,v2,01/11] bnxt_en: Update firmware interface spec to 1.10.3.85 https://git.kernel.org/netdev/net-next/c/ff00bcc9eccc - [net-next,v2,02/11] bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_type https://git.kernel.org/netdev/net-next/c/0b350b4927e6 - [net-next,v2,03/11] bnxt_en: Refactor bnxt_free_ctx_mem() https://git.kernel.org/netdev/net-next/c/968d2cc07c2f - [net-next,v2,04/11] bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem() https://git.kernel.org/netdev/net-next/c/46010d43ab7b - [net-next,v2,05/11] bnxt_en: Allocate backing store memory for FW trace logs https://git.kernel.org/netdev/net-next/c/24d694aec139 - [net-next,v2,06/11] bnxt_en: Manage the FW trace context memory https://git.kernel.org/netdev/net-next/c/84fcd9449fd7 - [net-next,v2,07/11] bnxt_en: Do not free FW log context memory https://git.kernel.org/netdev/net-next/c/de999362ad33 - [net-next,v2,08/11] bnxt_en: Add functions to copy host context memory https://git.kernel.org/netdev/net-next/c/23a18b91b609 - [net-next,v2,09/11] bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr() https://git.kernel.org/netdev/net-next/c/a854a17097b9 - [net-next,v2,10/11] bnxt_en: Add a new ethtool -W dump flag https://git.kernel.org/netdev/net-next/c/bda2e63a508b - [net-next,v2,11/11] bnxt_en: Add FW trace coredump segments to the coredump https://git.kernel.org/netdev/net-next/c/3c2179e66355 You are awesome, thank you!