[GIT PULL] compat-ioctl fix for v5.6

From: Arnd Bergmann
Date: Sat Feb 08 2020 - 16:35:19 EST


The following changes since commit 77b9040195dea3fcddf19e136c9e99a501351778:

compat_ioctl: simplify the implementation (2020-01-03 09:42:52 +0100)

are available in the Git repository at:

git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground.git
tags/compat-ioctl-fix

for you to fetch changes up to 0a061743af93f472687b8c69b0d539d1f12f3fd2:

compat_ioctl: fix FIONREAD on devices (2020-02-08 18:02:54 +0100)

----------------------------------------------------------------
compat-ioctl fix for v5.6

One patch in the compat-ioctl series broke 32-bit rootfs for multiple
people testing on 64-bit kernels. Let's fix it in -rc1 before others
run into the same issue.

----------------------------------------------------------------
Arnd Bergmann (1):
compat_ioctl: fix FIONREAD on devices

fs/ioctl.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)