VM_BUG_ON
#define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond)
#define VM_BUG_ON(cond) BUG_ON(cond)
#define VM_BUG_ON(_expr) (BUG_ON(_expr))