stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Felix Fietkau <nbd@nbd.name>,
	Alexander Wetzel <alexander@wetzel-home.de>,
	Kalle Valo <quic_kvalo@quicinc.com>
Subject: [PATCH 6.4 731/800] wifi: ath10k: Serialize wake_tx_queue ops
Date: Sun, 16 Jul 2023 21:49:44 +0200	[thread overview]
Message-ID: <20230716195006.096830557@linuxfoundation.org> (raw)
In-Reply-To: <20230716194949.099592437@linuxfoundation.org>

From: Alexander Wetzel <alexander@wetzel-home.de>

commit b719ebc37a1eacd4fd4f1264f731b016e5ec0c6e upstream.

Serialize the ath10k implementation of the wake_tx_queue ops.
ath10k_mac_op_wake_tx_queue() must not run concurrent since it's using
ieee80211_txq_schedule_start().

The intend of this patch is to sort out an issue discovered in the discussion
referred to by the Link tag.

I can't test it with real hardware and thus just implemented the per-ac queue
lock Felix suggested. One obvious alternative to the per-ac lock would be to
bring back the txqs_lock commit bb2edb733586 ("ath10k: migrate to mac80211 txq
scheduling") dropped.

Fixes: bb2edb733586 ("ath10k: migrate to mac80211 txq scheduling")
Reported-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/519b5bb9-8899-ae7c-4eff-f3116cdfdb56@nbd.name
CC: <stable@vger.kernel.org>
Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230323165527.156414-1-alexander@wetzel-home.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/net/wireless/ath/ath10k/core.c |    3 +++
 drivers/net/wireless/ath/ath10k/core.h |    3 +++
 drivers/net/wireless/ath/ath10k/mac.c  |    6 ++++--
 3 files changed, 10 insertions(+), 2 deletions(-)

--- a/drivers/net/wireless/ath/ath10k/core.c
+++ b/drivers/net/wireless/ath/ath10k/core.c
@@ -3634,6 +3634,9 @@ struct ath10k *ath10k_core_create(size_t
 	mutex_init(&ar->dump_mutex);
 	spin_lock_init(&ar->data_lock);
 
+	for (int ac = 0; ac < IEEE80211_NUM_ACS; ac++)
+		spin_lock_init(&ar->queue_lock[ac]);
+
 	INIT_LIST_HEAD(&ar->peers);
 	init_waitqueue_head(&ar->peer_mapping_wq);
 	init_waitqueue_head(&ar->htt.empty_tx_wq);
--- a/drivers/net/wireless/ath/ath10k/core.h
+++ b/drivers/net/wireless/ath/ath10k/core.h
@@ -1170,6 +1170,9 @@ struct ath10k {
 	/* protects shared structure data */
 	spinlock_t data_lock;
 
+	/* serialize wake_tx_queue calls per ac */
+	spinlock_t queue_lock[IEEE80211_NUM_ACS];
+
 	struct list_head arvifs;
 	struct list_head peers;
 	struct ath10k_peer *peer_map[ATH10K_MAX_NUM_PEER_IDS];
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -4732,13 +4732,14 @@ static void ath10k_mac_op_wake_tx_queue(
 {
 	struct ath10k *ar = hw->priv;
 	int ret;
-	u8 ac;
+	u8 ac = txq->ac;
 
 	ath10k_htt_tx_txq_update(hw, txq);
 	if (ar->htt.tx_q_state.mode != HTT_TX_MODE_SWITCH_PUSH)
 		return;
 
-	ac = txq->ac;
+	spin_lock_bh(&ar->queue_lock[ac]);
+
 	ieee80211_txq_schedule_start(hw, ac);
 	txq = ieee80211_next_txq(hw, ac);
 	if (!txq)
@@ -4753,6 +4754,7 @@ static void ath10k_mac_op_wake_tx_queue(
 	ath10k_htt_tx_txq_update(hw, txq);
 out:
 	ieee80211_txq_schedule_end(hw, ac);
+	spin_unlock_bh(&ar->queue_lock[ac]);
 }
 
 /* Must not be called with conf_mutex held as workers can use that also. */



  parent reply	other threads:[~2023-07-16 20:27 UTC|newest]

Thread overview: 825+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-16 19:37 [PATCH 6.4 000/800] 6.4.4-rc1 review Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 001/800] start_kernel: Add __no_stack_protector function attribute Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 002/800] USB: serial: option: add LARA-R6 01B PIDs Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 003/800] usb: dwc3: gadget: Propagate core init errors to UDC during pullup Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 004/800] phy: tegra: xusb: Clear the driver reference in usb-phy dev Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 005/800] extcon: usbc-tusb320: Unregister typec port on driver removal Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 006/800] dt-bindings: iio: ad7192: Add mandatory reference voltage source Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 007/800] iio: addac: ad74413: dont set DIN_SINK for functions other than digital input Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 008/800] iio: adc: ad7192: Fix null ad7192_state pointer access Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 009/800] iio: adc: ad7192: Fix internal/external clock selection Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 010/800] iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 011/800] iio: accel: fxls8962af: fixup buffer scan element type Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 012/800] Revert "drm/amd/display: edp do not add non-edid timings" Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 013/800] fs: pipe: reveal missing function protoypes Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 014/800] s390/kasan: fix insecure W+X mapping warning Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 015/800] blk-mq: dont queue plugged passthrough requests into scheduler Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 016/800] block: Fix the type of the second bdev_op_is_zoned_write() argument Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 017/800] block/rq_qos: protect rq_qos apis with a new lock Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 018/800] splice: Fix filemap_splice_read() to use the correct inode Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 019/800] erofs: kill hooked chains to avoid loops on deduplicated compressed images Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 020/800] x86/resctrl: Only show tasks pid in current pid namespace Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 021/800] fsverity: use shash API instead of ahash API Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 022/800] fsverity: dont use bio_first_page_all() in fsverity_verify_bio() Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 023/800] blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 024/800] x86/sev: Fix calculation of end address based on number of pages Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 025/800] blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() Greg Kroah-Hartman
2023-07-16 19:37 ` [PATCH 6.4 026/800] virt: sevguest: Add CONFIG_CRYPTO dependency Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 027/800] blk-mq: fix potential io hang by wrong wake_batch Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 028/800] lockd: drop inappropriate svc_get() from locked_get() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 029/800] nvme-core: fix memory leak in dhchap_secret_store Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 030/800] nvme-core: fix memory leak in dhchap_ctrl_secret Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 031/800] nvme-core: add missing fault-injection cleanup Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 032/800] nvme-core: fix dev_pm_qos memleak Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 033/800] md/raid10: check slab-out-of-bounds in md_bitmap_get_counter Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 034/800] md/raid10: fix overflow of md/safe_mode_delay Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 035/800] md/raid10: fix wrong setting of max_corr_read_errors Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 036/800] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 037/800] md/raid10: fix io loss while replacement replace rdev Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 038/800] md/raid1-10: factor out a helper to add bio to plug Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 039/800] md/raid1-10: factor out a helper to submit normal write Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 040/800] md/raid1-10: submit write io directly if bitmap is not enabled Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 041/800] block: fix blktrace debugfs entries leakage Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 042/800] irqchip/loongson-eiointc: Fix irq affinity setting during resume Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 043/800] splice: dont call file_accessed in copy_splice_read Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 044/800] irqchip/stm32-exti: Fix warning on initialized field overwritten Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 045/800] irqchip/jcore-aic: Fix missing allocation of IRQ descriptors Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 046/800] svcrdma: Prevent page release when nothing was received Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 047/800] erofs: fix compact 4B support for 16k block size Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 048/800] posix-timers: Prevent RT livelock in itimer_delete() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 049/800] tick/rcu: Fix bogus ratelimit condition Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 050/800] tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 051/800] btrfs: always read the entire extent_buffer Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 052/800] btrfs: dont use btrfs_bio_ctrl for extent buffer reading Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 053/800] btrfs: return bool from lock_extent_buffer_for_io Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 054/800] btrfs: submit a writeback bio per extent_buffer Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 055/800] btrfs: fix range_end calculation in extent_write_locked_range Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 056/800] btrfs: dont fail writeback when allocating the compression context fails Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 057/800] btrfs: only call __extent_writepage_io from extent_write_locked_range Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 058/800] btrfs: dont treat zoned writeback as being from an async helper thread Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 059/800] btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 060/800] blk-mq: dont insert passthrough request into sw queue Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 061/800] clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 062/800] PM: domains: fix integer overflow issues in genpd_parse_state() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 063/800] perf/arm-cmn: Fix DTC reset Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 064/800] drivers/perf: apple_m1: Force 63bit counters for M2 CPUs Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 065/800] x86/mm: Allow guest.enc_status_change_prepare() to fail Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 066/800] x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 067/800] drivers/perf: hisi: Dont migrate perf to the CPU going to teardown Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 068/800] perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 069/800] perf/arm_cspmu: Fix event attribute type Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 070/800] APEI: GHES: correctly return NULL for ghes_get_devices() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 071/800] powercap: RAPL: fix invalid initialization for pl4_supported field Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 072/800] powercap: RAPL: Fix CONFIG_IOSF_MBI dependency Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 073/800] PM: domains: Move the verification of in-params from genpd_add_device() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 074/800] ARM: 9303/1: kprobes: avoid missing-declaration warnings Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 075/800] cpufreq: intel_pstate: Fix energy_performance_preference for passive Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 076/800] thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226 Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 077/800] thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 078/800] thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 079/800] thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 080/800] thermal/drivers/qoriq: Only enable supported sensors Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 081/800] kunit: tool: undo type subscripts for subprocess.Popen Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 082/800] rcu: Make rcu_cpu_starting() rely on interrupts being disabled Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 083/800] rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 084/800] rcutorture: Correct name of use_softirq module parameter Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 085/800] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() Greg Kroah-Hartman
2023-07-16 19:38 ` [PATCH 6.4 086/800] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 087/800] x86/mtrr: Remove physical address size calculation Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 088/800] x86/mtrr: Support setting MTRR state for software defined MTRRs Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 089/800] x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guest Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 090/800] x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 091/800] x86/xen: Set MTRR state when running as Xen PV initial domain Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 092/800] tools/nolibc: ensure fast64 integer types have 64 bits Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 093/800] kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 094/800] selftests/ftace: Fix KTAP output ordering Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 095/800] perf/ibs: Fix interface via core pmu events Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 096/800] x86/mm: Fix __swp_entry_to_pte() for Xen PV guests Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 097/800] reiserfs: Initialize sec->length in reiserfs_security_init() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 098/800] locking/atomic: arm: fix sync ops Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 099/800] evm: Complete description of evm_inode_setattr() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 100/800] evm: Fix build warnings Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 101/800] ima: " Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 102/800] pstore/ram: Add check for kstrdup Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 103/800] sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 104/800] igc: Enable and fix RX hash usage by netstack Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 105/800] wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 106/800] wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 107/800] libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 108/800] bpf: encapsulate precision backtracking bookkeeping Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 109/800] bpf: improve precision backtrack logging Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 110/800] bpf: maintain bitmasks across all active frames in __mark_chain_precision Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 111/800] bpf: fix propagate_precision() logic for inner frames Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 112/800] wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851B Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 113/800] samples/bpf: Fix buffer overflow in tcp_basertt Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 114/800] spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 115/800] wifi: wilc1000: fix for absent RSN capabilities WFA testcase Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 116/800] wifi: rtw88: unlock on error path in rtw_ops_add_interface() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 117/800] wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 118/800] net/handshake: Unpin sock->file if a handshake is cancelled Greg Kroah-Hartman
2023-07-16 20:43   ` Chuck Lever III
2023-07-17 17:10     ` Greg Kroah-Hartman
2023-07-17 17:55       ` Chuck Lever III
2023-07-17 18:53         ` Greg Kroah-Hartman
2023-07-17 19:06           ` Chuck Lever III
2023-07-17 19:20             ` Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 119/800] sctp: add bpf_bypass_getsockopt proto callback Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 120/800] sfc: release encap match in efx_tc_flow_free() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 121/800] libbpf: fix offsetof() and container_of() to work with CO-RE Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 122/800] bpf: Dont EFAULT for {g,s}setsockopt with wrong optlen Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 123/800] spi: dw: Round of n_bytes to power of 2 Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 124/800] nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 125/800] bpftool: JIT limited misreported as negative value on aarch64 Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 126/800] bpf: Remove bpf trampoline selector Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 127/800] bpf: Fix memleak due to fentry attach failure Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 128/800] selftests/bpf: Do not use sign-file as testcase Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 129/800] regulator: rk808: fix asynchronous probing Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 130/800] regulator: core: Fix more error checking for debugfs_create_dir() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 131/800] regulator: core: Streamline debugfs operations Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 132/800] wifi: orinoco: Fix an error handling path in spectrum_cs_probe() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 133/800] wifi: orinoco: Fix an error handling path in orinoco_cs_probe() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 134/800] wifi: atmel: Fix an error handling path in atmel_probe() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 135/800] wifi: wl3501_cs: Fix an error handling path in wl3501_probe() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 136/800] wifi: ray_cs: Fix an error handling path in ray_probe() Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 137/800] wifi: ath9k: dont allow to overwrite ENDPOINT0 attributes Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 138/800] wifi: rtw88: usb: silence log flooding error message Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 139/800] samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 140/800] wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restart Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 141/800] bpf: Remove anonymous union in bpf_kfunc_call_arg_meta Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 142/800] bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 143/800] bpf: Fix __bpf_{list,rbtree}_adds beginning-of-node calculation Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 144/800] bpf: Make bpf_refcount_acquire fallible for non-owning refs Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 145/800] tools/resolve_btfids: Fix setting HOSTCFLAGS Greg Kroah-Hartman
2023-07-16 19:39 ` [PATCH 6.4 146/800] wifi: iwlwifi: mvm: send time sync only if needed Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 147/800] wifi: mac80211: recalc min chandef for new STA links Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 148/800] selftests/bpf: Fix check_mtu using wrong variable type Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 149/800] soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() and geni_se_rx_init_dma() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 150/800] spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, use framework instead Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 151/800] wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 152/800] wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 153/800] ice: handle extts in the miscellaneous interrupt thread Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 154/800] selftests: cgroup: fix unexpected failure on test_memcg_low Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 155/800] watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 156/800] watchdog/perf: more properly prevent false positives with turbo modes Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 157/800] kexec: fix a memory leak in crash_shrink_memory() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 158/800] mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isnt used Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 159/800] memstick r592: make memstick_debug_get_tpc_name() static Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 160/800] selftests/bpf: Fix invalid pointer check in get_xlated_program() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 161/800] wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 162/800] bpf: Use scalar ids in mark_chain_precision() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 163/800] bpf: Verify scalar ids mapping in regsafe() using check_ids() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 164/800] wifi: mac80211: Fix permissions for valid_links debugfs entry Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 165/800] wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_init Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 166/800] wifi: iwlwifi: fw: print PC register value instead of address Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 167/800] rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 168/800] wifi: ath11k: Add missing check for ioremap Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 169/800] wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 170/800] wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018 Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 171/800] wifi: ath11k: Add missing hw_ops->get_ring_selector() " Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 172/800] wifi: mac80211: add helpers to access sband iftype data Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 173/800] wifi: iwlwifi: mvm: add support for Extra EHT LTF Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 174/800] wifi: iwlwifi: mvm: correctly access HE/EHT sband capa Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 175/800] wifi: iwlwifi: pull from TXQs with softirqs disabled Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 176/800] wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_handler() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 177/800] wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 178/800] wifi: cfg80211: rewrite merging of inherited elements Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 179/800] wifi: cfg80211: drop incorrect nontransmitted BSS update code Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 180/800] wifi: cfg80211: fix regulatory disconnect with OCB/NAN Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 181/800] wifi: ieee80211: Fix the common size calculation for reconfiguration ML Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 182/800] mm: move mm_count into its own cache line Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 183/800] watchdog: remove WATCHDOG_DEFAULT Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 184/800] watchdog/hardlockup: change watchdog_nmi_enable() to void Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 185/800] watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 186/800] watchdog/hardlockup: rename some "NMI watchdog" constants/function Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 187/800] watchdog/perf: adapt the watchdog_perf interface for async model Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 188/800] watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 189/800] mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019 Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 190/800] wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 191/800] wifi: iwlwifi: mvm: check only affected links Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 192/800] wifi: ath9k: convert msecs to jiffies where needed Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 193/800] bpf: Factor out socket lookup functions for the TC hookpoint Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 194/800] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via " Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 195/800] bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 196/800] can: length: fix bitstuffing count Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 197/800] can: kvaser_pciefd: Add function to set skb hwtstamps Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 198/800] can: kvaser_pciefd: Set hardware timestamp on transmitted packets Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 199/800] igc: Fix race condition in PTP tx code Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 200/800] igc: Check if hardware TX timestamping is enabled earlier Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 201/800] igc: Retrieve TX timestamp during interrupt handling Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 202/800] igc: Work around HW bug causing missing timestamps Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 203/800] net: stmmac: fix double serdes powerdown Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 204/800] netlink: fix potential deadlock in netlink_set_err() Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 205/800] netlink: do not hard code device address lenth in fdb dumps Greg Kroah-Hartman
2023-07-16 19:40 ` [PATCH 6.4 206/800] bonding: do not assume skb mac_header is set Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 207/800] sch_netem: fix issues in netem_change() vs get_dist_table() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 208/800] selftests: rtnetlink: remove netdevsim device after ipsec offload test Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 209/800] gtp: Fix use-after-free in __gtp_encap_destroy() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 210/800] net: axienet: Move reset before 64-bit DMA detection Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 211/800] ocfs2: Fix use of slab data with sendpage Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 212/800] sfc: fix crash when reading stats while NIC is resetting Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 213/800] net: nfc: Fix use-after-free caused by nfc_llcp_find_local Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 214/800] lib/ts_bm: reset initial match offset for every block of text Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 215/800] netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 216/800] netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 217/800] netfilter: nf_tables: unbind non-anonymous set if rule construction fails Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 218/800] netfilter: nf_tables: fix underflow in chain reference counter Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 219/800] ipvlan: Fix return value of ipvlan_queue_xmit() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 220/800] net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 221/800] netlink: Add __sock_i_ino() for __netlink_diag_dump() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 222/800] drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 223/800] drm/amd/display: Unconditionally print when DP sink power state fails Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 224/800] drm/amd/display: Add logging for display MALL refresh setting Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 225/800] drm/amd/display: fix is_timing_changed() prototype Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 226/800] radeon: avoid double free in ci_dpm_init() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 227/800] drm/amd/display: Explicitly specify update type per plane info change Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 228/800] drm/i915/guc/slpc: Provide sysfs for efficient freq Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 229/800] drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 230/800] Input: drv260x - sleep between polling GO bit Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 231/800] Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 232/800] Input: tests - fix use-after-free and refcount underflow in input_test_exit() Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 233/800] Input: tests - modular KUnit tests should not depend on KUNIT=y Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 234/800] drm/bridge: ti-sn65dsi83: Fix enable error path Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 235/800] drm/bridge: tc358768: always enable HS video mode Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 236/800] drm/bridge: tc358768: fix PLL parameters computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 237/800] drm/bridge: tc358768: fix PLL target frequency Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 238/800] drm/bridge: tc358768: fix TCLK_ZEROCNT computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 239/800] drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 240/800] drm/bridge: tc358768: fix TCLK_TRAILCNT computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 241/800] drm/bridge: tc358768: fix THS_ZEROCNT computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 242/800] drm/bridge: tc358768: fix TXTAGOCNT computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 243/800] drm/bridge: tc358768: fix THS_TRAILCNT computation Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 244/800] Input: tests - fix input_test_match_device_id test Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 245/800] drm/vram-helper: fix function names in vram helper doc Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 246/800] ARM: dts: BCM5301X: Drop "clock-names" from the SPI node Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 247/800] ARM: dts: meson8b: correct uart_B and uart_C clock references Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 248/800] clk: vc5: Fix .driver_data content in i2c_device_id Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 249/800] clk: vc7: " Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 250/800] clk: rs9: " Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 251/800] Input: adxl34x - do not hardcode interrupt trigger type Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 252/800] drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 253/800] drm/panel: sharp-ls043t1le01: adjust mode settings Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 254/800] driver: soc: xilinx: use _safe loop iterator to avoid a use after free Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 255/800] ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 256/800] ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 257/800] ASoC: Intel: sof_sdw: start set codec init function with an adr index Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 258/800] drm/vkms: isolate pixel conversion functionality Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 259/800] drm: Add fixed-point helper to get rounded integer values Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 260/800] drm/vkms: Fix RGB565 pixel conversion Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 261/800] ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 262/800] bus: ti-sysc: Fix dispc quirk masking bool variables Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 263/800] arm64: dts: microchip: sparx5: do not use PSCI on reference boards Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 264/800] drm/bridge: tc358767: Switch to devm MIPI-DSI helpers Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 265/800] arm64: dts: qcom: ipq9574: Update the size of GICC & GICV regions Greg Kroah-Hartman
2023-07-16 19:41 ` [PATCH 6.4 266/800] clk: imx: scu: use _safe list iterator to avoid a use after free Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 267/800] hwmon: (f71882fg) prevent possible division by zero Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 268/800] RDMA/bnxt_re: Disable/kill tasklet only if it is enabled Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 269/800] RDMA/bnxt_re: Fix to remove unnecessary return labels Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 270/800] RDMA/bnxt_re: Use unique names while registering interrupts Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 271/800] RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 272/800] RDMA/bnxt_re: Fix to remove an unnecessary log Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 273/800] drm/msm/dpu: enable DSPP_2/3 for LM_2/3 on sm8450 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 274/800] drm/msm/dsi: dont allow enabling 14nm VCO with unprogrammed rate Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 275/800] drm/msm/dpu: fix cursor block register bit offset in msm8998 hw catalog Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 276/800] drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 277/800] drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 278/800] drm/nouveau: dispnv50: fix missing-prototypes warning Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 279/800] iommu/virtio: Detach domain on endpoint release Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 280/800] iommu/virtio: Return size mapped for a detached domain Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 281/800] clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 282/800] ARM: dts: gta04: Move model property out of pinctrl node Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 283/800] arm64: dts: qcom: qrb4210-rb2: Fix CD gpio for SDHC2 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 284/800] drm/bridge: anx7625: Prevent endless probe loop Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 285/800] ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 286/800] ARM: omap1: Drop header on AMS Delta Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 287/800] ARM: omap1: Remove reliance on GPIO numbers from PalmTE Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 288/800] ARM: omap1: Remove reliance on GPIO numbers from SX1 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 289/800] Input: ads7846 - Convert to use software nodes Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 290/800] ARM/mmc: Convert old mmci-omap to GPIO descriptors Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 291/800] ARM: omap1: Fix up the Nokia 770 board device IRQs Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 292/800] ARM: omap1: Make serial wakeup GPIOs use descriptors Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 293/800] ARM: omap1: Exorcise the legacy GPIO header Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 294/800] ARM/gpio: Push OMAP2 quirk down into TWL4030 driver Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 295/800] ARM: omap2: Get USB hub reset GPIO from descriptor Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 296/800] ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 297/800] ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 298/800] ARM: dts: qcom: msm8974: do not use underscore in node name (again) Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 299/800] arm64: dts: qcom: pm8998: dont use GIC_SPI for SPMI interrupts Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 300/800] arm64: dts: qcom: ipq6018: correct qrng unit address Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 301/800] arm64: dts: qcom: msm8916: correct camss " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 302/800] arm64: dts: qcom: msm8916: correct MMC " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 303/800] arm64: dts: qcom: msm8916: correct WCNSS " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 304/800] arm64: dts: qcom: msm8953: correct IOMMU " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 305/800] arm64: dts: qcom: msm8953: correct WCNSS " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 306/800] arm64: dts: qcom: msm8976: correct MMC " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 307/800] arm64: dts: qcom: msm8994: correct SPMI " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 308/800] arm64: dts: qcom: msm8996: correct camss " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 309/800] arm64: dts: qcom: sdm630: " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 310/800] arm64: dts: qcom: sdm845: " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 311/800] arm64: dts: qcom: sm6115: correct thermal-sensor " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 312/800] arm64: dts: qcom: sm8350: correct DMA controller " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 313/800] arm64: dts: qcom: sm8350: correct PCI phy " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 314/800] arm64: dts: qcom: sm8350: correct USB " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 315/800] arm64: dts: qcom: sm8550: correct crypto " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 316/800] arm64: dts: qcom: sm8550: correct pinctrl " Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 317/800] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 318/800] arm64: dts: qcom: apq8016-sbc: Fix regulator constraints Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 319/800] arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 320/800] drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 321/800] drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 322/800] drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 323/800] ARM: ep93xx: fix missing-prototype warnings Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 324/800] ARM: omap2: fix missing tick_broadcast() prototype Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 325/800] arm64: dts: qcom: pm7250b: add missing spmi-vadc include Greg Kroah-Hartman
2023-07-16 19:42 ` [PATCH 6.4 326/800] arm64: dts: qcom: apq8096: fix fixed regulator name property Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 327/800] arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 328/800] arm64: dts: mediatek: mt8192: Add mediatek,broken-save-restore-fw to asurada Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 329/800] arm64: dts: mediatek: mt8195: Add mediatek,broken-save-restore-fw to cherry Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 330/800] ARM: dts: stm32: Shorten the AV96 HDMI sound card name Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 331/800] memory: brcmstb_dpfe: fix testing array offset after use Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 332/800] ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 333/800] ASoC: es8316: Increment max value for ALC Capture Target Volume control Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 334/800] ASoC: es8316: Do not set rate constraints for unsupported MCLKs Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 335/800] ARM: dts: meson8: correct uart_B and uart_C clock references Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 336/800] soc/fsl/qe: fix usb.c build errors Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 337/800] RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 338/800] IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 339/800] RDMA/hns: Fix hns_roce_table_get return value Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 340/800] ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 341/800] arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 342/800] drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 343/800] drm/msm/dpu: always clear every individual pending flush mask Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 344/800] fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 345/800] dt-bindings: arm-smmu: Fix SC8280XP Adreno binding Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 346/800] drm/i915: Fix limited range csc matrix Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 347/800] drm/i915: hide mkwrite_device_info() better Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 348/800] drm/i915/display: Move display device info to header under display/ Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 349/800] drm/i915: Convert INTEL_INFO()->display to a pointer Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 350/800] drm/i915/display: Move display runtime info to display structure Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 351/800] drm/i915/display: Make display responsible for probing its own IP Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 352/800] drm/i915: No 10bit gamma on desktop gen3 parts Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 353/800] arm64: dts: rockchip: Assign ES8316 MCLK rate on rk3588-rock-5b Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 354/800] arm64: dts: ti: k3-j7200: Fix physical address of pin Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 355/800] Input: pm8941-powerkey - fix debounce on gen2+ PMICs Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 356/800] arm64: dts: rockchip: Fix compatible for Bluetooth on rk3566-anbernic Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 357/800] ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 358/800] accel/habanalabs: fix gaudi2_get_tpc_idle_status() return Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 359/800] ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 360/800] hwmon: (gsc-hwmon) fix fan pwm temperature scaling Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 361/800] hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 362/800] ARM: dts: BCM5301X: fix duplex-full => full-duplex Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 363/800] clk: Export clk_hw_forward_rate_request() Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 364/800] MIPS: DTS: CI20: Fix ACT8600 regulator node names Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 365/800] drm/amd/display: Fix a test CalculatePrefetchSchedule() Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 366/800] drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 367/800] drm/amdkfd: Fix potential deallocation of previously deallocated memory Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 368/800] soc: mediatek: SVS: Fix MT8192 GPU node name Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 369/800] drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 370/800] drm/radeon: fix possible division-by-zero errors Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 371/800] HID: uclogic: Modular KUnit tests should not depend on KUNIT=y Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 372/800] RDMA/rxe: Fix access checks in rxe_check_bind_mw Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 373/800] amdgpu: validate offset_in_bo of drm_amdgpu_gem_va Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 374/800] drm/msm/a6xx: dont set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMU Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 375/800] drm/msm/a5xx: really check for A510 in a5xx_gpu_init Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 376/800] RDMA/bnxt_re: wraparound mbox producer index Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 377/800] RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 378/800] clk: imx: composite-8m: Add imx8m_divider_determine_rate Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 379/800] clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 380/800] clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 381/800] clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 382/800] clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 383/800] clk: mediatek: fix of_iomap memory leak Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 384/800] arm64: dts: qcom: qdu1000: Flush RSC sleep & wake votes Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 385/800] arm64: dts: qcom: sdm670: " Greg Kroah-Hartman
2023-07-16 19:43 ` [PATCH 6.4 386/800] arm64: dts: qcom: sdm845: " Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 387/800] arm64: dts: qcom: sm8550: " Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 388/800] arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 389/800] arm64: dts: qcom: sm8550: Add missing interconnect path to USB HC Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 390/800] clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 391/800] clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 392/800] clk: tegra: tegra124-emc: Fix potential memory leak Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 393/800] arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 394/800] arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 395/800] arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsets Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 396/800] arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 397/800] ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 398/800] drm/msm/dpu: do not enable color-management if DSPPs are not available Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 399/800] drm/msm/dpu: Fix slice_last_group_size calculation Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 400/800] drm/msm/dsi: Remove incorrect references to slice_count Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 401/800] drm/msm/dp: Drop aux devices together with DP controller Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 402/800] drm/msm/dp: Free resources after unregistering them Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 403/800] arm64: dts: mediatek: Add cpufreq nodes for MT8192 Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 404/800] arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 405/800] arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi R3 Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 406/800] drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 407/800] drm/amdgpu: Fix usage of UMC fill record in RAS Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 408/800] drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callback Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 409/800] drm/msm/dpu: Move autorefresh disable from CMD encoder to pingpong Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 410/800] drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and above Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 411/800] drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 412/800] drm/msm/dpu: correct MERGE_3D length Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 413/800] clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 414/800] clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() error Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 415/800] clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issue Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 416/800] clk: vc5: check memory returned by kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 417/800] clk: cdce925: check return value of kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 418/800] clk: si5341: return error if one synth clock registration fails Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 419/800] clk: si5341: check return value of {devm_}kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 420/800] clk: si5341: free unused memory on probe failure Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 421/800] clk: keystone: sci-clk: check return value of kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 422/800] clk: ti: clkctrl: " Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 423/800] clk: clocking-wizard: check return value of devm_kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 424/800] drivers: meson: secure-pwrc: always enable DMA domain Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 425/800] ovl: update of dentry revalidate flags after copy up Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 426/800] ASoC: imx-audmix: check return value of devm_kasprintf() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 427/800] clk: Fix memory leak in devm_clk_notifier_register() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 428/800] ARM: dts: lan966x: kontron-d10: fix board reset Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 429/800] ARM: dts: lan966x: kontron-d10: fix SPI CS Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 430/800] ASoC: amd: acp: clear pdm dma interrupt mask Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 431/800] MIPS: DTS: CI20: Add parent supplies to ACT8600 regulators Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 432/800] MIPS: DTS: CI20: Raise VDDCORE voltage to 1.125 volts Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 433/800] iommufd: Do not access the area pointer after unlocking Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 434/800] iommufd: Call iopt_area_contig_done() under the lock Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 435/800] PCI: cadence: Fix Gen2 Link Retraining process Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 436/800] PCI: vmd: Reset VMD config register between soft reboots Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 437/800] scsi: qedf: Fix NULL dereference in error handling Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 438/800] pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 439/800] platform/x86: lenovo-yogabook: Fix work race on remove() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 440/800] platform/x86: lenovo-yogabook: Reprobe devices " Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 441/800] platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on probe() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 442/800] PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 443/800] scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 444/800] pinctrl: at91: fix a couple NULL vs IS_ERR() checks Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 445/800] PCI: pciehp: Cancel bringup sequence if card is not present Greg Kroah-Hartman
2023-07-16 19:44 ` [PATCH 6.4 446/800] perf evsel: Dont let for_each_group() treat the head of the list as one of its nodes Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 447/800] PCI: ftpci100: Release the clock resources Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 448/800] pinctrl: sunplus: Add check for kmalloc Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 449/800] scsi: ufs: Declare ufshcd_{hold,release}() once Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 450/800] PCI: Add pci_clear_master() stub for non-CONFIG_PCI Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 451/800] scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 452/800] scsi: ufs: core: Increase the START STOP UNIT timeout from one to ten seconds Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 453/800] scsi: ufs: core: Fix handling of lrbp->cmd Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 454/800] pinctrl: tegra: Duplicate pinmux functions table Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 455/800] perf bench: Add missing setlocale() call to allow usage of %d style formatting Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 456/800] pinctrl: cherryview: Return correct value if pin in push-pull mode Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 457/800] platform/x86:intel/pmc: Remove Meteor Lake S platform support Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 458/800] platform/x86: think-lmi: mutex protection around multiple WMI calls Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 459/800] platform/x86: think-lmi: Correct System password interface Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 460/800] platform/x86: think-lmi: Correct NVME password handling Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 461/800] pinctrl:sunplus: Add check for kmalloc Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 462/800] pinctrl: npcm7xx: Add missing check for ioremap Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 463/800] kcsan: Dont expect 64 bits atomic builtins from 32 bits architectures Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 464/800] powerpc/interrupt: Dont read MSR from interrupt_exit_kernel_prepare() Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 465/800] powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe() Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 466/800] perf script: Fix allocation of evsel->priv related to per-event dump files Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 467/800] platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 468/800] platform/x86/intel/pmc: Add resume callback Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 469/800] platform/x86/intel/pmc/mtl: Put devices in D3 during resume Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 470/800] perf dwarf-aux: Fix off-by-one in die_get_varname() Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 471/800] perf metric: Fix no group check Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 472/800] perf tests task_analyzer: Fix bad substitution ${$1} Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 473/800] perf tests task_analyzer: Skip tests if no libtraceevent support Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 474/800] platform/x86/dell/dell-rbtn: Fix resources leaking on error path Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 475/800] perf tool x86: Consolidate is_amd check into single function Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 476/800] perf tool x86: Fix perf_env memory leak Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 477/800] powerpc/64s: Fix VAS mm use after free Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 478/800] pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 479/800] pinctrl: microchip-sgpio: check return value of devm_kasprintf() Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 480/800] pinctrl: at91-pio4: " Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 481/800] perf stat: Reset aggr stats for each run Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 482/800] scsi: ufs: core: Remove a ufshcd_add_command_trace() call Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 483/800] scsi: ufs: core: mcq: Fix the incorrect OCS value for the device command Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 484/800] powerpc/powernv/sriov: perform null check on iov before dereferencing iov Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 485/800] powerpc: update ppc_save_regs to save current r1 in pt_regs Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 486/800] riscv: hibernation: Remove duplicate call of suspend_restore_csrs Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 487/800] PCI: qcom: Use DWC helpers for modifying the read-only DBI registers Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 488/800] PCI: qcom: Disable write access to read only registers for IP v2.9.0 Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 489/800] platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 490/800] riscv: uprobes: Restore thread.bad_cause Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 493/800] perf test: Set PERF_EXEC_PATH for script execution Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 494/800] riscv: hibernate: remove WARN_ON in save_processor_state Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 495/800] PCI: endpoint: Fix a Kconfig prompt of vNTB driver Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 496/800] PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 497/800] PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 498/800] vfio/mdev: Move the compat_class initialization to module init Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 499/800] hwrng: virtio - Fix race on data_avail and actual data Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 500/800] modpost: remove broken calculation of exception_table_entry size Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 501/800] crypto: nx - fix build warnings when DEBUG_FS is not enabled Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 502/800] modpost: fix section mismatch message for R_ARM_ABS32 Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 503/800] modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 504/800] crypto: marvell/cesa - Fix type mismatch warning Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 505/800] crypto: jitter - correct health test during initialization Greg Kroah-Hartman
2023-07-16 19:45 ` [PATCH 6.4 506/800] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 507/800] scripts/mksysmap: Fix badly escaped $ Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 508/800] modpost: fix off by one in is_executable_section() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 509/800] ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 510/800] crypto: qat - unmap buffer before free for DH Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 511/800] crypto: qat - unmap buffers before free for RSA Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 512/800] NFSv4.2: fix wrong shrinker_id Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 513/800] NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 514/800] SMB3: Do not send lease break acknowledgment if all file handles have been closed Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 515/800] dax: Fix dax_mapping_release() use after free Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 516/800] dax: Introduce alloc_dev_dax_id() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 517/800] dax/kmem: Pass valid argument to memory_group_register_static Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 518/800] hwrng: st - keep clock enabled while hwrng is registered Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 519/800] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 520/800] ALSA: hda/realtek: Add quirk for Clevo NPx0SNx Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 521/800] ALSA: jack: Fix mutex call in snd_jack_report() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 522/800] ALSA: pcm: Fix potential data race at PCM memory allocation helpers Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 523/800] apparmor: fix: kzalloc perms tables for shared dfas Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 524/800] block: fix signed int overflow in Amiga partition support Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 525/800] block: add overflow checks for " Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 526/800] block: change all __u32 annotations to __be32 in affs_hardblocks.h Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 527/800] block: increment diskseq on all media change events Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 528/800] mmc: block: ioctl: do write error check for spi Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 529/800] btrfs: fix race when deleting free space root from the dirty cow roots list Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 530/800] btrfs: do not BUG_ON() on tree mod log failure at balance_level() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 531/800] SUNRPC: Fix UAF in svc_tcp_listen_data_ready() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 532/800] kbuild: Fix CFI failures with GCOV Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 533/800] kbuild: Disable GCOV for *.mod.o Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 534/800] cxl/region: Move cache invalidation before region teardown, and before setup Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 535/800] cxl/region: Flag partially torn down regions as unusable Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 536/800] cxl/region: Fix state transitions after reset failure Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 537/800] tools/testing/cxl: Fix command effects for inject/clear poison Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 538/800] kbuild: builddeb: always make modules_install, to install modules.builtin* Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 539/800] kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 540/800] efi/libstub: Disable PCI DMA before grabbing the EFI memory map Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 541/800] cifs: prevent use-after-free by freeing the cfile later Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 542/800] cifs: do all necessary checks for credits within or before locking Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 543/800] smb: client: fix broken file attrs with nodfs mounts Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 544/800] smb: client: fix shared DFS root mounts with different prefixes Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 545/800] ksmbd: avoid field overflow warning Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 546/800] arm64: sme: Use STR P to clear FFR context field in streaming SVE mode Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 547/800] x86/efi: Make efi_set_virtual_address_map IBT safe Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 548/800] w1: w1_therm: fix locking behavior in convert_t Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 549/800] w1: fix loop in w1_fini() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 550/800] dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350 Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 551/800] f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 552/800] sh: j2: Use ioremap() to translate device tree address into kernel memory Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 553/800] cpufreq: tegra194: Fix an error handling path in tegra194_cpufreq_probe() Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 554/800] USB: Extend pci resume function to handle PM events Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 555/800] xhci: Improve the XHCI system resume time Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 556/800] usb: dwc2: Fix some error handling paths Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 557/800] serial: 8250: omap: Fix freeing of resources on failed register Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 558/800] interconnect: qcom: rpm: Rename icc provider num_clocks to num_bus_clocks Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 559/800] interconnect: qcom: rpm: Dont use clk_get_optional for bus clocks anymore Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 560/800] clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocks Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 561/800] clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 562/800] clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 563/800] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 564/800] clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 565/800] media: usb: Check az6007_read() return value Greg Kroah-Hartman
2023-07-16 19:46 ` [PATCH 6.4 566/800] media: amphion: drop repeated codec data for vc1l format Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 567/800] media: amphion: drop repeated codec data for vc1g format Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 568/800] media: common: saa7146: Avoid a leak in vmalloc_to_sg() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 569/800] media: videodev2.h: Fix p_s32 and p_s64 pointer types Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 570/800] media: amphion: initiate a drain of the capture queue in dynamic resolution change Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 571/800] media: videodev2.h: Fix struct v4l2_input tuner index comment Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 572/800] media: usb: siano: Fix warning due to null work_func_t function pointer Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 573/800] media: i2c: imx296: fix error checking in imx296_read_temperature() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 574/800] media: i2c: Correct format propagation for st-mipid02 Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 575/800] media: renesas: fdp1: Identify R-Car Gen2 versions Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 576/800] media: hi846: fix usage of pm_runtime_get_if_in_use() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 577/800] media: mediatek: vcodec: using decoder status instead of core work count Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 578/800] clk: qcom: ipq6018: fix networking resets Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 579/800] clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 580/800] clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 581/800] clk: qcom: ipq5332: fix the src parameter in ftbl_gcc_apss_axi_clk_src Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 582/800] clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 583/800] clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 584/800] staging: vchiq_arm: mark vchiq_platform_init() static Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 585/800] soundwire: qcom: use consistently ctrl as state variable name Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 586/800] soundwire: qcom: fix unbalanced pm_runtime_put() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 587/800] soundwire: debugfs: " Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 588/800] usb: dwc3: qcom: Fix potential memory leak Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 589/800] usb: gadget: u_serial: Add null pointer check in gserial_suspend Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 590/800] extcon: Fix kernel doc of property fields to avoid warnings Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 591/800] extcon: Fix kernel doc of property capability " Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 592/800] usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 593/800] usb: hide unused usbfs_notify_suspend/resume functions Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 594/800] usb: misc: eud: Fix eud sysfs path (use qcom_eud) Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 595/800] serial: core: lock port for stop_rx() in uart_suspend_port() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 596/800] serial: 8250: lock port for stop_rx() in omap8250_irq() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 597/800] serial: core: lock port for start_rx() in uart_resume_port() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 598/800] serial: 8250: lock port for UART_IER access in omap8250_irq() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 599/800] kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 600/800] lkdtm: replace ll_rw_block with submit_bh Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 601/800] i3c: master: svc: fix cpu schedule in spin lock Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 602/800] coresight: Fix loss of connection info when a module is unloaded Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 603/800] coresight: etm4x: Fix missing trctraceidr file in sysfs Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 604/800] power: supply: rt9467: Make charger-enable control as logic level Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 605/800] mfd: rt5033: Drop rt5033-battery sub-device Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 606/800] media: venus: helpers: Fix ALIGN() of non power of two Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 607/800] media: atomisp: gc0310: Fix double free in gc0310_remove() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 608/800] media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 609/800] media: atomisp: ov2680: Stop using half pixelclock for binned modes Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 610/800] sh: Avoid using IRQ0 on SH3 and SH4 Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 611/800] gfs2: Fix duplicate should_fault_in_pages() call Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 612/800] f2fs: fix potential deadlock due to unpaired node_write lock use Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 613/800] f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 614/800] f2fs: support errors=remount-ro|continue|panic mountoption Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 615/800] f2fs: fix the wrong condition to determine atomic context Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 616/800] f2fs: flush error flags in workqueue Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 617/800] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 618/800] usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 619/800] usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 620/800] usb: common: usb-conn-gpio: Set last role to unknown before initial detection Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 621/800] usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 622/800] rtla/hwnoise: Reduce runtime to 75% Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 623/800] mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 624/800] mfd: intel-lpss: Add missing check for platform_get_resource Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 625/800] Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection" Greg Kroah-Hartman
2023-07-16 19:47 ` [PATCH 6.4 626/800] serial: 8250_omap: Use force_suspend and resume for system suspend Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 627/800] drivers: fwnode: fix fwnode_irq_get[_byname]() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 628/800] cdx: fix driver managed dma support Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 629/800] nvmem: sunplus-ocotp: release otp->clk before return Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 630/800] nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 631/800] test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 632/800] nvmem: rmem: Use NVMEM_DEVID_AUTO Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 633/800] bus: fsl-mc: dont assume child devices are all fsl-mc devices Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 634/800] mfd: stmfx: Fix error path in stmfx_chip_init Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 635/800] mfd: stmfx: Nullify stmfx->vdd in case of error Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 636/800] KVM: s390: vsie: fix the length of APCB bitmap Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 637/800] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 638/800] cpufreq: mediatek: correct voltages for MT7622 and MT7623 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 639/800] misc: fastrpc: check return value of devm_kasprintf() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 640/800] clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 641/800] hwtracing: hisi_ptt: Fix potential sleep in atomic context Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 642/800] phy: qcom: qmp-combo: fix Display Port PHY configuration for SM8550 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 643/800] mfd: stmpe: Only disable the regulators if they are enabled Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 644/800] phy: tegra: xusb: check return value of devm_kzalloc() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 645/800] lib/bitmap: drop optimization of bitmap_{from,to}_arr64 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 646/800] pwm: imx-tpm: force real_period to be zero in suspend Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 647/800] pwm: sysfs: Do not apply state to already disabled PWMs Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 648/800] pwm: ab8500: Fix error code in probe() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 649/800] pwm: mtk_disp: Fix the disable flow of disp_pwm Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 650/800] md/raid10: fix the condition to call bio_end_io_acct() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 651/800] perf bpf: Move the declaration of struct rq Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 652/800] blk-throttle: Fix io statistics for cgroup v1 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 653/800] rtc: st-lpc: Release some resources in st_rtc_probe() in case of error Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 654/800] drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 655/800] drm/i915/guc/slpc: Apply min softlimit correctly Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 656/800] f2fs: check return value of freeze_super() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 657/800] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 658/800] tools/virtio: fix build break for aarch64 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 659/800] media: tc358746: select CONFIG_GENERIC_PHY Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 660/800] media: cec: i2c: ch7322: also select REGMAP Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 661/800] sctp: fix potential deadlock on &net->sctp.addr_wq_lock Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 662/800] net/sched: act_ipt: add sanity checks on table name and hook locations Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 663/800] net/sched: act_ipt: add sanity checks on skb before calling target Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 664/800] net/sched: act_ipt: zero skb->cb " Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 665/800] spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 666/800] net: mscc: ocelot: dont report that RX timestamping is enabled by default Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 667/800] net: mscc: ocelot: dont keep PTP configuration of all ports in single structure Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 668/800] net: dsa: felix: dont drop PTP frames with tag_8021q when RX timestamping is disabled Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 669/800] net: dsa: sja1105: always enable the INCL_SRCPT option Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 670/800] net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 671/800] Add MODULE_FIRMWARE() for FIRMWARE_TG357766 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 672/800] Bluetooth: fix invalid-bdaddr quirk for non-persistent setup Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 673/800] Bluetooth: ISO: use hci_sync for setting CIG parameters Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 674/800] Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 675/800] sfc: support for devlink port requires MAE access Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 676/800] ibmvnic: Do not reset dql stats on NON_FATAL err Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 677/800] net: dsa: vsc73xx: fix MTU configuration Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 678/800] mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 679/800] spi: bcm-qspi: return error if neither hif_mspi nor mspi is available Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 680/800] drm/amdgpu: fix number of fence calculations Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 681/800] drm/amd: Dont try to enable secure display TA multiple times Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 682/800] mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 683/800] f2fs: fix error path handling in truncate_dnode() Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 684/800] octeontx2-af: cn10kb: fix interrupt csr addresses Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 685/800] octeontx2-af: Fix mapping for NIX block from CGX connection Greg Kroah-Hartman
2023-07-16 19:48 ` [PATCH 6.4 686/800] octeontx2-af: Add validation before accessing cgx and lmac Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 687/800] octeontx2-af: Reset MAC features in FLR Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 688/800] ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 689/800] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 690/800] powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 691/800] net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 692/800] net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 693/800] net: fix net_dev_start_xmit trace event vs skb_transport_offset() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 694/800] tcp: annotate data races in __tcp_oow_rate_limited() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 695/800] vduse: fix NULL pointer dereference Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 696/800] bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_set() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 697/800] xsk: Honor SO_BINDTODEVICE on bind Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 698/800] net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 699/800] drm/i915/psr: Fix BDW PSR AUX CH data register offsets Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 700/800] fanotify: disallow mount/sb marks on kernel internal pseudo fs Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 701/800] riscv: move memblock_allow_resize() after linear mapping is ready Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 702/800] pptp: Fix fib lookup calls Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 703/800] net: dsa: tag_sja1105: fix MAC DA patching from meta frames Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 704/800] net: dsa: sja1105: always enable the send_meta options Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 705/800] octeontx-af: fix hardware timestamp configuration Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 706/800] afs: Fix accidental truncation when storing data Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 707/800] s390/qeth: Fix vipa deletion Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 708/800] risc-v: Fix order of IPI enablement vs RCU startup Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 709/800] sh: dma: Fix DMA channel offset calculation Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 710/800] apparmor: fix missing error check for rhashtable_insert_fast Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 711/800] apparmor: add missing failure check in compute_xmatch_perms Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 712/800] apparmor: fix policy_compat permission remap with extended permissions Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 713/800] apparmor: fix profile verification and enable it Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 714/800] i2c: xiic: Dont try to handle more interrupt events after error Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 715/800] writeback: account the number of pages written back Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 716/800] lib: dhry: fix sleeping allocations inside non-preemptable section Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 717/800] Revert "drm/amd/display: Move DCN314 DOMAIN power control to DMCUB" Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 718/800] arm64/signal: Restore TPIDR2 register rather than memory state Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 719/800] irqchip/loongson-liointc: Fix IRQ trigger polarity Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 720/800] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 721/800] irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 722/800] NFSD: add encoding of op_recall flag for write delegation Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 723/800] irqchip/loongson-pch-pic: Fix initialization of HT vector register Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 724/800] io_uring: wait interruptibly for request completions on exit Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 725/800] mm/mglru: make memcg_lru->lock irq safe Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 726/800] mmc: core: disable TRIM on Kingston EMMC04G-M627 Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 727/800] mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 728/800] mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 729/800] mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 730/800] wifi: cfg80211: fix regulatory disconnect for non-MLO Greg Kroah-Hartman
2023-07-16 19:49 ` Greg Kroah-Hartman [this message]
2023-07-16 19:49 ` [PATCH 6.4 732/800] wifi: cfg80211: fix receiving mesh packets without RFC1042 header Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 733/800] wifi: mt76: mt7921e: fix init command fail with enabled device Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 734/800] bcache: fixup btree_cache_wait list damage Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 735/800] bcache: Remove unnecessary NULL point check in node allocations Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 736/800] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 737/800] watch_queue: prevent dangling pipe pointer Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 738/800] um: Use HOST_DIR for mrproper Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 739/800] integrity: Fix possible multiple allocation in integrity_inode_get() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 740/800] autofs: use flexible array in ioctl structure Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 741/800] mm/damon/ops-common: atomically test and clear young on ptes and pmds Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 742/800] shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 743/800] nfsd: use vfs setgid helper Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 744/800] jffs2: reduce stack usage in jffs2_build_xattr_subsystem() Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 745/800] fs: avoid empty option when generating legacy mount string Greg Kroah-Hartman
2023-07-16 19:49 ` [PATCH 6.4 746/800] ext4: Remove ext4 locking of moved directory Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 747/800] Revert "f2fs: fix potential corruption when moving a directory" Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 748/800] Revert "udf: Protect rename against modification of moved directory" Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 749/800] fs: Establish locking order for unrelated directories Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 750/800] fs: Lock moved directories Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 751/800] usb: typec: ucsi: Mark dGPUs as DEVICE scope Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 752/800] ipvs: increase ip_vs_conn_tab_bits range for 64BIT Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 753/800] btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 754/800] btrfs: fix dirty_metadata_bytes for redirtied buffers Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 755/800] btrfs: insert tree mod log move in push_node_left Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 756/800] btrfs: warn on invalid slot in tree mod log rewind Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 757/800] btrfs: delete unused BGs while reclaiming BGs Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 758/800] btrfs: bail out reclaim process if filesystem is read-only Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 759/800] btrfs: add block-group tree to lockdep classes Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 760/800] btrfs: reinsert BGs failed to reclaim Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 761/800] btrfs: move out now unused BG from the reclaim list Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 762/800] btrfs: fix race when deleting quota root from the dirty cow roots list Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 763/800] btrfs: add missing error handling when logging operation while COWing extent buffer Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 764/800] btrfs: fix extent buffer leak after tree mod log failure at split_node() Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 765/800] btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 766/800] ASoC: mediatek: mt8173: Fix irq error path Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 767/800] ASoC: mediatek: mt8173: Fix snd_soc_component_initialize " Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 768/800] regulator: tps65219: Fix matching interrupts for their regulators Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 769/800] ARM: dts: qcom: msm8660: Fix regulator node names Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 770/800] ARM: dts: qcom: ipq4019: fix broken NAND controller properties override Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 771/800] ARM: orion5x: fix d2net gpio initialization Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 772/800] leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 773/800] blktrace: use inline function for blk_trace_remove() while blktrace is disabled Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 774/800] Input: ads7846 - Fix usage of match data Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 775/800] md/raid1-10: fix casting from randomized structure in raid1_submit_write() Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 776/800] fs: no need to check source Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 777/800] Input: ads7846 - fix pointer cast warning Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 778/800] mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 779/800] powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-y Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 780/800] kbuild: Add CLANG_FLAGS to as-instr Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 781/800] kbuild: Add KBUILD_CPPFLAGS to as-option invocation Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 782/800] kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 783/800] ovl: fix null pointer dereference in ovl_permission() Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 784/800] ovl: let helper ovl_i_path_real() return the realinode Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 785/800] ovl: fix null pointer dereference in ovl_get_acl_rcu() Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 786/800] LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 787/800] drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 788/800] drm/amdgpu: make sure that BOs have a backing store Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 789/800] drm/amdgpu: Skip mark offset for high priority rings Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 790/800] drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 791/800] drm/amdgpu/sdma4: set align mask to 255 Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 792/800] drm/amd/pm: add abnormal fan detection for smu 13.0.0 Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 793/800] drm/amdgpu: check RAS irq existence for VCN/JPEG Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 794/800] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 795/800] netfilter: nf_tables: do not ignore genmask when looking up chain by id Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 796/800] netfilter: nf_tables: prevent OOB access in nft_byteorder_eval Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 797/800] wireguard: queueing: use saner cpu selection wrapping Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 798/800] wireguard: netlink: send staged packets when setting initial private key Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 799/800] tty: serial: fsl_lpuart: add earlycon for imx8ulp platform Greg Kroah-Hartman
2023-07-16 19:50 ` [PATCH 6.4 800/800] io_uring: Use io_schedule* in cqring wait Greg Kroah-Hartman
2023-07-23  9:39   ` Oleksandr Natalenko
2023-07-23 10:50     ` Greg Kroah-Hartman
2023-07-23 10:55       ` Genes Lists
2023-07-23 10:56       ` Oleksandr Natalenko
2023-07-23 12:11     ` Linux regression tracking #adding (Thorsten Leemhuis)
2023-07-23 17:35       ` Linux regression tracking #update (Thorsten Leemhuis)
2023-07-23 15:31     ` Jens Axboe
2023-07-23 17:43       ` Genes Lists
2023-07-23 18:06         ` Oleksandr Natalenko
2023-07-23 18:58           ` Andres Freund
2023-07-23 19:44             ` Genes Lists
2023-07-24 15:47           ` Jens Axboe
2023-07-24 18:04             ` Genes Lists
2023-07-17  5:53 ` [PATCH 6.4 000/800] 6.4.4-rc1 review Naresh Kamboju
2023-07-17 18:48   ` Greg Kroah-Hartman
2023-07-17 11:51 ` Ron Economos
2023-07-17 13:37 ` Guenter Roeck
2023-07-17 17:24   ` Greg Kroah-Hartman
2023-07-17 17:32 ` Conor Dooley
2023-07-17 20:46 ` Shuah Khan

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=20230716195006.096830557@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=alexander@wetzel-home.de \
    --cc=nbd@nbd.name \
    --cc=patches@lists.linux.dev \
    --cc=quic_kvalo@quicinc.com \
    --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).