Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powerpc: avoid lockdep when we are offline #10

Open
wants to merge 2 commits into
base: rcu-dev
Choose a base branch
from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants