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]
Date:   Wed, 7 Jul 2021 11:18:56 +0800
From:   Yunsheng Lin <linyunsheng@...wei.com>
To:     Eugenio Pérez <eperezma@...hat.com>,
        <mst@...hat.com>, <linux-kernel@...r.kernel.org>
CC:     Matthew Wilcox <willy@...radead.org>,
        Jason Wang <jasowang@...hat.com>,
        Stefano Garzarella <sgarzare@...hat.com>
Subject: Re: [PATCH 0/2] tools/virtio: fix compilation

On 2021/7/6 22:26, Eugenio Pérez wrote:
> Virtio testing tools cannot build. Fixing.
> 
> 
> 
> Comments are welcome, specially in case I missed use of stub lockdep.h.
> 
> 
> 
> I couldn't try some of the tools, that already did not compile on 5.13:
> 
> gpio, liblockdep, selftests, bpf, tracing.

This patchset fixes the compilation error explicitly.
My previous refactor patchset seems to fixes the compilation error
accidentally too.

Anyway it seems better to fix the compilation error explicitly.

> 
> 
> 
> Eugenio Pérez (2):
> 
>   tools: Remove lockdep.h and its include from spinlock.h
> 
>   vringh: Include spinlock.h
> 
> 
> 
>  include/linux/vringh.h                   |  1 +
> 
>  tools/include/linux/spinlock.h           |  2 --
> 
>  tools/testing/radix-tree/linux/lockdep.h | 11 -----------
> 
>  3 files changed, 1 insertion(+), 13 deletions(-)
> 
>  delete mode 100644 tools/testing/radix-tree/linux/lockdep.h
> 
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ