commit | 948d10a5f2d2f157b1f50cc19b1a7ff4bda491b9 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sun Jul 04 13:59:35 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sun Jul 04 14:11:04 2021 -0700 |
tree | 13786f432099fb8cd5a1d35e34947d21fdd56544 | |
parent | 28e92f990337b8b4c5fdec47667f8b96089c503e [diff] |
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads() This commit changes from "%lx" to "%x" and from "0x1ffffL" to "0x1ffff" to match the change in type between the old field ->state (unsigned long) and the new field ->__state (unsigned int). Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Fixes: 28e92f990337 ("Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu")