On Fri, 2022-10-14 at 11:49 -0500, Larry Finger wrote: > Hi, > > With a recent pull from kernel mainline, I am getting a log splat shown below: > > [ 29.369446] ------------[ cut here ]------------ > [ 29.369447] memcpy: detected field-spanning write (size 16) of single field > "&compat_event->pointer" at net/wireless/wext-core.c:623 (size 4) Yeah fixed by commit e3e6e1d16a4c ("wifi: wext: use flex array destination for memcpy()") I think? johannes