Searched hist:ece4ceaf2eba1c0da9d6b62bc59a43be6b456548 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_bt.c | diff ece4ceaf2eba1c0da9d6b62bc59a43be6b456548 Mon Sep 07 15:32:06 CDT 2020 Davidlohr Bueso <dave@stgolabs.net> kdb: Use newer api for tasklist scanning
This kills using the do_each_thread/while_each_thread combo to iterate all threads and uses for_each_process_thread() instead, maintaining semantics. while_each_thread() is ultimately racy and deprecated; although in this particular case there is no concurrency so it doesn't matter. Still lets trivially get rid of two more users.
Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20200907203206.21293-1-dave@stgolabs.net Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
|
H A D | kdb_private.h | diff ece4ceaf2eba1c0da9d6b62bc59a43be6b456548 Mon Sep 07 15:32:06 CDT 2020 Davidlohr Bueso <dave@stgolabs.net> kdb: Use newer api for tasklist scanning
This kills using the do_each_thread/while_each_thread combo to iterate all threads and uses for_each_process_thread() instead, maintaining semantics. while_each_thread() is ultimately racy and deprecated; although in this particular case there is no concurrency so it doesn't matter. Still lets trivially get rid of two more users.
Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20200907203206.21293-1-dave@stgolabs.net Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
|
H A D | kdb_main.c | diff ece4ceaf2eba1c0da9d6b62bc59a43be6b456548 Mon Sep 07 15:32:06 CDT 2020 Davidlohr Bueso <dave@stgolabs.net> kdb: Use newer api for tasklist scanning
This kills using the do_each_thread/while_each_thread combo to iterate all threads and uses for_each_process_thread() instead, maintaining semantics. while_each_thread() is ultimately racy and deprecated; although in this particular case there is no concurrency so it doesn't matter. Still lets trivially get rid of two more users.
Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20200907203206.21293-1-dave@stgolabs.net Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
|
/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | diff ece4ceaf2eba1c0da9d6b62bc59a43be6b456548 Mon Sep 07 15:32:06 CDT 2020 Davidlohr Bueso <dave@stgolabs.net> kdb: Use newer api for tasklist scanning
This kills using the do_each_thread/while_each_thread combo to iterate all threads and uses for_each_process_thread() instead, maintaining semantics. while_each_thread() is ultimately racy and deprecated; although in this particular case there is no concurrency so it doesn't matter. Still lets trivially get rid of two more users.
Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20200907203206.21293-1-dave@stgolabs.net Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
|