This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 46cf053efec6 Linux 5.5-rc3 adds 322f6a3182d4 gpio: mpc8xxx: Add platform device to gpiochip->parent adds d935bd50dd14 gpio: Fix error message on out-of-range GPIO in lookup table adds 634f0348fe33 gpio: xtensa: fix driver build adds bc7bc688366a gpio: mockup: Fix usage of new GPIO_LINE_DIRECTION adds 11e299de3ace gpio: aspeed: avoid return type warning adds 9cc7a18bcbd4 gpio: xgs-iproc: remove __exit annotation for iproc_gpio_remove adds 44fe5cb32c75 MAINTAINERS: Append missed file to the database adds 256efaea1fdc gpiolib: fix up emulated open drain outputs adds 2688302bf192 gpio: pca953x: Switch to bitops in IRQ callbacks adds 279b1fed09ea Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.ker [...] adds 286e7beaa4cc gpio: tegra186: Allow building on Tegra194-only configurations new a305bd7c9c22 Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/li [...] new 257bf4176362 pktcdvd: fix regression on 64-bit architectures new 673bdf8ce0a3 compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE new 21d37340912d compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES new 4b43f31d65da compat_ioctl: block: handle add zone open, close and finish ioctl new b2c0fcd28772 compat_ioctl: block: handle Persistent Reservations new 8ae40a6951a7 Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-block new 8385d756e114 libata: Fix retrieving of active qcs new 84b032dbfdf1 ata: libahci_platform: Export again ahci_platform_<en/dis> [...] new c0cdf2ac4b5b ata: ahci_brcm: Fix AHCI resources management new 1a3d78cb6e20 ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINE new bf0e5013bc2d ata: ahci_brcm: Add missing clock management during recovery new 0f710a5572ea Merge tag 'libata-5.5-20191226' of git://git.kernel.dk/lin [...] new d55e5f5b70dd io_uring: use u64_to_user_ptr() consistently new 9adbd45d6d32 io_uring: add and use struct io_rw for read/writes new 3fbb51c18f5c io_uring: move all prep state for IORING_OP_CONNECT to pre [...] new e47293fdf989 io_uring: move all prep state for IORING_OP_{SEND,RECV}_MG [...] new 26a61679f10c io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler new 06b76d44ba25 io_uring: standardize the prep methods new 3529d8c2b353 io_uring: pass in 'sqe' to the prep handlers new 1f424e8bd187 io-wq: remove unused busy list from io_sqe new fd1c4bc6e9b3 io-wq: add cond_resched() to worker thread new 534121d289e0 Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/l [...] new 996fa477d118 PM / devfreq: Drop explicit selection of PM_OPP new 5fdb0684b5b0 PM / devfreq: tegra: Add COMMON_CLK dependency new 2cb7bfc1ca9a Merge tag 'devfreq-fixes-for-5.5-rc4' of git://git.kernel. [...] new 1413c361328c Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/lin [...] new 7648dd9fc981 selftests: filesystems/epoll: fix build error new c65e41538b04 selftests: firmware: Fix it to do root uid check and skip new 05564c29fc94 selftests: livepatch: Fix it to do root uid check and skip new 1c68cbadf09f docs/kunit/start: Use in-tree 'kunit_defconfig' new 8c0140facb38 kunit: Remove duplicated defconfig creation new e3212513a8f0 kunit: Create default config in '--build_dir' new 609952c2afc9 kunit: Place 'test.log' under the 'build_dir' new 14ee5cfd4512 kunit: Rename 'kunitconfig' to '.kunitconfig' new b1b35201bcf4 kunit/kunit_tool_test: Test '--build_dir' option run new af9cb29c5488 rseq/selftests: Turn off timeout setting new 8df34c563214 rseq/selftests: Fix: Namespace gettid() for compatibility [...] new 2a1f40adfb54 rseq/selftests: Clarify rseq_prepare_unload() helper requirements new f4b3974602a5 Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.or [...]
The 40 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/dev-tools/kunit/start.rst | 13 +- MAINTAINERS | 1 + block/compat_ioctl.c | 16 + drivers/ata/ahci_brcm.c | 133 ++-- drivers/ata/libahci_platform.c | 6 +- drivers/ata/libata-core.c | 24 + drivers/ata/sata_fsl.c | 2 +- drivers/ata/sata_mv.c | 2 +- drivers/ata/sata_nv.c | 2 +- drivers/block/pktcdvd.c | 2 +- drivers/devfreq/Kconfig | 5 +- drivers/gpio/Kconfig | 4 +- drivers/gpio/gpio-aspeed-sgpio.c | 2 +- drivers/gpio/gpio-mockup.c | 7 +- drivers/gpio/gpio-mpc8xxx.c | 1 + drivers/gpio/gpio-pca953x.c | 26 +- drivers/gpio/gpio-xgs-iproc.c | 2 +- drivers/gpio/gpio-xtensa.c | 7 +- drivers/gpio/gpiolib.c | 13 +- fs/io-wq.c | 10 +- fs/io_uring.c | 690 +++++++++++---------- include/linux/ahci_platform.h | 2 + include/linux/libata.h | 1 + tools/testing/kunit/kunit.py | 18 +- tools/testing/kunit/kunit_kernel.py | 10 +- tools/testing/kunit/kunit_tool_test.py | 10 +- tools/testing/selftests/filesystems/epoll/Makefile | 2 +- tools/testing/selftests/firmware/fw_lib.sh | 6 + tools/testing/selftests/livepatch/functions.sh | 15 +- tools/testing/selftests/livepatch/test-state.sh | 3 +- tools/testing/selftests/rseq/param_test.c | 18 +- tools/testing/selftests/rseq/rseq.h | 12 +- tools/testing/selftests/{ftrace => rseq}/settings | 0 33 files changed, 607 insertions(+), 458 deletions(-) copy tools/testing/selftests/{ftrace => rseq}/settings (100%)