lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 2 Apr 2015 21:47:09 +0800
From:	Yunlong Song <yunlong.song@...wei.com>
To:	<a.p.zijlstra@...llo.nl>, <paulus@...ba.org>, <mingo@...hat.com>,
	<acme@...nel.org>
CC:	<linux-kernel@...r.kernel.org>, <wangnan0@...wei.com>
Subject: [PATCH 00/10] perf tools: Support using -f to override file ownership for perf commands

Hi,
  Enable perf commands to use perf file when it is not owned by current
  user or root.

Yunlong Song (10):
  perf tools: Support using -f to override perf.data file ownership for 
       evlist
  perf tools: Support using -f to override perf.data file ownership for 
       inject
  perf tools: Support using -f to override perf.data file ownership for 
       kmem
  perf tools: Support using -f to override perf.data.guest file
    ownership     for kvm
  perf tools: Support using -f to override perf.data file ownership for 
       lock
  perf tools: Support using -f to override perf.data file ownership for 
       mem
  perf tools: Support using -f to override perf.data file ownership for 
       script
  perf tools: Support using -f to override perf.data file ownership for 
       timechart
  perf tools: Support using -f to override perf.data file ownership for 
       trace
  perf tools: Support using -f to override perf.data file ownership for 
       data convert

 tools/perf/builtin-data.c         | 4 +++-
 tools/perf/builtin-evlist.c       | 2 ++
 tools/perf/builtin-inject.c       | 1 +
 tools/perf/builtin-kmem.c         | 9 +++++----
 tools/perf/builtin-kvm.c          | 2 ++
 tools/perf/builtin-lock.c         | 5 +++++
 tools/perf/builtin-mem.c          | 3 +++
 tools/perf/builtin-script.c       | 9 +++++----
 tools/perf/builtin-timechart.c    | 3 +++
 tools/perf/builtin-trace.c        | 3 +++
 tools/perf/util/data-convert-bt.c | 3 ++-
 tools/perf/util/data-convert-bt.h | 2 +-
 tools/perf/util/evsel.h           | 1 +
 tools/perf/util/kvm-stat.h        | 1 +
 14 files changed, 37 insertions(+), 11 deletions(-)

-- 
1.8.5.2

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ