This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 472e5b056f00 pipe: remove pipe_wait() and fix wakeup race with splice new be458311cdbb mm: memcg/slab: fix slab statistics in !SMP configuration new 09a6b0bc3be7 random32: Restore __latent_entropy attribute on net_rand_state new 62c59a8786e6 memstick: Skip allocating card when removing host new afd7f30886b0 mmc: sdhci: Workaround broken command queuing on Intel GLK [...] new 2270b890bc29 Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm [...] new d3f99f918306 gpio: omap: Fix warnings if PM is disabled new 5fcface659aa gpio: sprd: Clear interrupt when setting the type as edge new 3c68e90fdb65 Merge tag 'gpio-fixes-for-v5.9-rc4' of git://git.kernel.or [...] new 214b0e1ad01a gpio: tc35894: fix up tc35894 interrupt configuration new 45ccf6556720 gpio: siox: explicitly support only threaded irqs new 1b02d9e770cd gpio: mockup: fix resource leak in error path new 5ad284ab3a01 gpiolib: Fix line event handling in syscall compatible mode new 53c14e237b01 Merge tag 'gpio-fixes-for-v5.9-rc6' of git://git.kernel.or [...] new e43c26e12dd4 gpio: pca953x: Fix uninitialized pending variable new ac67b07e268d gpio/aspeed-sgpio: enable access to all 80 input & output sgpios new bf0d394e8850 gpio/aspeed-sgpio: don't enable all interrupts by default new 3e640b1eec38 gpio: aspeed: fix ast2600 bank properties new 2e969d8a7f99 Merge tag 'gpio-fixes-for-v5.9-rc7' of git://git.kernel.or [...] new d25e8fdebdad gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION new 17479aa39fbf Merge tag 'gpio-fixes-for-v5.9' of git://git.kernel.org/pu [...] new e09e200e0722 gpio: pca953x: Use bitmap API over implicit GCC extension new 8c1f1c34777b gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x new 0bf0dfda003e Merge tag 'gpio-v5.9-2' of git://git.kernel.org/pub/scm/li [...] new 62fe3e42ba4f iio: adc: ad7124: Fix typo in device name new fdb29f4de137 iio: adc: qcom-spmi-adc5: fix driver name new 52a035235ed5 Merge tag 'iio-fixes-for-5.9b-take2' of https://git.kernel [...] new cc8ad8fa844a Merge tag 'staging-5.9-rc8' of git://git.kernel.org/pub/sc [...] new eac53b3e304a Documentation: PM: Fix a reStructuredText syntax error new 1a67b9263e06 ARM: imx6q: Fixup RCU usage for cpuidle new fc7d17551f77 cpufreq: intel_pstate: Fix missing return statement new 7bbe8f2a7e7e Merge branch 'pm-cpufreq' new c51309110331 Merge tag 'pm-5.9-rc8' of git://git.kernel.org/pub/scm/lin [...] new 313b085851c1 btrfs: move btrfs_scratch_superblocks into btrfs_dev_repla [...] new a466c85edc6f btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks new 4c8f353272dd btrfs: fix filesystem corruption after a device replace new 4e3b9ce271b4 Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/sc [...] new c14decfca23c clocksource: clint: Export clint_time_val for modules new aa9887608e77 RISC-V: Check clint_time_val before use new db23baa28eb1 Merge tag 'riscv-for-linus-5.9-rc8' of git://git.kernel.or [...]
The 39 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/admin-guide/pm/cpuidle.rst | 2 +- .../devicetree/bindings/gpio/sgpio-aspeed.txt | 5 +- arch/arm/mach-imx/cpuidle-imx6q.c | 4 +- arch/riscv/include/asm/stackprotector.h | 4 - arch/riscv/include/asm/timex.h | 13 ++ drivers/clocksource/timer-clint.c | 1 + drivers/cpufreq/intel_pstate.c | 1 + drivers/gpio/gpio-amd-fch.c | 2 +- drivers/gpio/gpio-aspeed-sgpio.c | 134 +++++++++++++-------- drivers/gpio/gpio-aspeed.c | 4 +- drivers/gpio/gpio-mockup.c | 2 + drivers/gpio/gpio-omap.c | 4 +- drivers/gpio/gpio-pca953x.c | 7 +- drivers/gpio/gpio-siox.c | 1 + drivers/gpio/gpio-sprd.c | 3 + drivers/gpio/gpio-tc3589x.c | 2 +- drivers/gpio/gpiolib-cdev.c | 34 +++++- drivers/iio/adc/ad7124.c | 4 +- drivers/iio/adc/qcom-spmi-adc5.c | 2 +- drivers/memstick/core/memstick.c | 4 + drivers/mmc/host/sdhci-pci-core.c | 3 +- fs/btrfs/dev-replace.c | 46 ++++++- fs/btrfs/volumes.c | 13 +- fs/btrfs/volumes.h | 3 + include/linux/memstick.h | 1 + include/linux/vmstat.h | 5 + lib/random32.c | 2 +- 27 files changed, 225 insertions(+), 81 deletions(-)