-
Couldn't load subscription status.
- Fork 1
powerpc: avoid lockdep when we are offline #10
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
base: rcu-dev
Are you sure you want to change the base?
Conversation
|
Master branch: 2a34cb5 |
|
Master branch: 2a34cb5 |
34d333e to
58e8eab
Compare
|
Master branch: 2a34cb5 |
58e8eab to
c46d77b
Compare
|
Master branch: 2a34cb5 |
c46d77b to
b12d188
Compare
|
Master branch: 2a34cb5 |
b12d188 to
b68f16d
Compare
|
Master branch: 2a34cb5 |
b68f16d to
c4a27fd
Compare
|
Master branch: 2a34cb5 |
c4a27fd to
285d20b
Compare
|
Master branch: 2a34cb5 |
285d20b to
a77a228
Compare
|
Master branch: 2a34cb5 |
a77a228 to
660b801
Compare
|
Master branch: 2a34cb5 |
660b801 to
366808c
Compare
|
Master branch: 2a34cb5 |
366808c to
c30920f
Compare
|
Master branch: 2a34cb5 |
c30920f to
d8e8223
Compare
|
Master branch: 2a34cb5 |
d8e8223 to
deb5c7e
Compare
|
Master branch: 2a34cb5 |
deb5c7e to
5e5cf2e
Compare
aa6f8af to
0b2cb3f
Compare
0b2cb3f to
32e8a80
Compare
87e7989 to
fa70e60
Compare
1d1a56c to
ce17c26
Compare
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]>
ce17c26 to
6df42c8
Compare
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