This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1e1d92636954 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net new de9f869616dd x86/insn-eval: Fix use-after-free access to LDT entry new a61373476127 PM: sleep: Add kerneldoc comments to some functions new be1fcde604e4 x86: intel_epb: Do not build when CONFIG_PM is unset new ec527c318036 x86/power: Fix 'nosmt' vs hibernation triple fault during resume new a964d23c94e8 Merge branch 'pm-x86' new a373ec23ab52 Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/lin [...] new 61009f82a93f memstick: mspro_block: Fix an error code in mspro_block_is [...] new d96dc68e9890 mmc: tegra: Fix a warning message new 51b72656bb39 mmc: tmio: fix SCC error handling to avoid false positive [...] new c2c1e63a80d6 mmc: meson-gx: fix irq ack new 89f3c365f3e1 mmc: sdhci: Fix SDIO IRQ thread deadlock new 739799314587 mmc: sdhci_am654: Fix SLOTTYPE write new 91f152e75bcd Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/l [...] new 6d3db46c8e33 kbuild: teach kselftest-merge to find nested config files new 8dde5715b280 kconfig: tests: fix recursive inclusion unit test new a6e0487709de kbuild: tar-pkg: enable communication with jobserver new 4f45d62a5229 scripts/checkstack.pl: Fix arm64 wrong or unknown architecture new 913ab9780fc0 kbuild: use more portable 'command -v' for cc-cross-prefix new 33de0d1c68a5 Merge tag 'kbuild-fixes-v5.2-2' of git://git.kernel.org/pu [...] new adefd051a670 xtensa: Fix section mismatch between memblock_reserve and [...] new d18c7e9d6e4e Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/l [...] new d93445225cd3 uaccess: add noop untagged_addr definition new 893a7d32e8e0 lockref: Limit number of cmpxchg loop retries new c41dd48e21fa hwmon: (core) add thermal sensors only if dev->of_node is present new 38463721ec3c hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples new 4a60570dce65 hwmon: (pmbus/core) Treat parameters as paged if on multip [...] new d4425649c630 Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub [...]
The 27 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: Makefile | 5 +-- arch/x86/kernel/cpu/Makefile | 5 ++- arch/x86/kernel/cpu/intel_epb.c | 22 +--------- arch/x86/lib/insn-eval.c | 47 +++++++++++----------- arch/x86/power/cpu.c | 10 +++++ arch/x86/power/hibernate.c | 33 +++++++++++++++ arch/xtensa/kernel/setup.c | 3 +- drivers/hwmon/hwmon.c | 2 +- drivers/hwmon/pmbus/pmbus_core.c | 37 +++++++++++++++-- drivers/memstick/core/mspro_block.c | 13 +++--- drivers/mmc/host/meson-gx-mmc.c | 6 +-- drivers/mmc/host/sdhci-tegra.c | 2 +- drivers/mmc/host/sdhci.c | 24 ++++++----- drivers/mmc/host/sdhci_am654.c | 2 +- drivers/mmc/host/tmio_mmc_core.c | 3 +- include/linux/cpu.h | 4 ++ include/linux/mm.h | 11 +++++ include/linux/suspend.h | 31 ++++++++++++++ kernel/cpu.c | 4 +- kernel/power/hibernate.c | 9 +++++ kernel/power/suspend.c | 6 +++ lib/lockref.c | 3 ++ scripts/Kbuild.include | 7 +++- scripts/checkstack.pl | 2 +- .../tests/err_recursive_inc/expected_stderr | 6 +-- scripts/package/Makefile | 2 +- 26 files changed, 213 insertions(+), 86 deletions(-)