summaryrefslogtreecommitdiff
path: root/include/linux/memory_hotplug.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-04-17 05:31:09 +0300
committerJakub Kicinski <kuba@kernel.org>2026-04-17 05:31:09 +0300
commitd2dced26bc6a188534957e82a9a8e0a25ce81549 (patch)
treef4f269c310be47bb52cb45f864a97e3dc6084ca2 /include/linux/memory_hotplug.h
parent5099807f335ce4f783f0578bef7278fffad30b07 (diff)
parent3cade698881eb238f88cbbfec82acc2110440a3f (diff)
downloadlinux-d2dced26bc6a188534957e82a9a8e0a25ce81549.tar.xz
Merge branch 'net-enetc-fix-command-bd-ring-issues'
Wei Fang says: ==================== net: enetc: fix command BD ring issues Currently, the implementation of command BD ring has two issues, one is that the driver may obtain wrong consumer index of the ring, because the driver does not mask out the SBE bit of the CIR value, so a wrong index will be obtained when a SBE error ouccrs. The other one is that the DMA buffer may be used after free. If netc_xmit_ntmp_cmd() times out and returns an error, the pending command is not explicitly aborted, while ntmp_free_data_mem() unconditionally frees the DMA buffer. If the buffer has already been reallocated elsewhere, this may lead to silent memory corruption. Because the hardware eventually processes the pending command and perform a DMA write of the response to the physical address of the freed buffer. So this patch set is to fix these two issues. ==================== Link: https://patch.msgid.link/20260415060833.2303846-1-wei.fang@nxp.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/memory_hotplug.h')
0 files changed, 0 insertions, 0 deletions