Congratulation!!!
Your email address has won,�1,000,000Pounds,in the on going UK promo.send your details: Names....... Tele....... Age....... Address....... occupation....... country....... send to our agent Mr. Greg Peterson Tel:+44 704-571-0545 email: (bnlclaimdept(a)live.co.uk) -- To unsubscribe from this list: send the l... 30 May 2010 06:48
BUG: using smp_processor_id() in preemptible [00000000] code: ondemand/1327
I get 6 of these logged together about 1 minute after startup on an i7-860. Config attached. Distro is Ubuntu 10.04 64 bit. Is this one known or should I start a bisect? [ 64.924201] BUG: using smp_processor_id() in preemptible [00000000] code: ondemand/1327 [ 64.924625] caller is nr_iowait_cpu+0x1a/0x40 [ ... 30 May 2010 04:41
[PATCH] afs: fix possible null pointer dereference in afs_alloc_server
Fix possible null pointer dereference since kzalloc can return null Signed-off-by: Denis Kirjanov <dkirjanov(a)kernel.org> --- fs/afs/server.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fs/afs/server.c b/fs/afs/server.c index f490995..32e2a91 100644 --- a/fs/afs/server.c +++ b... 30 May 2010 04:41
Make kunmap_atomic() harder to misuse
On Fri, 28 May 2010 07:53:13 -0300 Cesar Eduardo Barros <cesarb(a)cesarb.net> wrote: kunmap_atomic() is currently at level -4 on Rusty's "Hard To Misuse" list[1] ("Follow common convention and you'll get it wrong"), except in some architectures when CONFIG_DEBUG_HIGHMEM is set[2][3]. kunmap() takes a po... 31 May 2010 07:35
[RFC] [PATCH 1/2] cgroups: read-write lock CLONE_THREAD forking per threadgroup
Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup From: Ben Blum <bblum(a)andrew.cmu.edu> This patch adds an rwsem that lives in a threadgroup's signal_struct that's taken for reading in the fork path, under CONFIG_CGROUPS. If another part of the kernel later wants to use such a locking... 29 May 2010 22:17
[RFC] [PATCH v2 0/2] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
This patch series is a revision of http://lkml.org/lkml/2010/1/3/51 and http://lkml.org/lkml/2010/1/3/52 . The rwsem in the fork path has been moved to signal_struct to simplify the locking code in the cgroup_attach_proc side. This depends on Oleg's recentish changes to signal_struct's lifetime rules (which don't... 29 May 2010 22:17
[PATCH v2] act_nat: fix the wrong checksum when addr isn't in old_addr/mask
fix the wrong checksum when addr isn't in old_addr/mask For TCP and UDP packets, when addr isn't in old_addr/mask we don't do SNAT or DNAT, and we should not update layer 4 checksum. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ---- net/sched/act_nat.c | 4 ++++ 1 file changed, 4 insertions(+) diff --g... 29 May 2010 21:11
perf: buildid not managed properly when cmd path is relative
Em Thu, May 27, 2010 at 03:46:16PM +0200, Stephane Eranian escreveu: I ran into another problem while running more tests with perf record, perf buildid-list. I do the following: $ perf record foo/noploop 5 $ perf buildid-list 54b1e7cc3cf52e0db255aab44ce7538eb62655b8 [kernel.kallsyms] 875ae6... 1 Jun 2010 17:30
[GIT PULL] more Ceph bits for 2.6.35-rc1
Hi Linus, Please pull these last few fixes and cleanups for 2.6.35-rc1 from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus The main item here is a fix when waiting for mds request completion, which includes adding wait_for_completion_killable_timeout() to the completion api... 29 May 2010 19:02
complain when users abuse the pm_qos API
On Saturday 29 May 2010, mark gross wrote: The following patch is to help clean up API abusers of pm_qos where they call update_request before registering a request. --mgross --Signed-off-by: markgross <markgross(a)thegnar.org> Will there be a big issue if I push this during the next merge window? ... 30 May 2010 16:30