aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2025-05-07 21:47:45 +0100
committerJakub Kicinski <kuba@kernel.org>2025-05-08 19:20:57 -0700
commit6b3ab7f2cbfaeb6580709cd8ef4d72cfd01bfde4 (patch)
tree12b6730e6887613af8f07212e7da41fcf0e1fce6 /tools/perf/scripts/python/export-to-postgresql.py
parentMerge tag 'for-net-2025-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (diff)
downloadwireguard-linux-6b3ab7f2cbfaeb6580709cd8ef4d72cfd01bfde4.tar.xz
wireguard-linux-6b3ab7f2cbfaeb6580709cd8ef4d72cfd01bfde4.zip
net: qede: Initialize qede_ll_ops with designated initializer
After a recent change [1] in clang's randstruct implementation to randomize structures that only contain function pointers, there is an error because qede_ll_ops get randomized but does not use a designated initializer for the first member: drivers/net/ethernet/qlogic/qede/qede_main.c:206:2: error: a randomized struct can only be initialized with a designated initializer 206 | { | ^ Explicitly initialize the common member using a designated initializer to fix the build. Cc: stable@vger.kernel.org Fixes: 035f7f87b729 ("randstruct: Enable Clang support") Link: https://github.com/llvm/llvm-project/commit/04364fb888eea6db9811510607bed4b200bcb082 [1] Signed-off-by: Nathan Chancellor <nathan@kernel.org> Link: https://patch.msgid.link/20250507-qede-fix-clang-randstruct-v1-1-5ccc15626fba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions