NOTIFICATION OF WINNING
FROM: GOVERNMENT ACCREDITED LICENSED LOTTERY PROMOTERS. 82 VICTORIA STREET VICTORIA LONDON SW1 UK. Tel: +44 704 570 5223 Tel: +44 702 401 9550 Fax: +44 700 608 8299 NOTIFICATION OF WINNING We are pleased to inform you of the release, of the recent results of the FREELOTTO INTERNATIONAL EMAIL PROMOTION... 28 Mar 2010 00:22
NOTIFICATION OF WINNING
FROM: GOVERNMENT ACCREDITED LICENSED LOTTERY PROMOTERS. 82 VICTORIA STREET VICTORIA LONDON SW1 UK. Tel: +44 704 570 5223 Tel: +44 702 401 9550 Fax: +44 700 608 8299 NOTIFICATION OF WINNING We are pleased to inform you of the release, of the recent results of the FREELOTTO INTERNATIONAL EMAIL PROMOTION... 28 Mar 2010 00:22
[PATCH] rcu: move some code from macro to function
cleanup: move some code from macro to function Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> --- diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 3ec8160..112edb5 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c @@ -1849,6 +1849,14 @@ static void __init rcu_init_one(struct rcu_state *rsp) ... 28 Mar 2010 00:22
[PATCH] rcu: make dead code really dead
cleanup: make dead code really dead Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> --- diff --git a/kernel/rcutree.c b/kernel/rcutree.c index e6014e1..1947c4e 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c @@ -1236,11 +1236,11 @@ static void force_quiescent_state(struct rcu_state *rsp, int relaxed... 28 Mar 2010 00:22
combine nmi_watchdog and softlockup
Hi Don, +/* deprecated */ +static int __init nosoftlockup_setup(char *str) +{ + no_watchdog = 1; + return 1; +} +__setup("nosoftlockup", nosoftlockup_setup); +static int __init nonmi_watchdog_setup(char *str) +{ + no_watchdog = 1; + return 1; +} +__setup("nonmi_watchdog", nonmi_wa... 9 Apr 2010 12:16
[PATCH v3] lockdep: Make lockstats counting per cpu
Locking statistics are implemented using global atomic variables. This is usually fine unless some path write them very often. This is the case for the function and function graph tracers that disable irqs for each entry saved (except if the function tracer is in preempt disabled only mode). And calls to local_i... 27 Mar 2010 21:04
extable and module add object is static
On Sat, Mar 27, 2010 at 08:02:34PM -0400, Mathieu Desnoyers wrote: * Paul E. McKenney (paulmck(a)linux.vnet.ibm.com) wrote: On Sat, Mar 27, 2010 at 07:20:24PM -0400, Mathieu Desnoyers wrote: [...] Something close to "object_is_static()" would be "kernel_text_address()", but it only considers the ... 29 Mar 2010 10:13
Staging: dt3155: fix checkpatch.pl style issues and errors
On Sat, Mar 27, 2010 at 06:55:50PM -0400, Jason Baldus wrote: This patch fixes many checkpatch.pl style issues. Lines are now all shorter than 80 characters and braces are placed correctly. Indentation is done with tabs instead of spaces. Also fixed checkpatch.pl errors with assignment within conditional... 27 Mar 2010 19:57
ARM: mach-sa1100: Put nanoEngine support back in the kernel.
On Thu, Mar 11, 2010 at 05:09:59PM -0300, Marcelo Roberto Jimenez wrote: --- /dev/null +++ b/arch/arm/configs/nanoengine_defconfig @@ -0,0 +1,1396 @@ Please don't include defconfigs along with other code. +/* + * linux/arch/arm/mach-sa1100/nanoengine.c + * + * Bright Star Engineering's nanoEng... 27 Mar 2010 19:57
2.6.33.1-rt11 triggers DEBUG_LOCKS_WARN_ON(!p->hardirqs_enabled), in a 32-bit kvm session
On Fri, Mar 26, 2010 at 8:01 PM, Thomas Gleixner <tglx(a)linutronix.de> wrote: On Fri, 26 Mar 2010, John Kacur wrote: During boot-up of 2.6.33.1-rt11 in a 32-bit qemu-kvm machine, The following warning is reliably (every time) triggered. ------------[ cut here ]------------ WARNING: at /home/jka... 27 Mar 2010 19:57