linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
@ 2022-03-11 16:44 Sebastian Andrzej Siewior
  2022-03-15 14:56 ` Waiman Long
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-03-11 16:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Waiman Long,
	Boqun Feng, Thomas Gleixner, Sebastian Andrzej Siewior

The cross-release bits have been removed, lockdep_init_map_crosslock() is
a leftover.

Remove lockdep_init_map_crosslock.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 include/linux/lockdep.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index 467b94257105e..3d948f001f182 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -431,7 +431,6 @@ enum xhlock_context_t {
 	XHLOCK_CTX_NR,
 };
 
-#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
 /*
  * To initialize a lockdep_map statically use this macro.
  * Note that _name must not be NULL.
-- 
2.35.1


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

* Re: [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
  2022-03-11 16:44 [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
@ 2022-03-15 14:56 ` Waiman Long
  2022-05-04 16:15 ` Sebastian Andrzej Siewior
  2023-02-06 14:34 ` [tip: locking/core] " tip-bot2 for Sebastian Andrzej Siewior
  2 siblings, 0 replies; 4+ messages in thread
From: Waiman Long @ 2022-03-15 14:56 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior, linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Boqun Feng, Thomas Gleixner

On 3/11/22 11:44, Sebastian Andrzej Siewior wrote:
> The cross-release bits have been removed, lockdep_init_map_crosslock() is
> a leftover.
>
> Remove lockdep_init_map_crosslock.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
>   include/linux/lockdep.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
> index 467b94257105e..3d948f001f182 100644
> --- a/include/linux/lockdep.h
> +++ b/include/linux/lockdep.h
> @@ -431,7 +431,6 @@ enum xhlock_context_t {
>   	XHLOCK_CTX_NR,
>   };
>   
> -#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
>   /*
>    * To initialize a lockdep_map statically use this macro.
>    * Note that _name must not be NULL.

LGTM

Reviewed-by: Waiman Long <longman@redhat.com>


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

* Re: [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
  2022-03-11 16:44 [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
  2022-03-15 14:56 ` Waiman Long
@ 2022-05-04 16:15 ` Sebastian Andrzej Siewior
  2023-02-06 14:34 ` [tip: locking/core] " tip-bot2 for Sebastian Andrzej Siewior
  2 siblings, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-05-04 16:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Waiman Long,
	Boqun Feng, Thomas Gleixner

On 2022-03-11 17:44:57 [+0100], To linux-kernel@vger.kernel.org wrote:
> The cross-release bits have been removed, lockdep_init_map_crosslock() is
> a leftover.
> 
> Remove lockdep_init_map_crosslock.
> 
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

ping.

Sebastian

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

* [tip: locking/core] locking/lockdep: Remove lockdep_init_map_crosslock.
  2022-03-11 16:44 [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
  2022-03-15 14:56 ` Waiman Long
  2022-05-04 16:15 ` Sebastian Andrzej Siewior
@ 2023-02-06 14:34 ` tip-bot2 for Sebastian Andrzej Siewior
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Sebastian Andrzej Siewior @ 2023-02-06 14:34 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Sebastian Andrzej Siewior, Thomas Gleixner, Waiman Long, x86,
	linux-kernel

The following commit has been merged into the locking/core branch of tip:

Commit-ID:     2edcedcd1dcb542cb09acabda1732de47dd82e68
Gitweb:        https://git.kernel.org/tip/2edcedcd1dcb542cb09acabda1732de47dd82e68
Author:        Sebastian Andrzej Siewior <bigeasy@linutronix.de>
AuthorDate:    Thu, 09 Jun 2022 17:36:33 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 06 Feb 2023 15:31:05 +01:00

locking/lockdep: Remove lockdep_init_map_crosslock.

The cross-release bits have been removed, lockdep_init_map_crosslock() is
a leftover.

Remove lockdep_init_map_crosslock.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Waiman Long <longman@redhat.com>
Acked-by: Waiman Long <longman@redhat.com>
Link: https://lore.kernel.org/r/20220311164457.46461-1-bigeasy@linutronix.de
Link: https://lore.kernel.org/r/YqITgY+2aPITu96z@linutronix.de

---
 include/linux/lockdep.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index 1f1099d..1023f34 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -435,7 +435,6 @@ enum xhlock_context_t {
 	XHLOCK_CTX_NR,
 };
 
-#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
 /*
  * To initialize a lockdep_map statically use this macro.
  * Note that _name must not be NULL.

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

end of thread, other threads:[~2023-02-06 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 16:44 [PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
2022-03-15 14:56 ` Waiman Long
2022-05-04 16:15 ` Sebastian Andrzej Siewior
2023-02-06 14:34 ` [tip: locking/core] " tip-bot2 for Sebastian Andrzej Siewior

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).