mbind: fix processing when new range ovarlaps existing range(s)

Change-Id: I240a0205f0d836e4ff1a16b6739a3b366543bc06
Refs: #1384
This commit is contained in:
Ken Sato
2020-01-16 11:33:55 +09:00
parent f00d03445c
commit 83bbb87a0f
13 changed files with 1038 additions and 46 deletions

11
test/issues/1384/C1384.h Normal file
View File

@ -0,0 +1,11 @@
#include <numa.h>
#include <numaif.h>
#define M_B MPOL_BIND
#define M_D MPOL_DEFAULT
struct mbind_info {
int offset;
int size;
int policy;
};