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(-)
The pull request you sent on Sat, 8 Feb 2020 22:34:46 +0100:
git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground.git tags/compat-ioctl-fix
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b85080c106b1290eaebf100ee97babef833047d8
Thank you!