Skip to content

Conversation

@kernel-patches-bot
Copy link

Pull request for series with
subject: powerpc: avoid lockdep when we are offline
version: 1
url: https://patchwork.kernel.org/project/rcu/list/?series=680813

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 2a34cb5
series: https://patchwork.kernel.org/project/rcu/list/?series=680813
version: 1

@kernel-patches-bot kernel-patches-bot force-pushed the series/680813=>rcu-dev branch 13 times, most recently from aa6f8af to 0b2cb3f Compare October 20, 2022 06:44
This is second version of my fix to PPC's  "WARNING: suspicious RCU usage",
I improved my fix under Paul E. McKenney's guidance:
Link: https://lore.kernel.org/lkml/[email protected]/T/

During the cpu offlining, the sub functions of xive_teardown_cpu will
call __lock_acquire when CONFIG_LOCKDEP=y. The latter function will
travel RCU protected list, so "WARNING: suspicious RCU usage" will be
triggered.

Avoid lockdep when we are offline.

Signed-off-by: Zhouyi Zhou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment