Re: [PATCH 09/10] watchdog/hardlockup: Move SMP barriers from common code to buddy code

2023-05-30 Thread Petr Mladek
On Fri 2023-05-26 18:41:39, Douglas Anderson wrote: > It's been suggested that since the SMP barriers are only potentially > useful for the buddy hardlockup detector, not the perf hardlockup > detector, that the barriers belong in the buddy code. Let's move them > and add clearer comments about why

[PATCH 09/10] watchdog/hardlockup: Move SMP barriers from common code to buddy code

2023-05-26 Thread Douglas Anderson
It's been suggested that since the SMP barriers are only potentially useful for the buddy hardlockup detector, not the perf hardlockup detector, that the barriers belong in the buddy code. Let's move them and add clearer comments about why they're needed. Suggested-by: Petr Mladek Signed-off-by: