linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Fix up liblockdep for 5.6-rc
@ 2020-02-18  2:41 Sasha Levin
  2020-02-18  2:41 ` [PATCH 01/11] tools headers: Add kprobes.h header Sasha Levin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Sasha Levin @ 2020-02-18  2:41 UTC (permalink / raw)
  To: mingo, peterz
  Cc: linux-kernel, tglx, jolsa, alexey.budankov, songliubraving, acme,
	allison, Sasha Levin

Ingo,

I'm sorry for taking so long on this.

This series fixes up most of liblockdep to work with the recent kernel
changes. There is another failure with threaded lockup detection that
I'll work on fixing this week.

Also available via git-pull:

The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:

  Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux.git liblockdep-fixes

Sasha Levin (11):
  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/include/linux/bitmap.h     | 10 +++++++++
 tools/include/linux/kernel.h     | 13 ++++++++++++
 tools/include/linux/kprobes.h    |  7 +++++++
 tools/include/linux/lockdep.h    |  8 ++++++++
 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/lockdep.c      |  4 ++--
 tools/lib/lockdep/preload.c      |  4 ++++
 11 files changed, 101 insertions(+), 4 deletions(-)
 create mode 100644 tools/include/linux/kprobes.h
 create mode 100644 tools/include/linux/rcupdate.h

-- 
2.20.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-02-18  2:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  2:41 [PATCH 00/11] Fix up liblockdep for 5.6-rc Sasha Levin
2020-02-18  2:41 ` [PATCH 01/11] tools headers: Add kprobes.h header Sasha Levin
2020-02-18  2:41 ` [PATCH 02/11] tools headers: Add rcupdate.h header Sasha Levin
2020-02-18  2:41 ` [PATCH 03/11] tools/kernel.h: extend with dummy RCU functions Sasha Levin
2020-02-18  2:41 ` [PATCH 04/11] tools bitmap: add bitmap_andnot definition Sasha Levin
2020-02-18  2:41 ` [PATCH 05/11] tools/lib/lockdep: add definition required for IRQ flag tracing Sasha Levin
2020-02-18  2:41 ` [PATCH 06/11] tools/kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2 macro Sasha Levin
2020-02-18  2:41 ` [PATCH 07/11] tools bitmap: add bitmap_clear definition Sasha Levin
2020-02-18  2:41 ` [PATCH 08/11] tools/lib/lockdep: Hook up vsprintf, find_bit, hweight libraries Sasha Levin
2020-02-18  2:41 ` [PATCH 09/11] tools/lib/lockdep: Enable building with CONFIG_TRACE_IRQFLAGS Sasha Levin
2020-02-18  2:41 ` [PATCH 10/11] tools/lib/lockdep: New stacktrace API Sasha Levin
2020-02-18  2:41 ` [PATCH 11/11] tools/lib/lockdep: call lockdep_init_task on init Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).