From: Linus Torvalds Date: Sun, 25 Oct 2020 17:59:34 +0000 (-0700) Subject: Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller... X-Git-Tag: v5.10.7~1306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9c25d98645ec4af00c01a70681d2d4ab71622d0;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'parisc-5.10-2' of git://git./linux/kernel/git/deller/parisc-linux Pull more parisc updates from Helge Deller: - During this merge window O_NONBLOCK was changed to become 000200000, but we missed that the syscalls timerfd_create(), signalfd4(), eventfd2(), pipe2(), inotify_init1() and userfaultfd() do a strict bit-wise check of the flags parameter. To provide backward compatibility with existing userspace we introduce parisc specific wrappers for those syscalls which filter out the old O_NONBLOCK value and replaces it with the new one. - Prevent HIL bus driver to get stuck when keyboard or mouse isn't attached - Improve error return codes when setting rtc time - Minor documentation fix in pata_ns87415.c * 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: ata: pata_ns87415.c: Document support on parisc with superio chip parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage hil/parisc: Disable HIL driver when it gets stuck parisc: Improve error return codes when setting rtc time --- f9c25d98645ec4af00c01a70681d2d4ab71622d0