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:   Thu, 26 Dec 2019 15:50:07 +0000
From:   Chris Down <chris@...isdown.name>
To:     linux-fsdevel@...r.kernel.org
Cc:     Al Viro <viro@...iv.linux.org.uk>,
        Matthew Wilcox <willy@...radead.org>,
        Amir Goldstein <amir73il@...il.com>,
        Jeff Layton <jlayton@...nel.org>,
        Johannes Weiner <hannes@...xchg.org>,
        Tejun Heo <tj@...nel.org>, linux-kernel@...r.kernel.org,
        kernel-team@...com, "zhengbin (A)" <zhengbin13@...wei.com>
Subject: Re: [PATCH] fs: inode: Recycle inodenum from volatile inode slabs

Chris Down writes:
>diff --git a/fs/inode.c b/fs/inode.c
>index aff2b5831168..0df68367587b 100644
>--- a/fs/inode.c
>+++ b/fs/inode.c
>@@ -7,6 +7,7 @@
> #include <linux/fs.h>
> #include <linux/mm.h>
> #include <linux/backing-dev.h>
>+#include <linux/random.h>
> #include <linux/hash.h>
> #include <linux/swap.h>
> #include <linux/security.h>

Er, whoops. This was there for testing and somehow I missed it, I'll send v2 
without now.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ