[GIT PULL] [PATCH 0/3] LOCKDEP changes for v6.16

Boqun Feng posted 3 patches 7 months, 2 weeks ago
kernel/locking/lockdep.c           | 76 ++++++++++++++++++++------------------
kernel/locking/lockdep_internals.h |  1 +
kernel/locking/lockdep_proc.c      |  2 +
3 files changed, 44 insertions(+), 35 deletions(-)
[GIT PULL] [PATCH 0/3] LOCKDEP changes for v6.16
Posted by Boqun Feng 7 months, 2 weeks ago
Hi Ingo & Peter,

Please pull the lockdep changes for v6.16 into tip. I'm sending the
changes in patchset, but I also created a tag and the pull-request
message in case you want to directly pull. Thanks!

Regards,
Boqun

The following changes since commit 35e6b537af85d97e0aafd8f2829dfa884a22df20:

  lockdep: Remove disable_irq_lockdep() (2025-03-14 21:13:20 +0100)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/boqun/linux tags/lockdep-for-tip.2025.05.05

for you to fetch changes up to b3eec4e26ada8a71c40147b45026d2345f3b6ae3:

  locking/lockdep: Add # of dynamic keys stat to /proc/lockdep_stats (2025-05-04 11:03:02 -0700)

----------------------------------------------------------------
Lockdep changes for v6.16:

- Move hlock_equal() only under CONFIG_LOCKDEP_SMALL=y
- Prevent abuse of lockdep subclass in __lock_acquire()
- Add # of dynamic keys stat to /proc/lockdep_stats

----------------------------------------------------------------
Andy Shevchenko (1):
      lockdep: Move hlock_equal() to the respective ifdeffery

Waiman Long (2):
      locking/lockdep: Prevent abuse of lockdep subclass
      locking/lockdep: Add # of dynamic keys stat to /proc/lockdep_stats

 kernel/locking/lockdep.c           | 76 ++++++++++++++++++++------------------
 kernel/locking/lockdep_internals.h |  1 +
 kernel/locking/lockdep_proc.c      |  2 +
 3 files changed, 44 insertions(+), 35 deletions(-)

-- 
2.39.5 (Apple Git-154)
Re: [GIT PULL] [PATCH 0/3] LOCKDEP changes for v6.16
Posted by Ingo Molnar 7 months, 1 week ago
* Boqun Feng <boqun.feng@gmail.com> wrote:

> Hi Ingo & Peter,
> 
> Please pull the lockdep changes for v6.16 into tip. I'm sending the
> changes in patchset, but I also created a tag and the pull-request
> message in case you want to directly pull. Thanks!
> 
> Regards,
> Boqun
> 
> The following changes since commit 35e6b537af85d97e0aafd8f2829dfa884a22df20:
> 
>   lockdep: Remove disable_irq_lockdep() (2025-03-14 21:13:20 +0100)
> 
> are available in the Git repository at:
> 
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/boqun/linux tags/lockdep-for-tip.2025.05.05
> 
> for you to fetch changes up to b3eec4e26ada8a71c40147b45026d2345f3b6ae3:
> 
>   locking/lockdep: Add # of dynamic keys stat to /proc/lockdep_stats (2025-05-04 11:03:02 -0700)
> 
> ----------------------------------------------------------------
> Lockdep changes for v6.16:
> 
> - Move hlock_equal() only under CONFIG_LOCKDEP_SMALL=y
> - Prevent abuse of lockdep subclass in __lock_acquire()
> - Add # of dynamic keys stat to /proc/lockdep_stats
> 
> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       lockdep: Move hlock_equal() to the respective ifdeffery
> 
> Waiman Long (2):
>       locking/lockdep: Prevent abuse of lockdep subclass
>       locking/lockdep: Add # of dynamic keys stat to /proc/lockdep_stats
> 
>  kernel/locking/lockdep.c           | 76 ++++++++++++++++++++------------------
>  kernel/locking/lockdep_internals.h |  1 +
>  kernel/locking/lockdep_proc.c      |  2 +
>  3 files changed, 44 insertions(+), 35 deletions(-)

Thanks, applied to the locking tree (tip:locking/core).

	Ingo