[GIT PULL] a lockdep fix via tomoyo tree for v5.13

From: Tetsuo Handa
Date: Sun Apr 25 2021 - 18:31:36 EST


The following changes since commit 5dc33592e95534dc8455ce3e9baaaf3dae0fff82:

lockdep: Allow tuning tracing capacity constants. (2021-04-05 20:33:57 +0900)

are available in the git repository at:

git://git.osdn.net/gitroot/tomoyo/tomoyo-test1.git tags/tomoyo-pr-20210426

for you to fetch changes up to 5dc33592e95534dc8455ce3e9baaaf3dae0fff82:

lockdep: Allow tuning tracing capacity constants. (2021-04-05 20:33:57 +0900)

----------------------------------------------------------------
This is an irregular pull request for sending a lockdep patch.

Peter Zijlstra asked us to find bad annotation that blows up the lockdep
storage [1][2][3] but we could not find such annotation [4][5], and
Peter cannot give us feedback any more [6]. Since we tested this patch
on linux-next.git without problems, and keeping this problem unresolved
discourages kernel testing which is more painful, I'm sending this patch
without forever waiting for response from Peter.

[1] https://lkml.kernel.org/r/20200916115057.GO2674@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[2] https://lkml.kernel.org/r/20201118142357.GW3121392@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[3] https://lkml.kernel.org/r/20201118151038.GX3121392@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[4] https://lkml.kernel.org/r/CACT4Y+asqRbjaN9ras=P5DcxKgzsnV0fvV0tYb2VkT+P00pFvQ@xxxxxxxxxxxxxx
[5] https://lkml.kernel.org/r/4b89985e-99f9-18bc-0bf1-c883127dc70c@xxxxxxxxxxxxxxxxxxx
[6] https://lkml.kernel.org/r/CACT4Y+YnHFV1p5mbhby2nyOaNTy8c_yoVk86z5avo14KWs0s1A@xxxxxxxxxxxxxx

kernel/locking/lockdep.c | 2 -
kernel/locking/lockdep_internals.h | 8 +++----
lib/Kconfig.debug | 40 +++++++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 5 deletions(-)

----------------------------------------------------------------