linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Xiaoyao Li <xiaoyao.li@intel.com>,
	Sean Christopherson <seanjc@google.com>,
	Jim Mattson <jmattson@google.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: [PATCH 5.10 260/289] KVM: VMX: Disable preemption when probing user return MSRs
Date: Mon, 17 May 2021 16:03:05 +0200	[thread overview]
Message-ID: <20210517140313.898967357@linuxfoundation.org> (raw)
In-Reply-To: <20210517140305.140529752@linuxfoundation.org>

From: Sean Christopherson <seanjc@google.com>

commit 5104d7ffcf24749939bea7fdb5378d186473f890 upstream.

Disable preemption when probing a user return MSR via RDSMR/WRMSR.  If
the MSR holds a different value per logical CPU, the WRMSR could corrupt
the host's value if KVM is preempted between the RDMSR and WRMSR, and
then rescheduled on a different CPU.

Opportunistically land the helper in common x86, SVM will use the helper
in a future commit.

Fixes: 4be534102624 ("KVM: VMX: Initialize vmx->guest_msrs[] right after allocation")
Cc: stable@vger.kernel.org
Cc: Xiaoyao Li <xiaoyao.li@intel.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210504171734.1434054-6-seanjc@google.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 arch/x86/include/asm/kvm_host.h |    1 +
 arch/x86/kvm/vmx/vmx.c          |    5 +----
 arch/x86/kvm/x86.c              |   16 ++++++++++++++++
 3 files changed, 18 insertions(+), 4 deletions(-)

--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -1668,6 +1668,7 @@ int kvm_pv_send_ipi(struct kvm *kvm, uns
 		    unsigned long icr, int op_64_bit);
 
 void kvm_define_user_return_msr(unsigned index, u32 msr);
+int kvm_probe_user_return_msr(u32 msr);
 int kvm_set_user_return_msr(unsigned index, u64 val, u64 mask);
 
 u64 kvm_scale_tsc(struct kvm_vcpu *vcpu, u64 tsc);
--- a/arch/x86/kvm/vmx/vmx.c
+++ b/arch/x86/kvm/vmx/vmx.c
@@ -6864,12 +6864,9 @@ static int vmx_create_vcpu(struct kvm_vc
 
 	for (i = 0; i < ARRAY_SIZE(vmx_uret_msrs_list); ++i) {
 		u32 index = vmx_uret_msrs_list[i];
-		u32 data_low, data_high;
 		int j = vmx->nr_uret_msrs;
 
-		if (rdmsr_safe(index, &data_low, &data_high) < 0)
-			continue;
-		if (wrmsr_safe(index, data_low, data_high) < 0)
+		if (kvm_probe_user_return_msr(index))
 			continue;
 
 		vmx->guest_uret_msrs[j].slot = i;
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -322,6 +322,22 @@ static void kvm_on_user_return(struct us
 	}
 }
 
+int kvm_probe_user_return_msr(u32 msr)
+{
+	u64 val;
+	int ret;
+
+	preempt_disable();
+	ret = rdmsrl_safe(msr, &val);
+	if (ret)
+		goto out;
+	ret = wrmsrl_safe(msr, val);
+out:
+	preempt_enable();
+	return ret;
+}
+EXPORT_SYMBOL_GPL(kvm_probe_user_return_msr);
+
 void kvm_define_user_return_msr(unsigned slot, u32 msr)
 {
 	BUG_ON(slot >= KVM_MAX_NR_USER_RETURN_MSRS);



  parent reply	other threads:[~2021-05-17 16:10 UTC|newest]

Thread overview: 304+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 13:58 [PATCH 5.10 000/289] 5.10.38-rc1 review Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 001/289] KEYS: trusted: Fix memory leak on object td Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 002/289] tpm: fix error return code in tpm2_get_cc_attrs_tbl() Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 003/289] tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt() Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 004/289] tpm, tpm_tis: Reserve locality in tpm_tis_resume() Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 005/289] KVM: x86/mmu: Remove the defunct update_pte() paging hook Greg Kroah-Hartman
2021-05-19 19:56   ` Pavel Machek
2021-05-20  9:57     ` Paolo Bonzini
2021-05-17 13:58 ` [PATCH 5.10 006/289] KVM/VMX: Invoke NMI non-IST entry instead of IST entry Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 007/289] ACPI: PM: Add ACPI ID of Alder Lake Fan Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 008/289] PM: runtime: Fix unpaired parent child_count for force_resume Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 009/289] cpufreq: intel_pstate: Use HWP if enabled by platform firmware Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 010/289] kvm: Cap halt polling at kvm->max_halt_poll_ns Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 011/289] ath11k: fix thermal temperature read Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 012/289] fs: dlm: fix debugfs dump Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 013/289] fs: dlm: add errno handling to check callback Greg Kroah-Hartman
2021-05-17 13:58 ` [PATCH 5.10 014/289] fs: dlm: check on minimum msglen size Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 015/289] fs: dlm: flush swork on shutdown Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 016/289] tipc: convert dest nodes address to network order Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 017/289] ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus T100TAF Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 018/289] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 019/289] net: stmmac: Set FIFO sizes for ipq806x Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 020/289] ASoC: rsnd: core: Check convert rate in rsnd_hw_params Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 021/289] Bluetooth: Fix incorrect status handling in LE PHY UPDATE event Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 022/289] i2c: bail out early when RDWR parameters are wrong Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 023/289] ALSA: hdsp: dont disable if not enabled Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 024/289] ALSA: hdspm: " Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 025/289] ALSA: rme9652: " Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 026/289] ALSA: bebob: enable to deliver MIDI messages for multiple ports Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 027/289] Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 028/289] Bluetooth: initialize skb_queue_head at l2cap_chan_create() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 029/289] net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 030/289] net: bridge: when suppression is enabled exclude RARP packets Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 031/289] Bluetooth: check for zapped sk before connecting Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 032/289] selftests/powerpc: Fix L1D flushing tests for Power10 Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 033/289] powerpc/32: Statically initialise first emergency context Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 034/289] net: hns3: remediate a potential overflow risk of bd_num_list Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 035/289] net: hns3: add handling for xmit skb with recursive fraglist Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 036/289] ip6_vti: proper dev_{hold|put} in ndo_[un]init methods Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 037/289] ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 038/289] ice: handle increasing Tx or Rx ring sizes Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 039/289] Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 040/289] ASoC: rt5670: Add a quirk for the Dell Venue 10 Pro 5055 Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 041/289] i2c: Add I2C_AQ_NO_REP_START adapter quirk Greg Kroah-Hartman
2021-05-19 20:13   ` Pavel Machek
2021-05-17 13:59 ` [PATCH 5.10 042/289] MIPS: Loongson64: Use _CACHE_UNCACHED instead of _CACHE_UNCACHED_ACCELERATED Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 043/289] coresight: Do not scan for graph if none is present Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 044/289] IB/hfi1: Correct oversized ring allocation Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 045/289] mac80211: clear the beacons CRC after channel switch Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 046/289] pinctrl: samsung: use int for register masks in Exynos Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 047/289] rtw88: 8822c: add LC calibration for RTL8822C Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 048/289] mt76: mt7615: support loading EEPROM for MT7613BE Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 049/289] mt76: mt76x0: disable GTK offloading Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 050/289] mt76: mt7915: fix txpower init for TSSI off chips Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 051/289] fuse: invalidate attrs when page writeback completes Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 052/289] virtiofs: fix userns Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 053/289] cuse: prevent clone Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 054/289] iwlwifi: pcie: make cfg vs. trans_cfg more robust Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 055/289] powerpc/mm: Add cond_resched() while removing hpte mappings Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 056/289] ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 057/289] Revert "iommu/amd: Fix performance counter initialization" Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 058/289] iommu/amd: Remove performance counter pre-initialization test Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 059/289] drm/amd/display: Force vsync flip when reconfiguring MPCC Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 060/289] selftests: Set CC to clang in lib.mk if LLVM is set Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 061/289] kconfig: nconf: stop endless search loops Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 062/289] ALSA: hda/realtek: Add quirk for Lenovo Ideapad S740 Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 063/289] ASoC: Intel: sof_sdw: add quirk for new ADL-P Rvp Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 064/289] ALSA: hda/hdmi: fix race in handling acomp ELD notification at resume Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 065/289] sctp: Fix out-of-bounds warning in sctp_process_asconf_param() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 066/289] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 067/289] powerpc/smp: Set numa node before updating mask Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 068/289] ASoC: rt286: Generalize support for ALC3263 codec Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 069/289] ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 070/289] net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 071/289] samples/bpf: Fix broken tracex1 due to kprobe argument change Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 072/289] powerpc/pseries: Stop calling printk in rtas_stop_self() Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 073/289] drm/amd/display: fixed divide by zero kernel crash during dsc enablement Greg Kroah-Hartman
2021-05-17 13:59 ` [PATCH 5.10 074/289] drm/amd/display: add handling for hdcp2 rx id list validation Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 075/289] drm/amdgpu: Add mem sync flag for IB allocated by SA Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 076/289] mt76: mt7615: fix entering driver-own state on mt7663 Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 077/289] crypto: ccp: Free SEV device if SEV init fails Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 078/289] wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 079/289] wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 080/289] qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 081/289] powerpc/iommu: Annotate nested lock for lockdep Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 082/289] iavf: remove duplicate free resources calls Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 083/289] net: ethernet: mtk_eth_soc: fix RX VLAN offload Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 084/289] selftests: mlxsw: Increase the tolerance of backlog buildup Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 085/289] selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 086/289] kbuild: generate Module.symvers only when vmlinux exists Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 087/289] bnxt_en: Add PCI IDs for Hyper-V VF devices Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 088/289] ia64: module: fix symbolizer crash on fdescr Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 089/289] watchdog: rename __touch_watchdog() to a better descriptive name Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 090/289] watchdog: explicitly update timestamp when reporting softlockup Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 091/289] watchdog/softlockup: remove logic that tried to prevent repeated reports Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 092/289] watchdog: fix barriers when printing backtraces from all CPUs Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 093/289] ASoC: rt286: Make RT286_SET_GPIO_* readable and writable Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 094/289] thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 095/289] f2fs: move ioctl interface definitions to separated file Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 096/289] f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 097/289] f2fs: fix to allow migrating fully valid segment Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 098/289] f2fs: fix panic during f2fs_resize_fs() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 099/289] f2fs: fix a redundant call to f2fs_balance_fs if an error occurs Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 100/289] remoteproc: qcom_q6v5_mss: Replace ioremap with memremap Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 101/289] remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loader Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 102/289] PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 103/289] PCI: Release OF node in pci_scan_device()s error path Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 104/289] ARM: 9064/1: hw_breakpoint: Do not directly check the events overflow_handler hook Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 105/289] f2fs: fix to align to section for fallocate() on pinned file Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 106/289] f2fs: fix to update last i_size if fallocate partially succeeds Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 107/289] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 108/289] PCI: endpoint: Add helper API to get the next unreserved BAR Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 109/289] PCI: endpoint: Make *_free_bar() to return error codes on failure Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 110/289] PCI: endpoint: Fix NULL pointer dereference for ->get_features() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 111/289] f2fs: fix to avoid touching checkpointed data in get_victim() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 112/289] f2fs: fix to cover __allocate_new_section() with curseg_lock Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 113/289] f2fs: Fix a hungtask problem in atomic write Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 114/289] f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 115/289] rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 116/289] NFS: nfs4_bitmask_adjust() must not change the server global bitmasks Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 117/289] NFS: Fix attribute bitmask in _nfs42_proc_fallocate() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 118/289] NFSv4.2: Always flush out writes in nfs42_proc_fallocate() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 119/289] NFS: Deal correctly with attribute generation counter overflow Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 120/289] PCI: endpoint: Fix missing destroy_workqueue() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 121/289] pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 122/289] NFSv4.2 fix handling of sr_eof in SEEKs reply Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 123/289] SUNRPC: Move fault injection call sites Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 124/289] SUNRPC: Remove trace_xprt_transmit_queued Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 125/289] SUNRPC: Handle major timeout in xprt_adjust_timeout() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 126/289] thermal/drivers/tsens: Fix missing put_device error Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 127/289] NFSv4.x: Dont return NFS4ERR_NOMATCHING_LAYOUT if were unmounting Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 128/289] nfsd: ensure new clients break delegations Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 129/289] rtc: fsl-ftm-alarm: add MODULE_TABLE() Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 130/289] dmaengine: idxd: Fix potential null dereference on pointer status Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 131/289] dmaengine: idxd: fix dma device lifetime Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 132/289] dmaengine: idxd: fix cdev setup and free device lifetime issues Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 133/289] SUNRPC: fix ternary sign expansion bug in tracing Greg Kroah-Hartman
2021-05-17 14:00 ` [PATCH 5.10 134/289] pwm: atmel: Fix duty cycle calculation in .get_state() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 135/289] xprtrdma: Avoid Receive Queue wrapping Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 136/289] xprtrdma: Fix cwnd update ordering Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 137/289] xprtrdma: rpcrdma_mr_pop() already does list_del_init() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 138/289] swiotlb: Fix the type of index Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 139/289] ceph: fix inode leak on getattr error in __fh_to_dentry Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 140/289] scsi: qla2xxx: Prevent PRLI in target mode Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 141/289] scsi: ufs: core: Do not put UFS power into LPM if link is broken Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 142/289] scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspend Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 143/289] scsi: ufs: core: Narrow down fast path in system suspend path Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 144/289] rtc: ds1307: Fix wday settings for rx8130 Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 145/289] net: hns3: fix incorrect configuration for igu_egu_hw_err Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 146/289] net: hns3: initialize the message content in hclge_get_link_mode() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 147/289] net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 148/289] net: hns3: fix for vxlan gpe tx checksum bug Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 149/289] net: hns3: use netif_tx_disable to stop the transmit queue Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 150/289] net: hns3: disable phy loopback setting in hclge_mac_start_phy Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 151/289] sctp: do asoc update earlier in sctp_sf_do_dupcook_a Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 152/289] RISC-V: Fix error code returned by riscv_hartid_to_cpuid() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 153/289] sunrpc: Fix misplaced barrier in call_decode Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 154/289] libbpf: Fix signed overflow in ringbuf_process_ring Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 155/289] block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 156/289] block/rnbd-clt: Check the return value of the function rtrs_clt_query Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 157/289] ethernet:enic: Fix a use after free bug in enic_hard_start_xmit Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 158/289] sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 159/289] netfilter: xt_SECMARK: add new revision to fix structure layout Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 160/289] xsk: Fix for xp_aligned_validate_desc() when len == chunk_size Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 161/289] net: stmmac: Clear receive all(RA) bit when promiscuous mode is off Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 162/289] drm/radeon: Fix off-by-one power_state index heap overwrite Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 163/289] drm/radeon: Avoid power table parsing memory leaks Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 164/289] arm64: entry: factor irq triage logic into macros Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 165/289] arm64: entry: always set GIC_PRIO_PSR_I_SET during entry Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 166/289] khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 167/289] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 168/289] mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 169/289] ksm: fix potential missing rmap_item for stable_node Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 170/289] mm/gup: check every subpage of a compound page during isolation Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 171/289] mm/gup: return an error on migration failure Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 172/289] mm/gup: check for isolation errors Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 173/289] ethtool: fix missing NLM_F_MULTI flag when dumping Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 174/289] net: fix nla_strcmp to handle more then one trailing null character Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 175/289] smc: disallow TCP_ULP in smc_setsockopt() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 176/289] netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 177/289] netfilter: nftables: Fix a memleak from userdata error path in new objects Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 178/289] can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error path Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 179/289] can: mcp251x: fix resume from sleep before interface was brought up Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 180/289] can: m_can: m_can_tx_work_queue(): fix tx_skb race condition Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 181/289] sched: Fix out-of-bound access in uclamp Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 182/289] sched/fair: Fix unfairness caused by missing load decay Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 183/289] fs/proc/generic.c: fix incorrect pde_is_permanent check Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 184/289] kernel: kexec_file: fix error return code of kexec_calculate_store_digests() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 185/289] kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 186/289] kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 187/289] netfilter: nftables: avoid overflows in nft_hash_buckets() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 188/289] i40e: fix broken XDP support Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 189/289] i40e: Fix use-after-free in i40e_client_subtask() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 190/289] i40e: fix the restart auto-negotiation after FEC modified Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 191/289] i40e: Fix PHY type identifiers for 2.5G and 5G adapters Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 192/289] mptcp: fix splat when closing unaccepted socket Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 193/289] f2fs: avoid unneeded data copy in f2fs_ioc_move_range() Greg Kroah-Hartman
2021-05-17 14:01 ` [PATCH 5.10 194/289] ARC: entry: fix off-by-one error in syscall number validation Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 195/289] ARC: mm: PAE: use 40-bit physical page mask Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 196/289] ARC: mm: Use max_high_pfn as a HIGHMEM zone border Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 197/289] powerpc/64s: Fix crashes when toggling stf barrier Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 198/289] powerpc/64s: Fix crashes when toggling entry flush barrier Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 199/289] hfsplus: prevent corruption in shrinking truncate Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 200/289] squashfs: fix divide error in calculate_skip() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 201/289] userfaultfd: release page in error path to avoid BUG_ON Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 202/289] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 203/289] mm/hugetlb: fix F_SEAL_FUTURE_WRITE Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 204/289] blk-iocost: fix weight updates of inner active iocgs Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 205/289] arm64: mte: initialize RGSR_EL1.SEED in __cpu_setup Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 206/289] arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 207/289] btrfs: fix race leading to unpersisted data and metadata on fsync Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 208/289] drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 209/289] drm/amd/display: Initialize attribute for hdcp_srm sysfs file Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 210/289] drm/i915: Avoid div-by-zero on gen2 Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 211/289] kvm: exit halt polling on need_resched() as well Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 212/289] KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_timer Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 213/289] drm/msm/dp: initialize audio_comp when audio starts Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 214/289] KVM: x86: Cancel pvclock_gtod_work on module removal Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 215/289] KVM: x86: Prevent deadlock against tk_core.seq Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 216/289] dax: Add an enum for specifying dax wakup mode Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 217/289] dax: Add a wakeup mode parameter to put_unlocked_entry() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 218/289] dax: Wake up all waiters after invalidating dax entry Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 219/289] xen/unpopulated-alloc: consolidate pgmap manipulation Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 220/289] xen/unpopulated-alloc: fix error return code in fill_list() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 221/289] perf tools: Fix dynamic libbpf link Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 222/289] usb: dwc3: gadget: Free gadget structure only after freeing endpoints Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 223/289] iio: light: gp2ap002: Fix rumtime PM imbalance on error Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 224/289] iio: proximity: pulsedlight: " Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 225/289] iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 226/289] usb: fotg210-hcd: Fix an error message Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 227/289] hwmon: (occ) Fix poll rate limiting Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 228/289] usb: musb: Fix an error message Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 229/289] ACPI: scan: Fix a memory leak in an error handling path Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 230/289] kyber: fix out of bounds access when preempted Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 231/289] nvmet: add lba to sect conversion helpers Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 232/289] nvmet: fix inline bio check for bdev-ns Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 233/289] nvmet-rdma: Fix NULL deref when SEND is completed with error Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 234/289] f2fs: compress: fix to free compress page correctly Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 235/289] f2fs: compress: fix race condition of overwrite vs truncate Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 236/289] f2fs: compress: fix to assign cc.cluster_idx correctly Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 237/289] nbd: Fix NULL pointer in flush_workqueue Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 238/289] blk-mq: plug request for shared sbitmap Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 239/289] blk-mq: Swap two calls in blk_mq_exit_queue() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 240/289] usb: dwc3: omap: improve extcon initialization Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 241/289] usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 242/289] usb: xhci: Increase timeout for HC halt Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 243/289] usb: dwc2: Fix gadget DMA unmap direction Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 244/289] usb: core: hub: fix race condition about TRSMRCY of resume Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 245/289] usb: dwc3: gadget: Enable suspend events Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 246/289] usb: dwc3: gadget: Return success always for kick transfer in ep queue Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 247/289] usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4 Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 248/289] usb: typec: ucsi: Put fwnode in any case during ->probe() Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 249/289] xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCI Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 250/289] xhci: Do not use GFP_KERNEL in (potentially) atomic context Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 251/289] xhci: Add reset resume quirk for AMD xhci controller Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 252/289] iio: gyro: mpu3050: Fix reported temperature value Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 253/289] iio: tsl2583: Fix division by a zero lux_val Greg Kroah-Hartman
2021-05-17 14:02 ` [PATCH 5.10 254/289] cdc-wdm: untangle a circular dependency between callback and softint Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 255/289] xen/gntdev: fix gntdev_mmap() error exit path Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 256/289] KVM: x86: Emulate RDPID only if RDTSCP is supported Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 257/289] KVM: x86: Move RDPID emulation intercept to its own enum Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 258/289] KVM: nVMX: Always make an attempt to map eVMCS after migration Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 259/289] KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupported Greg Kroah-Hartman
2021-05-17 14:03 ` Greg Kroah-Hartman [this message]
2021-05-17 14:03 ` [PATCH 5.10 261/289] Revert "iommu/vt-d: Remove WO permissions on second-level paging entries" Greg Kroah-Hartman
2021-05-26 21:22   ` Pavel Machek
2021-05-27  4:25     ` Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 262/289] Revert "iommu/vt-d: Preset Access/Dirty bits for IOVA over FL" Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 263/289] iommu/vt-d: Preset Access/Dirty bits for IOVA over FL Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 264/289] iommu/vt-d: Remove WO permissions on second-level paging entries Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 265/289] mm: fix struct page layout on 32-bit systems Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 266/289] MIPS: Reinstate platform `__div64_32 handler Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 267/289] MIPS: Avoid DIVU in `__div64_32 is result would be zero Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 268/289] MIPS: Avoid handcoded DIVU in `__div64_32 altogether Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 269/289] clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap issue Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 270/289] clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940 Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 271/289] ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 272/289] ARM: 9012/1: move device tree mapping out of linear region Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 273/289] ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual address Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 274/289] ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 275/289] usb: typec: tcpm: Fix error while calculating PPS out values Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 276/289] kobject_uevent: remove warning in init_uevent_argv() Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 277/289] drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdp Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 278/289] drm/i915: Read C0DRB3/C1DRB3 as 16 bits again Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 279/289] drm/i915/overlay: Fix active retire callback alignment Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 280/289] drm/i915: Fix crash in auto_retire Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 281/289] clk: exynos7: Mark aclk_fsys1_200 as critical Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 282/289] media: rkvdec: Remove of_match_ptr() Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 283/289] i2c: mediatek: Fix send master code at more than 1MHz Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 284/289] dt-bindings: media: renesas,vin: Make resets optional on R-Car Gen1 Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 285/289] dt-bindings: serial: 8250: Remove duplicated compatible strings Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 286/289] debugfs: Make debugfs_allow RO after init Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 287/289] ext4: fix debug format string warning Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 288/289] nvme: do not try to reconfigure APST when the controller is not live Greg Kroah-Hartman
2021-05-17 14:03 ` [PATCH 5.10 289/289] ASoC: rsnd: check all BUSIF status when error Greg Kroah-Hartman
2021-05-17 16:27 ` [PATCH 5.10 000/289] 5.10.38-rc1 review Florian Fainelli
2021-05-17 16:37 ` Fox Chen
2021-05-17 20:11 ` Pavel Machek
2021-05-17 20:17 ` Shuah Khan
2021-05-18  4:51 ` Joel Stanley
2021-05-18  6:19 ` Samuel Zou
2021-05-18 10:07 ` Sudip Mukherjee
2021-05-18 10:13 ` Naresh Kamboju
2021-05-18 21:19 ` Guenter Roeck

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=20210517140313.898967357@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=jmattson@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=seanjc@google.com \
    --cc=stable@vger.kernel.org \
    --cc=xiaoyao.li@intel.com \
    /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).