Re: [PATCH] kcov: refactor common handle ID into kcov_common_handle_id
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-05-01 23:52:49
Also in:
kvm, linux-usb, lkml, virtualization
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-05-01 23:52:49
Also in:
kvm, linux-usb, lkml, virtualization
On Thu, 30 Apr 2026 16:15:33 +0200 Jann Horn wrote:
Store common handle IDs in "struct kcov_common_handle_id", which consumes no space in non-KCOV builds. This cleanup removes #ifdef boilerplate code from subsystems that integrate with KCOV (in particular in usbip_common.h and skbuff.h, see the diffstat). This should also make it easier to add KCOV remote coverage to more subsystems in the future. Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>