Linux 5.9-rc8

2020-10-04 Thread Linus Torvalds
e_free_srcdev outside of all locks

Juergen Gross (1):
  xen/events: don't use chip_data for legacy IRQs

Kai-Heng Feng (1):
  memstick: Skip allocating card when removing host

Likun Gao (1):
  drm/amdgpu: add device ID for sienna_cichlid (v2)

Linus Torvalds (3):
  autofs: use __kernel_write() for the autofs pipe writing
  pipe: remove pipe_wait() and fix wakeup race with splice
      Linux 5.9-rc8

Lorenzo Pieralisi (1):
  PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()

Lu Baolu (1):
  iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()

M. Vefa Bicakci (4):
  Revert "usbip: Implement a match function to fix usbip"
  usbcore/driver: Fix specific driver selection
  usbcore/driver: Fix incorrect downcast
  usbcore/driver: Accommodate usbip

Marc Zyngier (1):
  KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest

Marek Behún (1):
  dt-bindings: leds: cznic,turris-omnia-leds: fix error in binding

Marek Szyprowski (2):
  clk: samsung: Keep top BPLL mux on Exynos542x enabled
  clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED

Mark Mielke (1):
  scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()

Maxime Ripard (1):
  ARM: dts: bcm2835: Change firmware compatible from simple-bus to
simple-mfd

Mircea Caprioru (1):
  iio: adc: ad7124: Fix typo in device name

Nicolas VINCENT (1):
  i2c: cpm: Fix i2c_ram structure

Olga Kornievskaia (1):
  NFSv4.2: fix client's attribute cache management for copy_file_range

Pali Rohár (1):
  MAINTAINERS: Add Pali Rohár as aardvark PCI maintainer

Palmer Dabbelt (1):
  clocksource: clint: Export clint_time_val for modules

Paolo Bonzini (1):
  KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept

Philip Yang (1):
  drm/amdgpu: prevent double kfree ttm->sg

Rob Herring (1):
  dt-bindings: Fix 'reg' size issues in zynqmp examples

Roman Gushchin (1):
  mm: memcg/slab: fix slab statistics in !SMP configuration

Steven Rostedt (VMware) (2):
  tracing: Fix trace_find_next_entry() accounting of temp buffer size
  ftrace: Move RCU is watching check after recursion check

Sudhakar Panneerselvam (1):
  scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case

Sudheesh Mavila (1):
  drm/amd/pm: Removed fixed clock in auto mode DPM

Taiping Lai (1):
  gpio: sprd: Clear interrupt when setting the type as edge

Tali Perry (1):
  i2c: npcm7xx: Clear LAST bit after a failed transaction.

Tao Ren (1):
  gpio: aspeed: fix ast2600 bank properties

Tero Kristo (1):
  dt-bindings: crypto: sa2ul: fix a DT binding check warning

Thibaut Sautereau (1):
  random32: Restore __latent_entropy attribute on net_rand_state

Thierry Reding (3):
  clk: tegra: Capitalization fixes
  clk: tegra: Always program PLL_E when enabled
  clk: tegra: Fix missing prototype for tegra210_clk_register_emc()

Tony Lindgren (1):
  gpio: omap: Fix warnings if PM is disabled

Trond Myklebust (2):
  pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read
  pNFS/flexfiles: Be consistent about mirror index types

Ulf Hansson (1):
  ARM: imx6q: Fixup RCU usage for cpuidle

Uwe Kleine-König (1):
  scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting

Vincent Huang (1):
  Input: trackpoint - enable Synaptics trackpoints

Vladimir Murzin (1):
  dmaengine: dmatest: Prevent to run on misconfigured channel

Ye Li (1):
  gpio: pca953x: Fix uninitialized pending variable

Yoann Congal (1):
  Documentation: PM: Fix a reStructuredText syntax error

Yu Kuai (1):
  iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()

Zack Rusin (1):
  drm/vmwgfx: Fix error handling in get_node

Zhang Rui (1):
  cpufreq: intel_pstate: Fix missing return statement

dillon min (1):
  gpio: tc35894: fix up tc35894 interrupt configuration

yangerkun (1):
  blk-mq: call commit_rqs while list empty but error happen


Re: [GIT PULL] KVM fixes for Linux 5.9-rc8

2020-10-03 Thread pr-tracker-bot
The pull request you sent on Sat,  3 Oct 2020 05:18:54 -0400:

> https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/22fbc037cd32e4e6771d2271b565806cfb8c134c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] KVM fixes for Linux 5.9-rc8

2020-10-03 Thread Paolo Bonzini
Linus,

The following changes since commit 4bb05f30483fd21ea5413eaf1182768f251cf625:

  KVM: SVM: Add a dedicated INVD intercept routine (2020-09-25 13:27:35 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to e2e1a1c86bf32a8d7458b9024f518cf2434414c8:

  Merge tag 'kvmarm-fixes-5.9-3' of 
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master 
(2020-10-03 05:07:59 -0400)


Two bugfix patches.


Marc Zyngier (1):
  KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest

Paolo Bonzini (2):
  KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
  Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/.../kvmarm/kvmarm 
into kvm-master

 arch/arm64/kvm/hyp/nvhe/tlb.c |  7 +++
 arch/x86/kvm/vmx/vmx.c| 22 --
 2 files changed, 19 insertions(+), 10 deletions(-)