[GIT PULL] flexible-array member convertion patches for 5.7-rc5

From: Gustavo A. R. Silva
Date: Mon May 04 2020 - 13:49:38 EST


The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flexible-array-member-5.7-rc5

for you to fetch changes up to 1e6e9d0f4859ec698d55381ea26f4136eff3afe1:

uapi: revert flexible-array conversions (2020-05-04 11:30:15 -0500)

----------------------------------------------------------------
flexible-array member convertion patches for 5.7-rc5

Hi Linus,

Please, pull the following patch that reverts changes in include/uapi/

These structures can get embedded in other structures in user-space
and cause all sorts of warnings and problems[1]. So, we better don't take
any chances and keep the zero-length arrays in place for now.

[1] https://lore.kernel.org/lkml/20200424121553.GE26002@xxxxxxxx/

Thanks
--
Gustavo

----------------------------------------------------------------
Gustavo A. R. Silva (1):
uapi: revert flexible-array conversions

include/uapi/linux/bpf.h | 2 +-
include/uapi/linux/dlm_device.h | 4 ++--
include/uapi/linux/fiemap.h | 2 +-
include/uapi/linux/if_arcnet.h | 6 +++---
include/uapi/linux/mmc/ioctl.h | 2 +-
include/uapi/linux/net_dropmon.h | 4 ++--
include/uapi/linux/netfilter_bridge/ebt_among.h | 2 +-
include/uapi/scsi/scsi_bsg_fc.h | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)