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] [day] [month] [year] [list]
Date:   Sun, 24 Apr 2022 10:39:39 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Alaa Mohamed <eng.alaamohamedsoliman.am@...il.com>
Cc:     netdev@...r.kernel.org, outreachy@...ts.linux.dev,
        roopa@...dia.com, roopa.prabhu@...il.com, jdenham@...hat.com,
        sbrivio@...hat.com
Subject: Re: [PATCH net-next v2 2/2] net: vxlan: vxlan_core.c: Add extack
 support to vxlan_fdb_delete

On Sun, 24 Apr 2022 00:54:08 +0200
Alaa Mohamed <eng.alaamohamedsoliman.am@...il.com> wrote:

> +			NL_SET_ERR_MSG(extack, "DST, VNI, ifindex and port are mutually exclusive with NH_ID");
> +			return -EINVAL;

why not break the line after "NL_SET_ERR_MSG(extack,"  so it is no so long?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ