[PATCH 1/3] x86: set_personality_ia32() misses force_personality32
05d43ed8a "x86: get rid of the insane TIF_ABI_PENDING bit" forgot about force_personality32, fix. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- arch/x86/kernel/process_64.c | 1 + 1 file changed, 1 insertion(+) --- exec/arch/x86/kernel/process_64.c~1_force_personality32 2010-01-31 13:57:24.00000000... 17 Feb 2010 00:17
[PATCH 0/3] Was: x86: get rid of the insane TIF_ABI_PENDING bit
On 02/16, Andi Kleen wrote: On Tue, Feb 16, 2010 at 11:19:03AM +0100, Oleg Nesterov wrote: Agreed, but otoh it is always good to understand the code. If we really have a reason for TS_COMPAT, a small comment can help other readers. My memory is somewhat fuzzy on this one, but I think it ... 17 Feb 2010 00:17
pps: userland header file for PPS API.
On Tue, Feb 16, 2010 at 03:33:01PM +0300, Alexander Gordeev wrote: Hi Rodolfo, On Tue, 16 Feb 2010 10:51:18 +0100 Rodolfo Giometti <giometti(a)linux.it> wrote: This patch adds into the PPS's documentation directory a possible implementation of the PPS API (RFC 2783) by using the LinuxPPS's char... 17 Feb 2010 00:17
percpu: add __percpu sparse annotations to net
From: Tejun Heo <tj(a)kernel.org> Date: Wed, 17 Feb 2010 10:20:26 +0900 Add __percpu sparse annotations to net. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affect norma... 17 Feb 2010 00:17
percpu: add __percpu sparse annotations to net drivers
From: Tejun Heo <tj(a)kernel.org> Date: Wed, 17 Feb 2010 10:21:08 +0900 Add __percpu sparse annotations to net drivers. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affe... 17 Feb 2010 00:17
[PATCH 0/3][GIT PULL][v2.6.34] tracing: updates
Ingo, Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Li Zefan (1): ftrace: Allow to remove a single function from function graph filter Steven Rostedt (2): tracing: Add corre... 17 Feb 2010 00:17
net: reserve ports for applications using fixed port numbers
Le mardi 16 février 2010 à 21:06 +0800, Cong Wang a écrit : Octavian Purdila wrote: On Tuesday 16 February 2010 11:37:04 you wrote: BUILD_BUG_ON(sizeof(struct inet_skb_parm) > sizeof(dummy_skb->cb)); + sysctl_local_reserved_ports = kzalloc(65536 / 8, GFP_KERNEL); + if (!sysctl_loca... 27 Feb 2010 07:43
power_supply: bq27x00: fix temperature conversion
On Fri, Feb 12, 2010 at 11:57:13PM +0200, Grazvydas Ignotas wrote: The power supply class requires tenths of degree Celsius. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> Acked-by: Rodolfo Giometti <giometti(a)linux.it> -- GNU/Linux Solutions e-mail: giometti(a)enneenne.com Linu... 17 Feb 2010 00:17
Is it supposed to be ok to call del_gendisk while userspace is frozen?
On Mon, 15 Feb 2010, Rafael J. Wysocki wrote: On Monday 15 February 2010, Maxim Levitsky wrote: On Sat, 2010-02-13 at 15:29 +0200, Maxim Levitsky wrote: I noticed that currently calling del_gendisk leads to sure deadlock if attemped from .suspend or .resume functions. Well, it shouldn't ... 4 Mar 2010 15:48
power_supply: bq27x00: remove double endian swap
On Fri, Feb 12, 2010 at 11:56:46PM +0200, Grazvydas Ignotas wrote: The bq27x00 registers are little endian, so just read them as such and don't do double endian swap on LE machines. This also gets rid of strange looking shift that was done after reading 8bit register because endian swap in bq27x00_read(... 17 Feb 2010 00:18