First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
[PATCH] Make div64_u64() precise on 32bit platforms
On Mon, 2 Aug 2010 18:09:51 +0200 Oleg Nesterov <oleg(a)redhat.com> wrote: We have a bugreport which blames div64_u64() on 32bit platforms. However, the code obviously doesn't even try to pretend it can do the 64bit division precisely. If there is something in the high word of divisor, ... 9 Aug 2010 13:27
2.6.35-rc3-git8 - include/linux/fdtable.h:88 invoked rcu_dereference_check() without protection!
On Sun, Jul 04, 2010 at 06:04:20PM -0400, Miles Lane wrote: [ 1619.938226] [ INFO: suspicious rcu_dereference_check() usage. ] [ 1619.938230] --------------------------------------------------- [ 1619.938235] include/linux/fdtable.h:88 invoked rcu_dereference_check() without protection! [ 1619.938239] ... 9 Aug 2010 13:27
[PATCH 2/2] AFS: Implement an autocell mount capability
From: wanglei <wang840925(a)gmail.com> Implement the ability for the root directory of a mounted AFS filesystem to accept lookups of arbitrary directory names, to interpet the names as the names of cells, to look the cell names up in the DNS for AFSDB records and to mount the root.cell volume of the nominated cell ... 9 Aug 2010 13:27
[PATCH 1/2] DNS: If the DNS server returns an error, allow that to be cached
From: Wang Lei <wang840925(a)gmail.com> If the DNS server returns an error, allow that to be cached in the DNS resolver key in lieu of a value. Userspace passes the desired error number as an option in the payload: "#dnserror=<number>" Userspace must map h_errno from the name resolution routines to an approp... 9 Aug 2010 13:27
v2.6.35-git2 SELinux build failure
Commit b782e0a6, introduced in v2.6.35-git2, uses FILE__AUDIT_ACCESS without actually defining it: security/selinux/hooks.c:2644: error: 'FILE__AUDIT_ACCESS' undeclared (first use in this function) I first noticed this in 2.6.35-git6, and it is still broken in 2.6.35-git7. I'm not sure how SELinux got turne... 9 Aug 2010 13:27
DNS: If the DNS server returns an error, allow that to be cached [ver #2]
On Mon, 09 Aug 2010 16:23:22 +0100 David Howells <dhowells(a)redhat.com> wrote: From: Wang Lei <wang840925(a)gmail.com> If the DNS server returns an error, allow that to be cached in the DNS resolver key in lieu of a value. Userspace passes the desired error number as an option in the payload: "... 9 Aug 2010 13:27
2.6.35-rc3-git4 - kernel/sched.c:616 invoked rcu_dereference_check() without protection!
On Thu, Aug 05, 2010 at 01:31:10PM -0400, Ilia Mirkin wrote: On Thu, Jul 1, 2010 at 6:18 PM, Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> wrote: On Thu, Jul 01, 2010 at 08:21:43AM -0400, Miles Lane wrote: [ INFO: suspicious rcu_dereference_check() usage. ] ---------------------------------------... 9 Aug 2010 12:19
ACPI: Fix wrong atomicity check in preemption point
I'll be happy to include this in the aclinux.h file if the day ever comes when it is stable. -----Original Message----- From: Frederic Weisbecker [mailto:fweisbec(a)gmail.com] Sent: Friday, August 06, 2010 8:39 PM To: Brown, Len Cc: LKML; Frederic Weisbecker; Moore, Robert Subject: [PATCH] ACPI: Fix wrong... 12 Aug 2010 19:11
sh: remove RELOC_HIDE on exception handlers and syscall routines
Unfortunately these are necessary, although it is nothing to do with linker relocation. These functions take a struct pt_regs as a parameter (not a pointer), and modify some of the fields of that structure. We needed a way to ensure that gcc didn't optimise away those assignments - to gcc they appear to be assignme... 9 Aug 2010 12:19
slub: add missing __percpu markup in mm/slub_def.h
Tejun Heo wrote: From: Namhyung Kim <namhyung(a)gmail.com> kmem_cache->cpu_slab is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> --- Christoph, Pekka, can you please route this through slab tree?... 9 Aug 2010 12:19
First  |  Prev |  Next  |  Last
Pages: 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103