mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb core
On Mon, 10 May 2010, Dinh Nguyen wrote: renamed fsl_mx3_udc.c -> fsl_mxc_udc.c for mx51, usb core is clocked from sources that are not 60mhz. This patch applies to 2.6.34-rc7. For such patches it helps to use the "-M -C" options to "git format patch," which would then make reviewing your changes eas... 10 May 2010 15:26
[PATCHv3 2.6.34-rc7 1/3] mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb core
renamed fsl_mx3_udc.c -> fsl_mxc_udc.c for mx51, usb core is clocked from sources that are not 60mhz. This patch applies to 2.6.34-rc7. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- drivers/usb/gadget/Makefile | 2 +- .../usb/gadget/{fsl_mx3_udc.c => fsl_mxc_udc.c} |... 10 May 2010 15:26
perf probe: Don't compile CFI related code if elfutils is old
On 10.05.10 13:28:54, Arnaldo Carvalho de Melo wrote: Em Mon, May 10, 2010 at 01:12:07PM -0400, Masami Hiramatsu escreveu: Check elfutils version, and if it is old don't compile CFI analysis code. This allows to compile perf with old elfutils. _ELFUTILS_PREREQ was introduced in: commit f... 18 May 2010 07:04
[PATCH 1/1] staging: hv: Optimize adj_guesttime function and add more detailed comments
From: Haiyang Zhang <haiyangz(a)microsoft.com> Subject: Optimize adj_guesttime function and add more detailed comments Credits go to Joe Perches [joe(a)perches.com] for suggesting the changes. Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Signed-off-by: Hank Janssen <hjanssen(a)microsoft.com> Signed-off-by: Haiyang Zhang ... 10 May 2010 15:26
[PATCH v3 11/11] unistd: add __NR_prlimit64 syscall numbers
Add __NR_prlimit64 syscall numbers to asm-generic. Add them also to asm-x86, both 32 and 64-bit. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Thomas Gleixner <tglx(a)linutronix.de> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: "H. Peter Anvin" <hpa(a)zytor.com> --- arch/x86/ia32/ia32entry.S | 1 + arch/x86/i... 10 May 2010 14:19
[PATCH v3 03/11] rlimits: make sure ->rlim_max never grows in sys_setrlimit
From: Oleg Nesterov <oleg(a)redhat.com> Mostly preparation for Jiri's changes, but probably makes sense anyway. sys_setrlimit() checks new_rlim.rlim_max <= old_rlim->rlim_max, but when it takes task_lock() old_rlim->rlim_max can be already lowered. Move this check under task_lock(). Currently this is not impor... 10 May 2010 14:19
[PATCH v3 08/11] rlimits: redo do_setrlimit to more generic do_prlimit
It now allows also reading of limits. I.e. all read and writes will later use this function. It takes two parameters, new and old limits which can be both NULL. If new is non-NULL, the value in it is set to rlimits. If old is non-NULL, current rlimits are stored there. If both are non-NULL, old are stored prior ... 10 May 2010 14:19
[PATCH v3 02/11] rlimits: add task_struct to update_rlimit_cpu
From: Jiri Slaby <jirislaby(a)gmail.com> Add task_struct as a parameter to update_rlimit_cpu to be able to set rlimit_cpu of different task than current. Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Acked-by: James Morris <jmorris(a)namei.org> --- include/linux/posix-timers.h | 2 +- kernel/posix-cpu-time... 10 May 2010 14:19
[PATCH v3 06/11] rlimits: do security check under task_lock
Do security_task_setrlimit under task_lock. Other tasks may change limits under our hands while we are checking limits inside the function. From now on, they can't. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Acked-by: James Morris <jmorris(a)namei.org> Cc: Heiko Carstens <heiko.carstens(a)de.ibm.com> Cc: Andrew Mor... 10 May 2010 14:19
[PATCH v3 09/11] rlimits: switch more rlimit syscalls to do_prlimit
From: Jiri Slaby <jirislaby(a)gmail.com> After we added more generic do_prlimit, switch sys_getrlimit to that. Also switch compat handling, so we can get rid of ugly __user casts and avoid setting process' address limit to kernel data and back. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> --- kernel/compat.c | ... 10 May 2010 14:19