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-next>] [day] [month] [year] [list]
Date:   Mon, 18 Nov 2019 17:20:47 +0800
From:   "Zhengyuan Liu" <liuzhengyuan@...inos.cn>
To:     "bvanassche" <bvanassche@....org>,
        "mingo" <mingo@...nel.org>,
        "alexander.levin" <alexander.levin@...rosoft.com>
Cc:     "linux-kernel" <linux-kernel@...r.kernel.org>
Subject: Compilation error for target liblockdep

Hi, guys,

I got a compilation error while building target liblockdep and I think I'd
better report it to you. The error info showed as bellow:

        # cd SRC/tools
        # make liblockdep
          DESCEND  lib/lockdep
          CC       lockdep.o
        In file included from lockdep.c:33:0:
        ../../../kernel/locking/lockdep.c:53:28: fatal error: linux/rcupdate.h: No such file or directory
        compilation terminated.
        mv: cannot stat './.lockdep.o.tmp': No such file or directory
        /home/lzy/kernel-upstream/linux-linus-ubuntu/tools/build/Makefile.build:96: recipe for target 'lockdep.o' failed
        make[2]: *** [lockdep.o] Error 1
        Makefile:121: recipe for target 'liblockdep-in.o' failed
        make[1]: *** [liblockdep-in.o] Error 2
        Makefile:68: recipe for target 'liblockdep' failed
        make: *** [liblockdep] Error 2

BTW, It was introduced by commit a0b0fd53e1e ("locking/lockdep: Free lock classes that are no longer in use").

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ