GEM_BUG_ON
#define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr)
#define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \