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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 10 Apr 2009 21:16:06 +0100 (BST)
From:	Hugh Dickins <hugh@...itas.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
cc:	Randy Dunlap <randy.dunlap@...cle.com>,
	linux-kernel@...r.kernel.org
Subject: Re: mmotm 2009-04-10-02-21 uploaded (shmem)

On Fri, 10 Apr 2009, Andrew Morton wrote:
> On Fri, 10 Apr 2009 12:53:23 -0700
> Randy Dunlap <randy.dunlap@...cle.com> wrote:
> 
> > mm/shmem.c: In function 'shmem_file_setup':
> > mm/shmem.c:2622: error: 'PAGE_CACHE_SIZE' undeclared (first use in this function)
> 
> Thanks.

Thanks Randy, thanks Andrew: sorry about that,
seems I only tested !CONFIG_SHMEM on 64-bit.

Hugh

> 
> --- a/mm/shmem.c~shmem-respect-max_lfs_filesize-fix
> +++ a/mm/shmem.c
> @@ -24,6 +24,7 @@
>  #include <linux/init.h>
>  #include <linux/vfs.h>
>  #include <linux/mount.h>
> +#include <linux/pagemap.h>
>  #include <linux/file.h>
>  #include <linux/mm.h>
>  #include <linux/module.h>
> _
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ