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>] [day] [month] [year] [list]
Date:	Mon, 4 Feb 2013 08:53:34 -0800
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	c.van.reeuwijk@...nl
Cc:	netdev@...r.kernel.org
Subject: iproute2 patches

Sorry for the delay, your patches are good, but the formatting is incorrect
and they do not apply. See kernel documentation on SubmittingPatches.
They need to be based correctly so that a maintainer can just use either
'patch' or 'git am' to apply them. Your patches do not have the correct
path.

For example the patch:

diff --git a/libnetlink.3 b/libnetlink.3
index 15a478a..4c70678 100644
--- a/libnetlink.3
+++ b/libnetlink.3

Should be based at root:
diff --git a/man/man3/libnetlink.3 b/man/man3/libnetlink.3
index 15a478a..d114169 100644
--- a/man/man3/libnetlink.3
+++ b/man/man3/libnetlink.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ