lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 27 Apr 2020 00:13:17 -0400 From: Rylan Dmello <mail@...an.coffee> To: Manish Chopra <manishc@...vell.com>, GR-Linux-NIC-Dev@...vell.com, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, netdev@...r.kernel.org, devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org, Benjamin Poirier <bpoirier@...e.com>, Jiri Pirko <jpirko@...hat.com> Subject: [PATCH 0/3] staging: qlge: Fix compilation failures in qlge_dbg.c when QL_DEV_DUMP is set qlge_dbg.c has a bunch of code that is conditionally compiled only when the QL_DEV_DUMP macro is set in qlge.h (it is unset by default). Several fields have been removed from the 'ql_adapter' and 'rx_ring' structs in qlge.h so that qlge_dbg.c no longer compiles when QL_DEV_DUMP is set. This patchset updates qlge_dbg.c so that compiles successfully when QL_DEV_DUMP is set. Rylan Dmello (3): staging: qlge: Remove unnecessary parentheses around struct field staging: qlge: Remove print statement for vlgrp field. staging: qlge: Remove print statements for lbq_clean_idx and lbq_free_cnt drivers/staging/qlge/qlge_dbg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.26.2
Powered by blists - more mailing lists