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-next>] [day] [month] [year] [list]
Date:   Thu, 16 Dec 2021 08:00:30 +0000
From:   "Rantala, Tommi T. (Nokia - FI/Espoo)" <tommi.t.rantala@...ia.com>
To:     "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
        "stable@...r.kernel.org" <stable@...r.kernel.org>
CC:     "fw@...len.de" <fw@...len.de>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: LTS "Warning: file conntrack_vrf.sh is not executable, correct this."

Hi Greg,

Incorrect 0644 in LTS for new selftest file, seen in 5.4.165 since
"selftests: netfilter: add a vrf+conntrack testcase" was added to LTS.
It's correct 755 in upstream, but somehow messed up in LTS :-(


linux-5.4.y
===========
commit 8d3563ecbca3526fcc6639065c9fb11b2f234706
Author: Florian Westphal <fw@...len.de>
Date:   Mon Oct 18 14:38:13 2021 +0200

    selftests: netfilter: add a vrf+conntrack testcase
    
    commit 33b8aad21ac175eba9577a73eb62b0aa141c241c upstream.

[...]    
diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh
new file mode 100644           <----------------


linux-5.15.y
============
commit cffab968e94e513bdcef25e11402243ce2919803
[...]
new file mode 100644           <----------------


upstream
========
$ git show 33b8aad21ac175eba9577a73eb62b0aa141c241c

commit 33b8aad21ac175eba9577a73eb62b0aa141c241c
Author: Florian Westphal <fw@...len.de>
Date:   Mon Oct 18 14:38:13 2021 +0200

    selftests: netfilter: add a vrf+conntrack testcase
    
[...]
diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh
new file mode 100755          <-----------------------


-Tommi

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ