linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
@ 2022-06-09 15:36 Sebastian Andrzej Siewior
  2022-06-10 23:04 ` Waiman Long
  2023-01-12  8:53 ` Sebastian Andrzej Siewior
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-06-09 15:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Waiman Long,
	Boqun Feng, Thomas Gleixner

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>
Reviewed-by: Waiman Long <longman@redhat.com>
Link: https://lore.kernel.org/r/20220311164457.46461-1-bigeasy@linutronix.de
---
 include/linux/lockdep.h |    1 -
 1 file changed, 1 deletion(-)

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

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

* Re: [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
  2022-06-09 15:36 [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
@ 2022-06-10 23:04 ` Waiman Long
  2023-01-12  8:53 ` Sebastian Andrzej Siewior
  1 sibling, 0 replies; 4+ messages in thread
From: Waiman Long @ 2022-06-10 23:04 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior, linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Boqun Feng, Thomas Gleixner

On 6/9/22 11:36, 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>
> Reviewed-by: Waiman Long <longman@redhat.com>
> Link: https://lore.kernel.org/r/20220311164457.46461-1-bigeasy@linutronix.de
> ---
>   include/linux/lockdep.h |    1 -
>   1 file changed, 1 deletion(-)
>
> --- 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.
>
Acked-by: Waiman Long <longman@redhat.com>



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

* Re: [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
  2022-06-09 15:36 [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
  2022-06-10 23:04 ` Waiman Long
@ 2023-01-12  8:53 ` Sebastian Andrzej Siewior
  1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2023-01-12  8:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Waiman Long,
	Boqun Feng, Thomas Gleixner

On 2022-06-09 17:36:34 [+0200], 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>
> Reviewed-by: Waiman Long <longman@redhat.com>
> Link: https://lore.kernel.org/r/20220311164457.46461-1-bigeasy@linutronix.de

Ping.

Sebastian

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

* [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock.
@ 2022-05-11 11:26 Sebastian Andrzej Siewior
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-05-11 11:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, Waiman Long,
	Boqun Feng, Thomas Gleixner

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>
Reviewed-by: Waiman Long <longman@redhat.com>
Link: https://lore.kernel.org/r/20220311164457.46461-1-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 37951c17908e7..e4cfee37d5986 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -427,7 +427,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.36.1


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

end of thread, other threads:[~2023-01-12  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 15:36 [REPOST PATCH] locking/lockdep: Remove lockdep_init_map_crosslock Sebastian Andrzej Siewior
2022-06-10 23:04 ` Waiman Long
2023-01-12  8:53 ` Sebastian Andrzej Siewior
  -- strict thread matches above, loose matches on Subject: below --
2022-05-11 11:26 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).