1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00
Frederic Weisbecker c0a23bbc98 ipvs: Fix estimator kthreads preferred affinity
The estimator kthreads' affinity are defined by sysctl overwritten
preferences and applied through a plain call to the scheduler's affinity
API.

However since the introduction of managed kthreads preferred affinity,
such a practice shortcuts the kthreads core code which eventually
overwrites the target to the default unbound affinity.

Fix this with using the appropriate kthread's API.

Fixes: d1a89197589c ("kthread: Default affine kthread to its preferred NUMA node")
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Florian Westphal <fw@strlen.de>
2025-08-13 08:34:33 +02:00
..
2025-07-31 16:04:19 -07:00
2025-07-30 17:14:01 -07:00
2025-07-11 16:02:01 +02:00
2025-08-01 13:59:07 -07:00
2025-07-30 19:26:49 -07:00
2025-08-04 10:54:36 -07:00
2025-07-31 16:29:46 -07:00
2025-07-31 16:52:32 -07:00
2025-07-11 17:55:16 +02:00
2025-08-06 07:32:52 +03:00
2025-06-13 17:26:17 +08:00
2025-07-29 21:43:08 -07:00
2025-07-29 16:14:07 -07:00
2025-07-31 15:40:22 -07:00