This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from b8c3b8992ff2 Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block adds e1706720408e phy: fix build breakage: add PHY_MODE_SATA adds 8428817dc400 cifs: Fix a debug message adds c715f89c4dab cifs: Fix a tiny potential memory leak adds b983f7e92348 CIFS: Fix adjustment of credits for MTU requests adds 33fa5c8b8a7d CIFS: Do not set credits to 1 if the server didn't grant anything adds 8544f4aa9dd1 CIFS: Fix credit computation for compounded requests adds ee13919c2e8d CIFS: Do not hide EINTR after sending network packets adds 15bc77f94e9f cifs: move large array from stack to heap adds 92a8109e4d3a cifs: Limit memory used by lock request calls to a page adds b9a74cde9495 cifs: Fix potential OOB access of lock element array adds 8a26f0f781f5 CIFS: Fix credits calculation for cancelled requests adds ee258d79159a CIFS: Move credit processing to mid callbacks for SMB3 adds 9a66396f1857 CIFS: Fix error paths in writeback code adds 48d2ba625701 cifs: update internal module version number adds 0f9d140a5665 Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfre [...] adds 34aabf918717 usb: cdc-acm: send ZLP for Telit 3G Intel based modems adds c5603d2fdb42 USB: storage: don't insert sane sense for SPC3+ when bad s [...] adds 0a99cc4b8ee8 USB: storage: add quirk for SMI SM3350 adds ff2a8c532c14 usbcore: Select only first configuration for non-UAC3 comp [...] adds 3483254b8943 USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB adds b9fcb0e6b705 usb: storage: Remove outdated URL from MAINTAINERS adds 1dd8a3f6c619 Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/li [...] adds d3a28a53630e serial: lantiq: Do not swap register read/writes adds d3736d82e816 tty: Don't hold ldisc lock in tty_reopen() if ldisc present adds 437e878a6c48 Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/li [...] adds 605c0351fa36 MAINTAINERS: Add entry for staging driver r8188eu adds 84cad97a717f staging: rtl8188eu: Fix module loading from tasklet for CC [...] adds 7775665aadc4 staging: rtl8188eu: Fix module loading from tasklet for WE [...] adds 06382deac2b8 Revert "staging: rtl8723bs: Mark ACPI table declaration as used" adds f7c1038bc759 Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/sc [...] adds de96e9fea7ba sysfs: convert BUG_ON to WARN_ON adds 735df0ff6ece Documentation: driver core: remove use of BUS_ATTR adds 72d657dd2115 Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pu [...] adds f7fa1107f30e Btrfs: fix race between cloning range ending at eof and writeback adds d8b552424210 Btrfs: fix race between reflink/dedupe and relocation adds a6d8654d885d Btrfs: fix deadlock when using free space tree due to bloc [...] adds 1b3922a8bc74 btrfs: Use real device structure to verify dev extent adds 6b529fb0a3ea Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes: Documentation/driver-model/bus.txt | 8 +- Documentation/filesystems/sysfs.txt | 4 +- MAINTAINERS | 6 +- drivers/phy/marvell/phy-berlin-sata.c | 5 +- drivers/staging/rtl8188eu/core/rtw_security.c | 6 +- drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 2 +- drivers/tty/serial/lantiq.c | 36 ++++---- drivers/tty/tty_io.c | 20 +++-- drivers/usb/class/cdc-acm.c | 7 ++ drivers/usb/core/generic.c | 9 +- drivers/usb/core/quirks.c | 3 +- drivers/usb/storage/scsiglue.c | 8 +- drivers/usb/storage/unusual_devs.h | 12 +++ fs/btrfs/ctree.c | 16 ++-- fs/btrfs/ioctl.c | 49 +++++++++-- fs/btrfs/volumes.c | 12 +++ fs/cifs/cifsfs.h | 2 +- fs/cifs/cifsglob.h | 20 +++++ fs/cifs/cifssmb.c | 30 ++++--- fs/cifs/connect.c | 7 +- fs/cifs/dfs_cache.c | 1 + fs/cifs/file.c | 45 +++++++--- fs/cifs/inode.c | 10 +++ fs/cifs/smb2file.c | 8 +- fs/cifs/smb2pdu.c | 31 +++++-- fs/cifs/transport.c | 122 +++++++++++++++++++------- fs/sysfs/dir.c | 3 +- fs/sysfs/file.c | 6 +- fs/sysfs/group.c | 3 +- fs/sysfs/symlink.c | 3 +- include/linux/phy/phy.h | 1 + 31 files changed, 370 insertions(+), 125 deletions(-)