[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200601205238.GK1407771@sasha-vm>
Date: Mon, 1 Jun 2020 16:52:38 -0400
From: Sasha Levin <sashal@...nel.org>
To: mingo@...nel.org, peterz@...radead.org
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, jolsa@...hat.com,
alexey.budankov@...ux.intel.com, songliubraving@...com,
acme@...hat.com, allison@...utok.net
Subject: Re: [PATCH v2 00/12] Fix up liblockdep for 5.7-rc
Ping?
On Sat, Apr 18, 2020 at 09:57:42PM -0400, Sasha Levin wrote:
>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
>
--
Thanks,
Sasha
Powered by blists - more mailing lists