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-master-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 805c6d3c1921 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds df3a57d1f607 mm: split out the non-present case from copy_one_pte() adds 79a1971c5f14 mm: move the copy_one_pte() pte_present check into the caller adds 35be8851d172 btrfs: fix overflow when copying corrupt csums for a message adds b5ddcffa3777 btrfs: fix put of uninitialized kobject after seed device delete adds bffac4b5435a Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/sc [...] adds ee1dfad5325f dm: fix bio splitting and its bio completion order for regular IO adds cf9c37865557 dm: fix comment in dm_process_bio() adds 4a5caa4af0df dm crypt: document new no_workqueue flags adds 4c07ae0ad493 dm crypt: document encrypted keyring key option adds a969324fe7cc Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub [...] adds ead1e19ad905 lib/bootconfig: Fix a bug of breaking existing tree nodes adds c7af4ecdffe1 lib/bootconfig: Fix to remove tailing spaces after value adds 1d210c166b69 tools/bootconfig: Add testcases for repeated key with brace adds 2f5fb555637e tools/bootconfig: Add testcase for tailing space adds c9c9e6a49f89 Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/s [...] adds be068f29034f mm: fix misplaced unlock_page in do_wp_page() adds 472eb39103e8 ALSA: asihpi: fix iounmap in error handler adds 3f7424905782 ALSA: hda/realtek - Couldn't detect Mic if booting with he [...] adds f73bbf639b32 ALSA: hda/realtek: Enable front panel headset LED on Lenov [...] adds 315c7ad7a701 ALSA: usb-audio: Add delay quirk for H570e USB headsets adds 8f8bf00b1c00 Revert "ALSA: hda - Fix silent audio output and corrupted [...] adds c413c3102703 Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in [...] adds 9ef7dce564b4 Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/ [...] adds 288eceb08583 media: cec-adap.c: don't use flush_scheduled_work() adds 129134e5415d media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag adds d0254f82d702 media: dt-bindings: media: imx274: Convert to json-schema adds 8fa5960f5759 Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/l [...] adds 14801c624066 mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA adds 171d4ff79f96 Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: .../admin-guide/device-mapper/dm-crypt.rst | 10 +- .../devicetree/bindings/media/i2c/imx274.txt | 38 ----- .../devicetree/bindings/media/i2c/sony,imx274.yaml | 76 ++++++++++ Documentation/userspace-api/media/v4l/buffer.rst | 17 --- .../userspace-api/media/v4l/vidioc-create-bufs.rst | 6 +- .../userspace-api/media/v4l/vidioc-reqbufs.rst | 12 +- MAINTAINERS | 2 +- drivers/md/dm.c | 27 +--- drivers/media/cec/core/cec-adap.c | 2 +- drivers/media/common/videobuf2/videobuf2-core.c | 46 +----- .../media/common/videobuf2/videobuf2-dma-contig.c | 19 --- drivers/media/common/videobuf2/videobuf2-dma-sg.c | 3 +- drivers/media/common/videobuf2/videobuf2-v4l2.c | 18 +-- drivers/media/dvb-core/dvb_vb2.c | 2 +- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 10 +- drivers/media/v4l2-core/v4l2-ioctl.c | 5 +- drivers/mmc/host/mmc_spi.c | 2 +- fs/btrfs/disk-io.c | 11 +- fs/btrfs/sysfs.c | 16 ++- include/media/videobuf2-core.h | 7 +- include/uapi/linux/videodev2.h | 13 +- lib/bootconfig.c | 38 +++-- mm/memory.c | 156 +++++++++++---------- sound/pci/asihpi/hpioctl.c | 4 +- sound/pci/hda/patch_realtek.c | 14 +- sound/usb/mixer_maps.c | 1 - sound/usb/quirks.c | 7 +- tools/bootconfig/test-bootconfig.sh | 25 ++++ 28 files changed, 282 insertions(+), 305 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/imx274.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml