From: Sasha Levin <sashal@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Cc: linux-kernel@microsoft.com
Subject: [GIT PULL] commits for Linux 4.18
Date: Fri, 12 Oct 2018 10:36:05 -0400 [thread overview]
Message-ID: <20181012143606.E582D20835@mail.kernel.org> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.18 .
I've sent a review request for all commits over a week ago and all
comments were addressed.
Thanks,
Sasha
=====
The following changes since commit 7da07a3216a00aa3c523db4539fc6914497d0576:
Linux 4.18.12 (2018-10-03 16:59:28 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.18-12102018
for you to fetch changes up to 6504d46ffb696d2b116606dbb44a16b06241cf49:
mm: slowly shrink slabs with a relatively small number of objects (2018-10-03 22:24:11 -0400)
- ----------------------------------------------------------------
for-greg-4.18-12102018
- ----------------------------------------------------------------
Akshu Agrawal (1):
ASoC: AMD: Ensure reset bit is cleared before configuring
Amber Lin (1):
drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
Anders Roxell (2):
selftests: android: move config up a level
selftests: add headers_install to lib.mk
Charles Keepax (1):
ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs
Corentin Labbe (1):
net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency
Dan Carpenter (1):
scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()
Danny Smith (1):
ASoC: sigmadsp: safeload should not have lower byte limit
Guenter Roeck (4):
hwmon: (nct6775) Fix access to fan pulse registers
hwmon: (nct6775) Fix virtual temperature sources for NCT6796D
hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D
hwmon: (nct6775) Use different register to get fan RPM for fan7
Hans de Goede (2):
clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail
clk: x86: Stop marking clocks as CLK_IS_CRITICAL
Hermes Zhang (1):
Bluetooth: hci_ldisc: Free rw_semaphore on close
Jay Kamat (2):
Fix cg_read_strcmp()
Add tests for memory.oom.group
Johan Hedberg (1):
Bluetooth: SMP: Fix trying to use non-existent local OOB data
Jongsung Kim (1):
stmmac: fix valid numbers of unicast filter entries
Kuninori Morimoto (2):
ASoC: rsnd: adg: care clock-frequency size
ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
Laura Abbott (1):
scsi: iscsi: target: Don't use stack buffer for scatterlist
Lei Yang (2):
selftests/efivarfs: add required kernel configs
selftests: memory-hotplug: add required configs
Martin KaFai Lau (1):
bpf: btf: Fix end boundary calculation for type section
Matias Karhumaa (1):
Bluetooth: Use correct tfm to generate OOB data
Nicholas Piggin (1):
KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
Nicolas Ferre (2):
net: macb: disable scatter-gather for macb on sama5d3
ARM: dts: at91: add new compatibility string for macb on sama5d3
Oder Chiou (1):
ASoC: rt5514: Fix the issue of the delay volume applied again
Pierre-Louis Bossart (1):
ASoC: wm8804: Add ACPI support
Richard Weinberger (1):
ubifs: Check for name being NULL while mounting
Roman Gushchin (1):
mm: slowly shrink slabs with a relatively small number of objects
Ryan Lee (2):
ASoC: max98373: Added speaker FS gain cotnrol register to volatile.
ASoC: max98373: Added 10ms sleep after amp software reset
Simon Detheridge (1):
pinctrl: cannonlake: Fix gpio base for GPP-E
Srinivas Kandagatla (1):
ASoC: q6routing: initialize data correctly
Stephen Hemminger (2):
PCI: hv: support reporting serial number as slot information
hv_netvsc: pair VF based on serial number
Thiago Jung Bauermann (1):
selftests: kselftest: Remove outdated comment
Tony Lindgren (1):
mfd: omap-usb-host: Fix dts probe of children
Tushar Dave (1):
bpf: use __GFP_COMP while allocating page
Vitaly Kuznetsov (1):
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
Yong Zhao (2):
drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
Yu Zhao (2):
sound: enable interrupt after dma buffer initialization
sound: don't call skl_init_chip() to reset intel skl soc
zhong jiang (1):
drm/pl111: Make sure of_device_id tables are NULL terminated
Documentation/devicetree/bindings/net/macb.txt | 1 +
Makefile | 14 +-
arch/arm/boot/dts/sama5d3_emac.dtsi | 2 +-
arch/powerpc/kvm/book3s_64_mmu_radix.c | 91 ++++-----
arch/x86/include/uapi/asm/kvm.h | 1 +
arch/x86/kvm/lapic.c | 22 ++-
drivers/bluetooth/hci_ldisc.c | 2 +
drivers/clk/x86/clk-pmc-atom.c | 18 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_iommu.c | 13 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 21 ++-
drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 2 +-
drivers/gpu/drm/pl111/pl111_vexpress.c | 3 +-
drivers/hwmon/nct6775.c | 70 ++++---
drivers/mfd/omap-usb-host.c | 11 +-
drivers/net/ethernet/cadence/macb_main.c | 8 +
.../net/ethernet/stmicro/stmmac/stmmac_platform.c | 5 +-
drivers/net/ethernet/ti/Kconfig | 1 +
drivers/net/hyperv/netvsc.c | 3 +
drivers/net/hyperv/netvsc_drv.c | 58 +++---
drivers/pci/controller/pci-hyperv.c | 37 ++++
drivers/pinctrl/intel/pinctrl-cannonlake.c | 2 +-
drivers/scsi/qla2xxx/qla_target.h | 4 +-
drivers/target/iscsi/iscsi_target.c | 22 ++-
fs/ubifs/super.c | 3 +
include/sound/hdaudio.h | 1 +
include/sound/soc-dapm.h | 1 +
kernel/bpf/btf.c | 2 +-
mm/vmscan.c | 11 ++
net/bluetooth/smp.c | 16 +-
net/core/filter.c | 3 +-
scripts/subarch.include | 13 ++
sound/hda/hdac_controller.c | 15 +-
sound/soc/amd/acp-pcm-dma.c | 21 +++
sound/soc/codecs/max98373.c | 3 +
sound/soc/codecs/rt5514.c | 8 +-
sound/soc/codecs/sigmadsp.c | 3 +-
sound/soc/codecs/wm8804-i2c.c | 15 +-
sound/soc/intel/skylake/skl.c | 2 +-
sound/soc/qcom/qdsp6/q6routing.c | 4 +-
sound/soc/sh/rcar/adg.c | 5 +
sound/soc/sh/rcar/core.c | 10 +-
sound/soc/sh/rcar/dma.c | 4 +
sound/soc/soc-core.c | 4 +-
sound/soc/soc-dapm.c | 4 +
tools/testing/selftests/android/Makefile | 2 +-
tools/testing/selftests/android/{ion => }/config | 0
tools/testing/selftests/android/ion/Makefile | 2 +
tools/testing/selftests/cgroup/cgroup_util.c | 38 +++-
tools/testing/selftests/cgroup/cgroup_util.h | 1 +
tools/testing/selftests/cgroup/test_memcontrol.c | 205 +++++++++++++++++++++
tools/testing/selftests/efivarfs/config | 1 +
tools/testing/selftests/futex/functional/Makefile | 1 +
tools/testing/selftests/gpio/Makefile | 7 +-
tools/testing/selftests/kselftest.h | 1 -
tools/testing/selftests/kvm/Makefile | 7 +-
tools/testing/selftests/lib.mk | 12 ++
tools/testing/selftests/memory-hotplug/config | 1 +
tools/testing/selftests/net/Makefile | 1 +
.../selftests/networking/timestamping/Makefile | 1 +
tools/testing/selftests/vm/Makefile | 4 -
66 files changed, 661 insertions(+), 198 deletions(-)
create mode 100644 scripts/subarch.include
rename tools/testing/selftests/android/{ion => }/config (100%)
create mode 100644 tools/testing/selftests/efivarfs/config
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlvAsVIACgkQ3qZv95d3
LNzS0A/+LZrhb4rh1ifRLjDSnBSMWN6vAhRvxHt1qzmU+aFjfyhYjAUmyYjt5mVC
z+zO6rHsWbplvVdQnKK+/PJdyROsOwSxpTwlsCAC7AfneMpcBdxAs+fJUczkVxgz
AI8e3/hbAfqGf+RaLTDnj6muuFK1RlQCjxCjX5iu5jkWaQj1OJ+BdXXMpkynaxiz
OwRRUtV8jmpv3VhU/2ae0Posk96qJoogtj/sDfWQB9t1R/pnsU8udUwFft1NfB7x
2OSwfIGm84gMrzVhgbcvHaSKzj4SqC/tsZ3Q9+cdmtA2WDOlJcwI7E7kNYeeo+tD
VhVJuqtGZRQUT81WIVPIK+bLBn8tF0kkTBQyKopsHvGfxRT/+k9/nGz+WNn8Zm7G
r8Uhf4c/YkXprsxvbIc+2TRaJ3hmu71HigXakdowndu42ndZmqQSPJtLZPHBP27E
LBI1gz/hFCiLv13cN7cvlGmy2SVM2LbYh10st8nw6buEY4S7CKRcXxuVDrBI7wtQ
PlbjdM1FWW9BnfIv8yJuzQpBycB/R9Fz+++qWV3uAXqN52tiW/51ylh+9fvEKfid
+gEuAyL1pVHh1RFcRzHbX2lEZ3kDAzrWS22IRBSmQSdkForiidNZbOHyCMCV6gLt
o4OUAAHzu5XnjGHZ3+dRBEPBEjTvWQPLmbDEiEtHjXiKQsI8vW4=
=DhcF
-----END PGP SIGNATURE-----
next reply other threads:[~2018-10-12 22:08 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-12 14:36 Sasha Levin [this message]
2018-10-16 10:54 ` [GIT PULL] commits for Linux 4.18 Greg KH
-- strict thread matches above, loose matches on Subject: below --
2018-11-12 3:26 Sasha Levin
2018-11-05 19:05 Sasha Levin
2018-10-22 9:13 Sasha Levin
2018-10-16 16:40 Sasha Levin
2018-10-18 15:18 ` Greg KH
2018-10-08 15:02 Sasha Levin
2018-10-08 17:10 ` Greg KH
[not found] <5bb656f2.1c69fb81.ef8db.8483SMTPIN_ADDED_MISSING@mx.google.com>
2018-10-04 20:24 ` Greg KH
2018-10-02 0:58 Sasha Levin
2018-10-02 12:04 ` Greg KH
2018-09-28 0:26 Sasha Levin
2018-09-29 12:07 ` Greg KH
2018-10-01 0:49 ` Sasha Levin
2018-09-28 0:25 Sasha Levin
2018-09-24 1:01 Sasha Levin
2018-09-24 7:47 ` Greg KH
2018-09-17 23:46 Sasha Levin
2018-09-21 12:01 ` Greg KH
2018-09-14 18:40 Sasha Levin
2018-09-17 11:27 ` Greg KH
2018-09-10 14:28 Sasha Levin
2018-09-11 14:44 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181012143606.E582D20835@mail.kernel.org \
--to=sashal@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).