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, 14 Mar 2023 16:34:21 +0100
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     Baoquan He <bhe@...hat.com>
Cc:     linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
        linux-mm@...ck.org, arnd@...db.de, mpe@...erman.id.au,
        geert@...ux-m68k.org, mcgrof@...nel.org, hch@...radead.org,
        Helge Deller <deller@....de>,
        Serge Semin <fancer.lancer@...il.com>,
        Florian Fainelli <f.fainelli@...il.com>,
        Huacai Chen <chenhuacai@...nel.org>,
        Jiaxun Yang <jiaxun.yang@...goat.com>,
        linux-mips@...r.kernel.org
Subject: Re: [PATCH v4 2/4] mips: add <asm-generic/io.h> including

On Tue, Mar 14, 2023 at 10:56:36AM +0800, Baoquan He wrote:
> On 03/13/23 at 06:55pm, Thomas Bogendoerfer wrote:
> ......
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h:111:2: error: implicit declaration of function ‘LOCK_CONTENDED’ [-Werror=implicit-function-declaration]
> >   LOCK_CONTENDED(lock, do_raw_spin_trylock, do_raw_spin_lock);
> >   ^~~~~~~~~~~~~~
> >   GEN     Makefile
> >   Checking missing-syscalls for N32
> >   CALL    /local/tbogendoerfer/korg/linux/scripts/checksyscalls.sh
> >   Checking missing-syscalls for O32
> >   CALL    /local/tbogendoerfer/korg/linux/scripts/checksyscalls.sh
> >   CALL    /local/tbogendoerfer/korg/linux/scripts/checksyscalls.sh
> >   CC      init/version.o
> > In file included from /local/tbogendoerfer/korg/linux/include/linux/spinlock.h:311:0,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/vmalloc.h:5,
> >                  from /local/tbogendoerfer/korg/linux/include/asm-generic/io.h:994,
> >                  from /local/tbogendoerfer/korg/linux/arch/mips/include/asm/io.h:618,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/io.h:13,
> >                  from /local/tbogendoerfer/korg/linux/arch/mips/include/asm/mips-cps.h:11,
> >                  from /local/tbogendoerfer/korg/linux/arch/mips/include/asm/smp-ops.h:16,
> >                  from /local/tbogendoerfer/korg/linux/arch/mips/include/asm/smp.h:21,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/smp.h:113,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/lockdep.h:14,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/rcupdate.h:29,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/rculist.h:11,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/pid.h:5,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/sched.h:14,
> >                  from /local/tbogendoerfer/korg/linux/include/linux/utsname.h:6,
> >                  from /local/tbogendoerfer/korg/linux/init/version.c:17:
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h: In function ‘__raw_spin_trylock’:
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h:90:3: error: implicit declaration of function ‘spin_acquire’ [-Werror=implicit-function-declaration]
> >    spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
> >    ^~~~~~~~~~~~
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h:90:21: error: ‘raw_spinlock_t {aka struct raw_spinlock}’ has no member named ‘dep_map’
> >    spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
> >                      ^~
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h: In function ‘__raw_spin_lock_irqsave’:
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h:110:20: error: ‘raw_spinlock_t {aka struct raw_spinlock}’ has no member named ‘dep_map’
> >   spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
> >                     ^~
> > /local/tbogendoerfer/korg/linux/include/linux/spinlock_api_smp.h:111:2: error: implicit declaration of function ‘LOCK_CONTENDED’ [-Werror=implicit-function-declaration]
> >   LOCK_CONTENDED(lock, do_raw_spin_trylock, do_raw_spin_lock);
> >   ^~~~~~~~~~~~~~
> > [...]
> > 
> > I've cut the compiler output. Removing the asm-generic doesn't show this
> > problem, but so far I fail to see the reason...
> 
> Thanks for trying this.
> 
> Do you have the kernel config file, I can try to reproduce on my local
> machine. And by the way, it could be fixed with below patch, not very
> sure. Earlier, Arnd suggested this to fix a similar case.

already tried it, but it doesn't fix the issue. I've attached the
config.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

View attachment "config-bigsur" of type "text/plain" (71042 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ