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:   Wed, 7 Oct 2020 10:06:14 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Johannes Berg <johannes@...solutions.net>
Cc:     netdev@...r.kernel.org, dsahern@...il.com,
        Johannes Berg <johannes.berg@...el.com>
Subject: Re: [PATCH v2 2/2] netlink: export policy in extended ACK

On Tue,  6 Oct 2020 20:15:55 +0200 Johannes Berg wrote:
> +	case NLA_S64:
> +		/* maximum is common, u64 min/max with padding */
> +		return common +
> +		       2 * (nla_attr_size(0) + nla_attr_size(sizeof(u64)));
> +		break;

nit: break

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ