First  |  Prev |  Next  |  Last
Pages: 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659
[PATCH] perf: Add DWARF register lookup for SH
Implement get_arch_regstr() for SH so that, given a DWARF register number, the corresponding symbolic name of that register can be looked up. Signed-off-by: Matt Fleming <matt(a)console-pimps.org> --- tools/perf/arch/sh/Makefile | 4 ++ tools/perf/arch/sh/util/dwarf-regs.c | 55 ++++++++++++++++++++... 10 Jul 2010 11:37
[PATCH] Fix discrepancies between sysfs implementation and documentation
The patch below fixes all discrepancies I know of between the sysfs implementation and its documentation. Signed-off-by: Bart Van Assche <bart.vanassche(a)gmail.com> diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index 931c806..d78ed0b 100644 --- a/Documentation/filesystem... 10 Jul 2010 11:37
arm: Build with -fno-dwarf2-cfi-asm
Michal Marek writes: Commit d0679c7 restricted this workaround to powerpc only, but it turns out that ARM needs it as well. Fixes https://bugzilla.kernel.org/show_bug.cgi?id=16310 . Reported-and-Tested-by: Robert Nelson <robertcnelson(a)gmail.com> Signed-off-by: Michal Marek <mmarek(a)suse.cz> ... 26 Jul 2010 09:26
[patch] cgroups: save space for the terminator
The original code didn't leave enough space for a NULL terminator. These strings are copied with strcpy() into fixed length buffers in cgroup_root_from_opts(). Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 3ac6f5b..a942820 100644 --- a/kernel/cgroup.c ... 10 Jul 2010 07:17
tracing: properly align linker defined symbols
On Sat, Jul 10, 2010 at 09:35, Sam Ravnborg <sam(a)ravnborg.org> wrote: Zeev - please try this replacement patch. The alignmnet is increased to 32 bytes compared to my previous version and we introduce alignmnet for ftrace_events too. � � � �Sam From 40bedb8fda25d2cf9ecdd41ab48a24104607c37e Mon Sep 1... 15 Jul 2010 15:24
[patch] trace: strlen() return doesn't account for the NULL
We need to add one to the strlen() return because of the NULL character. The type->name here generally comes from the kernel and I don't think any of them come close to being MAX_TRACER_SIZE (100) characters long so this is basically a cleanup. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/ker... 10 Jul 2010 07:17
[patch] 9p: strlen() doesn't count the terminator
This is an off by one bug because strlen() doesn't count the NULL terminator. We strcpy() addr into a fixed length array of size UNIX_PATH_MAX later on. The addr variable is the name of the device being mounted. CC: stable(a)kernel.org Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/net/9p/tran... 10 Jul 2010 07:17
ata: failed to IDENTIFY / SRST failed (errno = -16) problems on/after booting 2.6.35-rc3
2010/7/6 Robert Hancock <hancockrwd(a)gmail.com>: Also I noticed that the BIOS sometimes hanged during boot (probably trying to establish a link to the CDROM too), resetting it a couple of times allowed it to reach Linux, but then Linux hanged. It could be a hardware failure of the CDROM that just happene... 10 Jul 2010 07:17
[PATCH] KVM: PIT: stop vpit before irq_routing freed
Fix: general protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC ....... Call Trace: [<ffffffffa0159bd1>] ? kvm_set_irq+0xdd/0x24b [kvm] [<ffffffff8106ea8b>] ? trace_hardirqs_off_caller+0x1f/0x10e [<ffffffff813ad17f>] ? sub_preempt_count+0xe/0xb6 [<ffffffff8106d273>] ? put_lock_stats+0xe/0x27 [<fffffff... 10 Jul 2010 07:17
avoid NULL deference in ext2_xattr_get
Good catch. Your change is correct but can you resend it? On Sat, Jul 10, 2010 at 04:07:28PM +0800, shenghui wrote: From adc1fa6535034db3b6d8deebda6ec7eaa8bfd2f8 Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui <crosslonelyover(a)gmail.com> Date: Sat, 10 Jul 2010 16:05:53 +0800 Subject: [PATCH] avoid NULL... 11 Jul 2010 05:04
First  |  Prev |  Next  |  Last
Pages: 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659