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: <CAADnVQKAF8_6zowiC8GpZX2qrRZ==ESL9VyoGsxh0xHBxsE45w@mail.gmail.com>
Date: Mon, 15 Dec 2025 08:23:22 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, "D. Wythe" <alibuda@...ux.alibaba.com>, 
	bpf <bpf@...r.kernel.org>, Alexandre Chartre <alexandre.chartre@...cle.com>, 
	Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
Subject: Re: Linux 6.19-rc1

On Mon, Dec 15, 2025 at 6:56 AM Guenter Roeck <linux@...ck-us.net> wrote:
>
> Error log:
> In file included from include/linux/bpf_verifier.h:7,
>                  from net/smc/smc_hs_bpf.c:13:
> net/smc/smc_hs_bpf.c: In function 'bpf_smc_hs_ctrl_init':
> include/linux/bpf.h:2068:50: error: statement with no effect [-Werror=unused-value]
>  2068 | #define register_bpf_struct_ops(st_ops, type) ({ (void *)(st_ops); 0; })
>       |                                                  ^~~~~~~~~~~~~~~~
> net/smc/smc_hs_bpf.c:139:16: note: in expansion of macro 'register_bpf_struct_ops'
>   139 |         return register_bpf_struct_ops(&bpf_smc_hs_ctrl_ops, smc_hs_ctrl);
>
> Introduced by commit 15f295f55656 ("net/smc: bpf: Introduce generic hook for
> handshake flow").

fyi the fix for this one is already in the bpf tree.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ