Home | History | Annotate | Download | only in linux
History log of /src/sys/external/bsd/common/include/linux/overflow.h
RevisionDateAuthorComments
 1.2  19-Dec-2021  riastradh linux: Allow non-VLA structs in struct_size.

Upstream sometimes uses

struct foo {
int x;
short y[1];
};

instead of short y[] with struct_size.
 1.1  19-Dec-2021  riastradh linux: Move linux/overflow.h from drm2 to common.

Needed so linux/slab.h can side-load it.

RSS XML Feed