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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 1 Sep 2022 14:12:57 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     menglong8.dong@...il.com
Cc:     edumazet@...gle.com, davem@...emloft.net, pabeni@...hat.com,
        rostedt@...dmis.org, mingo@...hat.com, imagedong@...cent.com,
        dsahern@...nel.org, flyingpeng@...cent.com,
        dongli.zhang@...cle.com, robh@...nel.org, asml.silence@...il.com,
        luiz.von.dentz@...el.com, vasily.averin@...ux.dev,
        linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: skb: export skb drop reaons to user by
 TRACE_DEFINE_ENUM

On Thu,  1 Sep 2022 23:23:39 +0800 menglong8.dong@...il.com wrote:
> +#undef FN
> +#define FN(reason) [SKB_DROP_REASON_##reason] = #reason,
> +const char * const drop_reasons[] = {
> +	DEFINE_DROP_REASON(FN, FN)
> +};

The undef looks a little backwards, no? We don't want to pollute all
users of skbuff.h with a FN define.

#define FN....
/* use it */
#undef FN

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ