All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tiezhu Yang <yangtiezhu@loongson.cn>
To: Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>
Cc: linux-kernel@vger.kernel.org, Xuefeng Li <lixuefeng@loongson.cn>
Subject: [PATCH 0/4] Move syscall.tbl check and update syscall.tbl for powerpc and s390
Date: Fri, 18 Dec 2020 15:59:20 +0800	[thread overview]
Message-ID: <1608278364-6733-1-git-send-email-yangtiezhu@loongson.cn> (raw)

Tiezhu Yang (4):
  perf tools: Move syscall.tbl check into check-headers.sh for powerpc
  perf tools: Move syscall.tbl check into check-headers.sh for s390
  perf tools: Update powerpc's syscall.tbl
  perf tools: Update s390's syscall.tbl

 tools/perf/arch/powerpc/Makefile                   |   7 -
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  25 +-
 tools/perf/arch/s390/Makefile                      |   4 -
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    | 395 ++++++++++++---------
 tools/perf/check-headers.sh                        |   2 +
 5 files changed, 245 insertions(+), 188 deletions(-)

-- 
2.1.0


             reply	other threads:[~2020-12-18  8:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18  7:59 Tiezhu Yang [this message]
2020-12-18  7:59 ` [PATCH 1/4] perf tools: Move syscall.tbl check into check-headers.sh for powerpc Tiezhu Yang
2020-12-18  7:59 ` [PATCH 2/4] perf tools: Move syscall.tbl check into check-headers.sh for s390 Tiezhu Yang
2020-12-18  7:59 ` [PATCH 3/4] perf tools: Update powerpc's syscall.tbl Tiezhu Yang
2020-12-18 11:26   ` Arnaldo Carvalho de Melo
2020-12-18 11:32     ` Arnaldo Carvalho de Melo
2020-12-18 14:38       ` Naveen N. Rao
2020-12-21 23:47         ` Arnaldo Carvalho de Melo
2020-12-23 15:24           ` Naveen N. Rao
2020-12-23 16:26             ` Arnaldo Carvalho de Melo
2020-12-18  7:59 ` [PATCH 4/4] perf tools: Update s390's syscall.tbl Tiezhu Yang
2020-12-18 11:31   ` Arnaldo Carvalho de Melo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608278364-6733-1-git-send-email-yangtiezhu@loongson.cn \
    --to=yangtiezhu@loongson.cn \
    --cc=acme@kernel.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lixuefeng@loongson.cn \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.