From: Sasha Levin <sashal@kernel.org>
To: mingo@kernel.org, peterz@infradead.org
Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de,
jolsa@redhat.com, alexey.budankov@linux.intel.com,
songliubraving@fb.com, acme@redhat.com, allison@lohutok.net,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH v2 00/12] Fix up liblockdep for 5.7-rc
Date: Sat, 18 Apr 2020 21:57:42 -0400 [thread overview]
Message-ID: <20200419015754.24456-1-sashal@kernel.org> (raw)
Hi Ingo,
This series fixes up most of liblockdep to work with the current kernel
tree.
Change in v2:
- Rebase on top of the 5.7 merge window work.
Sasha Levin (12):
tools headers: Add kprobes.h header
tools headers: Add rcupdate.h header
tools/kernel.h: extend with dummy RCU functions
tools bitmap: add bitmap_andnot definition
tools/lib/lockdep: add definition required for IRQ flag tracing
tools/kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2 macro
tools bitmap: add bitmap_clear definition
tools/lib/lockdep: Hook up vsprintf, find_bit, hweight libraries
tools/lib/lockdep: Enable building with CONFIG_TRACE_IRQFLAGS
tools/lib/lockdep: New stacktrace API
tools/lib/lockdep: call lockdep_init_task on init
tools/lib/lockdep: switch to using lockdep_init_map_waits
tools/include/linux/bitmap.h | 10 ++++++
tools/include/linux/kernel.h | 15 ++++++++
tools/include/linux/kprobes.h | 7 ++++
tools/include/linux/lockdep.h | 9 +++++
tools/include/linux/rcupdate.h | 12 +++++++
tools/include/linux/stacktrace.h | 8 +++++
tools/lib/bitmap.c | 35 +++++++++++++++++++
tools/lib/lockdep/Build | 2 +-
tools/lib/lockdep/Makefile | 2 +-
tools/lib/lockdep/include/liblockdep/common.h | 4 +--
tools/lib/lockdep/include/liblockdep/mutex.h | 2 +-
tools/lib/lockdep/include/liblockdep/rwlock.h | 2 +-
tools/lib/lockdep/lockdep.c | 4 +--
tools/lib/lockdep/preload.c | 6 +++-
14 files changed, 109 insertions(+), 9 deletions(-)
create mode 100644 tools/include/linux/kprobes.h
create mode 100644 tools/include/linux/rcupdate.h
--
2.20.1
next reply other threads:[~2020-04-19 1:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-19 1:57 Sasha Levin [this message]
2020-04-19 1:57 ` [PATCH v2 01/12] tools headers: Add kprobes.h header Sasha Levin
2020-04-19 1:57 ` [PATCH v2 02/12] tools headers: Add rcupdate.h header Sasha Levin
2020-04-19 1:57 ` [PATCH v2 03/12] tools/kernel.h: extend with dummy RCU functions Sasha Levin
2020-04-19 1:57 ` [PATCH v2 04/12] tools bitmap: add bitmap_andnot definition Sasha Levin
2020-04-19 1:57 ` [PATCH v2 05/12] tools/lib/lockdep: add definition required for IRQ flag tracing Sasha Levin
2020-04-19 1:57 ` [PATCH v2 06/12] tools/kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2 macro Sasha Levin
2020-04-19 1:57 ` [PATCH v2 07/12] tools bitmap: add bitmap_clear definition Sasha Levin
2020-04-19 1:57 ` [PATCH v2 08/12] tools/lib/lockdep: Hook up vsprintf, find_bit, hweight libraries Sasha Levin
2020-04-19 1:57 ` [PATCH v2 09/12] tools/lib/lockdep: Enable building with CONFIG_TRACE_IRQFLAGS Sasha Levin
2020-04-19 1:57 ` [PATCH v2 10/12] tools/lib/lockdep: New stacktrace API Sasha Levin
2020-04-19 1:57 ` [PATCH v2 11/12] tools/lib/lockdep: call lockdep_init_task on init Sasha Levin
2020-04-19 1:57 ` [PATCH v2 12/12] tools/lib/lockdep: switch to using lockdep_init_map_waits Sasha Levin
2020-06-01 20:52 ` [PATCH v2 00/12] Fix up liblockdep for 5.7-rc Sasha Levin
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=20200419015754.24456-1-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=acme@redhat.com \
--cc=alexey.budankov@linux.intel.com \
--cc=allison@lohutok.net \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=songliubraving@fb.com \
--cc=tglx@linutronix.de \
/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.