Re: [PATCH] rt-tests: oslat: Allocate memory for cpu_set
From: Daniel Wagner <hidden>
Date: 2021-02-12 17:33:45
From: Daniel Wagner <hidden>
Date: 2021-02-12 17:33:45
On Fri, Feb 12, 2021 at 12:29:13PM -0500, John Kacur wrote:
- cpu_set is a pointer to a bitmask struct Memory needs to be allocated for the struct, so call numa_allocate_cpumask() - use rt-tests fatal to exit on error conditions Signed-off-by: John Kacur <jkacur@redhat.com>
Reviewed-by: Daniel Wagner <redacted>