login
Header Space

 
 

Mailing list archives

Search results

Found 39 matching messages (0.027 seconds). Page 1 of 2.

[PATCH] modpost: detect unterminated device id lists

... Garzik wrote: > > > Kees Cook wrote: > > > > This patch against ... -load. > > > > > > > > Signed-off-by: Kees Cook <kees@ubuntu.com> > > > > > > ACK > > > > I ... offender. Signed-off-by: Kees Cook <kees@ubuntu.com> --- linux-2. ...

linux-kernel - Kees Cook - Sep 12 2007 - 20:49

Re: [PATCH] proc: add "personality" to process status file

... Oct 2008 17:42:33 -0700 > > Kees Cook <kees.cook@canonical.com> wrote: > ... Oct 2008 15:02:20 -0700 > > > > Kees Cook <kees.cook@canonical.com> wrote: > ... about personalities at all. I do. :) -- Kees Cook Ubuntu Security Team -- To unsubscribe ...

linux-kernel - Kees Cook - Oct 5 2008 - 06:07

Re: [PATCH] modpost: detect unterminated device id lists

... On 9/13/07, Kees Cook <kees@ubuntu.com> wrote: > > > > This ... offender. > > > > Signed-off-by: Kees Cook <kees@ubuntu.com> > > Nice! :-) > > BTW ... surrounding it maintainership.) Thanks! -Kees -- Kees Cook - To unsubscribe from this ...

linux-kernel - Kees Cook - Sep 16 2007 - 23:45

Re: [PATCH] proc: maps protection

... , 6 Mar 2007 17:22:34 -0800 > > > Kees Cook <kees@outflux.net> wrote: > > > > > > > This is a ... ; + return nommu_vma_show(m, vml->vma); } -- Kees Cook @outflux.net - To unsubscribe from this ...

linux-kernel - Kees Cook - Mar 6 2007 - 23:14

Re: [PATCH] proc: maps protection

... procfs documentation. Signed-off-by: Kees Cook <kees@outflux.net> --- CREDITS | 2 +- ... = 0644, + .proc_handler = &proc_dointvec, + }, { .ctl_name = 0 } }; -- Kees Cook - To unsubscribe from this list ...

linux-kernel - Kees Cook - Mar 10 2007 - 21:43

Re: [PATCH] proc: maps protection

... maps files. Signed-off-by: Kees Cook <kees@outflux.net> Signed-off-by: ... --- On Mon, Mar 05, 2007 at 12:15:11PM -0800, Kees Cook wrote: > What do others think ... return nommu_vma_show(m, vml->vma); } -- Kees Cook - To unsubscribe from this ...

linux-kernel - Kees Cook - Mar 5 2007 - 20:23

Re: [PATCH] proc: add "personality" to process status file

... Thu, 2 Oct 2008 14:14:24 -0700 > Kees Cook <kees.cook@canonical.com> wrote: > > > ... , but I could make a brand new proc file, if that's sensible. "status_private" ? -Kees -- Kees Cook Ubuntu Security Team -- To unsubscribe from this list: ...

linux-kernel - Kees Cook - Oct 4 2008 - 18:02

Re: [PATCH] proc: add "personality" to process status file

... Oct 2008 15:02:20 -0700 > Kees Cook <kees.cook@canonical.com> wrote: > > Nothing else seemed appropriate, but I could make a ... conversion and ignore PER_OSR5 and PER_SUNOS. -Kees -- Kees Cook Ubuntu Security Team -- To unsubscribe from ...

linux-kernel - Kees Cook - Oct 4 2008 - 20:42

Re: [PATCH] ELF: implement AT_RANDOM for future glibc use

... 08:00:21AM +0200, Andi Kleen wrote: > Kees Cook <kees.cook@canonical.com> writes: > > > ... of this? I thought the nonblocking entropy pool was specifically for this purpose? -Kees -- Kees Cook Ubuntu Security Team -- To unsubscribe from this ...

linux-kernel - Kees Cook - Oct 6 2008 - 13:50

Re: 2.6.21-rc4-mm1

... .c linux-2.6.21-rc4-mm1-kees/kernel/sysctl.c --- linux-2.6.21- ... , .proc_handler = &proc_dointvec, }, +#endif { .ctl_name = 0 } }; -- Kees Cook @outflux.net - To unsubscribe from this ...

linux-kernel - Kees Cook - Mar 20 2007 - 15:20

[PATCH] proc: add "personality" to process status file

... Personality: 00040000 Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/proc/array.c | 6 ++++-- include/linux/sched.h | ... pid; pid_t tgid; -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe from ...

linux-kernel - Kees Cook - Oct 2 2008 - 17:14

[PATCH] ELF: implement AT_RANDOM for future glibc use

... 10/msg00006.html Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/binfmt_elf.c | 20 ++++++++++++++++++++ include/linux/auxvec.h | 4 ... /smack/Kconfig -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe ...

linux-kernel - Kees Cook - Oct 2 2008 - 20:16

[PATCH] ELF: implement AT_RANDOM for future glibc use

... 10/msg00006.html Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/binfmt_elf.c | 20 ++++++++++++++++++++ include/linux/auxvec.h | 5 ... /smack/Kconfig -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe ...

linux-kernel - Kees Cook - Oct 3 2008 - 01:29

[PATCH] ELF: implement AT_RANDOM for glibc PRNG seeding

... /msg00006.html Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/binfmt_elf.c | 27 +++++++++++++++++++++++++++ include/linux/auxvec.h | ... #endif -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe ...

linux-kernel - Kees Cook - Oct 3 2008 - 10:50

[PATCH] ELF: implement AT_RANDOM for glibc PRNG seeding

... /msg00006.html Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/binfmt_elf.c | 25 +++++++++++++++++++++++++ include/linux/auxvec.h | ... #endif -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe ...

linux-kernel - Kees Cook - Oct 3 2008 - 13:33

[PATCH v5] ELF: implement AT_RANDOM for glibc PRNG seeding

... -10/msg00006.html Signed-off-by: Kees Cook <kees.cook@canonical.com> --- fs/binfmt_elf.c | 12 ++++++++++++ include/linux/auxvec.h | 6 ... */ #endif -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe from ...

linux-kernel - Kees Cook - Oct 3 2008 - 13:59

[PATCH v2] proc: show personality via /proc/pid/personality

... by the process owner. Signed-off-by: Kees Cook <kees.cook@canonical.com> --- Please revert the prior patch against the "status" file -- ... offset, int orig); -- 1.5.6.3 -- Kees Cook Ubuntu Security Team -- To unsubscribe from ...

linux-kernel - Kees Cook - Oct 5 2008 - 06:14

[PATCH] proc: maps protection

... read their maps files. Signed-off-by: Kees Cook <kees@outflux.net> --- This is a continuation ... -EPERM; + return nommu_vma_show(m, vml->vma); } -- Kees Cook - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...

linux-kernel - Kees Cook - Mar 5 2007 - 16:15

Re: [PATCH] proc: maps protection

... knob to "on". :) Signed-off-by: Kees Cook <kees@outflux.net> --- fs/proc/base.c | ... .mode = 0644, + .proc_handler = &proc_dointvec, + }, { .ctl_name = 0 } }; -- Kees Cook - To unsubscribe from this list: send ...

linux-kernel - Kees Cook - Mar 10 2007 - 14:33

[PATCH] Documentation: /proc/$pid/stat files

... File Content cache The cache --- -- Kees Cook @outflux.net - To unsubscribe from this list: send the line " ...

linux-kernel - Kees Cook - May 31 2007 - 21:13

speck-geostationary