This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8882572675c1 Merge tag 'drm-fixes-2020-07-17-1' of git://anongit.freede [...] new 6e8a914ad619 ALSA: line6: Perform sanity check for each URB creation new 68359a1ad844 ALSA: line6: Sync the pending work cancel at disconnection new 9b7e5208a941 ALSA: usb-audio: Fix race against the error recovery URB s [...] new ef9ddb9dc4f8 ALSA: hda/realtek - change to suitable link model for ASUS [...] new ff53664daff2 ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus [...] new f50a121d2f32 ALSA: hda/realtek: Enable headset mic of Acer TravelMate B [...] new 473fbe13fd6f ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534 new 158ae2f5e6fe ALSA: hda/realtek - Enable Speaker for ASUS UX563 new 5734e509d5d5 ALSA: hda/realtek - fixup for yet another Intel reference board new a238ac2d6aa5 Merge tag 'sound-5.8-rc6' of git://git.kernel.org/pub/scm/ [...] new 43e666acb79f HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor override new ca28aff0e1dc HID: quirks: Always poll Obins Anne Pro 2 keyboard new aa3c439c144f HID: alps: support devices with report id 2 new 6363d2065cd3 HID: magicmouse: do not set up autorepeat new 2d3f53a80e4e HID: steam: fixes race in handling device list. new a06bb885cf3d MAINTAINERS: update uhid and hid-wiimote entry new a5d81646fa29 HID: apple: Disable Fn-key key-re-mapping on clone keyboards new 1ee1369b46de HID: quirks: Ignore Simply Automated UPB PIM new 7f02bb6239f5 HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff new e13762abf38e HID: logitech-hidpp: avoid repeated "multiplier = " log messages new 60541fb62438 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new e84861fec32d regmap: dev_get_regmap_match(): fix string comparison new 443a34ba68e8 regmap: add missing dependency on SoundWire new 299632e54b2e regmap: debugfs: Don't sleep while atomic for fast_io regmaps new ee43695571c2 Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pu [...] new 0d46f69881c3 regulator: qcom_smd: Fix pmi8994 label new f16861b12fa0 regulator: rename da903x to da903x-regulator new 412847fb4733 MAINTAINERS: remove obsolete entry after file renaming new 8da822e8a573 Merge tag 'regulator-fix-v5.8-rc5' of git://git.kernel.org [...] new 44b37eb79e16 spi: mediatek: use correct SPI_CFG2_REG MACRO new ed7815db70d1 spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of c [...] new 33b9108f0429 Merge tag 'spi-fix-v5.8-rc5' of git://git.kernel.org/pub/s [...] new 24f14009b8f1 ovl: inode reference leak in ovl_is_inuse true case. new 5ac8e8025aed ovl: change ovl_copy_up_flags static new d78a0dcf64cb ovl: remove not used argument in ovl_check_origin new 124c2de2c0ae ovl: relax WARN_ON() when decoding lower directory file handle new 20396365a16d ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on new a888db310195 ovl: fix regression with re-formatted lower squashfs new 470c15636125 ovl: force read-only sb on failure to create index dir new f0e1266ed24b ovl: fix mount option checks for nfs_export with no upperdir new 81a33c1ee941 ovl: fix unneeded call to ovl_change_flags() new 4518dfcf761e ovl: fix lookup of indexed hardlinks with metacopy new 44fea37378bf Merge tag 'ovl-fixes-5.8-rc6' of git://git.kernel.org/pub/ [...] new 69a6487ac0ea fuse: move rb_erase() before tree_insert() new c146024ec44c fuse: fix warning in tree_insert() and clean up writepage [...] new 0189a2d367f4 fuse: use ->reconfigure() instead of ->remount_fs() new e8b20a474cf2 fuse: ignore 'data' argument of mount(..., MS_REMOUNT) new b330966f79fb fuse: reject options on reconfigure via fsconfig(2) new 6ddf3af93e32 fuse: clean up condition for writepage sending new 7779b047a57f fuse: don't ignore errors from fuse_writepages_fill() new 31070f6ccec0 fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS new 0dd68a34eccd Merge tag 'fuse-fixes-5.8-rc6' of git://git.kernel.org/pub [...]
The 52 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/filesystems/overlayfs.rst | 4 +- MAINTAINERS | 5 +- drivers/base/regmap/Kconfig | 2 +- drivers/base/regmap/regmap-debugfs.c | 52 ++++---- drivers/base/regmap/regmap.c | 2 +- drivers/hid/hid-alps.c | 2 + drivers/hid/hid-apple.c | 18 +++ drivers/hid/hid-ids.h | 3 + drivers/hid/hid-logitech-dj.c | 6 +- drivers/hid/hid-logitech-hidpp.c | 2 +- drivers/hid/hid-magicmouse.c | 6 + drivers/hid/hid-quirks.c | 2 + drivers/hid/hid-steam.c | 6 +- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 ++ drivers/regulator/Makefile | 2 +- drivers/regulator/{da903x.c => da903x-regulator.c} | 0 drivers/regulator/qcom_smd-regulator.c | 2 +- drivers/spi/spi-mt65xx.c | 15 +-- drivers/spi/spi-sun6i.c | 14 +-- fs/fuse/file.c | 132 ++++++++++++--------- fs/fuse/inode.c | 19 ++- fs/namespace.c | 1 + fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/export.c | 2 +- fs/overlayfs/file.c | 10 +- fs/overlayfs/namei.c | 15 +-- fs/overlayfs/overlayfs.h | 1 - fs/overlayfs/super.c | 73 ++++++++---- include/linux/fs_context.h | 1 + sound/pci/hda/patch_realtek.c | 28 ++++- sound/usb/line6/capture.c | 2 + sound/usb/line6/driver.c | 2 +- sound/usb/line6/playback.c | 2 + sound/usb/midi.c | 17 ++- 34 files changed, 300 insertions(+), 158 deletions(-) rename drivers/regulator/{da903x.c => da903x-regulator.c} (100%)