Trigger BUG_ON if a group name is longer than GENL_NAMSIZ.
Signed-off-by: Masatake YAMATO <redacted>
Applied, thanks.
Although I'm disappointed that the compiler doesn't say anything about
this in the assignment.
We're assigning "char[16] = STRING" and it doesn't say anything if the
final NULL char doesn't fit into the array.