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, 18 Jun 2014 15:59:58 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Jack Miller <millerjo@...ibm.com>
Cc:	linux-kernel@...r.kernel.org, davidlohr@...com, miltonm@...ibm.com,
	anton@....ibm.com
Subject: Re: [PATCH 1/3] shm: Make exit_shm work proportional to task
 activity

On Tue, 17 Jun 2014 12:27:45 -0500 Jack Miller <millerjo@...ibm.com> wrote:

> --- a/include/linux/shm.h
> +++ b/include/linux/shm.h
> @@ -1,6 +1,7 @@
>  #ifndef _LINUX_SHM_H_
>  #define _LINUX_SHM_H_
>  
> +#include <linux/list.h>

yup.  shm.h only compiles by sheer luck - it uses file, task_struct,
user_struct, time_t, pid_t, __user, and probably other things without
including the required header files.

--
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