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]
Date:   Tue, 25 Jan 2022 14:28:18 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     davem@...emloft.net, netdev@...r.kernel.org, dave@...dillows.org
Subject: Re: [PATCH net 0/3] ethernet: fix some esoteric drivers after
 netdev->dev_addr constification

On Tue, 25 Jan 2022 14:23:14 -0800 Jakub Kicinski wrote:
> Looking at recent fixes for drivers which don't get included with
> allmodconfig builds I thought it's worth grepping for more instances of:
> 
>   dev->dev_addr\[.*\] = 
> 
> This set contains the fixes.

Hi Arnd, there's another case in drivers/net/ethernet/i825xx/ether1.c
which will be broken in 5.17, it looks like only RiscPC includes that.
But when I do:

make ARCH=arm CROSS_COMPILE=$cross/arm-linux-gnueabi/bin/arm-linux-gnueabi- O=build_tmp/ rpc_defconfig

The resulting config is not for ARCH_RPC:

$ grep ARM_ETHER1 build_tmp/.config
$ grep RPC build_tmp/.config
# CONFIG_AF_RXRPC is not set
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_DEBUG is not set
CONFIG_XZ_DEC_POWERPC=y
$ grep ACORN build_tmp/.config
# CONFIG_ACORN_PARTITION is not set
CONFIG_FONT_ACORN_8x8=y

Is there an extra smidgen of magic I need to produce a working config
here?  Is RPC dead and can we send it off to Valhalla?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ