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]
Message-ID: <20240912131906.1d96c87c@canb.auug.org.au>
Date: Thu, 12 Sep 2024 13:19:06 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
 Paolo Abeni <pabeni@...hat.com>, Networking <netdev@...r.kernel.org>
Cc: Eric Dumazet <edumazet@...gle.com>, Sebastian Andrzej Siewior
 <bigeasy@...utronix.de>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the net-next tree

Hi all,

After merging the net-next tree, today's linux-next build (x86_64
allmodconfig) failed like this:

net/hsr/hsr_slave.c: In function 'hsr_handle_frame':
net/hsr/hsr_slave.c:74:34: error: 'struct hsr_priv' has no member named 'seqnr_lock'
   74 |                 spin_lock_bh(&hsr->seqnr_lock);
      |                                  ^~
net/hsr/hsr_slave.c:76:36: error: 'struct hsr_priv' has no member named 'seqnr_lock'
   76 |                 spin_unlock_bh(&hsr->seqnr_lock);
      |                                    ^~

Caused by commit

  430d67bdcb04 ("net: hsr: Use the seqnr lock for frames received via interlink port.")

interatcing with commit

  b3c9e65eb227 ("net: hsr: remove seqnr_lock")

from the net tree.

I have reverted commit 430d67bdcb04.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ