First  |  Prev |  Next  |  Last
Pages: 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581
[PATCH 1/2] blktrace: use cmpxchg
Replace open-coded racy implementation of cmpxchg with the real thing. This bug is probably easy to maliciously trigger from userspace, and I think it will result in memory corruption, but the race window is small so I think it's unlikely to be triggered accidentally. Signed-off-by: Andy Isaacson <adi(a)hexapodia... 15 Jul 2010 14:17
AppArmor: LSM interface, and security module initialization
Quoting John Johansen (john.johansen(a)canonical.com): AppArmor hooks to interface with the LSM, module parameters and module initialization. Signed-off-by: John Johansen <john.johansen(a)canonical.com> Thanks, John - looks good overall. Comments: .... +static int apparmor_ptrace_access_check(struc... 15 Jul 2010 14:17
[PATCH 0/2] blktrace: startup / shutdown race fixes
I ran into the stale-block-directory problem while using blktrace, and while chasing it noticed the open-coded cmpxchg. The unlink-on-final-close is a longstanding bug that's triggerable by the standard blktrace(1) utility (it races child threads against the parent), and should go to -stable. The cmpxchg is a st... 15 Jul 2010 14:17
v2.6.35-rc3: BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255
> > [ 7.582027] BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255 [ 7.582038] caller is nr_iowait_cpu+0x15/0x2b [ 7.582044] Pid: 1255, comm: modprobe Not tainted 2.6.35-rc3 #87 [ 7.582048] Call Trace: [ 7.582059] [<ffffffff81185470>] debug_smp_processor_id+0... 15 Jul 2010 14:17
perf probe: Fix error message if get_real_path() failed
Em Fri, Jul 16, 2010 at 01:38:59AM +0900, Masami Hiramatsu escreveu: Hi Arnaldo, Could you please merge this series, because this series fixes some bugs which people easily hit ? I'll take a look at it, thanks for pointing it out. - Arnaldo Thank you, Chase Douglas wrote: On Fri, 20... 15 Jul 2010 14:17
Drop dentry reference count when mknod fails
On Thu, Jul 15, 2010 at 01:25:06PM +0100, Tvrtko Ursulin wrote: lookup_one_len increments dentry reference count which is not decremented when the create operation fails. This can cause a kernel BUG at fs/dcache.c:676 at unmount time. Also error code returned when new_inode() fails was replaced with mor... 15 Jul 2010 14:17
[tip:x86/cleanups] x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statements
Commit-ID: b2691085d1f3ccce641dcfdd02722ba5d34db6ba Gitweb: http://git.kernel.org/tip/b2691085d1f3ccce641dcfdd02722ba5d34db6ba Author: Joe Perches <joe(a)perches.com> AuthorDate: Mon, 28 Jun 2010 16:46:48 -0700 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 15 Jul 2010 18:21:22 +0200 x86: Clean... 15 Jul 2010 13:11
Apply segment size and segment boundary to integrity data
On 07/15/2010 10:03 AM, Martin K. Petersen wrote: "Christof" == Christof Schmitt <christof.schmitt(a)de.ibm.com> writes: Christof> While experimenting with the data integrity support in the Christof> Linux kernel, i found that the block layer integrity code can Christof> send integrity data segments ... 11 Aug 2010 04:56
Apply segment size and segment boundary to integrity data
>>>>> "Christof" == Christof Schmitt <christof.schmitt(a)de.ibm.com> writes: Christof> While experimenting with the data integrity support in the Christof> Linux kernel, i found that the block layer integrity code can Christof> send integrity data segments for a request that do not adhere Christof> to the queue lim... 3 Aug 2010 01:40
block: Apply segment size and boundary limits to integrity data
On 07/15/2010 09:34 AM, Christof Schmitt wrote: From: Christof Schmitt <christof.schmitt(a)de.ibm.com> Apply the conditions used in __blk_recalc_rq_segments also to integrity data: Adhere to the maximum segment size and the segment boundary set by the driver. Without this change, a driver would receive... 15 Jul 2010 12:04
First  |  Prev |  Next  |  Last
Pages: 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581