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]
Message-ID: <aN5PYtHSdp4XIWtO@orbyte.nwl.cc>
Date: Thu, 2 Oct 2025 12:09:38 +0200
From: Phil Sutter <phil@....cc>
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
	pabeni@...hat.com, andrew+netdev@...n.ch, horms@...nel.org,
	jv@...sburgh.net, shuah@...nel.org, kuniyu@...gle.com,
	matttbe@...nel.org, martineau@...nel.org, geliang@...nel.org,
	pablo@...filter.org, kadlec@...filter.org, fw@...len.de,
	antonio@...nvpn.net, sd@...asysnail.net, razor@...ckwall.org,
	idosch@...dia.com, yongwang@...dia.com, jiri@...nulli.us,
	danishanwar@...com, linux-kselftest@...r.kernel.org,
	mptcp@...ts.linux.dev, netfilter-devel@...r.kernel.org,
	coreteam@...filter.org
Subject: Re: [PATCH net] selftests: net: sort configs

Hi,

On Wed, Oct 01, 2025 at 06:52:45PM -0700, Jakub Kicinski wrote:
> Sort config files for networking selftests. This should help us
> avoid merge conflicts between net and net-next. patchwork check
> will be added to prevent new issues.

The patch does not apply to my net/main (at daa26ea63c6) for unclear
reasons, though I verified that it does neither add nor remove lines by:

diff -u \
  <(sed -n 's/^-\(CONFIG_.*\)/\1/p' /tmp/sort.patch | sort) \
  <(sed -n 's/^+\(CONFIG_.*\)/\1/p' /tmp/sort.patch | sort)

> Signed-off-by: Jakub Kicinski <kuba@...nel.org>

Acked-by: Phil Sutter <phil@....cc>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ