Tuesday, January 14, 2014

linux.kernel - 26 new messages in 20 topics - digest

linux.kernel
http://groups.google.com/group/linux.kernel?hl=en

linux.kernel@googlegroups.com

Today's topics:

* your mail - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/672b5e2dc19c3db0?hl=en
* perf tools: Use the DWARF unwind info only if loaded - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/9f2c10a074ba1792?hl=en
* perf tools: Make perf_event__synthesize_mmap_events global - 1 messages, 1
author
http://groups.google.com/group/linux.kernel/t/fb24544182b46373?hl=en
* tools include: Move perf's linux/ compiler.h to a generic place - 2 messages,
1 author
http://groups.google.com/group/linux.kernel/t/0eac1e1bbbe4e888?hl=en
* x86, microcode: Move to a proper location - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/9e4932bfb7c23a46?hl=en
* ACPI: Blacklist Win8 OSI for some HP laptop 2013 models - 1 messages, 1
author
http://groups.google.com/group/linux.kernel/t/78639d42a1296e61?hl=en
* tools perf: Comment typo fix - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/7575c979ad374fcb?hl=en
* perf tools: Add test for building detached source tarballs - 2 messages, 1
author
http://groups.google.com/group/linux.kernel/t/27d8f7d641802deb?hl=en
* perf diff: Color the Delta column - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/522a9cf0140a27ef?hl=en
* hwspinlock/omap: enable module before reading SYSSTATUS register - 2
messages, 1 author
http://groups.google.com/group/linux.kernel/t/35459429c62267b5?hl=en
* issue 3: No understanding of potential cpu capacity - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/31799db64481d1a6?hl=en
* vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface -
1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/d19f1e6c78863636?hl=en
* Device Tree support for the at91sam9261ek - 4 messages, 1 author
http://groups.google.com/group/linux.kernel/t/88f86d5983c318d0?hl=en
* scsi: hpsa, add new PCI Ids - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/46d4e9412e952b1a?hl=en
* perf: IRQ-bound performance events - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/64ff6d206da75784?hl=en
* qrwlock: Use smp_store_release() in write_unlock() - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/31f786da5ce84591?hl=en
* scsi: hpsa, remove cancelled ID's and add a new one - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/df98e20284e0e75c?hl=en
* gpio: MAX6650/6651 support - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/f77c4e32918b37db?hl=en
* livelock during MD device open - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/eeb95701115de02b?hl=en
* usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]
- 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/02bb633f7aaf9195?hl=en

==============================================================================
TOPIC: your mail
http://groups.google.com/group/linux.kernel/t/672b5e2dc19c3db0?hl=en
==============================================================================

== 1 of 1 ==
Date: Tues, Jan 14 2014 8:50 am
From: Steven Rostedt


On Thu, Jan 09, 2014 at 06:49:39PM +0000, Joe Bor?? wrote:
>
> I didn't do the changes as root, I sent them from my server as it has SMTP out.
>

Hmm, this gives me an idea. There's nothing, I believe, that makes the root user
have to have the name "root" except for the passwd file. Maybe I'll just
rename "root" to "walley" and then use "root" as my normal account. If anyone tries
to break into "root" they will just gain access to a normal account and nothing
more ;-)

/me goes back to hacking

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/





==============================================================================
TOPIC: perf tools: Use the DWARF unwind info only if loaded
http://groups.google.com/group/linux.kernel/t/9f2c10a074ba1792?hl=en
==============================================================================

== 1 of 1 ==
Date: Tues, Jan 14 2014 8:50 am
From: tip-bot for Jean Pihet


Commit-ID: d11416e76b3e2f60ed6cfa7c532d3b6777f66527
Gitweb: http://git.kernel.org/tip/d11416e76b3e2f60ed6cfa7c532d3b6777f66527
Author: Jean Pihet <jean.pihet@linaro.org>
AuthorDate: Mon, 16 Dec 2013 17:43:14 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 13 Jan 2014 10:06:26 -0300

perf tools: Use the DWARF unwind info only if loaded

Use the info only if it has been found in the .debug_frame section of
the ELF binary.

Signed-off-by: Jean Pihet <jean.pihet@linaro.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linaro-kernel@lists.linaro.org
Cc: patches@linaro.org
Link: http://lkml.kernel.org/r/1387212194-8028-1-git-send-email-jean.pihet@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/util/unwind.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/util/unwind.c b/tools/perf/util/unwind.c
index 0efd539..416f22b 100644
--- a/tools/perf/util/unwind.c
+++ b/tools/perf/util/unwind.c
@@ -340,10 +340,10 @@ find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
/* Check the .debug_frame section for unwinding info */
if (!read_unwind_spec_debug_frame(map->dso, ui->machine, &segbase)) {
memset(&di, 0, sizeof(di));
- dwarf_find_debug_frame(0, &di, ip, 0, map->dso->name,
- map->start, map->end);
- return dwarf_search_unwind_table(as, ip, &di, pi,
- need_unwind_info, arg);
+ if (dwarf_find_debug_frame(0, &di, ip, 0, map->dso->name,
+ map->start, map->end))
+ return dwarf_search_unwind_table(as, ip, &di, pi,
+ need_unwind_info, arg);
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate