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] [day] [month] [year] [list]
Message-ID: <aO5h2AELcno8ecEG@mev-dev.igk.intel.com>
Date: Tue, 14 Oct 2025 16:44:40 +0200
From: Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Feng Chen <feng.chen@...ogic.com>,
	Matthew Wilcox <willy@...radead.org>,
	Jeff Layton <jlayton@...nel.org>,
	Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>
Subject: Re: Linux 6.18-rc1

On Mon, Oct 13, 2025 at 10:08:22AM -0700, Guenter Roeck wrote:
> On Sun, Oct 12, 2025 at 02:04:32PM -0700, Linus Torvalds wrote:
> > Two weeks have passed, and 6.18-rc1 has been tagged and pushed out.
> > 
> > Things look fairly normal: size-wise this is pretty much right in the
> > middle of the pack, and nothing particular stands out in the shortlog
> > of merges this merge window appended below. About half the diff is
> > drivers, with the res being all over: vfs and filesystems, arch
> > updates (although much of that is actually devicetree stuff, so it's
> > arguably more driver-related), tooling, rust support etc etc.
> > 
> > This was one of the good merge windows where I didn't end up having to
> > bisect any particular problem on nay of the machines I was testing.
> > Let's hope that success mostly translates to the bigger picture too.
> > 
> 

[...]

> ============================================================
> 
> powerpc
> -------
> 
> Building powerpc:skiroot_defconfig ... failed
> --------------
> Error log:
> drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c: In function 'ixgbe_fwlog_init':
> drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:3938:40: error: 'struct ixgbe_adapter' has no member named 'ixgbe_dbg_adapter'
>  3938 |                 .debugfs_root = adapter->ixgbe_dbg_adapter,
> 
> struct ixgbe_adapter only provides ixgbe_dbg_adapter if CONFIG_DEBUG_FS=y,
> but commit 641585bc978e0 ("ixgbe: fwlog support for e610") uses it
> unconditionally.
> 
> Author: Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>
>

Sorry, I completely missed that. Thanks for catching it.
The fix is here [1]

[1] https://lore.kernel.org/netdev/20251014141110.751104-1-michal.swiatkowski@linux.intel.com/T/#u

[...]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ