Re: [PATCH] rt-tests: oslat: Allocate memory for cpu_set
From: John Kacur <jkacur@redhat.com>
Date: 2021-02-12 18:15:05
From: John Kacur <jkacur@redhat.com>
Date: 2021-02-12 18:15:05
On Fri, 12 Feb 2021, Daniel Wagner wrote:
On Fri, Feb 12, 2021 at 12:29:13PM -0500, John Kacur wrote:quoted
- 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>
Thanks. I added your Reviewed-by and pushed the three oslat fixes