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:   Tue, 7 Dec 2021 07:29:48 +0000
From:   "Zhou, Jie2X" <jie2x.zhou@...el.com>
To:     "davem@...emloft.net" <davem@...emloft.net>,
        "kuba@...nel.org" <kuba@...nel.org>,
        "shuah@...nel.org" <shuah@...nel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-kselftest@...r.kernel.org" <linux-kselftest@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:     "Li, Philip" <philip.li@...el.com>, lkp <lkp@...el.com>,
        "Ma, XinjianX" <xinjianx.ma@...el.com>,
        "Li, ZhijianX" <zhijianx.li@...el.com>
Subject: selftests/net/fcnal-test.sh: ipv6_bind failed

hi,

   I test ipv6_bind by "fcnal-test.sh -v -t ipv6_bind" in kernel v5.16-rc3.
   There are two tests failed.

TEST: TCP socket bind to out of scope local address - ns-A loopback IPv6      [FAIL]
TEST: TCP socket bind to VRF address with device bind - VRF IPv6              [FAIL]

 In fcnal-test.sh expected command error not occurred.
 ipv6_addr_bind_novrf()
  {
......
        log_test_addr ${a} $? 1 "TCP socket bind to out of scope local address"

 ipv6_addr_bind_vrf()
  {
......
        log_test_addr ${a} $? 1 "TCP socket bind to VRF address with device bind"

  Did I set something wrong that result in these failed?
  The test output is attached.

best regards,
View attachment "ipv6_bind.txt" of type "text/plain" (4895 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ